@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%;
}

body {
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #00a2ff;
  text-decoration: none;
}
a:hover {
  color: #f25d5d;
  text-decoration: none;
}

::-moz-selection {
  background-color: #fbd333;
  color: #222222;
}

::selection {
  background-color: #fbd333;
  color: #222222;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  18% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  24% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  36% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  42% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  48% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  12% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  18% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  24% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  36% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  42% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  48% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
}
.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: #383838;
  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;
  color: #fa59ad;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}
a.l-footer__btn:hover {
  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 {
  position: relative;
  width: 1160px;
  height: 600px;
  margin: auto;
  border-bottom: 2px solid #76c4eb;
}
@media screen and (max-width: 767px) {
  .hero {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .hero::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 89.3%;
    height: 2px;
    background-color: #76c4eb;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero__h {
  position: absolute;
  top: 82px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .hero__h {
    position: static;
    margin-bottom: 10px;
  }
}

.hero__date {
  width: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hero__group {
    position: relative;
    overflow: hidden;
    padding-top: 69.3333%;
  }
}

.hero__pict {
  position: absolute;
}
.hero__pict.hero__pict--1 {
  top: 92px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .hero__pict.hero__pict--1 {
    top: 0;
    right: auto;
  }
}
.hero__pict.hero__pict--2 {
  top: 243px;
  right: 23px;
  -webkit-animation: slide 2s linear infinite alternate;
          animation: slide 2s linear infinite alternate;
}
@media screen and (max-width: 767px) {
  .hero__pict.hero__pict--2 {
    top: 0;
    right: auto;
  }
}

.summary {
  position: relative;
  width: 1160px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  border-bottom: 2px solid #76c4eb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summary {
    width: 100%;
    height: auto;
    padding: 50px 5.35%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .summary::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 89.3%;
    height: 2px;
    background-color: #76c4eb;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.summary__h {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summary__h {
    margin-bottom: 20px;
  }
}

.summary__date {
  width: 0;
  height: 0;
  overflow: hidden;
}

.summary__text {
  color: #222222;
  font-size: 1.9rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .summary__text {
    font-size: 1.8rem;
    text-align: left;
  }
}
.summary__text p {
  margin-bottom: 2em;
}

.summary__pict {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .summary__pict {
    position: static;
  }
}
.summary__pict.summary__pict--1 {
  top: 290px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .summary__pict.summary__pict--1 {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.summary__pict.summary__pict--2 {
  right: 20px;
  bottom: 80px;
}

.feature {
  position: relative;
  width: 1160px;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 100px;
  border-bottom: 2px solid #76c4eb;
}
@media screen and (max-width: 767px) {
  .feature {
    width: 100%;
    height: auto;
    padding: 50px 5.35%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .feature::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 89.3%;
    height: 2px;
    background-color: #76c4eb;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

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

.feature__ol {
  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: 35px 60px;
}
@media screen and (max-width: 767px) {
  .feature__ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 40px 0;
  }
}

.feature__pict {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .feature__pict {
    position: static;
  }
}
.feature__pict.feature__pict--1 {
  left: -15px;
  bottom: 180px;
}
@media screen and (max-width: 767px) {
  .feature__pict.feature__pict--1 {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.feature__pict.feature__pict--2 {
  right: -15px;
  bottom: 180px;
}
@media screen and (max-width: 767px) {
  .feature__pict.feature__pict--2 {
    margin-top: 30px;
  }
}

.outline {
  position: relative;
  width: 1160px;
  margin: auto;
  padding: 90px 200px 100px;
}
@media screen and (max-width: 767px) {
  .outline {
    width: 100%;
    height: auto;
    padding: 50px 5.35%;
  }
}

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

.outline__note {
  color: #383838;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

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

.table {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #31a7e0;
  color: #222222;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 1.8rem;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .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;
  }
}
.table th {
  width: 200px;
  padding: 30px;
  border: 2px solid #31a7e0;
  text-align: left;
  background-color: #5fbae7;
  vertical-align: top;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #5fbae7;
    text-align: center;
    border-radius: 2px;
  }
}
.table td {
  padding: 30px;
  border: 2px solid #31a7e0;
}
@media screen and (max-width: 767px) {
  .table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 40px;
    border: none;
  }
}
.table td em {
  display: block;
  font-weight: 700;
  color: #f25d5d;
}
.table td span {
  display: block;
  text-decoration: line-through;
}

.btn__wrap {
  position: sticky;
  bottom: 30px;
  width: 1160px;
  margin: auto;
  margin-bottom: 180px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 10px;
    width: 100%;
    padding: 0 5.5%;
    margin-bottom: 120px;
  }
}

.btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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: 100px;
  margin: auto;
  background-color: rgba(242, 93, 93, 0.95);
  border-radius: 50px;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    height: 70px;
    font-size: 2.5rem;
  }
}
.btn span {
  margin-top: -3px;
}
.btn::before {
  display: block;
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 7px 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: 20px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: rgba(71, 200, 159, 0.98);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.bottom {
  position: relative;
  width: 400px;
  height: 240px;
  margin: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .bottom {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 120px;
    overflow: hidden;
    padding-top: 53.7313%;
    padding-top: 60%;
  }
}

.bottom__pict {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media screen and (max-width: 767px) {
  .bottom__pict {
    top: auto;
    bottom: 0;
  }
}
.bottom__pict.bottom__pict--1 {
  -webkit-animation: rotate 0.8s ease-in-out infinite alternate;
          animation: rotate 0.8s ease-in-out infinite alternate;
}
.bottom__pict.bottom__pict--2 {
  -webkit-animation: scale 1.9s ease-in-out infinite alternate;
          animation: scale 1.9s ease-in-out infinite alternate;
}
.bottom__pict.bottom__pict--2 img {
  -webkit-animation: rotate 0.9s ease-in-out infinite alternate;
          animation: rotate 0.9s ease-in-out infinite alternate;
}

.pdf_btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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%;
  height: 80px;
  background-color: #ffdb4d;
  color: #1b9ddd;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.8rem;
  }
}
.pdf_btn:hover {
  background-color: #ffdb4d;
  color: #1b9ddd;
  text-decoration: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.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: 560px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin-bottom: 55px;
    padding: 0 5.35%;
  }
}

