@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: #383838;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  -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: #c7000a;
  text-decoration: none;
}

::-moz-selection {
  background-color: #99cbaf;
  color: #222222;
}

::selection {
  background-color: #99cbaf;
  color: #222222;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes ltr {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(4300px, -350px);
            transform: translate(4300px, -350px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ltr {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(4300px, -350px);
            transform: translate(4300px, -350px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rtl {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(-4300px, -350px);
            transform: translate(-4300px, -350px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes rtl {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    -webkit-transform: translate(-4300px, -350px);
            transform: translate(-4300px, -350px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  20% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  30% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  40% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  60% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  70% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  80% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  90% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  20% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  30% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  40% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  60% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  70% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  80% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  90% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes smork_r {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@keyframes smork_r {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@-webkit-keyframes smork_l {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@keyframes smork_l {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@-webkit-keyframes fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fade_in_up_lg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade_in_up_lg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fade_in_up_mq {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade_in_up_mq {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes float_h {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes float_h {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes float_v {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes float_v {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes carousel_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6110px 0;
  }
}
@keyframes carousel_1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6110px 0;
  }
}
@-webkit-keyframes carousel_2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1992px 0;
  }
}
@keyframes carousel_2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1992px 0;
  }
}
@-webkit-keyframes carousel_3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1992px 0;
  }
}
@keyframes carousel_3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1992px 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: transparent;
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: #ffffff;
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 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 {
  position: relative;
  width: 100%;
  z-index: 9999;
}
@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: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

.l-footer__btn {
  -webkit-transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: 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%;
  max-width: 320px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 3px solid #fa44a3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 68, 163, 0.9)), color-stop(50%, rgba(250, 68, 163, 0.9)), color-stop(50%, rgba(71, 204, 131, 0)), to(rgba(71, 204, 131, 0))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(250, 68, 163, 0.9) 0%, rgba(250, 68, 163, 0.9) 50%, rgba(71, 204, 131, 0) 50%, rgba(71, 204, 131, 0) 100%) 100% 0/200% auto scroll no-repeat;
  color: #fa44a3;
  font-size: 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 270px;
    font-size: 1.6rem;
    height: 50px;
  }
}
.l-footer__btn:visited {
  color: #fa44a3;
}
.l-footer__btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.l-footer__btn:hover::before {
  border-color: #ffffff;
}
.l-footer__btn::before {
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 3px solid #fa44a3;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.l-footer__back_to_top {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 3px solid #383838;
  border-left: 3px 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);
}

.l-container {
  position: relative;
  width: 100%;
  background-color: #fffdf0;
  overflow-x: clip;
}

.bus__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.bus {
  position: absolute;
  width: 184px;
  height: 94px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .bus {
    width: 130px;
    height: 66px;
  }
}
.bus.bus--1 {
  bottom: 200px;
  right: 0;
  margin-right: -200px;
  -webkit-animation: rtl 60s linear 5s infinite normal forwards;
          animation: rtl 60s linear 5s infinite normal forwards;
}
@media screen and (max-width: 767px) {
  .bus.bus--1 {
    bottom: 100px;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.bus.bus--1::before {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 13px;
  background: url(../img/bus_smork_1.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_l 1s ease-out 0.3s infinite;
          animation: smork_l 1s ease-out 0.3s infinite;
}
.bus.bus--1::after {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 26px;
  height: 23px;
  background: url(../img/bus_smork_2.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_l 1s ease-out 0s infinite;
          animation: smork_l 1s ease-out 0s infinite;
}
.bus.bus--2 {
  bottom: 500px;
  left: 0;
  margin-left: -200px;
  -webkit-animation: ltr 60s linear 25s infinite normal forwards;
          animation: ltr 60s linear 25s infinite normal forwards;
}
@media screen and (max-width: 767px) {
  .bus.bus--2 {
    bottom: 350px;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.bus.bus--2::before {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 14px;
  height: 13px;
  background: url(../img/bus_smork_1.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_r 1s ease-out 0.3s infinite;
          animation: smork_r 1s ease-out 0.3s infinite;
}
.bus.bus--2::after {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 26px;
  height: 23px;
  background: url(../img/bus_smork_2.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_r 1s ease-out 0s infinite;
          animation: smork_r 1s ease-out 0s infinite;
}
.bus.bus--3 {
  bottom: 800px;
  right: 0;
  margin-right: -200px;
  -webkit-animation: rtl 60s linear 40s infinite normal forwards;
          animation: rtl 60s linear 40s infinite normal forwards;
}
@media screen and (max-width: 767px) {
  .bus.bus--3 {
    bottom: 600px;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.bus.bus--3::before {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 13px;
  background: url(../img/bus_smork_1.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_l 1s ease-out 0.3s infinite;
          animation: smork_l 1s ease-out 0.3s infinite;
}
.bus.bus--3::after {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 26px;
  height: 23px;
  background: url(../img/bus_smork_2.png) center center/contain scroll no-repeat;
  content: "";
  z-index: -1;
  -webkit-animation: smork_l 1s ease-out 0s infinite;
          animation: smork_l 1s ease-out 0s infinite;
}
.bus img {
  -webkit-animation: shake 1s ease 0s infinite alternate;
          animation: shake 1s ease 0s infinite alternate;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hero {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  background: url(../img/hero_bg.png) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 15px;
    background: url(../img/sp_hero_bg.png) center top/contain scroll no-repeat;
  }
}

.hero__inner {
  position: relative;
  width: 1180px;
  height: 1010px;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    width: 100%;
    height: auto;
    padding-top: 0;
    aspect-ratio: 375/600;
    background: url(../img/sp_hero_icon.svg) center top/contain scroll no-repeat;
    -webkit-animation: fade_in_up_lg 4s cubic-bezier(0.06, 0.38, 0, 0.98) 1s 1 forwards;
            animation: fade_in_up_lg 4s cubic-bezier(0.06, 0.38, 0, 0.98) 1s 1 forwards;
    opacity: 0;
  }
}

.hero__h {
  margin-bottom: 10px;
  -webkit-animation: fade_in_up 4s ease 1s 1 forwards;
          animation: fade_in_up 4s ease 1s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hero__h {
    -webkit-animation: fade_in_up_mq 4s ease 3s 1 forwards;
            animation: fade_in_up_mq 4s ease 3s 1 forwards;
  }
}

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

.hero__logo {
  width: 646px;
  height: auto;
  margin: auto;
  -webkit-animation: fade_in_up 4s ease 1.8s 1 forwards;
          animation: fade_in_up 4s ease 1.8s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hero__logo {
    -webkit-animation: fade_in_up_mq 4s ease 3.5s 1 forwards;
            animation: fade_in_up_mq 4s ease 3.5s 1 forwards;
  }
}
@media screen and (max-width: 767px) {
  .hero__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.hero__badge {
  position: absolute;
  top: 295px;
  right: 30px;
  -webkit-animation: swing 2s ease-in-out 0s infinite alternate;
          animation: swing 2s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .hero__badge {
    display: none;
  }
}

.hero__note {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 15px 30px;
  background-color: rgba(229, 57, 57, 0.9);
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .hero__note {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding: 8px 20px;
    background-color: #e84c4c;
    font-size: 1.4rem;
    line-height: 1.3;
    border-radius: 0 0 30px 0;
  }
}

.hero__icon {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .hero__icon {
    display: none;
  }
}
.hero__icon.hero__icon--01 {
  top: 60px;
  left: -40px;
  -webkit-animation: float_h 5s ease-in-out 0s infinite alternate;
          animation: float_h 5s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--01 img {
  -webkit-animation: float_v 4s ease-in-out 0s infinite alternate;
          animation: float_v 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--02 {
  top: 50px;
  left: 125px;
  -webkit-animation: float_h 2.8s ease-in-out 0s infinite alternate;
          animation: float_h 2.8s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--02 img {
  -webkit-animation: float_v 3.8s ease-in-out 3s infinite alternate;
          animation: float_v 3.8s ease-in-out 3s infinite alternate;
}
.hero__icon.hero__icon--03 {
  top: 235px;
  left: -55px;
  -webkit-animation: float_h 3.8s ease-in-out 0s infinite alternate;
          animation: float_h 3.8s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--03 img {
  -webkit-animation: float_v 2.8s ease-in-out 0s infinite alternate;
          animation: float_v 2.8s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--04 {
  top: 343px;
  left: 43px;
  -webkit-animation: float_h 4s ease-in-out 0s infinite alternate;
          animation: float_h 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--04 img {
  -webkit-animation: float_v 3.4s ease-in-out 0s infinite alternate;
          animation: float_v 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--05 {
  top: 445px;
  left: 150px;
  -webkit-animation: float_h 3.4s ease-in-out 0s infinite alternate;
          animation: float_h 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--05 img {
  -webkit-animation: float_v 4s ease-in-out 0s infinite alternate;
          animation: float_v 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--06 {
  top: 540px;
  left: 30px;
  -webkit-animation: float_h 3.4s ease-in-out 0s infinite alternate;
          animation: float_h 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--06 img {
  -webkit-animation: float_v 4s ease-in-out 0s infinite alternate;
          animation: float_v 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--07 {
  top: 65px;
  right: 147px;
  -webkit-animation: float_h 4s ease-in-out 0s infinite alternate;
          animation: float_h 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--07 img {
  -webkit-animation: float_v 3.4s ease-in-out 0s infinite alternate;
          animation: float_v 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--08 {
  top: 160px;
  right: -65px;
  -webkit-animation: float_h 4s ease-in-out 0s infinite alternate;
          animation: float_h 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--08 img {
  -webkit-animation: float_v 3.4s ease-in-out 0s infinite alternate;
          animation: float_v 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--09 {
  top: 398px;
  right: -70px;
  -webkit-animation: float_h 3.4s ease-in-out 0s infinite alternate;
          animation: float_h 3.4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--09 img {
  -webkit-animation: float_v 4s ease-in-out 0s infinite alternate;
          animation: float_v 4s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--10 {
  top: 500px;
  right: 140px;
  -webkit-animation: float_h 3.6s ease-in-out 0s infinite alternate;
          animation: float_h 3.6s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--10 img {
  -webkit-animation: float_v 2.8s ease-in-out 0s infinite alternate;
          animation: float_v 2.8s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--11 {
  top: 583px;
  right: 25px;
  -webkit-animation: float_h 2.8s ease-in-out 0s infinite alternate;
          animation: float_h 2.8s ease-in-out 0s infinite alternate;
}
.hero__icon.hero__icon--11 img {
  -webkit-animation: float_v 3.6s ease-in-out 0s infinite alternate;
          animation: float_v 3.6s ease-in-out 0s infinite alternate;
}

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

.sum__inner {
  position: relative;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sum__inner {
    width: 100%;
    margin: 0;
    padding: 0 8%;
  }
}

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

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

.sum__text {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sum__text {
    margin-bottom: 20px;
    text-align: left;
  }
}
.sum__text p + p {
  margin-top: 1.5em;
}
.sum__text em {
  color: #e84c4c;
}
@media screen and (max-width: 767px) {
  .sum__text br {
    display: none;
  }
}

.sum__fig {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(155px, 60px);
          transform: translate(155px, 60px);
}
@media screen and (max-width: 767px) {
  .sum__fig {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.carousel {
  width: 100%;
}
.carousel.carousel__1 {
  height: 345px;
  margin-bottom: 200px;
  background: url(../img/carousel.png) center top/auto scroll repeat-x;
  -webkit-animation: carousel_1 55s linear infinite;
          animation: carousel_1 55s linear infinite;
}
.carousel.carousel__2 {
  height: 220px;
  margin-bottom: 12px;
  background: url(../img/sp_carousel_1.png) center top/1992px 220px scroll repeat-x;
  -webkit-animation: carousel_2 45s linear infinite;
          animation: carousel_2 45s linear infinite;
}
.carousel.carousel__3 {
  height: 220px;
  margin-bottom: 100px;
  background: url(../img/sp_carousel_2.png) center top/1992px 220px scroll repeat-x;
  -webkit-animation: carousel_3 45s linear infinite;
          animation: carousel_3 45s linear infinite;
}

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

.about__h {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__h {
    margin-bottom: 30px;
    padding: 0 8%;
  }
}

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

.about__text {
  padding-left: 8%;
}
@media screen and (max-width: 767px) {
  .about__text {
    padding: 0 8%;
  }
}
.about__text p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about__text p + p {
    margin-top: 1.5em;
  }
}

.about__fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .about__fig {
    width: 100%;
    height: auto;
    padding-left: 8%;
  }
}
.about__fig img {
  width: 100%;
  border-radius: 80px 0 0 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about__fig img {
    height: 350px;
    border-radius: 40px 0 0 40px;
  }
}

.about__wrap {
  position: relative;
  margin-top: 1.5em;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    margin-top: 2em;
  }
}

.about__btn {
  -webkit-transition: color 0.6s, background-color 0.6s, -webkit-transform 1s;
  transition: color 0.6s, background-color 0.6s, -webkit-transform 1s;
  transition: transform 1s, color 0.6s, background-color 0.6s;
  transition: transform 1s, color 0.6s, background-color 0.6s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 11px 0 13px;
  border: 3px solid #e53939;
  text-align: center;
  color: #e53939;
  font-size: 2rem;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .about__btn {
    max-width: 220px;
    font-size: 1.8rem;
  }
}
.about__btn:visited {
  color: #e53939;
}
.about__btn:hover {
  color: #ffffff;
  background-color: #e53939;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.about__btn:hover::before {
  border-color: #ffffff;
}
.about__btn::before {
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  border: 3px solid #e53939;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

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

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

.features__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .features__ul {
    margin-bottom: 35px;
  }
}

.features__li:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .features__li:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

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

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

.flow__li {
  position: relative;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .flow__li {
    width: 100%;
  }
}
.flow__li:nth-child(3), .flow__li:nth-child(5) {
  margin-top: -10px;
}
.flow__li::before {
  display: block;
  position: absolute;
  top: 140px;
  right: -30px;
  width: 57px;
  height: 46px;
  background: url(../img/flow_arrow.png) center center/auto scroll no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .flow__li::before {
    content: none;
  }
}
.flow__li:nth-child(4)::before, .flow__li:nth-child(8)::before {
  content: none;
}

.flow__text {
  margin-top: 12px;
  padding: 0 5px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.flow__note {
  color: #383838;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.flow__note__li {
  margin-bottom: 0.4em;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .flow__note__li {
    margin-bottom: 0.4em;
  }
}

.flow__attention {
  padding-left: 1em;
  text-indent: -1em;
  color: #e53939;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.flow__attention::before {
  content: "＊";
}

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

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

.outline__table {
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid #007c36;
  background-color: #ffffff;
  color: #383838;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .outline__table {
    border: none;
    background-color: transparent;
  }
}
.outline__table tr:not(:last-child) {
  border-bottom: 1px solid #007c36;
}
@media screen and (max-width: 767px) {
  .outline__table tr:not(:last-child) {
    border-bottom: none;
  }
}
@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;
  background-color: #33965e;
  color: #ffffff;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 9px;
    text-align: center;
    background-color: #19894a;
    border-radius: 2px;
  }
}
.outline__table td {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 40px;
  }
}
.outline__table em {
  display: block;
  color: #e53939;
  font-weight: 700;
}
.outline__table .strike_through {
  display: block;
  text-decoration: line-through;
}
.outline__table .sun {
  color: #e53939;
}

.outline__note {
  width: 800px;
  margin: auto;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .outline__note {
    width: 100%;
  }
}

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

.btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s;
  transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 22px 0 28px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 137, 74, 0.96)), color-stop(50%, rgba(25, 137, 74, 0.96)), color-stop(50%, rgba(229, 57, 57, 0.9)), to(rgba(229, 57, 57, 0.9))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(25, 137, 74, 0.96) 0%, rgba(25, 137, 74, 0.96) 50%, rgba(229, 57, 57, 0.9) 50%, rgba(229, 57, 57, 0.9) 100%) 100% 0/200% auto scroll no-repeat;
}
.btn:visited {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 22px 0 23px;
    font-size: 2.5rem;
  }
}
.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 7px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) 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-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

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

.btn__note {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
  padding: 6px 15px;
  border: 3px solid #007c36;
  background-color: #ffffff;
  color: #e53939;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .btn__note {
    width: 70%;
    padding: 4px 10px;
    border-width: 2px;
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}

.logo {
  display: block;
  width: 90%;
  margin: auto;
  margin-bottom: 200px;
  opacity: 0;
  -webkit-transform: translateY(300px) rotateY(360deg);
          transform: translateY(300px) rotateY(360deg);
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 1.7s cubic-bezier(0.15, 0.35, 0.04, 1.31) 0.5s;
  transition: opacity 0.5s ease 0.5s, -webkit-transform 1.7s cubic-bezier(0.15, 0.35, 0.04, 1.31) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 1.7s cubic-bezier(0.15, 0.35, 0.04, 1.31) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 1.7s cubic-bezier(0.15, 0.35, 0.04, 1.31) 0.5s, -webkit-transform 1.7s cubic-bezier(0.15, 0.35, 0.04, 1.31) 0.5s;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 100%;
    margin-bottom: 120px;
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .logo {
    -webkit-transform: translateY(150px) rotateY(360deg);
            transform: translateY(150px) rotateY(360deg);
  }
}
.logo.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) rotateY(0deg);
          transform: translateY(0) rotateY(0deg);
}

.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%;
  padding: 22px 10px;
  margin-top: 60px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 137, 74, 0.96)), color-stop(50%, rgba(25, 137, 74, 0.96)), color-stop(50%, rgba(232, 144, 59, 0.96)), to(rgba(232, 144, 59, 0.96))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(25, 137, 74, 0.96) 0%, rgba(25, 137, 74, 0.96) 50%, rgba(232, 144, 59, 0.96) 50%, rgba(232, 144, 59, 0.96) 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:visited {
  color: #ffffff;
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.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 {
  position: relative;
  width: 580px;
  margin: auto;
  margin-bottom: 100px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-bottom: 70px;
    padding: 0 8%;
  }
}

.post {
  position: relative;
  width: 100%;
  margin-bottom: 180px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .post {
    padding: 0 8%;
    margin-bottom: 120px;
  }
}

.post__tag {
  width: 750px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post__tag {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}
.post__tag h3 {
  margin-bottom: 20px;
  color: #e8903b;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    font-size: 2.3rem;
  }
}

.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;
  gap: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .post__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
}
.post__wrap span {
  padding: 8px 20px;
  background-color: #ffffff;
  border: 2px solid #e8903b;
  color: #383838;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post__wrap span {
    font-size: 1.5rem;
  }
}
.post__note {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post__note {
    text-align: left;
    font-size: 1.6rem;
  }
}
.post__pict {
  width: 100%;
  margin-top: 60px;
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .post__pict {
    margin-top: 30px;
    padding: 0;
  }
}

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

.ownly_ugc_set_post:not(:last-child) {
  margin-right: 15px !important;
}

.ownly_ugc_post_date {
  color: #383838 !important;
}

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