@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */

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

input,
select {
  vertical-align: middle;
}

html {
  color: #000000;
  font-weight: 400;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "MyWebFont", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a:hover {
  color: #000000;
  text-decoration: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 1px;
  font-size: 0.0625rem;
  line-height: 1;
  vertical-align: top;
}

svg {
  fill: currentColor;
}

strong {
  font-weight: 700;
}

input,
button,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-webkit-input-placeholder {
  padding-top: 0.1em;
}

textarea {
  vertical-align: top;
}

button {
  text-align: center;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

main {
  display: block;
}

address {
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-60 {
  margin-top: 60px;
}

.a-link-underline-c {
  color: #15b2a5;
  text-decoration: underline;
}

.a-link-underline-c:hover {
  color: #15b2a5;
  text-decoration: none;
}

.page-footer-banner {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.page-footer-banner > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.page-footer-banner > div > p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  text-align: center;
}

.page-footer-banner > div > p > span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}

.page-footer-banner > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

.page-footer-banner > div > ul > li {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.page-footer-banner > div > ul > li:nth-child(n+5) {
  margin-top: 30px;
}

.page-footer-banner > div > ul > li > a {
  display: block;
  line-height: 1.4;
}

.page-footer-banner > div > ul > li > a > img {
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
}

.page-footer-banner > div > ul > li > a > span {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-footer-main {
  position: relative;
  background-color: #ffffff;
}

.page-footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-footer-main__page-top-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #15b2a5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-footer-main__page-top-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -15%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.page-footer-main__title {
  width: 260px;
}

.page-footer-main__nav {
  order: 1;
  width: calc(100% - 300px);
}

.page-footer-title > p:nth-of-type(1) {
  height: 28px;
  margin-bottom: 40px;
}

.page-footer-title > p:nth-of-type(1) > a {
  display: block;
  height: 100%;
}

.page-footer-title > p:nth-of-type(1) > a > img {
  width: auto;
  height: 100%;
}

.page-footer-title > p:nth-of-type(2) {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-title > p:nth-of-type(3) {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-title > ul:nth-of-type(1) {
  margin-bottom: 40px;
}

.page-footer-title > ul:nth-of-type(1) > li {
  position: relative;
  padding-left: 12px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}

.page-footer-title > ul:nth-of-type(1) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "・";
}

.page-footer-title > ul:nth-of-type(1) > li:not(:last-child) {
  margin-bottom: 8px;
}

.page-footer-title > ul:nth-of-type(2) {
  display: flex;
}

.page-footer-title > ul:nth-of-type(2) > li {
  height: 70px;
}

.page-footer-title > ul:nth-of-type(2) > li > img {
  width: auto;
  height: 100%;
}

.page-footer-title > ul:nth-of-type(2) > li:not(:last-child) {
  margin-right: 15px;
}

.page-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-footer-nav > ul {
  width: 22.5%;
}

.page-footer-nav > ul > li > a,
.page-footer-nav > ul > li > span {
  display: block;
  border-bottom: 1px solid #000000;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-footer-nav > ul > li > span {
  padding: 16px 0;
}

.page-footer-nav > ul > li > a {
  position: relative;
  padding: 16px 30px 16px 0;
}

.page-footer-nav > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.page-footer-nav > ul > li > ul {
  margin-top: 10px;
}

.page-footer-nav > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-footer-nav > ul > li:not(:last-child) {
  margin-bottom: 25px;
}

.page-footer-sub {
  padding: 20px;
  background-color: #000000;
}

.page-footer-sub > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-footer-sub > div > ul {
  display: flex;
  gap: 5px 20px;
}

.page-footer-sub > div > ul > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-sub > div > ul > li > a {
  color: #ffffff;
}

.page-footer-sub > div > ul > li:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}

.page-footer-sub > div > p {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Animate
========================================================================== */

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 0 0 1rem;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  background-color: transparent;
  transition: border-bottom-color 0.2s, background-color 0.2s;
  /* ページスクロールで表示 */
}

.page-header__logo {
  transition: opacity 0.2s;
}

.page-header__logo:hover {
  opacity: 0.7;
}

.page-header__nav {
  gap: 0 2rem;
  height: 100%;
  transition: all 0.2s;
}

.page-header__menu-btn {
  position: relative;
  display: none;
  width: 54px;
  height: 60px;
  cursor: pointer;
}

.page-header__menu-btn > span {
  position: absolute;
  top: 29px;
  left: 15px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000000;
}

.page-header__menu-btn > span:nth-of-type(1) {
  margin-top: -8px;
}

.page-header__menu-btn > span:nth-of-type(3) {
  margin-top: 8px;
}

.page-header.is-animated {
  border-bottom-color: #dddddd;
  background-color: #ffffff;
}

.page-header.is-animated .page-header__nav {
  display: flex;
  transition: all 0.2s;
}

.page-header-nav-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  height: 100%;
}

.page-header-nav-main > li {
  position: relative;
  height: 100%;
}

.page-header-nav-main > li > a {
  display: block;
  height: 100%;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
}

.page-header-nav-main > li > a:hover {
  opacity: 0.7;
}

/* Layout */

.main {
  overflow: hidden;
}

.sec {
  padding-block: 6rem;
}

.sec__inner {
  max-width: calc(1200px - 5rem);
  margin-inline: auto;
  padding-inline: 2.5rem;
}

.sec--bg-gray {
  background-color: #707070;
}

.sec--bg-khaki {
  background-color: #faf7f3;
}

.sec--bg-blue {
  background-color: #e8f4f6;
}

.sec--bg-red {
  background-color: #fbf1ef;
}

.reference-mark {
  padding-left: 1rem;
  text-indent: -1rem;
}

.font-s14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-s12 {
  font-size: 12px;
  font-size: 0.75rem;
}

ul.list-circle > li {
  position: relative;
  padding-left: 1.25rem;
}

ul.list-circle > li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #15b2a5;
  border-radius: 100vh;
  content: "";
}

.ud-line {
  background: linear-gradient(transparent 80%, #d0f0ed 80%);
}

.semicircle__up,
.semicircle__dwn {
  position: relative;
  z-index: 1;
  display: flex;
}

.semicircle__up > img,
.semicircle__dwn > img {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.semicircle__dwn {
  transform: rotate(-180deg);
}

/********** .btn **********/

.btn-dl,
.btn-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  border-radius: 100vh;
  border: 1px solid rgba(151, 92, 7, 0.5);
  box-sizing: border-box;
  box-shadow: 0 3px 1px rgb(151, 92, 7);
  background-image: linear-gradient(180deg, rgb(252, 226, 97), rgb(241, 179, 25));
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-shadow: -1px 0 2px #ffffff;
  transition: transform 0.2s, background-color 0.2s;
  font-size: 22px;
  font-size: 1.375rem;
  margin-inline: auto;
}

.btn-dl > img,
.btn-cta > img {
  position: absolute;
  right: 2rem;
}

.btn-dl:hover,
.btn-cta:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 2px rgb(151, 92, 7);
}

.btn-cta {
  box-shadow: 0 5px 0 #b12a0a;
  background-image: linear-gradient(90deg, #dc3643, #e5812a 60%, #ee850e);
  color: #ffffff;
  text-shadow: -1px 0 2px #940d0f;
}

.btn-cta:hover {
  transform: translate(0, 2px);
  box-shadow: 0 3px 0 #b12a0a;
  background-image: linear-gradient(90deg, #e04d59, #e76a39 60%, #f76f39);
  color: #ffffff;
}

.btn-cta-bubble {
  position: relative;
  z-index: 19;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
  margin: 3.5rem auto 0;
  padding: 1.5rem 1rem;
  border: 3px solid #ffffff;
  border-radius: 100vh;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #dc3643, #e54c2a 60%, #ee630e);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.15s;
  font-size: 20px;
  font-size: 1.25rem;
  filter: drop-shadow(0px 4px 5px #f67e62);
}

.btn-cta-bubble__hukidashi {
  position: absolute;
  top: -20px;
  width: 200px;
  padding: 7px 10px;
  border: 2px solid #dc2e39;
  border-radius: 10vh;
  background-color: #ffffff;
  color: #dc2e39;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.btn-cta-bubble__hukidashi::before,
.btn-cta-bubble__hukidashi::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
  width: 12px;
  height: 11px;
  background-color: #dc2e39;
  content: "";
}

.btn-cta-bubble__hukidashi::after {
  bottom: -8px;
  width: 10px;
  height: 9px;
  background-color: #ffffff;
}

.btn-cta-bubble__pc-none {
  display: none;
}

.btn-cta-bubble:hover {
  transform: translate(0, 2px);
  background-image: linear-gradient(90deg, #e04d59, #e75939 60%, #eb8444);
  color: #ffffff;
  filter: drop-shadow(0px 2px 4px #f67e62);
}

.btn-download {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 100vh;
  box-sizing: border-box;
  background-color: #ffce4a;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.15s;
  font-size: 16px;
  font-size: 1rem;
  filter: drop-shadow(0 3px 0 rgb(228, 175, 32));
}

.btn-download span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100vh;
  background-color: #ffffff;
}

.btn-download span > svg {
  width: 18px;
  height: 18px;
}

.btn-download__pc-none {
  display: none;
}

.btn-download:hover {
  transform: translate(0, 2px);
  filter: drop-shadow(0 1px 0 rgb(228, 175, 32));
}

.btn-download.footer {
  max-width: 400px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.btn-download.footer:hover {
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
}

/********** .flow-list **********/

.flow-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
}

.flow-list > ul > li {
  position: relative;
  width: calc((100% - 7.5rem) / 4);
  padding: 1.25rem;
  border: 1px solid #15b2a5;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
}

.flow-list > ul > li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -1.75rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1.5rem;
  background-color: #15b2a5;
  content: "";
}

.flow-list > ul > li:nth-child(2) {
  border-color: #ee6e50;
}

.flow-list > ul > li:nth-child(2) > span {
  background-color: #ee6e50;
}

.flow-list > ul > li:nth-child(2) > span::after {
  background: #ee6e50;
}

.flow-list > ul > li > span {
  position: relative;
  display: block;
  margin: -1.25rem -1.25rem 1.5rem -1.25rem;
  padding: 0.5rem;
  border-radius: 9px 9px 0 0;
  background-color: #15b2a5;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.flow-list > ul > li > span::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  width: 13px;
  height: 10px;
  background: #15b2a5;
  content: "";
}

.flow-list > ul > li > h3 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
}

.flow-list__ttl {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  margin-block: 4rem 2.5rem;
}

.flow-list__ttl > h2 {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

.flow-list__cta-area {
  margin-top: 2rem;
}

.flow-list__cta-area > a + a {
  margin-top: 2rem;
}

/********** .price-cards **********/

.price-cards ul {
  display: grid;
  grid-template-columns: 0.875fr 0.875fr 1fr 1fr;
  margin-bottom: 1rem;
}

.price-cards ul li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  gap: 1rem;
  padding: 1rem 0.5rem;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  line-height: 1.4;
  text-align: center;
  grid-row: span 6;
}

.price-cards ul li h3 {
  margin: -1rem -0.5rem 0;
  padding: 1.75rem 0.5rem 1rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  font-size: 1.375rem;
}

.price-cards ul li h3 > span {
  display: block;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards ul li h3:not(:has(span)) {
  padding: 1.5rem 0.5rem;
}

.price-cards ul li:nth-child(1) {
  border-radius: 0.5rem 0 0 0.5rem;
}

.price-cards ul li:nth-child(4) {
  border-radius: 0 0.5rem 0.5rem 0;
}

.price-cards ul li.basic h3 {
  background-color: #dcf3f1;
}

.price-cards ul li.standard h3 {
  background-color: #c3ceec;
}

.price-cards ul li.premium h3 {
  background-color: #ffce4a;
}

.price-cards ul li.enterprise h3 {
  background-color: #ee6e50;
  color: #ffffff;
}

.price-cards__price > p {
  font-weight: 700;
}

.price-cards__price > p:nth-child(2) {
  font-size: 20px;
  font-size: 1.25rem;
}

.price-cards__price > p:nth-child(2) span {
  font-size: 48px;
  font-size: 3rem;
}

.price-cards__price-sample {
  padding: 0.5rem 0.25rem;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__line {
  border-top: 1px solid #f2f2f2;
  margin-inline: -0.5rem;
}

.price-cards__function {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.price-cards__function .basic,
.price-cards__function .standard {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.price-cards__function .basic span,
.price-cards__function .standard span {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: #e8f4f6;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .standard span {
  background-color: #c3ceec;
}

.price-cards__function .standard + .basic span {
  font-size: 16px;
  font-size: 1rem;
}

.price-cards__function .premium > div:nth-child(1) {
  position: relative;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #ffce4a;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .premium > div:nth-child(2) {
  display: flex;
  gap: 0.4rem;
}

.price-cards__function .premium > div:nth-child(2) > div {
  width: calc((100% - 0.25rem) / 2);
  margin-top: 0.25rem;
  padding: 0.5rem;
  background-color: #fff5db;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(1) {
  padding-right: 1.25rem;
  border-radius: 0 0 0 0.25rem;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(2) {
  position: relative;
  padding-left: 1.25rem;
  border-radius: 0 0 0.25rem 0;
}

.price-cards__function .premium > div:nth-child(2) > div:nth-child(2):after {
  position: absolute;
  top: 50%;
  left: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 100vh;
  background: #ffffff;
  color: #000000;
  content: "or";
}

.price-cards__function .premium > div:nth-child(2) > div > span {
  display: block;
  font-weight: 700;
  text-align: center;
}

.price-cards__function .premium + .standard span {
  font-size: 16px;
  font-size: 1rem;
}

.price-cards__function .enterprise {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: #ee6e50;
  color: #ffffff;
  text-align: center;
  text-align: left;
}

.price-cards__function .enterprise + .premium {
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff5db;
  font-size: 14px;
  font-size: 0.875rem;
}

.price-cards__function > p {
  color: #707070;
  font-size: 12px;
  font-size: 0.75rem;
}

.price-cards__ribbon,
.price-cards__ribbon-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.price-cards__ribbon > div,
.price-cards__ribbon-small > div {
  position: absolute;
  top: 15px;
  right: -26px;
  transform: rotate(-45deg);
  width: 160px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.price-cards__ribbon-small {
  width: 70px;
  height: 70px;
}

.price-cards__ribbon-small > div {
  top: 14px;
  right: -32px;
  font-size: 11px;
  font-size: 0.6875rem;
}

/********** .ydinfo-list **********/

.ydinfo-list {
  margin-bottom: 5rem;
}

.ydinfo-list > ul > li {
  display: grid;
  gap: 1rem 4rem;
}

.ydinfo-list > ul > li:nth-child(1) {
  grid-template-columns: 1fr 350px;
}

.ydinfo-list > ul > li:nth-child(2) {
  grid-template-columns: 350px 1fr;
}

.ydinfo-list > ul > li:nth-child(2) > figure {
  order: 1;
}

.ydinfo-list > ul > li:nth-child(2) > div {
  order: 2;
}

.ydinfo-list > ul > li:nth-child(3) {
  grid-template-columns: 1fr;
}

.ydinfo-list > ul > li + li {
  margin-top: 6rem;
}

.ydinfo-list > ul > li > figure {
  text-align: center;
}

.ydinfo-list__heading {
  margin-bottom: 3rem;
  color: #1587b2;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}

.ydinfo-list__ttl {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.ydinfo-list__ttl > span {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  color: #b0ddee;
  font-size: 85px;
  font-size: 5.3125rem;
}

.ydinfo-list__ttl > h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

.ydinfo-list__ttl > h3 > span {
  display: block;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}

.ydinfo-list__function-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.ydinfo-list__function-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 150px;
  padding: 1rem 0.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.ydinfo-list__function-box > div > figure {
  display: flex;
  align-items: center;
  height: 60px;
}

/********** .download-list **********/

.download-list {
  overflow: hidden;
}

.download-list > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
}

.download-list > ul > li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  padding: 1.5rem 1rem;
  overflow: hidden;
  border: 1px solid #15b2a5;
  border-radius: 10px;
  background: #ffffff;
  grid-row: span 3;
}

.download-list > ul > li > figure {
  margin: -1.5rem -1rem 0;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  background-color: #15b2a5;
}

.download-list > ul > li > figure > img {
  width: 100%;
}

.download-list__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #ffce4a;
  color: #000000;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.2s;
}

.download-list__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100vh;
  background-color: #ffffff;
}

.download-list__btn span > svg {
  width: 18px;
  height: 18px;
}

.download-list__btn:hover {
  background-color: #ffdd80;
}

/********** .conversion-sec **********/

.conversion-sec {
  background-color: #15b2a5;
  padding-block: 6rem;
}

.conversion-sec__inner {
  max-width: calc(1200px - 5rem);
  text-align: center;
  margin-inline: auto;
  padding-inline: 2.5rem;
}

.conversion-sec__inner > p {
  color: #ffffff;
}

.conversion-sec__inner > p:nth-of-type(1) {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 34px;
  font-size: 2.125rem;
}

.conversion-sec__inner > p:nth-of-type(2) {
  margin-bottom: 2.5rem;
}

.conversion-sec__inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.conversion-sec__inner ul > li {
  display: grid;
  grid-template-rows: subgrid;
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  grid-row: span 2;
}

.conversion-sec__inner ul > li > p {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.conversion-sec__content-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conversion-sec__content-tel p:nth-child(1) {
  position: relative;
  margin-bottom: 5px;
  padding-left: 44px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
}

.conversion-sec__content-tel p:nth-child(1) > svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}

.conversion-sec__content-tel p:nth-of-type(2) {
  line-height: 1.4;
  text-align: right;
}

.heading-lv-2,
.heading-lv-2-center {
  position: relative;
  margin-bottom: 2.25rem;
  padding-left: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-size: 2rem;
}

.heading-lv-2::before,
.heading-lv-2-center::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  border-radius: 100vh;
  background-color: #15b2a5;
  content: "";
}

.heading-lv-2-center {
  padding: 0 5px 30px 5px;
  text-align: center;
}

.heading-lv-2-center::before {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #ffce4a;
}

.heading-circle_w,
.heading-circle_g,
.heading-circle_y {
  position: relative;
  z-index: 1;
  margin-bottom: 3.5rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.heading-circle_w::before,
.heading-circle_g::before,
.heading-circle_y::before {
  position: absolute;
  top: calc(50% + 0.5rem);
  left: 50%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);
  width: 150px;
  height: 107px;
  background: url(/lp/introduction/assets/img/index/icon_circle_white.svg) center/contain no-repeat;
  content: "";
}

.heading-circle_g::before {
  background: url(/lp/introduction/assets/img/index/icon_circle_green.svg) center/contain no-repeat;
}

.heading-circle_y::before {
  background: url(/lp/introduction/assets/img/index/icon_circle_yellow.svg) center/contain no-repeat;
}

.icon-blank {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
  color: #000000;
  vertical-align: middle;
}

.icon-blank--white {
  color: #ffffff;
}

.icon-blank--inline {
  margin-right: 2px;
  margin-left: 2px;
}

.icon-pdf {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
  color: #000000;
  vertical-align: middle;
}

.icon-pdf--white {
  color: #ffffff;
}

.pc-none {
  display: none;
}

.tab-none {
  display: block;
}

/* Form */

/********** ダウンロードフォーム **********/

/* .dl-form */

.dl-form {
  position: relative;
  z-index: 0;
  padding: 2.5rem 1.5rem;
  /* ダウンロードフォーム：メインスタイル */
}

.dl-form__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #888888;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

.dl-form__main form {
  /* 送信ボタン */
}

.dl-form__main form .form-item {
  display: grid;
  gap: 0.25rem 1.25rem;
  margin-bottom: 1.25rem;
}

.dl-form__main form .form-item > span {
  position: relative;
  display: flex;
}

.dl-form__main form .form-item > span:has(input:first-of-type):has(input:nth-of-type(2)) {
  gap: 0.5rem;
}

.dl-form__main form .form-item > span:has(input:first-of-type):has(input:nth-of-type(2)) input {
  flex: 1;
}

.dl-form__main form .form-item > span.note {
  flex-direction: column;
}

.dl-form__main form .form-item > span.note .note-txt {
  color: #444444;
  font-size: 12px;
  font-size: 0.75rem;
}

.dl-form__main form .form-item input[type=checkbox] + span,
.dl-form__main form .form-item input[type=checkbox] + P + span {
  font-size: 14px;
  font-size: 0.875rem;
}

.dl-form__main form .form-item label {
  display: flex;
  gap: 0.5rem;
}

.dl-form__main form .form-item label > span {
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #ff0000;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-block: 0.25rem auto;
}

.dl-form__main form .form-item .name-fields {
  position: relative;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.dl-form__main form .form-item .name-fields input {
  flex: 1;
}

.dl-form__main form .form-item input:not([type=checkbox]),
.dl-form__main form .form-item select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #15b2a5;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.dl-form__main form .form-item input:not([type=checkbox])::placeholder,
.dl-form__main form .form-item select::placeholder {
  color: #dddddd;
}

.dl-form__main form .form-item input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0.125rem 0.5rem 0 0;
  border: 2px solid #15b2a5;
  border-radius: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dl-form__main form .form-item input[type=checkbox]:checked {
  border-color: #15b2a5;
  background-color: #15b2a5;
}

.dl-form__main form .form-item input[type=checkbox]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1rem;
  content: "✔";
}

.dl-form__main form .form-item select {
  padding-right: 2rem;
  cursor: pointer;
  appearance: auto;
}

.dl-form__main form .form-item .error-message-required,
.dl-form__main form .form-item .error-message-privacy {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #d93027;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.dl-form__main form .form-submit {
  margin-top: 2rem;
}

.dl-form__main form .form-submit > input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 400px);
  height: 60px;
  margin: 1.5rem auto 0;
  border: 1px solid #ffffff;
  border-radius: 100vh;
  box-shadow: 0 3px 1px rgb(151, 92, 7);
  background-image: linear-gradient(180deg, rgb(252, 226, 97), rgb(241, 179, 25));
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
  font-size: 18px;
  font-size: 1.125rem;
}

.dl-form__main form .form-submit > input:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 2px rgb(151, 92, 7);
  background-color: #ffdd80;
}

.kv {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  background: #ffcdb3;
  background: linear-gradient(125deg, rgb(255, 201, 120) 0%, rgb(240, 233, 169) 100%);
  overflow: hidden;
}

.kv__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(/lp/trends2025/assets/img/common/bg-lattice.svg);
  opacity: 0.1;
}

.kv__ttl {
  font-weight: 500;
  font-size: min(4vw, 3.75rem);
  line-height: 1.4;
  text-align: center;
}

.kv__ttl span {
  font-size: min(5vw, 5rem);
}

.kv__ttl span.return {
  position: relative;
  background: linear-gradient(transparent 80%, rgba(238, 110, 80, 0.5) 80%);
  font-weight: 700;
}

.kv__ttl span.return::after {
  position: absolute;
  top: 1.15rem;
  right: -1.15rem;
  transform: rotate(45deg);
  width: 33px;
  height: 20px;
  background: url(/lp/trends2025/assets/img/icon-emp.svg) center center/contain no-repeat;
  content: "";
}

.kv__ttl span.return > span {
  position: absolute;
  top: -1.25rem;
  left: -2rem;
  width: fit-content;
  padding: 0 1.5rem;
  border: 2px solid;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #15b2a5;
  font-size: 24px;
  font-size: 1.5rem;
}

.kv__ttl span.return > span:before,
.kv__ttl span.return > span:after {
  position: absolute;
  bottom: -10px;
  left: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 15px;
  height: 10px;
  background-color: #15b2a5;
  content: "";
}

.kv__ttl span.return > span:after {
  bottom: -7px;
  left: calc(1rem + 3px);
  width: 10px;
  height: 9px;
  background-color: #ffffff;
}

.kv__ttl--sub {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.kv__ttl--sub > span {
  font-size: 24px;
  font-size: 1.5rem;
}

.kv__main {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
}

.kv__main > .wp-content {
  display: grid;
  grid-template-columns: min(450px, 42%) 1fr;
  max-width: 1080px;
  margin-top: 2rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.kv__main > .wp-content > .img-box {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
}

.kv__main > .wp-content > .appeal {
  margin: -2rem 0 auto -3rem;
  padding: 2rem 4rem 2rem 6rem;
  background: rgba(255, 255, 255, 0.75);
}

.kv__main > .wp-content > .appeal .merit-ttl {
  width: fit-content;
  padding: 0 0.5rem;
  background-color: #1587b2;
  color: #ffffff;
  font-weight: 700;
  margin-block: 2rem 0.5rem;
}

.kv__main > .wp-content > .appeal .check-list > li {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}

.kv__main > .wp-content > .appeal .check-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.kv__main > .wp-content > .appeal .check-list > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 18px;
  background: url(/lp/trends2025/assets/img/icon-checkbox.svg) center center/contain no-repeat;
  content: "";
}

.kv__form {
  z-index: 1;
  background-color: #ffffff;
}

.kv__sp-btn {
  display: none;
}

/********** .conversion **********/

.conversion {
  display: grid;
  grid-template-columns: min(500px, 45%) 1fr;
  padding-block: 4rem;
}

.conversion > img {
  z-index: 1;
  margin-inline: auto;
}

.conversion__block {
  margin-top: 1.5rem;
  margin-left: -3rem;
  padding: 2rem 4rem 2rem 6rem;
  background: rgba(255, 255, 255, 0.6);
}

.conversion__block > h2 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.conversion__block > h2 > span {
  font-size: 28px;
  font-size: 1.75rem;
}

.conversion__block > p:has(+ .btn-dl) {
  margin-bottom: 1.5rem;
}

.conversion__download {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.125rem 0;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s all;
}

.conversion__download > span {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100vh;
  background-color: #000000;
}

.conversion__download > span::after {
  position: absolute;
  top: 8px;
  left: 7px;
  transform: rotate(-135deg);
  width: 0.4rem;
  height: 0.4rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
}

.conversion__download:hover {
  color: #15b2a5;
  text-decoration: none;
}

.conversion__download:hover > span {
  background-color: #15b2a5;
}

.conversion__info {
  display: flex;
  gap: 0.5rem 3.5rem;
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.05);
}

.conversion__info > ul {
  flex: 1;
}

.conversion__info > ul > li {
  display: grid;
  grid-template-columns: auto 1fr;
}

.conversion-survey {
  padding-block: 10rem 5rem;
}

.conversion-survey > .conversion {
  padding-block: 0 3rem;
}

/********** .survey-results **********/

.survey-results__survey {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.survey-results__survey::after {
  flex-grow: 1;
  height: 1px;
  background-color: #dddddd;
  content: "";
}

.survey-results__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.survey-results__main {
  padding: 2rem 2rem;
  border-radius: 0.5rem;
  background: #ffffff;
  margin-block: 5rem -6rem;
  filter: drop-shadow(0 2px 15px rgba(125, 44, 72, 0.1));
}

.survey-results__block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 4rem;
  margin-top: 2.5rem;
}

.survey-results__block > li {
  display: grid;
  grid-template-rows: subgrid;
  gap: 1rem;
  grid-row: span 3;
}

.survey-results__block > li > img {
  margin-inline: auto;
}

.survey-results__block-ttl {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

/********** .case **********/

.case__heading {
  margin-bottom: 3rem;
  color: #13a498;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}

.case__list {
  margin-top: 6rem;
}

.case__list > li:not(:last-child) {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 5px dotted #ffce4a;
}

.case__main {
  display: grid;
  grid-template-columns: 1fr min(475px, 40%);
  gap: 1rem 3rem;
}

.case__main > figure {
  margin-bottom: auto;
  overflow: hidden;
  border-radius: 1rem;
}

.case__main > figure > img {
  width: 100%;
}

.case__name {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.case__name > h3 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 32px;
  font-size: 2rem;
}

.case__block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 1.5rem;
  margin-top: 4rem;
}

.case__block > li > figure {
  position: relative;
  width: fit-content;
  overflow: hidden;
  border-radius: 1rem;
  margin-inline: auto;
}

.case__block > li > figure > figcaption {
  position: absolute;
  bottom: 1.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #404040;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}

.case__block > li > figure > img {
  width: 100%;
}

.case__block > li > h4 {
  color: #ee6e50;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-block: 1.5rem 0.75rem;
}

.case__block-txt {
  display: grid;
  align-items: start;
  grid-template-columns: min(550px, 50%) 1fr;
  gap: 1.5rem;
  margin-top: 4rem;
}

.case__block-txt > div:nth-child(1) > p:not(:last-child) {
  margin-bottom: 1rem;
}

.case__block-txt > img {
  margin-inline: auto;
}

/********** .reason **********/

.reason__tab input[name=tab_item] {
  display: none;
}

.reason__tab .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.reason__tab .tab_list .tab_item {
  position: relative;
  display: block;
  width: 300px;
  padding: 1rem 0;
  border-bottom: 3px solid #89d8d2;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 24px;
  font-size: 1.5rem;
}

.reason__tab .tab_list .tab_item:hover {
  border-color: #15b2a5;
  color: #15b2a5;
}

.reason__tab #tab-admin:checked ~ .tab_list > #tab-admin_tab,
.reason__tab #tab-user:checked ~ .tab_list > #tab-user_tab {
  border-color: #15b2a5;
  color: #15b2a5;
}

.reason__tab #tab-admin:checked ~ .tab_list > #tab-admin_tab::after,
.reason__tab #tab-user:checked ~ .tab_list > #tab-user_tab::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
  background-color: #15b2a5;
  content: "";
}

.reason__tab #tab-admin:checked ~ #tab-admin_content,
.reason__tab #tab-user:checked ~ #tab-user_content {
  display: block;
}

.reason__tab .tab_content {
  display: none;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #F7F6F2;
}

.reason__tab .tab_content .merit-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.5rem 1rem;
}

