@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: #014780;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

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

::-moz-selection {
  background-color: #a9e6fe;
  color: #014780;
}

::selection {
  background-color: #a9e6fe;
  color: #014780;
}

/**
 * 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: #014780;
  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 #191919;
  border-left: 2px solid #191919;
  -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: 100%;
  height: 750px;
  background: url(../img/hero_bg.png) center center/auto scroll no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 133.3333%;
    background: url(../img/sp_hero_bg.png) center top/cover scroll no-repeat;
  }
}
.hero::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 104%;
  height: 104%;
  background: #f2fbff url(../img/hero_bg.png) center center/cover scroll no-repeat;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  content: "";
  -webkit-transform: translate(-2%, -2%);
          transform: translate(-2%, -2%);
}
@media screen and (max-width: 767px) {
  .hero::before {
    content: none;
  }
}

.hero__inner {
  width: 100%;
  height: 550px;
  background: url(../img/hero_img.png) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding-top: 109.3333%;
    background: url(../img/sp_hero_img.png) center top/contain scroll no-repeat;
  }
}

.hero__h {
  width: 100%;
  padding-top: 105px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__h {
    padding-top: 0;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 72%;
    background: url(../img/sp_hero_h.png) center top/contain scroll no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .hero__h img {
    display: none;
  }
}

.hero__data {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.summary {
  background: #f2fbff url(../img/summary_bg.svg) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .summary {
    background: #f2fbff;
  }
}

.summary__inner {
  position: relative;
  width: 1180px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summary__inner {
    width: 100%;
    padding: 30px 5.35% 50px;
    text-align: left;
  }
}

.summary__h {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summary__h {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .summary__h img {
    width: 100%;
    max-width: 335px;
  }
}

.summary__data {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.summary__text {
  margin-bottom: 70px;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .summary__text {
    margin-bottom: 40px;
    line-height: 2;
  }
}
.summary__text p + p {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .summary__bottom {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .summary__bottom img {
    width: 100%;
    max-width: 335px;
  }
}

.summary__pict {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .summary__pict {
    display: none;
  }
}
.summary__pict.summary__pict--1 {
  top: 100px;
  left: -50px;
}
.summary__pict.summary__pict--2 {
  top: 380px;
  left: 10px;
}
.summary__pict.summary__pict--3 {
  top: 800px;
  left: -80px;
}
.summary__pict.summary__pict--4 {
  top: 1150px;
  left: 170px;
}
.summary__pict.summary__pict--5 {
  top: 250px;
  right: 10px;
}
.summary__pict.summary__pict--6 {
  top: 650px;
  right: -50px;
}
.summary__pict.summary__pict--7 {
  top: 1050px;
  right: 110px;
}

.feature {
  width: 1115px;
  margin: auto;
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .feature {
    width: 100%;
    padding: 60px 5.35% 0;
  }
}

.feature__h {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__h img {
    width: 100%;
    max-width: 335px;
  }
}

.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: 20px 85px;
}
@media screen and (max-width: 767px) {
  .feature__ol {
    -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;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .feature__ol img {
    width: 100%;
    max-width: 335px;
  }
}

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

.outline__h {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline__h img {
    width: 100%;
    max-width: 335px;
  }
}

.outline__table {
  width: 100%;
  margin-bottom: 20px;
  color: #014780;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .outline__table {
    width: 100%;
    margin: 0;
    border: none;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@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: 190px;
  padding: 30px;
  border: 1px solid #80a3bf;
  border-left: none;
  border-right: none;
  text-align: left;
  background-color: #f2fbff;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 10px 10px 12px;
    border: none;
    border-top: 1px solid #80a3bf;
    background-color: #f2fbff;
    text-align: center;
    border-radius: 2px;
  }
}
.outline__table td {
  padding: 30px;
  border: 1px solid #80a3bf;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 40px;
    border: none;
  }
}
.outline__table td em {
  display: block;
  font-weight: 700;
  color: #fc625e;
}
.outline__table td span {
  display: block;
  text-decoration: line-through;
}

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

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

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

.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: 90px;
  margin: auto;
  background-color: rgba(252, 98, 94, 0.95);
  border-radius: 50px;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
}
@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: 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: 20px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: rgba(71, 200, 159, 0.95);
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.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: #fc625e;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.8rem;
  }
}
.pdf_btn:hover {
  color: #ffffff;
  background-color: #47c89f;
  text-decoration: none;
  -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: 500px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 5.35%;
  }
}

.products {
  width: 1060px;
  margin: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
    padding: 0 5.35%;
  }
}

.products__h {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 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: 100px;
}
@media screen and (max-width: 767px) {
  .products__list {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 0;
    row-gap: 70px;
  }
}

.products__a {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 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: 480px;
  color: #014780;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
  }
}
.products__a img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.products__a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.products__a:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.products__pict {
  display: block;
  width: 480px;
  height: 480px;
  background: url(../img/products_bg_y.svg) center center/contain scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .products__pict {
    width: 100%;
    height: auto;
  }
}
.products__a:nth-child(2) .products__pict, .products__a:nth-child(3) .products__pict, .products__a:nth-child(6) .products__pict, .products__a:nth-child(7) .products__pict {
  background-image: url(../img/products_bg_b.svg);
}
@media screen and (max-width: 767px) {
  .products__a:nth-child(2) .products__pict, .products__a:nth-child(3) .products__pict, .products__a:nth-child(6) .products__pict, .products__a:nth-child(7) .products__pict {
    background-image: url(../img/products_bg_y.svg);
  }
}
@media screen and (max-width: 767px) {
  .products__a:nth-child(even) .products__pict {
    background-image: url(../img/products_bg_b.svg);
  }
}

.products__co,
.products__call,
.products__note {
  display: block;
  text-align: center;
  color: #014780;
}

.products__co {
  margin-bottom: 10px;
  color: #4d7ea6;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 1.8rem;
  }
}

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

.products__note {
  margin-top: 20px;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products__note {
    margin-top: 15px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
}

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

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

.post__text {
  margin-bottom: 12px;
  color: #014780;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .post__text {
    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: #fc625e;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post__tag {
    gap: 1rem 2rem;
  }
}
.post__tag h3 {
  margin-right: -10px;
  font-size: 2rem;
}
@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;
}