/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/**
 * 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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "kozuka-gothic-pr6n", "hiragino-kaku-gothic-pron", sans-serif;
}

body {
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
}

.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: 100%;
  max-width: 64.1025641026vw;
  margin: 0 auto;
}

.copyright_text { /* 250109 杉山追加 コピーライトのテキスト */
  text-align: center;
  font-size: 10px;
  margin-top: 25px;
  color: dimgray;
}

@media screen and (min-width: 769px) {
  .button {
    max-width: 350px;
  }
}

.header {
  width: 100%;
  background-color: #FFE000;
  padding: 10.2564102564vw 0 5.1282051282vw;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 40px 0 20px;
  }
}
.header__container {
  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;
  padding: 0 15px;
  gap: 5.1282051282vw;
}
.header__company {
  max-width: 340px;
}
@media screen and (min-width: 769px) {
  .header__company {
    width: 100%;
  }
}
.header__logo {
  max-width: 310px;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 100%;
  }
}

.hero {
  background-image: url(../images/cloud.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 6.4102564103vw 0 25.641025641vw;
  margin-top: -10px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero {
    padding: 50px 0 200px;
  }
}
.hero__title {
  line-height: 1.5;
  color: #003F9B;
  font-size: 7.1794871795vw;
}
@media screen and (min-width: 769px) {
  .hero__title {
    font-size: 56px;
  }
}
.hero__info {
  margin-top: 10px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 769px) {
  .hero__info {
    font-size: 24px;
  }
}

.conversation {
  padding: 0 0 10.2564102564vw;
}
@media screen and (min-width: 769px) {
  .conversation {
    padding: 0 0 80px;
  }
}
.conversation__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
.conversation__item-text {
  letter-spacing: -0.03em;
  font-weight: 500;
  background: #F5D824;
  line-height: 1.6;
  font-size: 4.358974359vw;
  padding: 2.5641025641vw 3.8461538462vw 5.1282051282vw;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .conversation__item-text {
    font-size: 32px;
    padding: 10px 20px 20px;
  }
}
.conversation__item-text--bold {
  font-weight: 700;
}
.conversation__button {
  margin-top: 6.4102564103vw;
}
@media screen and (min-width: 769px) {
  .conversation__button {
    margin-top: 50px;
  }
}

.omitsusan {
  padding: 0 0 15.3846153846vw;
}
@media screen and (min-width: 769px) {
  .omitsusan {
    padding: 0 0 120px;
  }
}
.omitsusan__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.omitsusan__info {
  font-size: 5.1282051282vw;
  font-weight: 900;
  margin-top: 7.6923076923vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .omitsusan__info {
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.omitsusan__small {
  font-size: 2.5641025641vw;
  text-align: right;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .omitsusan__small {
    font-size: 18px;
  }
}
.omitsusan__small .c-red {
  color: #FD0000;
}

.worry {
  padding: 0 0 14.1025641026vw;
}
@media screen and (min-width: 769px) {
  .worry {
    padding: 0 0 80px;
  }
}
.worry__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.worry__male {
  margin-top: 12.8205128205vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .worry__male {
    padding-bottom: 50%;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .worry__male-human {
    position: absolute;
    width: 53.5%;
    right: 0;
    bottom: 0;
  }
}
.worry__male-text {
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .worry__male-text {
    margin-bottom: 0;
    position: absolute;
    width: 53%;
    top: 24.5%;
    left: 10%;
  }
}
.worry .title {
  margin-bottom: 15.3846153846vw;
}
@media screen and (min-width: 769px) {
  .worry .title {
    margin-bottom: 120px;
  }
}

.merit {
  padding: 0 0 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .merit {
    padding: 0 0 115px;
  }
}
.merit .title {
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .merit .title {
    margin-bottom: 50px;
  }
}
.merit__container {
  position: relative;
  background-color: #FBE99C;
  padding: 7.6923076923vw 0 17.9487179487vw;
}
@media screen and (min-width: 769px) {
  .merit__container {
    padding: 60px 0 100px;
  }
}
.merit__wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.merit__wrapper-title {
  font-size: 5.641025641vw;
  text-align: center;
  text-indent: -4em;
  padding-left: 1em;
  color: #003F9B;
  margin-bottom: 8.9743589744vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .merit__wrapper-title {
    font-size: 48px;
    margin-bottom: 70px;
  }
}
.merit__button {
  margin: 6.4102564103vw auto 0;
}
@media screen and (min-width: 769px) {
  .merit__button {
    margin: 50px auto 0;
  }
}
.merit .title {
  padding: 0 15px;
}

.good {
  padding: 3.8461538462vw 0 11.5384615385vw;
}
@media screen and (min-width: 769px) {
  .good {
    padding: 30px 0 90px;
  }
}
.good__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro {
  padding: 0 0 8.9743589744vw;
}
@media screen and (min-width: 769px) {
  .intro {
    padding: 0 0 70px;
  }
}
.intro__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.intro__demo {
  margin-bottom: 11.5384615385vw;
}
@media screen and (min-width: 769px) {
  .intro__demo {
    margin-bottom: 90px;
  }
}
.intro__contents {
  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;
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .intro__contents {
    margin-bottom: 110px;
  }
}
.intro__contents-item {
  width: 50%;
  font-size: 4.6153846154vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro__contents-item {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .intro__contents-item img {
    width: 70%;
  }
}
.intro .title {
  margin-bottom: 11.5384615385vw;
}
@media screen and (min-width: 769px) {
  .intro .title {
    margin-bottom: 90px;
  }
}

.faq {
  padding: 8.9743589744vw 0 16.6666666667vw;
  background-color: #FBE99C;
}
@media screen and (min-width: 769px) {
  .faq {
    padding: 70px 0 130px;
  }
}
.faq__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.faq__contents-item {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 3.8461538462vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq__contents-item {
    font-size: 24px;
  }
}
.faq__contents-item + .faq__contents-item {
  margin-top: 15px;
}
.faq__contents-item--question {
  cursor: pointer;
  position: relative;
  padding-right: calc(1em + 35px);
  padding-left: 1em;
  text-indent: -1em;
}
.faq__contents-item--question::before {
  content: "Q:";
}
.faq__contents-item--question::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.1282051282vw;
  height: 25px;
}
@media screen and (min-width: 769px) {
  .faq__contents-item--question::after {
    width: 25px;
  }
}
.faq__contents-item--question.open::after {
  background-image: url("../images/minus.png");
  height: 5px;
}
.faq__contents-item--answer {
  display: none;
  padding-left: 2em;
  text-indent: -1em;
  padding-top: 15px;
}
.faq__contents-item--answer::before {
  content: "A:";
}
.faq .title {
  margin-bottom: 11.5384615385vw;
}
@media screen and (min-width: 769px) {
  .faq .title {
    margin-bottom: 60px;
  }
}

.price {
  padding: 12.8205128205vw 0 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .price {
    padding: 140px 0 70px;
    font-size: 22px;
  }
}
.price__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.price__wrapper {
  max-width: 450px;
  margin: 0 auto;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 769px) {
  .price__wrapper {
    font-size: 22px;
  }
}
.price__item {
  margin-bottom: 7.0512820513vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .price__item {
    margin-bottom: 55px;
  }
}
.price .title {
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 769px) {
  .price .title {
    margin-bottom: 50px;
  }
}

.footer {
  padding: 5.1282051282vw 0;
  border-top: 4px solid #FFE000;
  font-size: 2.8205128205vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 0;
    font-size: 21px;
  }
}
.footer__container {
  padding: 0 15px;
  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;
  gap: 5.1282051282vw;
}
.footer__company {
  font-weight: 700;
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 769px) {
  .footer__company {
    font-size: 21px;
  }
}
.footer__company-img {
  max-width: 340px;
  width: 100%;
}
.footer__logo {
  /* FF用 */
  max-width: 310px;
  width: 100%;
}

.business {
  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;
}
@media screen and (min-width: 769px) {
  .business {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.business__item {
  position: relative;
  width: 27.5%;
}
@media screen and (min-width: 769px) {
  .business__item {
    width: 17%;
  }
}
.business__item-circle {
  -webkit-clip-path: polygon(50% 50%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%);
          clip-path: polygon(50% 50%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%, 27.5% 100%);
}
.business__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.5);
      -ms-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
}
@media screen and (min-width: 769px) {
  .business__item-text {
    -webkit-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    /* FF用 */
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .business__item:last-of-type .business__item-text {
    -webkit-transform: translate(-50%, -50%) scale(1.75);
        -ms-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
  }
}

.system {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 9.6153846154vw;
}
@media screen and (min-width: 769px) {
  .system {
    margin-top: 75px;
  }
}
.system__item {
  width: 50%;
}
.system__item--5 {
  width: 33.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title {
  text-align: center;
  font-size: 5.1282051282vw;
  font-weight: 700;
  margin-bottom: 6.4102564103vw;
}
@media screen and (min-width: 769px) {
  .title {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
.title__image {
  max-width: 360px;
  width: 25%;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .title__image {
    width: 100%;
  }
}
.title__border {
  padding-bottom: 3.8461538462vw;
  border-bottom: 4px solid #FFE000;
}
@media screen and (min-width: 769px) {
  .title__border {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .title__text {
    position: relative;
    left: 15px;
    top: 20px;
  }
}

.exception {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exception .title {
  margin-bottom: 100px;
}
.exception__item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .exception__item {
    width: 48%;
    padding: 0 25px;
  }
}
.exception__item + .exception__item {
  margin-top: 6.4102564103vw;
}
@media screen and (min-width: 769px) {
  .exception__item + .exception__item {
    margin-top: 0;
  }
}
.exception__item--1 {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .exception__item--1 {
    padding-bottom: 20px;
  }
}
.exception__item--1 img {
  width: 75%;
}
@media screen and (min-width: 769px) {
  .exception__item--1 img {
    width: 100%;
  }
}
.exception__item--2 {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .exception__item--2 {
    padding-bottom: 20px;
  }
}
.exception__item--3 {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .exception__item--3 {
    padding-top: 20px;
  }
}
.exception__item--4 {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .exception__item--4 {
    padding-top: 20px;
  }
}
.exception__item--4 img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .exception__item--4 img {
    width: 100%;
  }
}
.exception__info {
  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;
  font-size: 3.8461538462vw;
  background-color: #FFE000;
  border-radius: 30px;
  padding: 3.8461538462vw 2.5641025641vw;
  margin-top: 4.4871794872vw;
  font-weight: 600;
  color: #003F9B;
}
@media screen and (min-width: 769px) {
  .exception__info {
    font-size: 28px;
    padding: 20px 10px;
    border-radius: 60px;
    margin-top: 10px;
  }
}

.opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 769px) {
  .opt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.opt__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .opt__item {
    width: 40%;
  }
}
.opt__item-info {
  font-size: 3.8461538462vw;
  margin-top: 2.5641025641vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .opt__item-info {
    margin-top: 10px;
    font-size: 21px;
  }
}
.opt__item-img {
  text-align: center;
}
.opt__item-img img {
  width: 75%;
}
@media screen and (min-width: 769px) {
  .opt__item-img img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
.u-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

#filter {
  width: 800px;
  margin: 0 auto;
  height: 500px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
          clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
}