@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;
  background: #ffffff url(../img/bg_ph3.svg) center 65px/3500px auto scroll no-repeat;
  color: #383838;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    background: #ffffff;
    font-size: 1.8rem;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00a2ff;
  text-decoration: none;
}
a:hover {
  color: #ff6c6c;
  text-decoration: none;
}

::-moz-selection {
  background-color: #ffd3d3;
  color: #383838;
}

::selection {
  background-color: #ffd3d3;
  color: #383838;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes fade_in_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_in_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_in_short {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_in_short {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_in_long {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_in_long {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes stroke_1 {
  0% {
    stroke-dashoffset: 500;
    fill: transparent;
    opacity: 0;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #383838;
    opacity: 1;
  }
}
@keyframes stroke_1 {
  0% {
    stroke-dashoffset: 500;
    fill: transparent;
    opacity: 0;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #383838;
    opacity: 1;
  }
}
@-webkit-keyframes stroke_2 {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ff9422;
    opacity: 1;
  }
}
@keyframes stroke_2 {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ff9422;
    opacity: 1;
  }
}
@-webkit-keyframes stroke_3 {
  0% {
    stroke-dashoffset: 700;
    fill: transparent;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke: #383838;
    stroke-dashoffset: 0;
    fill: #fff4e8;
    opacity: 1;
  }
}
@keyframes stroke_3 {
  0% {
    stroke-dashoffset: 700;
    fill: transparent;
  }
  50% {
    opacity: 1;
    fill: transparent;
  }
  100% {
    stroke: #383838;
    stroke-dashoffset: 0;
    fill: #fff4e8;
    opacity: 1;
  }
}
.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: #4e4e4e;
  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 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 30px;
  }
}

.hero__inner {
  position: relative;
  width: 1160px;
  height: 620px;
  margin: auto;
  -webkit-animation: fade_in 1.5s ease 0s 1;
          animation: fade_in 1.5s ease 0s 1;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    width: 100%;
    height: auto;
    -webkit-animation-name: none;
            animation-name: none;
    opacity: 1;
    padding-top: 173.3333%;
    background: #ffffff url(../img/sp_bg.svg) center top/contain scroll no-repeat;
  }
}

