@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "LINESeed";
  src: url("../assets/fonts/TTF/LINESeedJP_TTF_Bd.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "LINESeed";
  src: url("../assets/fonts/TTF/LINESeedJP_TTF_Eb.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "LINESeed";
  src: url("../assets/fonts/TTF/LINESeedJP_TTF_Rg.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "LINESeed";
  src: url("../assets/fonts/TTF/LINESeedJP_TTF_Th.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #1E1E1E;
  font-size: 1.6rem;
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
  font-family: "LINESeed", san-serif;
  font-weight: 300;
  font-style: normal;
  color: #1E1E1E;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main {
  padding-top: 10.3125vw;
  background-image: url(../images/lower-bg.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FDF9F2;
  overflow-x: clip;
  padding-bottom:5vw;
}

.home .main {
  position: relative;
  background-image: url(../images/body-bg-2000.jpg);
}

@media screen and (max-width: 767px) {
  .home .main {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .home .main {
    background-image: none;
  }
}

.main-bg {
  position: absolute;
  display: none;
  z-index: 1;
}

.home .content-width {
  z-index: 2;
}

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

.main-bg img {
  width: 100%;
  display: block;
}

.content-width {
  max-width: 1240px;
  width: 77.5vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .content-width {
    width: 90.8vw;
  }
}

.header {
  z-index: 999;
}

.fv__textBlock {
  z-index: 2;
}

.fv__imageWrap {
  z-index: 1;
}

.service {
  position: relative;
  z-index: 2;
}

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

.service::before {
  z-index: 1;
}

.service__content {
  position: relative;
  z-index: 2;
}

.header {
  width: 81.6875vw;
  position: absolute;
  top: 3.375vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
    width: 100%;
    top: 0;
    padding-top: 4.2666666667vw;
  }

  .header.is-active {
    position: fixed;
  }
}

body.is-active {
  overflow: hidden;
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1vw 3.25vw;
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 6.9333333333vw;
  }
}

.header__logo {
  width: 10.9375vw;
  height: 2.9375vw;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 30.9333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .header__gnav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: none;
    z-index: 999;
  }

  .header__gnav.is-active {
    display: block;
  }
}

.header__gnav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2vw;
}

@media screen and (max-width: 767px) {
  .header__gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10.6666666667vw;
  }
}