.products {
  width: 1040px;
  margin: auto;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #76c4eb;
}
@media screen and (max-width: 767px) {
  .products {
    position: relative;
    border: none;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 0 5.35%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .products::before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 89.3%;
    height: 2px;
    margin: auto;
    background-color: #76c4eb;
    content: "";
  }
}

.products__h {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 25px;
  }
}

.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: 50px 40px;
}
@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: 0;
    row-gap: 40px;
  }
}

.products__a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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: 500px;
  padding: 20px 0 50px;
  border: 5px solid #76c4eb;
  text-align: center;
  color: #222222;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    padding: 20px 0 40px;
  }
}
.products__a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  color: #222222;
  border-color: #f68d8d;
}

.products__pict {
  display: block;
  margin-bottom: 15px;
}

.products__co,
.products__call,
.products__note {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.products__co {
  color: #f25d5d;
  font-size: 1.8rem;
  margin-bottom: 2px;
}

.products__call {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__call {
    font-size: 2rem;
  }
}

.products__note {
  margin-top: 10px;
  color: #383838;
  font-size: 1.3rem;
}

.post {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post {
    padding: 0 5.35%;
    padding-bottom: 60px;
  }
}
.post::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 525px);
  display: block;
  width: 1050px;
  height: 2px;
  margin: auto;
  background-color: #76c4eb;
  content: "";
}
@media screen and (max-width: 767px) {
  .post::before {
    left: auto;
    width: 89.3%;
  }
}

.post__h {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post__h {
    margin-bottom: 20px;
  }
}

.post__text {
  margin-bottom: 12px;
  color: #222222;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .post__text {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}

.post__tag {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 50px;
  color: #f25d5d;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post__tag {
    gap: 1rem 2rem;
  }
}
.post__tag h3 {
  margin-right: -10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    width: 100%;
  }
}

.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;
  }
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-mt-xxs {
  margin-top: 20px !important;
}

.u-mt-xs {
  margin-top: 30px !important;
}

.u-mt-md {
  margin-top: 100px !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}