@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

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

em {
  font-style: normal;
}

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

body {
  height: 100%;
  background-color: #ffffff;
  color: #4e4e4e;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.9rem;
  }
}

a {
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  color: #0099ff;
  text-decoration: none;
}
a:visited {
  color: #0099ff;
}
a:hover {
  color: #f291b2;
  text-decoration: none;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes bg_slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1500px 0;
  }
}
@keyframes bg_slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1500px 0;
  }
}
@-webkit-keyframes bg_slide_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -37500px 0;
  }
}
@keyframes bg_slide_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -37500px 0;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  25% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  50% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  75% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  25% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  50% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  75% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header a:hover img {
  opacity: 0.75;
}

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_1 {
    width: 84px;
  }
}

.l-header__logo_2 {
  width: 58px;
  height: auto;
  margin-left: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_2 {
    width: 40.6px;
    margin-left: 15px;
  }
}

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 5%;
  }
}
.l-footer small {
  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: 100%;
  height: 130px;
  padding-bottom: 10px;
  text-align: center;
  color: #646464;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

a.l-footer__btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 2px solid #fa59ad;
  background-color: #ffffff;
  color: #fa59ad;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  a.l-footer__btn {
    width: 290px;
  }
}
a.l-footer__btn:hover {
  border-color: #fa59ad;
  background-color: #fa59ad;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.l-footer__btn:hover::before {
  border-color: #ffffff;
}
a.l-footer__btn::before {
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fa59ad;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.l-footer__back_to_top {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 2px solid #383838;
  border-left: 2px solid #383838;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer__back_to_top:hover {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}

.hero {
  width: 100%;
  height: 720px;
  margin-bottom: 20px;
  margin-bottom: 100px;
  background: url(../img/hero_bg.svg) center top/auto scroll repeat-x;
  -webkit-animation: bg_slide 12s linear infinite;
          animation: bg_slide 12s linear infinite;
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    margin-bottom: 10px;
    background: url(../img/sp_hero_bg.svg) center top/contain scroll repeat-x;
    -webkit-animation: bg_slide_sp 480s linear infinite;
            animation: bg_slide_sp 480s linear infinite;
  }
}

.hero__inner {
  width: 100%;
  height: 640px;
  background: url(../img/hero_img.png) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    height: auto;
    background-image: url(../img/sp_hero_img.png);
    background-size: contain;
    aspect-ratio: 375/580;
  }
}
.hero__inner > div,
.hero__inner > h1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sum {
  position: relative;
  width: 1160px;
  margin: auto;
  margin-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.sum__h {
  margin-bottom: 70px;
  -webkit-animation: swing 6s cubic-bezier(0.31, 0.44, 0.445, 1.65) infinite;
          animation: swing 6s cubic-bezier(0.31, 0.44, 0.445, 1.65) infinite;
  -webkit-transform-origin: center 100px;
          transform-origin: center 100px;
}
@media screen and (max-width: 767px) {
  .sum__h {
    margin-bottom: 40px;
  }
}

.sum__text {
  color: #4e4e4e;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sum__text {
    font-size: 1.9rem;
    text-align: left;
  }
}
.sum__text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.sum__text em {
  color: #ff6a6a;
}

.sum__pict {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sum__pict {
    position: static;
    display: none;
  }
}
.sum__pict.sum__pict--position-left {
  top: 670px;
  left: -20px;
}
.sum__pict.sum__pict--position-right {
  top: 550px;
  right: -20px;
}
.sum__pict.sum__pict--position-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .sum__pict.sum__pict--position-bottom {
    display: block;
    margin-top: 1.5em;
  }
}

.features {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .features {
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.feature__h {
  margin-bottom: 40px;
  text-align: center;
  color: #ff6a6a;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature__h {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
}
.feature__h::after {
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  margin-top: 12px;
  background-color: #3cc4f1;
  content: "";
}
@media screen and (max-width: 767px) {
  .feature__h::after {
    width: 100px;
    height: 5px;
    margin-top: 10px;
  }
}

.feature__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 950px;
  margin: auto;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .feature__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 35px;
  }
}

.feature__li {
  width: 460px;
  padding: 25px 0;
  border: 5px dotted #ff7b7b;
  text-align: center;
  background-color: #fff2f2;
  border-radius: 85px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature__li {
    width: 100%;
    padding: 30px 10px;
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 30px;
  }
}
.feature__li em {
  color: #3cc4f1;
}
.feature__li span {
  display: block;
  margin-top: 1em;
  color: #646464;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.outline {
  width: 800px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .outline {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.outline__h {
  margin-bottom: 40px;
  text-align: center;
  color: #ff6a6a;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .outline__h {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
}
.outline__h::after {
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  margin-top: 12px;
  background-color: #3cc4f1;
  content: "";
}
@media screen and (max-width: 767px) {
  .outline__h::after {
    width: 100px;
    height: 5px;
    margin-top: 10px;
  }
}

.outline__table {
  width: 100%;
  margin-bottom: 20px;
  border: 4px solid #ff7b7b;
  background-color: #ffffff;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .outline__table {
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
}
.outline__table th {
  width: 200px;
  padding: 30px;
  border: 1px solid #ff7b7b;
  background-color: #fff2f2;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    height: 45px;
    padding: 8px;
    border: none;
    text-align: center;
    background-color: #ffcdcd;
  }
}
.outline__table td {
  padding: 30px;
  border: 1px solid #ff7b7b;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 40px;
    border: none;
  }
}
.outline__table td em {
  display: block;
  color: #ff5a5a;
  font-size: 2rem;
  font-weight: 700;
}
.outline__table td span {
  display: block;
  text-decoration: line-through;
}