.reason__tab .tab_content .merit-list__block {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
}

.reason__tab .tab_content .merit-list__block > ul > li {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.reason__tab .tab_content .merit-list__block > ul > li + li {
  margin-top: 0.25rem;
}

.reason__tab .tab_content .merit-list__block > ul > li.no-check {
  padding-left: 0;
}

.reason__tab .tab_content .merit-list__block > ul > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  color: #15b2a5;
  font-weight: 700;
}

.reason__tab .tab_content .merit-list__block > ul > li > span:nth-child(n+2) {
  font-size: 14px;
  font-size: 0.875rem;
}

.reason__tab .tab_content .merit-list__block > ul > li .tab-list-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.reason__tab .tab_content .merit-list__block > ul.tab-user > li > span:first-child {
  color: #1587b2;
}

/********** YouTube動画読み込み用 **********/

.youtube-placeholder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}

.youtube-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 48px;
  border-radius: 10px;
  background: #ff0000;
  cursor: pointer;
}

.play-button::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background: #ffffff;
  content: "";
}

/********** .contact-top **********/

.contact-top {
  position: relative;
  min-height: calc(100vh - 57px);
}

.contact-top__parts01 {
  position: absolute;
  top: -320px;
  left: -75px;
  z-index: -1;
  transform: rotate(40deg);
}