.hero__deco {
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 146.6666%;
    background: url(../img/sp_hero_img_1.svg) center top/contain scroll no-repeat;
    -webkit-animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 0.5s;
            animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.hero__h {
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 85.3333%;
    background: url(../img/sp_hero_img_2.png) center top/contain scroll no-repeat;
    -webkit-animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 0.9s;
            animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 0.9s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.hero__date {
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 173.3333%;
    background: url(../img/sp_hero_img_3.png) center top/contain scroll no-repeat;
    -webkit-animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 1.3s;
            animation: fade_in_short 6s cubic-bezier(0.08, 0.97, 0.13, 1.1) 1.3s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.hero__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hero__text {
    display: none;
  }
}
.hero__text.hero__text--1 {
  width: 542px;
  height: 120px;
  top: 39px;
}
.hero__text.hero__text--2 {
  width: 715px;
  height: 315px;
  top: 125px;
}
.hero__text.hero__text--3 {
  width: 622px;
  height: 61px;
  top: 473px;
}
.hero__text.hero__text--4 {
  width: 173px;
  height: 28px;
  top: 567px;
}
.hero__text.hero__text--5 {
  width: 265px;
  height: 60px;
  top: 550px;
}

.hero__path_1 {
  stroke: #4e4e4e;
  stroke-dasharray: 400;
  stroke-width: 1;
  -webkit-animation: stroke_1 7s ease 1s;
          animation: stroke_1 7s ease 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__path_2 {
  fill: #ff9422;
  stroke: #ff9422;
  stroke-dasharray: 1000;
  stroke-width: 1;
  -webkit-animation: stroke_2 7s ease 1s;
          animation: stroke_2 7s ease 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__path_3 {
  stroke: #4e4e4e;
  stroke-dasharray: 400;
  stroke-width: 1;
  -webkit-animation: stroke_1 7s ease 1s;
          animation: stroke_1 7s ease 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__path_4 {
  stroke: #4e4e4e;
  stroke-dasharray: 400;
  stroke-width: 1;
  -webkit-animation: stroke_1 7s ease 1s;
          animation: stroke_1 7s ease 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__path_5 {
  stroke-dasharray: 700;
  stroke: #4e4e4e;
  stroke-width: 4px;
  -webkit-animation: stroke_3 4s ease 1s;
          animation: stroke_3 4s ease 1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__pict {
  position: absolute;
  -webkit-animation: float 2s ease 0s infinite alternate;
          animation: float 2s ease 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .hero__pict {
    display: none;
  }
}
.hero__pict.hero__pict--1 {
  left: 20px;
  bottom: 92px;
}
.hero__pict.hero__pict--2 {
  right: -52px;
  bottom: 92px;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.hero__d {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .hero__d {
    display: none;
  }
}
.hero__d.hero__d--1 {
  top: 96px;
  left: 193px;
}
.hero__d.hero__d--2 {
  top: 112px;
  right: 188px;
  -webkit-animation: rotate 10s cubic-bezier(0.06, 0.38, 0, 0.98) 1.5s infinite normal;
          animation: rotate 10s cubic-bezier(0.06, 0.38, 0, 0.98) 1.5s infinite normal;
}
.hero__d.hero__d--3 {
  top: 282px;
  right: -19px;
}
.hero__d.hero__d--4 {
  top: 383px;
  right: 273px;
}
.hero__d.hero__d--5 {
  top: 384px;
  left: 214px;
  -webkit-animation: rotate 9s cubic-bezier(0.06, 0.38, 0, 0.98) 0s infinite normal;
          animation: rotate 9s cubic-bezier(0.06, 0.38, 0, 0.98) 0s infinite normal;
}
.hero__d.hero__d--6 {
  top: 257px;
  left: -46px;
}

.attention {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-bottom: 50px;
    padding: 0 5.35%;
  }
}

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

.summary__inner {
  position: relative;
  width: 760px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summary__inner {
    position: static;
    width: 100%;
    margin: 0;
  }
}

.summary__h {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .summary__h {
    margin-bottom: 30px;
  }
}
.summary__h span {
  position: absolute;
  top: 10px;
  left: 75px;
}
@media screen and (max-width: 767px) {
  .summary__h span {
    display: none;
  }
}

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

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

.summary__pict {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .summary__pict {
    display: none;
  }
}
.summary__pict.summary__pict--1 {
  top: 180px;
  left: -360px;
}
.summary__pict.summary__pict--1 img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.summary__pict.summary__pict--1 img:nth-child(2) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.summary__pict.summary__pict--2 {
  top: 360px;
  right: -370px;
}
.summary__pict.summary__pict--2 img:nth-child(1) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.summary__pict.summary__pict--2 img:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.summary__pict.summary__pict--3 {
  bottom: -950px;
  left: -300px;
}
.summary__pict.summary__pict--3 img:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.summary__pict.summary__pict--3 img:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.summary__pict img:nth-child(1) {
  -webkit-animation: float 1.8s ease-in-out 0s infinite alternate;
          animation: float 1.8s ease-in-out 0s infinite alternate;
}
.summary__pict img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: float 1.8s ease-in-out 0s infinite alternate;
          animation: float 1.8s ease-in-out 0s infinite alternate;
}

.pict {
  display: none;
}
@media screen and (max-width: 767px) {
  .pict {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pict img:nth-child(1) {
    -webkit-animation: float 3s ease-in-out 0s infinite alternate;
            animation: float 3s ease-in-out 0s infinite alternate;
  }
}
@media screen and (max-width: 767px) {
  .pict img:nth-child(2) {
    width: 100%;
    height: auto;
    max-width: initial;
    max-height: initial;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: float 4s ease-in-out 0s infinite alternate;
            animation: float 4s ease-in-out 0s infinite alternate;
  }
}

.feature {
  position: relative;
  width: 1160px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .feature {
    position: static;
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 5.35%;
    background: url(../img/sp_feature_bg.svg) center 30px/101% scroll no-repeat;
  }
}

.feature__h {
  margin-bottom: 40px;
  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: 15px 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;
    width: 100%;
    padding-bottom: 15px;
  }
}

.outline {
  position: relative;
  width: 1160px;
  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: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline__h {
    margin-bottom: 30px;
  }
}

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

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

.table {
  width: 760px;
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid #a7a7a7;
  color: #383838;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table {
    width: 100%;
    border: none;
    line-height: 1.6;
  }
}
@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: 1px solid #a7a7a7;
  text-align: left;
  background-color: #b3efde;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #7ae2c5;
    text-align: center;
    border-radius: 2px;
  }
}
.table td {
  padding: 30px;
  border: 1px solid #a7a7a7;
}
@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: #ff6c6c;
}
.table td span {
  display: block;
  text-decoration: line-through;
}

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

.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(255, 108, 108, 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.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: #ff6c6c;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.8rem;
  }
}
.pdf_btn:hover {
  color: #ffffff;
  background-color: rgba(71, 200, 159, 0.95);
  text-decoration: none;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.18);
}
.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: 60px;
  margin-bottom: 100px;
}
@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: 150px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 5.35%;
  }
}

.products__h {
  margin-bottom: 25px;
  text-align: center;
}

.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 60px;
}
@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: 60px;
  }
}

.products__a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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: 490px;
  min-height: 560px;
  color: #383838;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    min-height: initial;
  }
}
.products__a:last-child {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .products__a:last-child {
    margin-top: 0;
  }
}
.products__a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.products__a:hover .products__img--1 {
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.products__pict {
  display: block;
  position: relative;
  width: 490px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .products__pict {
    width: 100%;
    height: auto;
    padding-top: 91.9402%;
  }
}

.products__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

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

.products__co {
  color: #7a7a7a;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 1.8rem;
  }
}

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

.products__note {
  margin-top: 15px;
  color: #4e4e4e;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .products__note {
    margin-top: 5px;
    color: #4e4e4e;
    font-size: 1.1rem;
  }
}

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

.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: #383838;
  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: #ff6c6c;
  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;
}