.outline__note {
  color: #646464;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .outline__note {
    margin: 0;
  }
}

.outline__li {
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}
.outline__li::before {
  content: "※";
}

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 90%;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 200px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 10px;
    width: 100%;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 0.8s;
  transition: background-position 0.5s, -webkit-transform 0.8s;
  transition: background-position 0.5s, transform 0.8s;
  transition: background-position 0.5s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  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: 100%;
  height: 90px;
  margin: auto;
  border-radius: 45px;
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 90, 90, 0.95)), color-stop(50%, rgba(255, 90, 90, 0.95)), color-stop(50%, rgba(60, 196, 241, 0.96)), to(rgba(60, 196, 241, 0.96))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(255, 90, 90, 0.95) 0%, rgba(255, 90, 90, 0.95) 50%, rgba(60, 196, 241, 0.96) 50%, rgba(60, 196, 241, 0.96) 100%) 100% 0/200% auto scroll no-repeat;
}
.btn:visited {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    height: 70px;
    height: 60px;
    font-size: 2.5rem;
  }
}
.btn::before {
  display: block;
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 15px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.pdf_btn {
  -webkit-transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, transform 0.8s;
  transition: background-position 0.35s, transform 0.8s, -webkit-transform 0.8s;
  position: relative;
  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: 100%;
  height: 80px;
  color: #ffffff !important;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 90, 90, 0.9)), color-stop(50%, rgba(255, 90, 90, 0.9)), color-stop(50%, rgb(62, 204, 172)), to(rgb(62, 204, 172))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(255, 90, 90, 0.9) 0%, rgba(255, 90, 90, 0.9) 50%, rgb(62, 204, 172) 50%, rgb(62, 204, 172) 100%) 100% 0/200% auto scroll no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.9rem;
  }
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.pdf_btn img {
  height: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pdf_btn img {
    height: 20px;
    margin-right: 5px;
  }
}

.pdf_btn__wrap {
  width: 580px;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}

.products {
  width: 1150px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.products__h {
  margin-bottom: 40px;
  text-align: center;
  color: #ff6a6a;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
}
.products__h::after {
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  margin-top: 12px;
  background-color: #3cc4f1;
  content: "";
}
@media screen and (max-width: 767px) {
  .products__h::after {
    width: 100px;
    height: 5px;
    margin-top: 10px;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 50px;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 40px;
  }
}

.products__a {
  -webkit-transition: border-color 0.8s, background-color 0.8s, -webkit-transform 0.8s;
  transition: border-color 0.8s, background-color 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, border-color 0.8s, background-color 0.8s;
  transition: transform 0.8s, border-color 0.8s, background-color 0.8s, -webkit-transform 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 550px;
  padding: 60px 37px 60px;
  border: 8px solid #ff7b7b;
  background-color: #ffffff;
  color: #4e4e4e;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    padding: 40px 20px;
    border-width: 6px;
    border-radius: 40px;
  }
}
.products__a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border-color: rgba(62, 204, 172, 0.8);
}
.products__a:nth-child(2), .products__a:nth-child(3), .products__a:nth-child(6) {
  border-color: #3cc4f1;
}
.products__a:nth-child(2):hover, .products__a:nth-child(3):hover, .products__a:nth-child(6):hover {
  border-color: rgba(62, 204, 172, 0.8);
}

.products__figure {
  text-align: center;
  margin-bottom: 20px;
}

.products__co,
.products__name,
.products__ruby {
  display: block;
  text-align: center;
  font-weight: 700;
}

.products__co {
  margin-bottom: 0.2em;
  color: #4e4e4e;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 1.7rem;
  }
}

.products__name {
  margin-top: 5px;
  color: #4e4e4e;
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .products__name {
    margin-top: 5px;
    font-size: 2.1rem;
  }
}

.products__ruby {
  margin-top: 5px;
  color: #4e4e4e;
  font-size: 1.2rem;
  letter-spacing: 5px;
}

.products__wrap {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.products__note {
  display: inline-block;
  text-align: center;
  color: #646464;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products__note {
    text-align: left;
  }
}
.products__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.products__note li::before {
  content: "※";
}