.contact-top__parts02 {
  position: absolute;
  right: -95px;
  bottom: -300px;
  z-index: -1;
  transform: rotate(40deg);
}

/********** .contact-thankst **********/

.contact-thanks {
  padding-block: 8rem;
}

.contact-thanks__ttl {
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.contact-thanks__thanks-box {
  max-width: 768px;
  margin-inline: auto;
}

.contact-thanks__thanks-box .tel {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.contact-thanks__thanks-box p {
  margin-bottom: 1rem;
}

.contact-thanks__contact-box {
  padding: 2rem;
  overflow: hidden;
  border: 1px solid #15b2a5;
  border-radius: 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.contact-thanks__contact-box .note {
  font-weight: 700;
  text-align: center;
}

.contact-thanks__contact-box iframe {
  display: block;
  width: 100%;
  height: 1150px;
}

.contact-thanks .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  min-height: 60px;
  margin: 60px auto 0;
  border: 1px solid #000000;
  border-radius: 100vh;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
  padding-inline: 50px;
}

.contact-thanks .btn:hover {
  border-color: #15b2a5;
  color: #15b2a5;
}

@media (min-width: 769px) {
  .only-medium-down {
    display: none !important;
  }

  .page-footer-banner > div > ul > li > a {
    transition: opacity 0.2s;
  }

  .page-footer-banner > div > ul > li > a:hover {
    opacity: 0.7;
  }

  .page-footer-main__page-top-btn {
    transition: background-color 0.2s;
  }

  .page-footer-main__page-top-btn:hover {
    background-color: #5bc9c0;
  }

  .page-footer-title > p:nth-of-type(1) > a {
    transition: opacity 0.2s;
  }

  .page-footer-title > p:nth-of-type(1) > a:hover {
    opacity: 0.7;
  }

  .page-footer-nav > ul > li > a {
    transition: color 0.2s;
  }

  .page-footer-nav > ul > li > a::before {
    transition: border-top-color 0.2s, border-right-color 0.2s;
  }

  .page-footer-nav > ul > li > a:hover {
    color: #15b2a5;
  }

  .page-footer-nav > ul > li > a:hover::before {
    border-top-color: #15b2a5;
    border-right-color: #15b2a5;
  }

  .page-footer-nav > ul > li > ul > li > a {
    transition: color 0.2s;
  }

  .page-footer-nav > ul > li > ul > li > a:hover {
    color: #15b2a5;
  }

  .page-footer-sub > div > ul > li > a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1001px) {
  .only-large-down {
    display: none !important;
  }

  .page-footer-nav > ul > li > span {
    pointer-events: none;
  }

  .page-header .page-header__nav {
    display: none;
  }

  .page-header-nav-conversion {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    height: 100%;
  }

  .page-header-nav-conversion__order {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
  }

  .page-header-nav-conversion__order > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 70px;
    height: 250px;
    border: 1px solid #ffffff;
    border-right: none;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(180deg, rgb(252, 226, 97), rgb(241, 179, 25));
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transition: background-color 0.2s;
    font-size: 18px;
    font-size: 1.125rem;
    writing-mode: vertical-rl;
  }

  .page-header-nav-conversion__order > a:hover {
    background-image: linear-gradient(180deg, rgb(250, 227, 113), rgb(245, 191, 54));
  }

  .page-header-nav-conversion__order > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100vh;
    background-color: #ffffff;
  }

  .page-header-nav-conversion__order > a > span > svg {
    width: 23px;
    height: 23px;
    color: #000000;
  }

  .page-header-nav-conversion__contact {
    order: 1;
    height: 100%;
  }

  .page-header-nav-conversion__contact > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 110px;
    height: 100%;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color 0.2s;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .page-header-nav-conversion__contact > a:hover {
    background-color: #4c4c4c;
  }

  .page-header-nav-conversion__contact > a > svg {
    width: 23px;
    height: 23px;
    color: #ffffff;
  }
}