.header__gnav-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  .header__gnav-item a {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .header__gnav-item a {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .header__gnav-item a {
    font-size: max(4vw, 12px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .header__gnav-item.--cta {
    margin-top: 5.3333333333vw;
  }
}

.header .header__gnav-item.--cta a {
  padding: 0.375vw 1vw;
  background-color: #FF9D00;
  color: #fff;
  border-radius: 100vh;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .header .header__gnav-item.--cta a {
    padding: 1.6vw 4.2666666667vw;
  }
}

.hamburger {
  width: 16.5333333333vw;
  height: 16.5333333333vw;
  border-radius: 100vh;
  border: 1px solid #F7764F;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  gap: 1.0666666667vw;
  position: fixed;
  bottom: 3.7333333333vw;
  right: 3.2vw;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger__line {
  width: 6.4vw;
  height: 0.5333333333vw;
  background-color: #F7764F;
}

.hamburger.is-active .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.8vw) rotate(45deg);
  transform: translateY(0.8vw) rotate(45deg);
}

.hamburger.is-active .hamburger__line:nth-child(2) {
  -webkit-transform: translateY(-0.8vw) rotate(-45deg);
  transform: translateY(-0.8vw) rotate(-45deg);
}

.footer {
  padding-top: 6.5vw;
  padding-bottom: 5.9375vw;
  background-color: #FDF9F2;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 17.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}

.footer .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer .row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer__meta {
  width: min(31.125vw, 498px);
  padding-right: min(2vw, 32px);
}

@media screen and (max-width: 767px) {
  .footer .footer__meta {
    width: 100%;
  }
}

.footer .footer__metaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .footer__metaItem {
    width: 100%;
  }
}

.footer .footer__metaItem a {
  color: #F7764F;
}

.footer .footer__metaItem a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .footer .footer__metaItem dt,
  .footer .footer__metaItem dd {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {

  .footer .footer__metaItem dt,
  .footer .footer__metaItem dd {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {

  .footer .footer__metaItem dt,
  .footer .footer__metaItem dd {
    font-size: max(3.2vw, 9.6px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.footer .footer__metaItem+dl {
  margin-top: 1lh;
}

.footer .footer__metaItem .key {
  width: 6.625vw;
}

@media screen and (max-width: 767px) {
  .footer .footer__metaItem .key {
    width: 25%;
  }
}

.footer .footer__metaItem .val {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .footer__about {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: min(2vw, 32px);
  border-left: 1px solid rgba(112, 112, 112, 0.12);
}

@media screen and (max-width: 767px) {
  .footer .footer__about {
    margin-top: 8vw;
    padding-top: 3.7333333333vw;
    padding-left: 0;
    border-left: none;
  }
}

.footer .footer__about .title {
  color: #F7764F;
}

@media screen and (min-width: 768px) {
  .footer .footer__about .title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .footer .footer__about .title {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__about .title {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.footer .footer__about .desc {
  margin-top: 1.25vw;
}

@media screen and (min-width: 768px) {
  .footer .footer__about .desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.01875em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .footer .footer__about .desc {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__about .desc {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 1.9285714286;
    letter-spacing: 0.0214285714em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__about .desc {
    margin-top: 4.2666666667vw;
  }
}

.footer .row2 {
  margin-top: 4.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .row2 {
    margin-top: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 8.5333333333vw;
  }
}

.footer .footer__gnav {
  width: min(44.375vw, 710px);
}

@media screen and (max-width: 767px) {
  .footer .footer__gnav {
    width: 100%;
  }
}

.footer .footer__gnav .header__gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 0.2lh;
}

@media screen and (max-width: 767px) {
  .footer .footer__gnav .header__gnav-list {
    -webkit-column-gap: 8.5333333333vw;
    -moz-column-gap: 8.5333333333vw;
    column-gap: 8.5333333333vw;
    row-gap: 4.8vw;
  }
}

.footer .footer__logo {
  width: 10.9375vw;
}

@media screen and (max-width: 767px) {
  .footer .footer__logo {
    margin-top: 16vw;
    width: 50%;
  }
}

.footer .copyright {
  margin-top: 2.125vw;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .footer .copyright {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: max(3.2vw, 9.6px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 8.5333333333vw;
  }
}

.buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: min(1.125vw, 18px);
}

@media screen and (max-width: 767px) {
  .buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(25vw, 400px);
  height: min(5vw, 80px);
  color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: min(0.5625vw, 9px);
}

@media screen and (min-width: 768px) {
  .button {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .button {
    font-size: 1.375vw;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    height: auto;
    padding:15px;
    border-radius: 2.4vw;
  }

  .button+.button {
    margin-top: 3.2vw;
  }
}

.button.--contact {
  background-color: #F2B325;
}

.button.--line {
  background-color: #2CDD9F;
}

.button.--tel {
  background-color: #fff;
  color: #F7764F;
}

.balloonTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.balloonTitle .text span,
.balloonTitle .row1 span,
.balloonTitle .row2 span {
  color: #F7764F;
}

.balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: min(0.6875vw, 11px) min(1.4375vw, 23px) min(0.75vw, 12px);
  border-radius: 100vh;
  position: relative;
  -webkit-filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
  filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
}

@media screen and (max-width: 767px) {
  .balloon {
    padding: 0.5333333333vw 3.2vw;
  }
}

.balloon::after {
  content: "";
  display: block;
  content: "";
  width: min(1.25vw, 20px);
  height: min(1.3125vw, 21px);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media screen and (max-width: 767px) {
  .balloon::after {
    width: 3.4666666667vw;
    height: 2.9333333333vw;
  }
}

.balloon .text {
  color: #000;
}

@media screen and (min-width: 768px) {
  .balloon .text {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .balloon .text {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .balloon .text {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.balloon .text span {
  font-size: 1.2em;
}

.balloonTitle__text {
  margin-top: min(1.3125vw, 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .balloonTitle__text {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .balloonTitle__text {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .balloonTitle__text {
    font-size: max(6.4vw, 19.2px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .balloonTitle__text {
    margin-top: 5.6vw;
  }
}

.c-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    display: block;
    top: unset !important;
  }

  .c-pagination.result__sliderPagination {
    position: relative;
  }

  .c-pagination.result__sliderPagination::after {
    content: "スワイプしてください";
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #F7CC52;
  }
}

.c-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  margin: 0 !important;
  width: 40px;
  opacity: 1;
}

.c-pagination .swiper-pagination-bullet:first-of-type {
  border-radius: 100vh 0 0 100vh;
}

.c-pagination .swiper-pagination-bullet:last-of-type {
  border-radius: 0 100vh 100vh 0;
}

.c-pagination .swiper-pagination-bullet-active {
  background-color: #F7CC52;
}

.fv {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 6.125vw;
  padding-right: 6.125vw;
  height: 54.0625vw;
}
.fv-free_block{
  background:#fff;
  width:40%;
  box-shadow:0px 3px 6px rgba(0,0,0,0.3);
  padding:2%;
  margin-top:50px;
  margin-left:40px;
  border-radius:10px;
  position:relative;
  z-index:999;
}
.fv-free_block.full{
  width:80%;
  margin:20px auto ;
}
.fv-free_text{
  text-align:center;
  font-size:26px;
  font-weight:500;
  margin-bottom:10px;
  color:#1E1E1E;
}
.fv-free_text02{
  color:#F7764F;
  font-size:16px;
  text-align:center;
  margin-bottom:15px;
  font-weight:500;
}
.fv-free_btn{
  color:#fff;
  background:#F2B325;
  text-align:center;
  padding:16px 80px;
  display:block;
  font-size:18px;
  font-weight:500;
  border-radius:10px;
}
.undercolor{
  text-decoration: underline;
  text-decoration-color: #F7CC52;
  text-decoration-thickness: min(0.5vw, 8px);
  text-underline-offset: min(-0.25vw, -4px);
}
.freeicon{
  position:absolute;
  top:10px;
  right:10px;
  width:89px;
}
.fv-bikou{
  position:absolute;
  bottom:0;
  right:0;
  text-align:right;
  font-size:12px;
}
@media screen and (max-width: 767px) {
  .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-right: 9.6vw;
    padding-left: 9.6vw;
  }
  .fv-free_block{
    width:110%;
    z-index:999;
    margin:0 auto;
    padding:20px;
    left:-5%;
  }
  .fv-free_text{
    font-size:18px;
  }
  .freeicon{
    width:70px;
    right:7px;
  }
  .fv-free_text02{
    margin-bottom:5px;
  }
  .undercolor{
    text-decoration-thickness: min(2.2vw, 8px);
  text-underline-offset: min(-1.75vw, -4px);
  }
}

.floatText {
  color: #fff;
  position: absolute;
  right: 2.6875vw;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .floatText {
    top: 8.3vw;
  }
}

.floatText>span {
  display: block;
}

.floatText .row1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .floatText .row1 {
    font-size: 18px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .floatText .row1 {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .floatText .row1 {
    font-size: max(3.2vw, 9.6px);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.floatText .row1::before,
.floatText .row1::after {
  content: "";
  display: block;
  width: 0.9375vw;
  height: 1.875vw;
  background-image: url(../images/deco-bar.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
}

@media screen and (max-width: 767px) {

  .floatText .row1::before,
  .floatText .row1::after {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    bottom: -25%;
  }
}

.floatText .row1::before {
  left: 0;
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
}

.floatText .row1::after {
  right: 0;
  -webkit-transform: scale(-1, 1) translateX(-15%);
  transform: scale(-1, 1) translateX(-15%);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.floatText .row2 {
  margin-top: 0.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floatText .getsugaku {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (min-width: 768px) {
  .floatText .getsugaku {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .floatText .getsugaku {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 767px) {
  .floatText .getsugaku {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.floatText .num {
  margin-left: 0.5vw;
}

@media screen and (min-width: 768px) {
  .floatText .num {
    font-size: 61px;
    line-height: 1.1967213115;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .floatText .num {
    font-size: 3.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .floatText .num {
    font-size: max(8.5333333333vw, 25.6px);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.floatText .yen {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .floatText .yen {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .floatText .yen {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .floatText .yen {
    font-size: max(5.6vw, 16.8px);
    line-height: 1.1904761905;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.floatText .zeikomi {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

@media screen and (min-width: 768px) {
  .floatText .zeikomi {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .floatText .zeikomi {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .floatText .zeikomi {
    font-size: max(2.6666666667vw, 8px);
    line-height: 1.2;
    letter-spacing: 0.3em;
    font-weight: 500;
  }
}

.fv__textBlock {
  padding-top: min(7.5vw, 120px);
  width: 43.4375vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv__textBlock {
    margin-top: 26.6666666667vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 83.7333333333vw;
  }
}

.fv__imageWrap {
  width: 55.0625vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .fv__imageWrap {
    margin-top: 5.3333333333vw;
    position: static;
    width: 100vw;
  }
}

.worries {
  padding-top: 4.25vw;
}

@media screen and (max-width: 767px) {
  .worries {
    padding-top: 21.3333333333vw;
    position: relative;
    z-index: 1;
  }
}

.worries__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .worries__title .row1 {
    font-size: 36px;
    line-height: 1.5833333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .worries__title .row1 {
    font-size: 2.25vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__title .row1 {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.worries__title .row2 {
  text-decoration: underline;
  text-decoration-color: #F7CC52;
  text-decoration-thickness: 1.3125vw;
  text-underline-offset: -0.5vw;
}

@media screen and (min-width: 768px) {
  .worries__title .row2 {
    font-size: 51px;
    line-height: 1.6078431373;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .worries__title .row2 {
    font-size: 3.1875vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__title .row2 {
    font-size: max(6.4vw, 19.2px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.worries__list {
  margin-top: 3.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .worries__list {
    margin-top: 9.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(23.9375vw, 383px);
  height: min(23.9375vw, 383px);
  background-color: #fff;
  border: 1px solid #F7764F;
  border-radius: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .worries__item+li {
    margin-top: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__item {
    width: 74.6666666667vw;
    height: 74.6666666667vw;
  }
}

.worries__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(6.75vw, 108px);
  height: min(6.75vw, 108px);
  background-image: url(../images/deco-accent-circle.png);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .worries__item::before {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    top: 2.6666666667vw;
  }
}

.worries__item:nth-of-type(2)::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .worries__item:nth-of-type(2)::before {
    display: block;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    top: 5.3333333333vw;
    left: unset;
    right: 0vw;
  }
}

.worries__item:nth-of-type(3)::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .worries__item:nth-of-type(3)::before {
    display: block;
    left: -21.3333333333vw;
    top: 36.2666666667vw;
  }
}

.worries__text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .worries__text {
    font-size: 24px;
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .worries__text {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__text {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.worries__suggestion {
  margin-top: 4.25vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .worries__suggestion {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .worries__suggestion {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__suggestion {
    font-size: max(5.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .worries__suggestion {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .worries__suggestion .u-colorRed {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .worries__suggestion .u-colorRed {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .worries__suggestion .u-colorRed {
    font-size: max(6.9333333333vw, 20.8px);
    line-height: 1.6153846154;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what {
  margin-top: 8.3125vw;
  padding-top: 8.75vw;
  padding-bottom: 11.5625vw;
  background-image: url(../images/bg-what.png);
  background-size: 100% 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .what {
    background-image: url(../images/bg-what-sp.png);
    margin-top: 21.3333333333vw;
    padding-top: 24.5333333333vw;
    padding-bottom: 21.3333333333vw;
    position: relative;
    z-index: 1;
  }

  .what::before {
    display: block;
    content: "";
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    background-image: url("../images/deco-circle-white-by-rect.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 4.8vw;
    top: -8vw;
  }
}

@media screen and (min-width: 768px) {
  .what__title {
    font-size: 51px;
    line-height: 1.6078431373;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__title {
    font-size: 3.1875vw;
  }
}

@media screen and (max-width: 767px) {
  .what__title {
    font-size: max(6.4vw, 19.2px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__desc {
  position: absolute;
  bottom: calc(100% - min(1.75vw, 28px));
}

@media screen and (min-width: 768px) {
  .what__desc {
    font-size: 29px;
    line-height: 1.6206896552;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__desc {
    font-size: 1.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__desc {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__desc {
    margin-top: 8vw;
    bottom: calc(100% - 3.7333333333vw);
  }
}

@media screen and (min-width: 768px) {
  .what__desc .em {
    font-size: 32px;
    line-height: 1.46875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__desc .em {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .what__desc .em {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__suggestBox {
  margin-top: min(7.5vw, 120px);
  width: min(39.375vw, 630px);
  padding: min(2.8125vw, 45px) 0;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .what__suggestBox {
    margin-top: 16vw;
    width: 80.5333333333vw;
    padding: 5.3333333333vw 0;
  }
}

.what__suggestBox::before,
.what__suggestBox::after {
  content: "";
  display: block;
  width: min(2.875vw, 46px);
  height: min(2.5vw, 40px);
  background-image: url(../images/deco-bar-orange.png);
  background-size: contain;
  position: absolute;
}

@media screen and (max-width: 767px) {

  .what__suggestBox::before,
  .what__suggestBox::after {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
  }
}

.what__suggestBox::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

.what__suggestBox::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

.what__suggestBox .getsugaku {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (min-width: 768px) {
  .what__suggestBox .getsugaku {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__suggestBox .getsugaku {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 767px) {
  .what__suggestBox .getsugaku {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__suggestBox .num {
  margin-left: 0.5vw;
}

@media screen and (min-width: 768px) {
  .what__suggestBox .num {
    font-size: 61px;
    line-height: 1.1967213115;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__suggestBox .num {
    font-size: 3.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__suggestBox .num {
    font-size: max(8.5333333333vw, 25.6px);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__suggestBox .yen {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .what__suggestBox .yen {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__suggestBox .yen {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .what__suggestBox .yen {
    font-size: max(5.6vw, 16.8px);
    line-height: 1.1904761905;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__suggestBox .zeikomi {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .what__suggestBox .zeikomi {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__suggestBox .zeikomi {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .what__suggestBox .zeikomi {
    font-size: max(2.6666666667vw, 8px);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__suggestBox .body {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 1.25vw;
}

@media screen and (min-width: 768px) {
  .what__suggestBox .body {
    font-size: 29px;
    line-height: 1.6206896552;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__suggestBox .body {
    font-size: 1.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__suggestBox .body {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__desc--small {
  text-align: center;
  margin-top: min(2.875vw, 46px);
}

@media screen and (min-width: 768px) {
  .what__desc--small {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__desc--small {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .what__desc--small {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__desc--small {
    margin-top: 6.4vw;
    text-align: justify;
  }
}

.what__caseImage {
  margin-top: 4.4375vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.what__caseImage .notice {
  text-align: center;
  margin-top: min(0.75vw, 12px);
}

@media screen and (min-width: 768px) {
  .what__caseImage .notice {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__caseImage .notice {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .what__caseImage .notice {
    font-size: max(3.2vw, 9.6px);
    line-height: 2.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__caseImage .notice {
    margin-top: 6.4vw;
  }
}

.what__caseImageList {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.what__caseImageItem {
  height: auto;
}

.what__nowPrice {
  margin-top: 11.5vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.what__nowPrice span {
  display: inline-block;
}

.what__nowPrice .imanara {
  width: min(8.8125vw, 141px);
  height: min(8.8125vw, 141px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/deco-circle-missing.png);
  background-size: contain;
  border-radius: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .what__nowPrice .imanara {
    font-size: 27px;
    line-height: 1.5925925926;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .imanara {
    font-size: 1.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .imanara {
    font-size: max(7.2vw, 21.6px);
    line-height: 1.5925925926;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .imanara {
    display: inline-block;
    position: static;
    width: unset;
    height: unset;
    border: none;
    border-radius: 0;
    -webkit-transform: translate(0, -4.2666666667vw);
    transform: translate(0, -4.2666666667vw);
    border-bottom: 1.6vw double #fff;
  }
}

.what__nowPrice .syokihiyou {
  padding-top: min(0.75vw, 12px);
  padding-left: min(0.75vw, 12px);
  width: min(5.625vw, 90px);
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .what__nowPrice .syokihiyou {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .syokihiyou {
    font-size: 2.375vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .syokihiyou {
    font-size: max(5.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .syokihiyou {
    width: 10.6666666667vw;
    padding-top: 0vw;
    padding-left: 0vw;
  }
}

.what__nowPrice .num {
  margin-left: 1.0625vw;
}

@media screen and (min-width: 768px) {
  .what__nowPrice .num {
    font-size: 77px;
    line-height: 1.1948051948;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .num {
    font-size: 4.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .num {
    font-size: max(12.2666666667vw, 36.8px);
    line-height: 1.1956521739;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .num {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .what__nowPrice .yen {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .yen {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .yen {
    font-size: max(8.5333333333vw, 25.6px);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .yen {
    margin-left: -2.1333333333vw;
  }
}

.what__nowPrice .zeikomi {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (min-width: 768px) {
  .what__nowPrice .zeikomi {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .zeikomi {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .zeikomi {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 1.0714285714;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .zeikomi {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .what__nowPrice .ga {
    font-size: 60px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .ga {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .ga {
    font-size: max(8.5333333333vw, 25.6px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .what__nowPrice .zero {
    font-size: 117px;
    line-height: 1.1965811966;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .zero {
    font-size: 7.3125vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .zero {
    font-size: max(20vw, 60px);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .zero {
    margin-left: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .what__nowPrice .yen-big {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .what__nowPrice .yen-big {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 767px) {
  .what__nowPrice .yen-big {
    font-size: max(10.1333333333vw, 30.4px);
    line-height: 1.2105263158;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.what__buttonWrap {
  margin-top: 1.125vw;
}

@media screen and (max-width: 767px) {
  .what__buttonWrap {
    margin-top: 12.2666666667vw;
  }
}

.service {
  padding-top: 8.625vw;
  position: relative;
}

.service::before {
  display: block;
  content: "";
  width: min(8.4375vw, 135px);
  height: min(8.4375vw, 135px);
  background-image: url("../images/deco-circle-orange-by-rect.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: min(17.5vw, 280px);
  left: min(-15vw, -240px);
}

@media screen and (max-width: 767px) {
  .service::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: 42.1333333333vw;
    left: -18.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 21.6vw;
  }
}

.service__content {
  margin-top: 4vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: min(3.375vw, 54px) min(7.1875vw, 115px) min(1.375vw, 22px);
  border-radius: 0.75vw;
  background-color: #FFF5F2;
  border: 1px solid #F7764F;
}

@media screen and (max-width: 767px) {
  .service__content {
    width: unset;
    margin-right: calc(50% - 50vw + 4.5333333333vw);
    margin-left: calc(50% - 50vw + 4.5333333333vw);
    border-radius: 3.2vw;
    padding: 8.5333333333vw 0 8.5333333333vw 5.8666666667vw;
  }
}

.service__graph {
  display: grid;
  grid-template: "d d1" 3.125vw "d d2" 3.125vw "cr cr1" 3.125vw "cr cr2" 3.125vw "co co1" 3.125vw "co co2" 3.125vw;
  grid-template-columns: 14.5vw 1fr;
}

@media screen and (max-width: 767px) {
  .service__graph {
    grid-template: "d" 8.5333333333vw "d1" 8.5333333333vw "d2" 8.5333333333vw "cr" 10.6666666667vw "cr1" 8.5333333333vw "cr2" 8.5333333333vw "co" 10.6666666667vw "co1" 8.5333333333vw "co2" 8.5333333333vw;
    grid-template-columns: 1fr;
  }
}

.service__graph .--daredemo {
  grid-area: d;
}

.service__graph .--daredemo01 {
  grid-area: d1;
}

.service__graph .--daredemo02 {
  grid-area: d2;
}

.service__graph .--crowd {
  grid-area: cr;
}

.service__graph .--crowd01 {
  grid-area: cr1;
}

.service__graph .--crowd02 {
  grid-area: cr2;
}

.service__graph .--company {
  grid-area: co;
}

.service__graph .--company01 {
  grid-area: co1;
}

.service__graph .--company02 {
  grid-area: co2;
}

.service__graph {
  position: relative;
}

.service__graph::before {
  content: "";
  display: block;
  width: 0.25vw;
  height: 100%;
  background-color: #F7764F;
  position: absolute;
  top: 0;
  left: 14.5vw;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service__graph::before {
    left: 0;
    width: 1.0666666667vw;
  }
}

.service__graph .key {
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .service__graph .key {
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__graph .key {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .key {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 1.6428571429;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .key {
    padding-left: 4.2666666667vw;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.service__graph .key.--daredemo {
  color: #F7764F;
}

@media screen and (min-width: 768px) {
  .service__graph .key.--daredemo {
    font-size: 22px;
    line-height: 1.3181818182;
    letter-spacing: 0em;
    font-weight: 800;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__graph .key.--daredemo {
    font-size: 1.375vw;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .key.--daredemo {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.service__graph .bar {
  padding: 0.875vw 1.375vw 0.5vw;
  background-color: yellow;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .service__graph .bar {
    font-size: 18px;
    line-height: 1.0555555556;
    letter-spacing: 0em;
    font-weight: 800;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__graph .bar {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .bar {
    font-size: max(3.4666666667vw, 10.4px);
    line-height: 1.6153846154;
    letter-spacing: 0em;
    font-weight: 800;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .bar {
    padding-left: 4.2666666667vw;
  }
}

.service__graph .bar.--nobar {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  color: #F7764F;
}

.service__graph .bar.--orange {
  background-color: #F7764F;
}

.service__graph .bar.--transparent {
  background-color: transparent;
  border: 1px dashed #BEB0AB;
  color: #BEB0AB;
}

.service__graph .bar.--gray {
  background-color: #BEB0AB;
}

.service__graph .bar[class$="01"] {
  margin-bottom: 0.125vw;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .service__graph .bar[class$="01"] {
    margin-bottom: 0.5333333333vw;
  }
}

.service__graph .bar[class$="02"] {
  margin-top: 0.125vw;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .service__graph .bar[class$="02"] {
    margin-top: 0.5333333333vw;
  }
}

.service__graph .bar.--daredemo02 {
  width: 14.375vw;
  width: 42%;
  position: relative;
}

.service__graph .bar.--daredemo02::after {
  content: "";
  background: #F7764F;
  width: 700px;
  height: 4px;
  display: block;
  position: absolute;
  top: 2.85vw;
  left: 0;
}

@media screen and (max-width: 767px) {
  .service__graph .bar.--daredemo02 {
    width: 64%;
  }
}

.service__graph .bar.--crowd01 {
  width: 22.625vw;
  width: 66%;
}

@media screen and (max-width: 767px) {
  .service__graph .bar.--crowd01 {
    width: 91%;
  }
}

.service__graph .bar.--crowd02 {
  width: 22.625vw;
  width: 66%;
  position: relative;
}

.service__graph .bar.--crowd02::after {
  content: "";
  background: #F7764F;
  width: 700px;
  height: 4px;
  display: block;
  position: absolute;
  top: 2.85vw;
  left: 0;
}

@media screen and (min-width:768px) and (max-width:1400px) {

  .service__graph .bar.--crowd02::after,
  .service__graph .bar.--daredemo02::after {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {

  .service__graph .bar.--crowd02::after,
  .service__graph .bar.--daredemo02::after {
    width: 75vw;
    top: 9.85vw;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__graph .bar.--crowd02 {
    width: 91%;
  }
}

.service__graph .bar.--company01 {
  width: 34.375vw;
  width: 100%;
}

.service__graph .bar.--company02 {
  width: 25.8125vw;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .service__graph .bar.--company02 {
    width: 96%;
  }
}

.service__graph .bar.--nobar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service__graph .bar.--nobar::before,
.service__graph .bar.--nobar::after {
  content: "\\";
  color: #F7764F;
  display: block;
  bottom: -15%;
}

@media screen and (min-width: 768px) {

  .service__graph .bar.--nobar::before,
  .service__graph .bar.--nobar::after {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {

  .service__graph .bar.--nobar::before,
  .service__graph .bar.--nobar::after {
    font-size: 0.75vw;
  }
}

.service__graph .bar.--nobar::before {
  left: 0;
  -webkit-transform: translateX(-115%);
  transform: translateX(-115%);
}

.service__graph .bar.--nobar::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.service__compare {
  margin-top: 6.25vw;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .service__compare {
    margin-top: 14.9333333333vw;
  }
}

.service__compare__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service__compare__title {
    font-size: 28px;
    line-height: 1.3928571429;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__compare__title {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .service__compare__title {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.3888888889;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .service__slider {
    margin-top: 6.9333333333vw;
  }
}

.service__compareList {
  margin-top: 3.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .service__compareList {
    margin-top: 0;
    padding-bottom: 14.9333333333vw;
  }
}

.service__compareItem {
  max-width: 24%;
  padding: min(1.25vw, 20px) min(1.9375vw, 31px);
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(247, 118, 79, 0.2);
  box-shadow: 0 0 12px rgba(247, 118, 79, 0.2);
  border-radius: 0.75vw;
}

@media screen and (max-width: 767px) {
  .service__compareItem {
    max-width: unset;
    padding: 5.6vw 8.2666666667vw;
  }
}

.service__compareItem .title {
  height: 3.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .service__compareItem .title {
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__compareItem .title {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .service__compareItem .title {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .service__compareItem .title {
    height: 14.4vw;
  }
}

.service__compareItem img {
  margin: auto;
  width: 1.375vw;
  max-width: 26px;
}

@media screen and (max-width: 767px) {
  .service__compareItem img {
    width: 6.9333333333vw;
  }
}

.service__compareItem .item {
  padding-top: 1.21875vw;
  padding-bottom: 1.21875vw;
}

@media screen and (max-width: 767px) {
  .service__compareItem .item {
    padding-top: 4.1333333333vw;
    padding-bottom: 4.1333333333vw;
  }
}

.service__compareItem .item+dl {
  border-top: 1px dotted #000;
}

.service__compareItem .item:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service__compareItem .item dt {
    font-size: 14px;
    line-height: 2.0714285714;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__compareItem .item dt {
    font-size: 0.875vw;
  }
}

@media screen and (max-width: 767px) {
  .service__compareItem .item dt {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 2.0714285714;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .service__compareItem .item dt {
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .service__compareItem .item .desc {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .service__compareItem .item .desc {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .service__compareItem .item .desc {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.8125;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

.service__compareItem .item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14vw;
  width: 100%;
  height: 1.9375vw;
  background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .service__compareItem .item .image {
    height: unset;
    padding: 1.0666666667vw;
  }
}

.service__compareItem.--daredemo {
  border: 4px solid #F7764F;
}

.service__compareItem.--daredemo .title {
  font-weight: 800;
  color: #F7764F;
}

.service__compareItem.--daredemo .item.--content .desc {
  font-weight: 500;
}

.service__compareItem.--daredemo .item .image {
  background-color: rgba(247, 104, 74, 0.1);
}

.service__compareItem.--daredemo .--content .desc {
  color: #F7764F;
}

.reason {
  margin-top: min(-12.375vw, -198px);
  padding-top: 21.25vw;
  padding-bottom: min(25vw, 400px);
  background-image: url(../images/bg-reason.webp);
  background-size: 100% 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .reason {
    margin-top: -73.3333333333vw;
    padding-top: 122.6666666667vw;
    background-image: unset;
    background: -webkit-gradient(linear, left top, left bottom, from(#F74F52), to(#F79152));
    background: -webkit-linear-gradient(top, #F74F52, #F79152);
    background: linear-gradient(to bottom, #F74F52, #F79152);
    position: relative;
  }

  .reason::after {
    content: "";
    background-image: url(../images/bg-reason-sp.png);
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.selection {
  padding-bottom: 9.25vw;
}

@media screen and (max-width: 767px) {
  .selection {
    padding-bottom: 21.3333333333vw;
  }
}

.selection__title {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media screen and (min-width: 768px) {
  .selection__title {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .selection__title {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .selection__title {
    font-size: max(6.4vw, 19.2px);
    line-height: 1.4166666667;
    letter-spacing: 0.2083333333em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .selection__title {
    text-align: center;
  }
}

.selection__title::before,
.selection__title::after {
  content: "";
  display: block;
  width: min(1.1875vw, 19px);
  height: min(1.875vw, 30px);
  background-image: url(../images/deco-bar.png);
  background-size: contain;
  position: absolute;
  bottom: -15%;
}

@media screen and (max-width: 767px) {

  .selection__title::before,
  .selection__title::after {
    width: 5.0666666667vw;
    height: 8vw;
    bottom: -25%;
  }
}

.selection__title::before {
  left: 0;
  -webkit-transform: translate(-115%, -35%);
  transform: translate(-115%, -35%);
}

.selection__title::after {
  right: 0;
  -webkit-transform: scale(-1, 1) translate(0, -35%);
  transform: scale(-1, 1) translate(0, -35%);
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media screen and (max-width: 767px) {
  .selection__title::after {
    -webkit-transform: scale(-1, 1) translate(47%, -35%);
    transform: scale(-1, 1) translate(47%, -35%);
  }
}

.selection__list {
  margin-top: min(8.125vw, 130px);
}

@media screen and (max-width: 767px) {
  .selection__list {
    margin-top: 13.8666666667vw;
  }
}

.selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.3125vw, 53px);
}

@media screen and (max-width: 767px) {
  .selection__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}

.selection__item+li {
  margin-top: min(9.375vw, 150px);
}

@media screen and (max-width: 767px) {
  .selection__item+li {
    margin-top: 13.0666666667vw;
  }
}

.selection__item .textBlock {
  padding-left: min(3.5vw, 56px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock {
    padding-left: 0;
  }
}

.selection__item .textBlock .title {
  position: relative;
}

.selection__item .textBlock .title__text {
  display: block;
  padding-top: min(1.5vw, 24px);
  padding-left: min(1.5vw, 24px);
  position: relative;
  border-top-left-radius: min(1.25vw, 20px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .selection__item .textBlock .title__text {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .selection__item .textBlock .title__text {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .title__text {
    font-size: max(5.3333333333vw, 16px);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .title__text {
    margin-top: 5.8666666667vw;
    padding: 0;
  }
}

.selection__item .textBlock .circle {
  width: min(7vw, 112px);
  height: min(7vw, 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/deco-circle-missing.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-32%, -50%);
  transform: translate(-32%, -50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .selection__item .textBlock .circle {
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .selection__item .textBlock .circle {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .circle {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .circle {
    width: unset;
    height: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: unset;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.selection__item .textBlock .desc {
  margin-top: min(2.25vw, 36px);
  padding-left: min(1.5vw, 24px);
}

@media screen and (min-width: 768px) {
  .selection__item .textBlock .desc {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.1666666667em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .selection__item .textBlock .desc {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .desc {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.8;
    letter-spacing: 0.1875em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .selection__item .textBlock .desc {
    margin-top: 8.5333333333vw;
    padding: 0;
  }
}

.selection__item .image {
  width: min(31.125vw, 498px);
  height: min(22.25vw, 356px);
  width: 45.35%;
  border-radius: 100vh;
  overflow: hidden;
}

.selection__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .selection__item .image {
    width: 100%;
    height: 57.6vw;
  }
}

.reason .price {
  padding-top: min(2.625vw, 42px);
}

@media screen and (max-width: 767px) {
  .reason .price {
    padding-top: 11.2vw;
  }
}

.reason .price .balloon::after {
  left: 66%;
}

.reason .price__desc {
  margin-top: min(3.75vw, 60px);
  width: min(45.0625vw, 721px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .reason .price__desc {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.1666666667em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__desc {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__desc {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.625;
    letter-spacing: 0.1875em;
    font-weight: 500;
  }
}

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

.reason .price__desc p+p {
  margin-top: 1lh;
}

.reason .price__list {
  margin-top: min(6.875vw, 110px);
  color: #000;
}

.reason .price__item {
  background-color: #fff;
  padding: min(2.125vw, 34px) min(1.9375vw, 31px) min(1.75vw, 28px);
  border-radius: min(0.5vw, 8px);
  width: min(64.125vw, 1026px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .reason .price__item {
    width: 100%;
    padding: 10.1333333333vw 2.4vw 5.6vw;
    border-radius: 2.1333333333vw;
  }
}

.reason .price__item+li {
  margin-top: min(1.9375vw, 31px);
}

@media screen and (max-width: 767px) {
  .reason .price__item+li {
    margin-top: 4.2666666667vw;
  }
}

.reason .price__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason .price__itemInner .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: min(1.25vw, 20px);
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .title {
    font-size: 28px;
    line-height: 0.9285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .title {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .title {
    font-size: max(6.4vw, 19.2px);
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .title {
    text-align: center;
  }
}

.reason .price__itemInner .left .desc {
  margin-top: min(0.8125vw, 13px);
  color: #F7764F;
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .desc {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .desc {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .desc {
    font-size: max(3.7333333333vw, 11.2px);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .desc {
    margin-top: 3.4666666667vw;
    text-align: center;
  }
}

.reason .price__itemInner .left .desc span {
  font-size: 1.2em;
  text-decoration: underline;
  text-decoration-color: #F7CC52;
  text-decoration-thickness: min(0.5vw, 8px);
  text-underline-offset: min(-0.25vw, -4px);
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .desc span {
    text-decoration-thickness: 1.6vw;
    text-underline-offset: -0.8vw;
  }
}

.reason .price__itemInner .left .priceBox {
  margin-top: min(1.3125vw, 21px);
  padding: min(1.875vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(248, 195, 82, 0.2);
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .priceBox {
    margin-top: 4.2666666667vw;
    padding: 6.4vw 4.8vw 1.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.reason .price__itemInner .left .key {
  display: inline-block;
  width: min(1.5vw, 24px);
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .key {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .key {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .key {
    font-size: max(3.2vw, 9.6px);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .key {
    width: 6.4vw;
  }
}

.reason .price__itemInner .left .beforePrice {
  line-height: min(25px, calc(25 / 1600 * 100vw));
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .beforePrice {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .beforePrice {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .beforePrice {
    font-size: max(8vw, 24px);
    line-height: 1.6333333333;
    letter-spacing: 0em;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .yen {
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .yen {
    font-size: 1.375vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .yen {
    font-size: max(5.8666666667vw, 17.6px);
    line-height: 1.1818181818;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.reason .price__itemInner .left .zeikomi {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .left .zeikomi {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .left .zeikomi {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .zeikomi {
    font-size: max(2.6666666667vw, 8px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.reason .price__itemInner .left .kanri {
  margin-left: min(1.5vw, 24px);
  line-height: min(23px, calc(23 / 1600 * 100vw));
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .left .kanri {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.reason .price__itemInner .right {
  padding-left: min(3vw, 48px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right {
    margin-top: 4.8vw;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right .right__list {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.reason .price__itemInner .right .right__item+li {
  margin-top: min(1.375vw, 22px);
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right .right__item+li {
    margin-top: 2.1333333333vw;
  }
}

.reason .price__itemInner .right .key {
  display: inline-block;
  width: min(13.625vw, 218px);
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .right .key {
    font-size: 23px;
    line-height: 1.347826087;
    letter-spacing: 0.0130434783em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .right .key {
    font-size: 1.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right .key {
    width: 37.3333333333vw;
  }
}

.reason .price__itemInner .right .val {
  display: inline-block;
  text-align: center;
  padding: min(0.3125vw, 5px) min(0.75vw, 12px) min(0.125vw, 2px);
  margin-left: min(3.625vw, 58px);
  min-width: min(7.3125vw, 117px);
  background-color: #F7684A;
  color: #fff;
  position: relative;
  border-radius: 100vh;
}

@media screen and (min-width: 768px) {
  .reason .price__itemInner .right .val {
    font-size: 23px;
    line-height: 1.347826087;
    letter-spacing: 0.0130434783em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__itemInner .right .val {
    font-size: 1.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right .val {
    font-size: max(4vw, 12px);
    line-height: 1.4666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__itemInner .right .val {
    min-width: 28.2666666667vw;
    padding: 0.5333333333vw 3.2vw;
    margin-left: 1.0666666667vw;
  }
}

.reason .price__itemInner .right .val .yen {
  font-size: 0.75em;
}

.reason .price__itemInner .right .val.--gray {
  background-color: #9B9B9B;
}

.reason .price__itemInner .right .val::before {
  content: "..";
  position: absolute;
  right: calc(100% + min(0.9375vw, 15px));
  color: #000;
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .priceBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.reason .price__item.waribiki .price__itemInner .left .key {
  width: min(1.25vw, 20px);
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .key {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .key {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .key {
    font-size: max(3.2vw, 9.6px);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .key {
    width: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .beforePrice {
    font-size: 24px;
    line-height: 1.2083333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .beforePrice {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .beforePrice {
    font-size: max(8vw, 24px);
    line-height: 1.6333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .yen {
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .yen {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .yen {
    font-size: max(5.8666666667vw, 17.6px);
    line-height: 1.5909090909;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.reason .price__item.waribiki .price__itemInner .left .ga {
  margin-left: min(0.375vw, 6px);
}

.reason .price__item.waribiki .price__itemInner .left .nowPrice {
  margin-left: min(0.375vw, 6px);
  position: relative;
  color: #F7764F;
}

.reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake {
    font-size: 11px;
    line-height: 1.6363636364;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake {
    font-size: 0.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake {
    font-size: max(2.9333333333vw, 8.8px);
    line-height: 1.6363636364;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::before,
.reason .price__item:first-child .price__itemInner .left .nowPrice .imadake::after {
  content: "\\";
  color: #F7764F;
  display: block;
}

@media screen and (min-width: 768px) {

  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::before,
  .reason .price__item:first-child .price__itemInner .left .nowPrice .imadake::after {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {

  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::before,
  .reason .price__item:first-child .price__itemInner .left .nowPrice .imadake::after {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 767px) {

  .reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::before,
  .reason .price__item:first-child .price__itemInner .left .nowPrice .imadake::after {
    font-size: max(3.2vw, 9.6px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

.reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::before {
  -webkit-transform: translate(0, 25%) rotate(-10deg);
  transform: translate(0, 25%) rotate(-10deg);
}

.reason .price__item.waribiki .price__itemInner .left .nowPrice .imadake::after {
  -webkit-transform: scale(-1, 1) translate(100%, 25%) rotate(-10deg);
  transform: scale(-1, 1) translate(100%, 25%) rotate(-10deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .zero {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .zero {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .zero {
    font-size: max(10.6666666667vw, 32px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .yen {
    font-size: 21px;
    line-height: 1.1904761905;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .yen {
    font-size: 1.3125vw;
  }
}

@media screen and (max-width: 767px) {
  .reason .price__item.waribiki .price__itemInner .left .nowPrice .yen {
    font-size: max(5.6vw, 16.8px);
    line-height: 1.1904761905;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.reason .price__item.waribiki .price__itemInner .left .kanri {
  margin-left: min(1vw, 16px);
}

.design {
  padding-top: min(9.5vw, 152px);
  padding-bottom: min(4.875vw, 78px);
}

@media screen and (max-width: 767px) {
  .design {
    padding-top: 34.4vw;
    padding-bottom: 13.3333333333vw;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .design .balloonTitle__text {
    text-align: center;
  }
}

.design__desc {
  margin-top: min(4vw, 64px);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .design__desc {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1666666667em;
    font-weight: 700;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .design__desc {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 768px) {
  .design__desc {
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .design__desc {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .design__desc {
    text-align: left;
    margin-top: 10.6666666667vw;
  }
}

.design__content {
  margin-top: min(3.125vw, 50px);
}

@media screen and (max-width: 767px) {
  .design__content {
    margin-top: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .design__imageListWrap {
    display: fblock;
    width: 100%;
    overflow-x: scroll;
  }
}
.option_btn{
  background:#F2B325;
  padding:20px 30px;
  display:block;
  width:300px;
  margin:0 auto;
  text-align:center;
  margin-top:20px;
  cursor:pointer;
  font-size:16px;
  color:#fff;
  font-weight:bold;
}
.price_option{
  font-size:24px;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}
.option_inner{
  width:100%;
}
.option-flex{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #333;
}
.option-flex.-aic{
  align-items:center;
}
.option_ttl{
  font-size:18px;
  font-weight:bold;
  width:23%;
  margin-right:3%;
}
.option_text{
  font-size:16px;
  width:46%;
  margin-right:3%;
}
.option_price{
  font-size:17px;
  display: inline-block;
  text-align: center;
  padding: min(0.3125vw, 5px) min(0.75vw, 12px) min(0.125vw, 2px);
  width:25%;
  background-color: #F7684A;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .option_ttl,
  .option_text,
  .option_price{
    width:100%;
  }
  .option_text,
  .option_price{
    margin-top:15px;
  }
}
.design__imageList {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1vw, 16px);
}

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

@media screen and (max-width: 767px) {
  .design__imageList.--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.design__button {
  margin-top: min(3.75vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .design__button {
    margin-top: 3vw;
    margin-bottom:10vw;
  }
}

.result {
  padding-top: min(8.75vw, 140px);
  padding-bottom: min(8.75vw, 140px);
}

@media screen and (max-width: 767px) {
  .result {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
  }
}

.result__content {
  padding-top: min(4.25vw, 68px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .result__content {
    padding-top: 14.9333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}

.result__content .notice {
  display: none;
}

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

.result__list {
  min-height: min(25.9375vw, 415px);
  padding-bottom: min(2.5vw, 40px);
}

@media screen and (max-width: 767px) {
  .result__list {
    min-height: 147.2vw;
    padding-bottom: 10.6666666667vw;
  }
}

.result__item {
  padding: min(3.8125vw, 61px) min(4.375vw, 70px);
  background-color: #fff;
  width: min(55.0625vw, 881px);
  position: relative;
  -webkit-filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
  filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
  border-radius: min(1.5625vw, 25px);
}

.result__item::after {
  content: "";
  display: block;
  width: min(2.25vw, 36px);
  height: min(2.25vw, 36px);
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 70%;
  -webkit-transform: translateY(min(-0.0625vw, -1px));
  transform: translateY(min(-0.0625vw, -1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media screen and (max-width: 767px) {
  .result__item::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.result__item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .result__item .meta {
    gap: 1em;
  }

}



.result__item .textBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.result__item .title {
  display: inline-block;
  color: #F7764F;
  position: relative;
}

@media screen and (min-width: 768px) {
  .result__item .title {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .result__item .title {
    font-size: 1.75vw;
  }
}

.result__item .title::before,
.result__item .title::after {
  content: "";
  display: block;
  width: min(1.625vw, 26px);
  height: min(1.375vw, 22px);
  background-image: url(../images/deco-double-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.result__item .title::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-125%, -5%);
  transform: translate(-125%, -5%);
}

.result__item .title::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(125%, 5%) rotate(195deg);
  transform: translate(125%, 5%) rotate(195deg);
}

@media screen and (min-width: 768px) {
  .result__item .info {
    font-size: 16px;
    line-height: 2.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .result__item .info {
    font-size: 1vw;
  }
}

.result__item .avatar {
  width: min(7.25vw, 116px);
}

@media screen and (max-width: 767px) {
  .result__item .avatar {
    width: 17.8vw;
  }
}

@media screen and (min-width: 768px) {
  .result__item .body {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.0166666667em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .result__item .body {
    font-size: 1.125vw;
  }
}

.result__item .body p+p {
  margin-top: min(1vw, 16px);
}

.result__content .swiper-button-next,
.result__content .swiper-button-prev {
  color: #fff;
  width: 15vw;
  height: 31.25vw;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
}

.result__content .swiper-button-next:hover,
.result__content .swiper-button-prev:hover {
  opacity: 1;
}

.result__content .swiper-button-next::after,
.result__content .swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 767px) {

  .result__content .swiper-button-next,
  .result__content .swiper-button-prev {
    display: none;
  }
}

.result__content .swiper-button-next {
  cursor: url(../images/nav-next.png), default;
  right: 0;
}

.result__content .swiper-button-prev {
  cursor: url(../images/nav-prev.png), default;
  left: 0;
}

.cta {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta {
    position: relative;
    z-index: 1;
  }
}

.cta__inner {
  width: min(96.75vw, 1548px);
  padding: min(6.6875vw, 107px) min(9.75vw, 156px) min(6.5625vw, 105px);
  margin-right: auto;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#F74F52), to(#F79152));
  background: -webkit-linear-gradient(top, #F74F52, #F79152);
  background: linear-gradient(to bottom, #F74F52, #F79152);
  border-radius: min(2.5vw, 40px);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 14.9333333333vw 5.0666666667vw 36vw;
    width: 91.2vw;
  }
}

.cta__inner::after {
  content: "";
  display: block;
  width: min(43.75vw, 700px);
  height: min(28.875vw, 462px);
  background-image: url(../images/cta-image.png);
  background-size: 100%;
  background-size: min(38.125vw, 610px);
  background-repeat: no-repeat;
  position: absolute;
  right: min(-2.1875vw, -35px);
  bottom: min(-5.375vw, -86px);
  z-index: 1;
  -webkit-transform: translate(18%, 0%);
  transform: translate(18%, 0%);
}

@media screen and (max-width: 767px) {
  .cta__inner::after {
    width: 85.0666666667vw;
    height: 56vw;
    background-size: 100%;
    right: -8vw;
    bottom: 2.6666666667vw;
  }
}

.cta__title {
  text-align: center;
  margin-bottom: min(2.8125vw, 45px);
}

@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 37px;
    line-height: 1.6216216216;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .cta__title {
    font-size: 2.3125vw;
  }
}

@media screen and (max-width: 767px) {
  .cta__title {
    font-size: max(5.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .cta__title {
    margin-bottom: 5.3333333333vw;
  }
}

.cta__buttonWrap {
  position: relative;
  z-index: 2;
}

.flow {
  margin-top: min(8.75vw, 140px);
}

@media screen and (max-width: 767px) {
  .flow {
    margin-top: 33.3333333333vw;
    position: relative;
    z-index: 1;
  }
}

.flow__content {
  margin-top: min(4vw, 64px);
}

@media screen and (max-width: 767px) {
  .flow__content {
    margin-top: 10.1333333333vw;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: min(2.0625vw, 33px) min(2.375vw, 38px);
  position: relative;
  -webkit-filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
  filter: drop-shadow(0 0 12px rgba(247, 118, 79, 0.2));
  border-radius: min(1.5625vw, 25px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19.2vw 6.1333333333vw 7.2vw;
    border-radius: 6.6666666667vw;
  }
}

.flow__item+.flow__item {
  margin-top: min(3.375vw, 54px);
}

@media screen and (max-width: 767px) {
  .flow__item+.flow__item {
    margin-top: 8vw;
  }
}

.flow__item::after {
  content: "";
  display: block;
  width: min(10.125vw, 162px);
  height: min(2.4375vw, 39px);
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, min(-0.0625vw, -1px));
  transform: translate(-50%, min(-0.0625vw, -1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 767px) {
  .flow__item::after {
    width: 9.0666666667vw;
    height: 5.3333333333vw;
    -webkit-transform: translate(-50%, -0.2666666667vw);
    transform: translate(-50%, -0.2666666667vw);
  }
}

.flow__item:last-of-type::after {
  display: none;
}

.flow__image {
  width: min(12.875vw, 206px);
}

@media screen and (max-width: 767px) {
  .flow__image {
    width: 100%;
  }
}

.flow__textBlock {
  margin-left: min(2.5vw, 40px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .flow__textBlock {
    margin-left: 0;
  }
}

.flow__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F7764F;
}

@media screen and (max-width: 767px) {
  .flow__meta {
    padding: 7.2vw 6.1333333333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .flow__step {
    font-size: 14px;
    line-height: 3.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .flow__step {
    font-size: 0.875vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__step {
    font-size: max(2.6666666667vw, 8px);
    line-height: 4.48;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.flow__title {
  margin-left: min(1.3125vw, 21px);
}

@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .flow__title {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__title {
    font-size: max(4.8vw, 14.4px);
    line-height: 2.4888888889;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.flow__desc {
  margin-top: min(1vw, 16px);
}

@media screen and (min-width: 768px) {
  .flow__desc {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.01875em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .flow__desc {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__desc {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 1.75;
    letter-spacing: 0.01875em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .flow__desc {
    margin-top: 5.0666666667vw;
  }
}

.flow__desc>span,
.flow__desc a {
  color: #F7764F;
  text-decoration: underline;
}

.flow__desc>a:hover {
  text-decoration: none;
}

.faq {
  padding-top: min(9.125vw, 146px);
  padding-bottom: min(11.375vw, 182px);
}

@media screen and (max-width: 767px) {
  .faq {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
    position: relative;
    z-index: 1;
  }
}

.faq .balloon {
  display: none;
}

.faq__wrap {
  margin-top: min(4.0625vw, 65px);
  width: min(55vw, 880px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .faq__wrap {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq__item+.faq__item {
    margin-top: 7.4666666667vw;
  }
}

.faq__q {
  color: #F7764F;
  border-bottom: 1px solid #F7764F;
  padding-top: min(1.75vw, 28px);
  padding-bottom: min(0.875vw, 14px);
}

@media screen and (min-width: 768px) {
  .faq__q {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .faq__q {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .faq__q {
    font-size: max(4.8vw, 14.4px);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .faq__q {
    padding-bottom: 3.2vw;
  }
}

.faq__q::before {
  content: "Q.";
}

.faq__a {
  padding-top: min(0.875vw, 14px);
}

@media screen and (min-width: 768px) {
  .faq__a {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.0166666667em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .faq__a {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  .faq__a {
    font-size: max(4.2666666667vw, 12.8px);
    line-height: 2;
    letter-spacing: 0.01875em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .faq__a {
    margin-top: 2.1333333333vw;
  }
}

/* デザインテンプレート一覧ページ */
.archive-design__title {
  padding-top: min(100px, calc(100 / 1600 * 100vw));
  padding-bottom: min(100px, calc(100 / 1600 * 100vw));
  text-align: center;
  font-weight: 500;
  font-size: min(51px, 3.1875vw);
  text-decoration: underline;
  text-decoration-color: #F7CC52;
  text-decoration-thickness: 1.3125vw;
  text-underline-offset: -0.5vw;
}

@media screen and (max-width: 768px) {
  .archive-design__title {
    font-size: max(26px, calc(26 / 375 * 100vw));
    padding-top: max(80px, calc(80 / 375 * 100vw));
    padding-bottom: max(54px, calc(54 / 375 * 100vw));
  }
}

.archive-design__container {
  padding-bottom: min(224px, calc(224 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .archive-design__container {
    padding-bottom: max(80px, calc(80 / 375 * 100vw));
  }
}

.archive-design__containerInner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .archive-design__containerInner {
    flex-direction: column;
  }
}

.archive-design__filterBoxColumn {
  width: min(424px, calc(424 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxColumn {
    width: 100%;
    margin-bottom: max(100px, calc(100 / 375 * 100vw));
  }

}

.archive-design__filterBoxWrap {
  background-color: #fff;
  width: min(286px, calc(286 / 1600 * 100vw));
  margin-left: auto;
  padding: min(51.5px, calc(51.5 / 1600 * 100vw)) min(39px, calc(39 / 1600 * 100vw));
  border-radius: min(19px, calc(19 / 1600 * 100vw));
  box-shadow: 0px 0px 12px rgba(247, 79, 82, 0.15);
  position: relative;
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxWrap {
    width: 100%;
    margin-left: 0;
    padding: max(35px, calc(35 / 375 * 100vw)) max(40px, calc(40 / 375 * 100vw)) max(32px, calc(32 / 375 * 100vw));
  }
}

.archive-design__filterBoxList {
  margin-top: min(31px, calc(31 / 1600 * 100vw));
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  @media screen and (max-width: 768px) {
    margin-top: max(20px, calc(20 / 375 * 100vw));
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em .5em;
  }
}



.archive-design__filterBoxList {
  >label+label {
    margin-top: min(24px, calc(24 / 1600 * 100vw));
  }

  @media screen and (max-width: 768px) {
    >label+label {
      margin-top: 0;
    }
  }

  span {
    font-size: min(18px, calc(18 / 1600 * 100vw));
    line-height: min(22px, calc(22 / 1600 * 100vw));
  }

  @media screen and (max-width: 768px) {
    span {
      display: flex;
      align-items: center;
      font-size: max(14px, calc(14 / 375 * 100vw));
      line-height: max(18px, calc(18 / 375 * 100vw));
    }
  }

}



/* チェックボックスカスタマイズ */

.archive-design__filterBoxList>label {
  position: relative;
  padding-left: min(40px, calc(40 / 1600 * 100vw));
  display: flex;
  align-items: center;
  height: min(28px, calc(28 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxList>label {
    padding-left: min(26px, calc(26 / 375 * 100vw));
    height: min(20px, calc(20 / 375 * 100vw));
    width: calc((100% - 1em) / 3);
  }

}

.archive-design__filterBoxList input[type="checkbox"] {
  appearance: none;
}

.archive-design__filterBoxList span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(28px, calc(28 / 1600 * 100vw));
  height: min(28px, calc(28 / 1600 * 100vw));
  border: 1px solid #BEBEBE;
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxList span::before {
    width: min(20px, calc(20 / 375 * 100vw));
    height: min(20px, calc(20 / 375 * 100vw));
  }

}

/* チェックボックスが選択のとき背景色つける */
.archive-design__filterBoxList input[type="checkbox"]:checked+span::before {
  background-color: #F7764F;
  border: 1px solid #F7764F;
}

.archive-design__filterBoxList span::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: min(28px, calc(28 / 1600 * 100vw));
  height: min(28px, calc(28 / 1600 * 100vw));
  top: 0;
  left: 0;
  background-image: url(../images/check-white.svg);
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxList span::after {
    width: min(20px, calc(20 / 375 * 100vw));
    height: min(20px, calc(20 / 375 * 100vw));
  }


}

/* チェックボックスカスタマイズここまで */



.archive-design__filterBoxTitle {
  font-size: min(26px, calc(26 / 1600 * 100vw));
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxTitle {
    font-size: max(20px, calc(20 / 375 * 100vw));
  }
}

.archive-design__filterBoxTitle.--template {
  margin-top: min(40px, calc(40 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .archive-design__filterBoxTitle.--template {
    margin-top: max(40px, calc(40 / 375 * 100vw));
  }
}

.archive-design__filterBoxTitle.--template+.archive-design__filterBoxList {
  flex-direction: column;

  label {
    width: 100%;
  }
}

.ulWrap {
  margin-top: 14px;
  display: flex;
  gap: 3%;

  span {
    display: block;
    height: 4px;
    border-radius: 100vh;
    background-color: #F7764F;
  }

  .first {
    width: 86%;
  }

  .second {
    width: 4.8%;
  }

  .third {
    width: 2%;

  }
}

.archive-design__content {
  width: min(954px, calc(954 / 1600 * 100vw));
  padding-left: min(138px, calc(138 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .archive-design__content {
    width: 100%;
    padding-left: 0;
  }

}


/* フィルターボックスの検索ボタン */
.archive-design__searchButton {
  position: absolute;
  top: calc(100% + min(44px, calc(44 / 1600 * 100vw)));
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .archive-design__searchButton {
    top: calc(100% + max(20px, calc(20 / 375 * 100vw)));
  }
}

.archive-design__searchButton input {
  width: min(194px, calc(194 / 1600 * 100vw));
  height: min(60px, calc(60 / 1600 * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  background-color: #F2B325;
  border: 1px solid #F2B325;
  color: #fff;
  font-size: min(22px, calc(22 / 1600 * 100vw));
  font-weight: 500;
  width: 194px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);


  &:hover {
    background-color: #fff;
    color: #F2B325;

  }
}

@media screen and (max-width: 768px) {
  .archive-design__searchButton input {
    width: max(180px, calc(180 / 375 * 100vw));
    height: max(48px, calc(48 / 375 * 100vw));
    font-size: max(18px, calc(18 / 375 * 100vw));
  }

}

/* フィルターボックスの検索ボタンここまで */
/* タブスタイル */


.tab__buttonsWrap {
  border-bottom: 2px solid #F7764F;
}

@media screen and (max-width: 768px) {
  .tab__buttonsWrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.tab__buttons {
  display: flex;
  align-items: flex-end;
  gap: .3em;
}


.tab__button {
  width: min(280px, calc(280 / 1600 * 100vw));
  height: min(52px, calc(52 / 1600 * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7764F;
  background-color: #fff;
  border: 2px solid #F7764F;
  border-bottom: none;
  border-top-left-radius: min(9px, calc(9 / 1600 * 100vw));
  border-top-right-radius: min(9px, calc(9 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .tab__button {
    width: 50%;
    height: max(40px, calc(40 / 375 * 100vw));
    border-top-left-radius: max(9px, calc(9 / 375 * 100vw));
    border-top-right-radius: max(9px, calc(9 / 375 * 100vw));
  }

}

.tab__button.active {
  height: min(56px, calc(56 / 1600 * 100vw));
  background-color: #F7764F;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tab__button.active {
    height: max(48px, calc(48 / 375 * 100vw));
  }
}

.tab__buttonText {
  font-size: min(18px, calc(18 / 1600 * 100vw));
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .tab__buttonText {
    font-size: max(14px, calc(14 / 375 * 100vw));
  }
}


.tab__panelsWrap {
  margin-top: min(70px, calc(70 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .tab__panelsWrap {
    margin-top: max(40px, calc(40 / 375 * 100vw));
  }

}

.tab__panelCount {
  font-size: min(18px, calc(18 / 1600 * 100vw));
}

@media screen and (max-width: 768px) {
  .tab__panelCount {
    font-size: max(14px, calc(14 / 375 * 100vw));
  }
}

.tab__panelCount .num {
  font-size: min(22px, calc(22 / 1600 * 100vw));
  color: #F7764F;
}

@media screen and (max-width: 768px) {
  .tab__panelCount .num {
    font-size: max(18px, calc(18 / 375 * 100vw));
  }

}

.tab__panelList {
  margin-top: min(52px, calc(52 / 1600 * 100vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
}

@media screen and (max-width: 768px) {
  .tab__panelList {
    margin-top: max(30px, calc(30 / 375 * 100vw));
    flex-direction: column;
  }


}

.tab__panelItem {
  width: 48%;
  background-color: #fff;

  a {
    // pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .tab__panelItem {
    width: 100%;
  }

}


.tab__panelEyecatch {
  aspect-ratio: 392/204;

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

.tab__panelTextBlock {
  padding: min(24px, calc(24 / 1600 * 100vw)) min(32px, calc(32 / 1600 * 100vw)) min(32px, calc(32 / 1600 * 100vw));

  .industry {
    display: flex;
    align-items: center;
  }

  .key {
    margin-left: min(8px, calc(8 / 1600 * 100vw));
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F7764F;
    border: 1px solid #F7764F;
    border-radius: 100vh;
  }

  .desc {
    display: block;
    margin-top: min(12px, calc(12 / 1600 * 100vw));
    font-size: min(16px, calc(16 / 1600 * 100vw));
    line-height: min(28px, calc(28 / 1600 * 100vw));
    letter-spacing: .03em;

  }

}

@media screen and (max-width: 768px) {
  .tab__panelTextBlock {
    padding: max(16px, calc(16 / 375 * 100vw)) max(20px, calc(20 / 375 * 100vw)) max(20px, calc(20 / 375 * 100vw));

    .desc {
      font-size: max(14px, calc(14 / 375 * 100vw));
      line-height: max(24px, calc(24 / 375 * 100vw));
    }
  }


}

.tab__panelButton {
  height: min(34px, calc(34 / 1600 * 100vw));
  width: min(108px, calc(108 / 1600 * 100vw));
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  margin-top: min(34px, calc(34 / 1600 * 100vw));
  color: #F7CC52;
  border: 1px solid #F7CC52;
  font-size: min(18px, calc(18 / 1600 * 100vw));
  font-weight: 500;
  border-radius: 100vh;
  padding: 0 min(24px, calc(24 / 1600 * 100vw));

}

@media screen and (max-width: 768px) {
  .tab__panelButton {
    height: max(28px, calc(28 / 375 * 100vw));
    width: max(90px, calc(90 / 375 * 100vw));
    font-size: max(14px, calc(14 / 375 * 100vw));
    padding: 0 max(16px, calc(16 / 375 * 100vw));
    margin-top: max(20px, calc(20 / 375 * 100vw));
  }


}

/* サイト、ページで該当しないものにはhiddenクラス */
.tab__panelItem.site_template {
  display: none;
}

/* タブパネルのカウント表示調整 */
.tab__panel.--pageTemplates #pageNum {
  display: inline;
}

.tab__panel.--pageTemplates #siteNum {
  display: none;
}


.tab__panel.--siteTemplates #pageNum {
  display: none;
}

.tab__panel.--siteTemplates #siteNum {
  display: inline;
}


/* タブスタイルここまで */





/* デザインテンプレート一覧ページここまで */




.contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: min(10vw, 160px);
  padding-bottom: min(8.75vw, 140px);
  background: -webkit-gradient(linear, left top, left bottom, from(#F74F52), to(#F79152));
  background: -webkit-linear-gradient(top, #F74F52, #F79152);
  background: linear-gradient(to bottom, #F74F52, #F79152);
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 18.6666666667vw;
    padding-bottom: 18.6666666667vw;
    position: relative;
    z-index: 1;
  }
}

.contact__inner {
  width: min(68.25vw, 1092px);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact__title {
  width: min(26.5vw, 424px);
  padding-right: min(0.25vw, 4px);
  padding-left: min(0.25vw, 4px);
}

@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 31px;
    line-height: 1.6129032258;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .contact__title {
    font-size: 1.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .contact__title {
    font-size: max(5.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .contact__title {
    width: 100%;
    padding-right: 1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.contact__link{
  display:block;
  color:#fff;
  margin-bottom:20px;
  font-size:20px;
  text-align:left;
  text-decoration:underline;
}
.contact__formWrap {
  width: min(41.75vw, 668px);
  padding-left: min(0.75vw, 12px);
}

@media screen and (max-width: 767px) {
  .contact__formWrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap {
    margin-top: 9.6vw;
  }
}

.contact__formWrap input:not([type=submit], [type=checkbox]),
.contact__formWrap select,
.contact__formWrap textarea {
  width: 100%;
  background-color: #fff;
  border-radius: min(0.5vw, 8px);
  color: #000;
  padding: min(0.75vw, 12px);
}

@media screen and (min-width: 768px) {

  .contact__formWrap input:not([type=submit], [type=checkbox]),
  .contact__formWrap select,
  .contact__formWrap textarea {
    font-size: 15px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {

  .contact__formWrap input:not([type=submit], [type=checkbox]),
  .contact__formWrap select,
  .contact__formWrap textarea {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {

  .contact__formWrap input:not([type=submit], [type=checkbox]),
  .contact__formWrap select,
  .contact__formWrap textarea {
    font-size: max(4vw, 12px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {

  .contact__formWrap input:not([type=submit], [type=checkbox]),
  .contact__formWrap select,
  .contact__formWrap textarea {
    padding: 3.2vw;
    border-radius: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.contact__formWrap input,
.contact__formWrap select {
  height: min(3.5vw, 56px);
}

@media screen and (max-width: 767px) {

  .contact__formWrap input,
  .contact__formWrap select {
    height: 14.9333333333vw;
  }
}

.contact__formWrap textarea {
  margin-top: min(0.75vw, 12px);
  resize: none;
}

.contact__formWrap .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .contact__formWrap .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact__formWrap .label+.label {
  margin-top: min(1.375vw, 22px);
}

@media screen and (max-width: 767px) {
  .contact__formWrap .label+.label {
    margin-top: 5.8666666667vw;
  }
}

.contact__formWrap .labelWrap {
  width: min(8.6875vw, 139px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .contact__formWrap .labelWrap {
    font-size: 15px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .contact__formWrap .labelWrap {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap .labelWrap {
    font-size: max(4vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap .labelWrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1em;
  }
}

.contact__formWrap .inputWrap {
  padding-left: min(0.625vw, 10px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .contact__formWrap .inputWrap {
    width: 100%;
  }
}

.contact__formWrap .notice {
  display: inline-block;
  margin-top: min(0.75vw, 12px);
  margin-bottom: min(0.375vw, 6px);
}

@media screen and (min-width: 768px) {
  .contact__formWrap .notice {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .contact__formWrap .notice {
    font-size: 0.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap .notice {
    font-size: max(3.4666666667vw, 10.4px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap .notice {
    margin-top: 3.2vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap .submit-wrap {
    text-align: center;
    margin-top: 7.4666666667vw;
  }
}

.contact__formWrap input[type=submit] {
  margin-top: min(1.9375vw, 31px);
  margin-left: min(8.6875vw, 139px);
  width: min(15.0625vw, 241px);
  height: min(3.5vw, 56px);
  border-radius: min(0.5vw, 8px);
  background-color: #fff;
  color: #F74F52;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact__formWrap input[type=submit] {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .contact__formWrap input[type=submit] {
    font-size: 0.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap input[type=submit] {
    font-size: max(3.4666666667vw, 10.4px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .contact__formWrap input[type=submit] {
    margin-left: auto;
    width: 64.2666666667vw;
    height: 14.9333333333vw;
    border-radius: 2.1333333333vw;
  }
}

.contact__formWrap input[type=submit]:hover {
  opacity: 0.6;
}

.c-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-checkbox input {
  height: auto;
}

.c-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.c-checkbox .wpcf7-list-item-label {
  padding-left: 1.5em;
}

.c-checkbox label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
}

.visually-hidden input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-checkbox input:checked+.wpcf7-list-item-label::before {
  color: #fff;
  border-color: #3e82ff;
  background-color: #3e82ff;
}

.c-checkbox input:focus+.wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(62, 130, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(62, 130, 255, 0.3);
}

.c-checkbox input:checked+.wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.c-checkbox input:disabled+.wpcf7-list-item-label {
  opacity: 0.5;
}

.c-checkbox input:disabled+.wpcf7-list-item-label::before {
  background-color: #eee;
}

.c-checkbox input:disabled+.wpcf7-list-item-label::after {
  content: none;
}

.c-checkbox .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}

.c-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3em;
  padding: 0.3em 0.8em;
  border-radius: 0.5em;
}

.privacy__inner {
  width: min(51vw, 816px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .privacy__inner {
    width: 80.5333333333vw;
  }
}

.privacy__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(5.625vw, 90px);
  margin-bottom: min(3.375vw, 54px);
  margin-right: auto;
  margin-left: auto;
  color: #f7764f;
}

@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 51px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .privacy__title {
    font-size: 3.1875vw;
  }
}

@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: max(6.9333333333vw, 20.8px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.privacy__title::after {
  content: "";
  display: block;
  width: 100%;
  height: min(1.3125vw, 21px);
  margin-top: min(-0.875vw, -14px);
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(247, 204, 82, 0.68);
}

.privacy__content h2 {
  margin-top: min(2vw, 32px);
}

@media screen and (min-width: 768px) {
  .privacy__content h2 {
    font-size: 15px;
    line-height: 1.7466666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .privacy__content h2 {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .privacy__content h2 {
    font-size: max(4vw, 12px);
    line-height: 1.7466666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .privacy__content h2 {
    margin-top: 10.6666666667vw;
  }
}

.privacy__content p,
.privacy__content a,
.privacy__content li {
  margin-top: min(0.5vw, 8px);
}

@media screen and (min-width: 768px) {

  .privacy__content p,
  .privacy__content a,
  .privacy__content li {
    font-size: 15px;
    line-height: 1.7466666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {

  .privacy__content p,
  .privacy__content a,
  .privacy__content li {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {

  .privacy__content p,
  .privacy__content a,
  .privacy__content li {
    font-size: max(4vw, 12px);
    line-height: 1.7466666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {

  .privacy__content p,
  .privacy__content a,
  .privacy__content li {
    margin-top: 2.1333333333vw;
  }
}

.privacy__content a {
  color: #F7764F;
}

.privacy__content ul,
.privacy__content ol,
.privacy__content li {
  list-style-position: inside;
}

.privacy__content ul,
.privacy__content li {
  list-style-type: disc;
}

.privacy__content ol,
.privacy__content li {
  list-style-type: decimal;
}

.privacy__content ul ul,
.privacy__content ol ul,
.privacy__content ul ol,
.privacy__content ol ol {
  padding-left: min(1vw, 16px);
}

.u-colorRed {
  color: #F74F52;
}

.u-colorOrange {
  color: #F7764F;
}

.u-colorGreen {
  color: #2CDD9F;
}

.u-inline-sp {
  display: none;
}

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

.u-inline-pc {
  display: inline;
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

.column_inner {
  margin-right: 1%;
  width: 24%;
  background: #fff;
  border-radius: min(0.5625vw, 9px);
}

.column_category {
  font-size: 12px;
  background: #2CDD9F;
  color: #fff;
  display: inline-block;
  padding: 3px;
}

.column_img {
  width: 100%;
  display: block;
}

.column_box {
  padding: 10px;
}

.column_ttl {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 15px;
}

.column_btn {
  background: #F2B325;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  width: 80%;
  color: #fff;
  border-radius: min(0.5625vw, 9px);
  margin: 10px auto;
}

.column_date {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .column_inner {
    width: 48%;
    margin-right: 2%;
  }

  .column_inner:nth-child(2n) {
    margin-right: 0;
  }
}

.single_title {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  width: fit-content;
  margin-top: min(5.625vw, 90px);
  margin-bottom: min(3.375vw, 54px);
  margin-right: auto;
  margin-left: auto;
  color: #f7764f;
}

.single_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.single_title::after {
  content: "";
  display: block;
  width: 100%;
  height: min(1.3125vw, 21px);
  margin-top: min(-0.875vw, -14px);
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(247, 204, 82, 0.68);
}

.single_content h2 {
  color: #f7764f;
  padding: 5px 0px 5px 10px;
  margin: 15px 0 10px;
  font-weight: 500;
  font-size: 20px;
  border-left: 5px solid #f7764f;
  margin-top: 50px;
}

.single_content h3 {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 1;
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
  margin-top: 50px;
}

.single_content h3::before {
  content: "";
  height: 4px;
  width: 17px;
  background-color: #ff4e00;
  position: absolute;
  top: 7px;
  left: 0;
}

.single_content a {
  color: #f7764f;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_content {
    max-width: 90%;
    margin: 0 auto;
  }

  .single_title {
    font-size: max(6.9333333333vw, 20.8px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 30px 3% 0;
  }

  .single_title::after {
    display: none;
  }
}

.archive-design__searchButton input{
	text-align:center;
}