.post {
  width: 100%;
  margin-bottom: 200px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.post__h {
  margin-bottom: 40px;
  text-align: center;
  color: #ff6a6a;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__h {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
}
.post__h::after {
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  margin-top: 12px;
  background-color: #3cc4f1;
  content: "";
}
@media screen and (max-width: 767px) {
  .post__h::after {
    width: 100px;
    height: 5px;
    margin-top: 10px;
  }
}

.post__text {
  margin-bottom: 25px;
  color: #4e4e4e;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__text {
    font-size: 2.5rem;
  }
}

.post__tag {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .post__tag {
    width: 100%;
    margin: 0;
  }
}
.post__tag h3 {
  margin-bottom: 20px;
  color: #ff5a5a;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    font-size: 1.9rem;
  }
}

.post__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .post__wrap {
    -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;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.post__wrap span {
  padding: 8px 20px;
  border: 1px solid #d3d3d3;
  background-color: #f4f4f4;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post__wrap span {
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.post__note {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__note {
    text-align: left;
    font-size: 1.6rem;
  }
}

.post__figure {
  width: 100%;
  margin-top: 60px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .post__figure {
    padding: 0;
    margin-top: 30px;
  }
}

.ownly_ugc_set_post_comment {
  color: #4e4e4e !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.62 !important;
}

.ownly_ugc_set_post:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ownly_ugc_set_post:not(:last-child) {
    margin: 0;
  }
}

.reports {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .reports {
    margin-bottom: 100px;
  }
}

.reports__sh {
  margin-bottom: 40px;
  text-align: center;
  color: #ff6a6a;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reports__sh {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.reports__sh::after {
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  margin-top: 12px;
  background-color: #3cc4f1;
  content: "";
}
@media screen and (max-width: 767px) {
  .reports__sh::after {
    width: 100px;
    height: 5px;
    margin-top: 10px;
  }
}

.reports__h {
  margin-bottom: 40px;
  text-align: center;
  color: #383838;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reports__h {
    margin-bottom: 30px;
    padding: 0 6%;
    text-align: left;
    font-size: 3rem;
  }
}

.reports__hero {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reports__hero {
    margin-bottom: 30px;
  }
}

.reports__body {
  width: 760px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .reports__body {
    width: 100%;
  }
}

.reports__wrap {
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .reports__wrap {
    margin-bottom: 50px;
  }
}
.reports__wrap:last-child {
  margin-bottom: 0;
  border: none;
}

.reports__lead {
  margin-bottom: 70px;
  color: #383838;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reports__lead {
    margin-bottom: 50px;
    padding: 0 8%;
    font-size: 1.9rem;
  }
}
.reports__lead em {
  color: #ff5a5a;
}
.reports__lead p + p {
  margin-top: 1.5em;
}

.reports__fig {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .reports__fig {
    margin-bottom: 50px;
  }
}
.reports__pict .reports__fig {
  margin: 0;
}

.reports__text {
  margin-bottom: 70px;
  color: #4e4e4e;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .reports__text {
    margin-bottom: 50px;
    font-size: 1.9rem;
    padding: 0 8%;
  }
}
.reports__text em {
  color: #ff5a5a;
}
.reports__text p + p {
  margin-top: 1.5em;
}

.reports__pict {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .reports__pict {
    margin-bottom: 50px;
    padding: 0 8%;
  }
}

.reports__cap {
  padding: 20px;
  background-color: #f4f4f4;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reports__cap {
    padding: 12px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.quiz {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .quiz {
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.quiz:last-child {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .quiz:last-child {
    margin-bottom: 50px;
  }
}

.quiz__inner {
  padding: 50px;
  border: 8px solid #63aef4;
  border-radius: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .quiz__inner {
    margin-bottom: 20px;
    border-width: 6px;
    border-radius: 30px;
    padding: 40px 20px 30px;
  }
}

.quiz__no {
  margin-bottom: 30px;
  text-align: center;
  color: #63aef4;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quiz__no {
    margin-bottom: 15px;
    font-size: 2.7rem;
  }
}

.quiz__q {
  color: #383838;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quiz__q {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.quiz__qs {
  margin-top: 0.5em;
  color: #7a7a7a;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quiz__qs {
    margin-top: 0.3em;
    font-size: 1.9rem;
  }
}

.quiz__a {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quiz__a {
    margin: 40px 0;
  }
}

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

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

.quiz__text {
  color: #4e4e4e;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .quiz__text {
    font-size: 1.8rem;
  }
}
.quiz__text em {
  color: #ff5a5a;
}

.quiz__note {
  margin-top: 1em;
  color: #646464;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .quiz__note {
    font-size: 1.4rem;
  }
}
.quiz__note::before {
  content: "※";
}

.u-d-n {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important;
  }
}
.u-d-b {
  display: block !important;
}

.u-d-b-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-b-mq {
    display: block !important;
  }
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-ib-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-ib-mq {
    display: inline-block !important;
  }
}