@media (min-width: 1001px) and (max-height: 1200px) {
  .main {
    position: relative;
  }
}

@media (max-width: 1231px) {
  .price-cards ul {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.25rem;
  }

  .price-cards ul li,
  .price-cards ul li:nth-child(1),
  .price-cards ul li:nth-child(4) {
    border-radius: 0.5rem;
  }

  .price-cards ul li.basic {
    order: 3;
  }

  .price-cards ul li.standard {
    order: 4;
  }

  .price-cards ul li.premium {
    order: 1;
  }

  .price-cards ul li.enterprise {
    order: 2;
  }
}

@media (max-width: 1200px) {
  .page-footer-sub {
    padding: 20px 15px;
  }

  .page-footer-sub > div {
    flex-direction: column;
  }

  .page-footer-sub > div > ul {
    flex-direction: column;
  }

  .page-footer-sub > div > ul > li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }

  .page-footer-sub > div > p {
    width: 100%;
  }

  .flow-list > ul > li > h3 {
    font-size: 16px;
    font-size: 1rem;
  }

  .kv__ttl {
    font-size: 48px;
    font-size: 3rem;
  }

  .kv__ttl span {
    font-size: 64px;
    font-size: 4rem;
  }

  .kv__ttl span.return {
    display: block;
    width: fit-content;
    margin: 1rem auto 0;
    font-size: 64px;
    font-size: 4rem;
  }

  .kv__ttl span.return::after {
    top: 0.5rem;
    right: -1rem;
    width: 24px;
    height: 15px;
  }

  .kv__ttl span.return > span {
    top: -0.875rem;
    padding: 0 1rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .kv__main {
    padding: 4rem 1rem 1.5rem;
  }

  .kv__main > .wp-content > .appeal {
    margin: -1rem 0 auto -2rem;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  }

  .contact-top__parts01 {
    top: -300px;
    left: -45px;
    max-width: 300px;
  }

  .contact-top__parts02 {
    right: -60px;
    bottom: -270px;
    max-width: 300px;
  }
}

@media (max-width: 1000px) {
  .only-large-up {
    display: none !important;
  }

  .page-footer-main > div {
    max-width: none;
    padding: 0;
  }

  .page-footer-main__page-top-btn {
    width: 40px;
    height: 40px;
  }

  .page-footer-main__title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-footer-main__nav {
    order: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .page-footer-title > p:nth-of-type(1) {
    height: 21px;
    margin-bottom: 30px;
  }

  .page-footer-title > p:nth-of-type(3) {
    margin-bottom: 30px;
  }

  .page-footer-title > ul:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .page-footer-title > ul:nth-of-type(1) > li:not(:last-child) {
    margin-bottom: 6px;
  }

  .page-footer-title > ul:nth-of-type(2) > li {
    height: 60px;
  }

  .page-footer-title > ul:nth-of-type(2) > li:not(:last-child) {
    margin-right: 10px;
  }

  .page-footer-nav {
    border-top: 1px solid #dddddd;
  }

  .page-footer-nav > ul {
    width: 100%;
  }

  .page-footer-nav > ul > li {
    border-bottom: 1px solid #dddddd;
  }

  .page-footer-nav > ul > li > a,
  .page-footer-nav > ul > li > span {
    padding: 16px 30px 16px 15px;
    border-bottom: none;
  }

  .page-footer-nav > ul > li > span {
    position: relative;
    cursor: pointer;
  }

  .page-footer-nav > ul > li > span::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    transform: translateY(-85%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }

  .page-footer-nav > ul > li > a::before {
    right: 15px;
  }

  .page-footer-nav > ul > li > ul {
    margin-top: 0;
    border-top: 1px solid #dddddd;
    background-color: #f2f2f2;
  }

  .page-footer-nav > ul > li > ul > li > a {
    padding: 16px 15px 16px 30px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-footer-nav > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }

  .page-footer-nav > ul > li:not(:last-child) {
    margin-bottom: 0;
  }

  .page-footer-nav > ul > li > span.is-open::before {
    transform: translateY(-15%) rotate(-45deg);
  }

  .page-footer-nav > ul > li > ul {
    display: none;
  }

  .page-header {
    height: 61px;
    /* メニュー表示 */
  }

  .page-header__logo > img {
    max-width: 8rem;
  }

  .page-header__nav {
    position: fixed;
    top: 61px;
    left: 0;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: calc(100% - 61px);
    overflow-y: auto;
    background-color: #ffffff;
    transition: opacity 0.2s, visibility 0s 0.2s;
  }

  .page-header__menu-btn {
    display: block;
  }

  .page-header.is-open {
    border-bottom-color: #dddddd;
    background-color: #ffffff;
  }

  .page-header.is-open .page-header__nav {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
  }

  .page-header.is-open .page-header__menu-btn > span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 0;
  }

  .page-header.is-open .page-header__menu-btn > span:nth-of-type(2) {
    display: none;
  }

  .page-header.is-open .page-header__menu-btn > span:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: 0;
  }

  .page-header-nav-main {
    height: auto;
    margin-right: 0;
    border-top: 1px solid #dddddd;
  }

  .page-header-nav-main > li {
    position: static;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
  }

  .page-header-nav-main > li > a {
    position: relative;
    height: auto;
    padding: 1rem 2rem 1rem 1rem;
    line-height: 1.4;
  }

  .page-header-nav-main > li > a::before {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }

  .page-header-nav-conversion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.75rem 1rem;
  }

  .page-header-nav-conversion__order > a,
  .page-header-nav-conversion__contact > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 60px;
    padding-left: 1rem;
    border-radius: 0.5rem;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1rem;
  }

  .page-header-nav-conversion__order > a::before,
  .page-header-nav-conversion__contact > a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
  }

  .page-header-nav-conversion__order > a > svg,
  .page-header-nav-conversion__order > a > span > svg,
  .page-header-nav-conversion__contact > a > svg,
  .page-header-nav-conversion__contact > a > span > svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
  }

  .page-header-nav-conversion__order > a {
    background-image: linear-gradient(90deg, #dc3643, #e54c2a 60%, #ee630e);
  }

  .btn-dl,
  .btn-cta {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .price-cards ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }

  .conversion-sec__content-tel p:nth-child(1) {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .sp-none {
    display: block !important;
  }

  .tab-none {
    display: none !important;
  }

  .kv {
    grid-template-columns: 1fr;
  }

  .kv__form {
    display: none;
  }

  .kv__sp-btn {
    display: block;
    width: 100%;
  }

  .conversion {
    grid-template-columns: 1fr 450px;
  }

  .conversion__block {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .only-medium-up {
    display: none !important;
  }

  .page-footer-banner {
    padding: 40px 0;
  }

  .page-footer-banner > div {
    max-width: none;
    padding: 0 15px;
  }

  .page-footer-banner > div > p {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .page-footer-banner > div > p > span {
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .page-footer-banner > div > ul {
    margin-right: -15px;
  }

  .page-footer-banner > div > ul > li {
    width: calc(50% - 15px);
    margin-right: 15px;
  }

  .page-footer-banner > div > ul > li > a > img {
    margin-bottom: 3px;
  }

  .page-footer-banner > div > ul > li:nth-child(n+3) {
    margin-top: 15px;
  }

  .sec {
    padding-block: 4rem;
  }

  .sec__inner {
    max-width: none;
    padding-inline: 1rem;
  }

  .font-sp-s14 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .font-sp-s12 {
    font-size: 12px;
    font-size: 0.75rem;
  }

  ul.list-circle > li {
    padding-left: 1rem;
  }

  ul.list-circle > li::before {
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
  }

  .btn-dl,
  .btn-cta {
    gap: 0.75rem;
    max-width: unset;
    padding: 1rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn-dl > img,
  .btn-cta > img {
    right: 1rem;
    width: 15px;
  }

  .btn-cta-bubble {
    gap: 0.75rem;
    max-width: unset;
    margin-top: 2.5rem;
    padding: 1rem;
    font-size: 16px;
    font-size: 1rem;
    filter: drop-shadow(0px 2px 4px #f67e62);
  }

  .btn-cta-bubble > img {
    width: 1.25rem;
  }

  .btn-cta-bubble__hukidashi {
    top: -22px;
    width: 140px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .btn-download {
    max-width: unset;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .btn-download.footer {
    max-width: unset;
    font-size: 16px;
    font-size: 1rem;
  }

  .flow-list > ul {
    flex-direction: column;
  }

  .flow-list > ul > li {
    width: 100%;
    padding: 0.75rem;
  }

  .flow-list > ul > li:not(:first-child)::before {
    top: -26px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 15px;
    height: 20px;
  }

  .flow-list > ul > li > span {
    margin: -0.75rem -0.75rem 1rem -0.75rem;
  }

  .flow-list > ul > li > h3 {
    margin-bottom: 1rem;
  }

  .flow-list > ul > li > img {
    width: auto;
    max-height: 60px;
  }

  .flow-list__ttl {
    gap: 1rem;
  }

  .flow-list__ttl > img {
    width: 60px;
  }

  .flow-list__ttl > h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .flow-list__cta-area > p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .price-cards ul {
    grid-template-columns: 1fr;
  }

  .price-cards ul li h3 {
    padding: 1rem 0.5rem 0.75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .price-cards ul li h3 > span {
    margin-top: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .price-cards ul li.basic {
    order: 4;
  }

  .price-cards ul li.standard {
    order: 3;
  }

  .price-cards ul li.premium {
    order: 2;
  }

  .price-cards ul li.enterprise {
    order: 1;
  }

  .ydinfo-list > ul > li:nth-child(1),
  .ydinfo-list > ul > li:nth-child(2),
  .ydinfo-list > ul > li:nth-child(3) {
    grid-template-columns: 1fr;
  }

  .ydinfo-list > ul > li:nth-child(2) > figure {
    order: 2;
  }

  .ydinfo-list > ul > li:nth-child(2) > div {
    order: 1;
  }

  .ydinfo-list > ul > li + li {
    margin-top: 3.5rem;
  }

  .ydinfo-list__heading {
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .ydinfo-list__ttl {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .ydinfo-list__ttl > span {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .ydinfo-list__ttl > h3 {
    font-size: 16px;
    font-size: 1rem;
  }

  .ydinfo-list__ttl > h3 > span {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .download-list {
    overflow: visible;
  }

  .download-list > ul {
    grid-template-columns: 1fr;
  }

  .conversion-sec__inner {
    padding-inline: 1rem;
  }

  .conversion-sec__inner ul {
    grid-template-columns: 1fr;
  }

  .conversion-sec__content-tel p:nth-child(1) {
    padding-left: 32px;
  }

  .conversion-sec__content-tel p:nth-child(1) > svg {
    width: 24px;
    height: 24px;
  }

  .heading-lv-2,
  .heading-lv-2-center {
    margin-bottom: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .heading-lv-2::before,
  .heading-lv-2-center::before {
    width: 3px;
  }

  .heading-lv-2-center {
    padding: 0 5px 25px 5px;
  }

  .heading-lv-2-center::before {
    width: 40px;
    height: 3px;
  }

  .heading-circle_w,
  .heading-circle_g,
  .heading-circle_y {
    margin-bottom: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .heading-circle_w::before,
  .heading-circle_g::before,
  .heading-circle_y::before {
    top: calc(50% + 0.25rem);
    width: 96px;
    height: 68px;
  }

  .dl-form {
    padding-block: 2rem 4rem;
    /* ダウンロードフォーム：メインスタイル */
  }

  .dl-form__main {
    margin-top: 1.5rem;
  }

  .dl-form__main form {
    /* 送信ボタン */
  }

  .dl-form__main form .form-item {
    grid-template-columns: 1fr;
  }

  .dl-form__main form .form-item input[type=checkbox] + span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .dl-form__main form .form-item .error-message-required,
  .dl-form__main form .form-item .error-message-privacy {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .dl-form__main form .form-submit {
    margin-top: 2rem;
  }

  .dl-form__main form .form-submit > input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .kv {
    grid-template-columns: 1fr;
  }

  .kv__ttl {
    font-size: min(8vw, 3.5rem);
    line-height: 1.2;
  }

  .kv__ttl span {
    font-size: min(11vw, 5rem);
  }

  .kv__ttl span.return > span {
    top: -0.75rem;
    left: -1.75rem;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .kv__main > .wp-content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .kv__main > .wp-content > .img-box {
    gap: 0.5rem;
    max-width: calc(100% - 2rem);
    margin: auto;
  }

  .kv__main > .wp-content > .appeal {
    margin: -2rem auto 0;
    padding: 3.5rem 1rem 1rem;
  }

  .kv__main > .wp-content > .appeal .merit-ttl {
    margin-block: 1rem 0.5rem;
  }

  .conversion {
    grid-template-columns: 1fr;
    padding-block: 1.5rem;
  }

  .conversion__img img {
    max-width: 240px;
  }

  .conversion__block {
    margin: 1rem auto 0;
  }

  .conversion__block > h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .conversion__block > h2 > span {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .conversion__block > p:has(+ .btn-dl) {
    margin-bottom: 1rem;
  }

  .conversion__download {
    grid-template-columns: 1.25rem 1fr;
    padding: 0;
  }

  .conversion__download span {
    width: 1.25rem;
    height: 1.25rem;
  }

  .conversion__download span::after {
    top: 7px;
    left: 6px;
    width: 0.3rem;
    height: 0.3rem;
  }

  .conversion__info {
    flex-direction: column;
    padding: 1rem;
    border-radius: 0.5rem;
  }

  .conversion-survey {
    padding-block: 6rem 3rem;
  }

  .conversion-survey > .conversion {
    padding-block: 0 1.5rem;
  }

  .survey-results__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .survey-results__main {
    padding: 1rem;
    margin-block: 2rem -4rem;
  }

  .survey-results__block {
    gap: 2rem;
    margin-top: 1.5rem;
  }

  .survey-results__block-ttl {
    font-size: 16px;
    font-size: 1rem;
  }

  .case__heading {
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .case__list {
    margin-top: 3rem;
  }

  .case__list > li:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 3px dotted #ffce4a;
  }

  .case__main {
    grid-template-columns: 1fr;
  }

  .case__name {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
  }

  .case__name > img {
    max-width: 100px;
  }

  .case__name > h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .case__block {
    margin-top: 2rem;
  }

  .case__block > li > h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-block: 0.5rem 0;
  }

  .case__block-txt {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .contact-top {
    min-height: calc(100vh - 176px);
  }

  .contact-top__parts01 {
    top: -165px;
    left: -65px;
    max-width: 150px;
  }

  .contact-top__parts02 {
    right: -40px;
    bottom: -140px;
    max-width: 150px;
  }

  .contact-thanks {
    padding-block: 6rem;
  }

  .contact-thanks__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .contact-thanks__thanks-box .tel {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .contact-thanks__contact-box {
    padding: 0;
    border-radius: 0.5rem;
  }

  .contact-thanks__contact-box .note {
    padding: 1rem;
  }

  .contact-thanks__contact-box iframe {
    height: 1500px;
  }
}

@media (max-width: 680px) {
  .ydinfo-list__function-box {
    gap: 0.5rem;
  }

  .ydinfo-list__function-box > div {
    width: 120px;
  }

  .ydinfo-list__function-box > div > figure {
    height: 40px;
  }

  .ydinfo-list__function-box > div > figure > img {
    width: auto;
    height: 100%;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  .survey-results__block {
    grid-template-columns: 1fr;
  }

  .reason__tab .tab_list .tab_item {
    font-size: 16px;
    font-size: 1rem;
  }

  .reason__tab .tab_content {
    padding: 1rem 0.75rem;
    border-radius: 0.5rem;
  }

  .reason__tab .tab_content .merit-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reason__tab .tab_content .merit-list__block {
    grid-template-columns: 50px 1fr;
  }

  .reason__tab .tab_content .merit-list__block > ul > li > span:nth-child(n+2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 400px) {
  .btn-download__pc-none {
    display: block;
  }

  .contact-thanks__contact-box iframe {
    height: 2000px;
  }
}

@media (max-width: 370px) {
  .btn-cta-bubble__pc-none {
    display: block;
  }
}