@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 {
  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: #fff;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Sans", "Noto Sans CJK JP", "hiragino kaku gothic pro", Meiryo, sans-serif;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
::-moz-selection {
  background-color: #f8bebb;
  color: #fff;
}
::selection {
  background-color: #f8bebb;
  color: #fff;
}

@-webkit-keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes float-vertical {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float-vertical {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes loop_1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop_1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop_2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop_2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  margin: auto;
  padding-left: 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: initial;
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header a:hover img {
  opacity: 0.75;
}

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

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

.l-footer {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 70px;
  }
}
.l-footer a[href^="#"] {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer a[href^="#"] {
    margin-top: 60px;
  }
}
.l-footer a[href^="#"]:hover::before {
  -webkit-transform: rotate(45deg) scale(1.6);
      -ms-transform: rotate(45deg) scale(1.6);
          transform: rotate(45deg) scale(1.6);
}
.l-footer a[href^="#"]::before {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-top: 8px;
  border-top: 9px solid #55413a;
  border-left: 9px solid #55413a;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.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: 100px;
  margin-top: 50px;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 80px;
    padding: 0 30px;
    text-align: left;
  }
}

.l-footer__btn {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s 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: 400px;
  height: 70px;
  margin: auto;
  background-color: #f93099;
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 900;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 80%;
    height: 60px;
    font-size: 2rem;
  }
}
.l-footer__btn:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.l-footer__btn::before {
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer__btn::before {
    right: 15px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
}

.hero {
  width: 100%;
}

.hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1340px;
  height: 870px;
  margin: auto;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    width: 100%;
    height: auto;
    padding-top: 170px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero__inner.hero__inner--d {
    padding-top: 30px;
  }
}

.hero_ballon {
  position: absolute;
  top: 0;
  right: 60px;
  -webkit-animation: float-horizontal 2.7s ease-in-out infinite alternate;
          animation: float-horizontal 2.7s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .hero_ballon {
    width: 220px;
    top: 20px;
    right: 20px;
  }
}
.hero_ballon img {
  -webkit-animation: float-vertical 1s ease-in-out infinite alternate;
          animation: float-vertical 1s ease-in-out infinite alternate;
}

.panel {
  width: 100%;
}
.panel.panel--2000 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .panel.panel--2000 {
    margin-bottom: 30px;
  }
}

.panel__inner {
  width: 1150px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .panel__inner {
    width: 100%;
    margin: none;
    padding: 0 20px;
  }
}

.panel__main {
  position: relative;
}

a.panel__btn {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  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: 570px;
  height: 100px;
  border: 5px solid #fff;
  background-color: #e7291f;
  color: #fff;
  font-size: 5.3rem;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  a.panel__btn {
    width: 90%;
    min-width: 270px;
    height: 66px;
    border: 3px solid #fff;
    font-size: 2.6rem;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
}
a.panel__btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
a.panel__btn::before {
  display: block;
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 7px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  a.panel__btn::before {
    right: 15px;
    width: 15px;
    height: 15px;
    border-width: 5px;
  }
}
.panel--2000 a.panel__btn {
  left: 143px;
  bottom: 120px;
}
@media screen and (max-width: 767px) {
  .panel--2000 a.panel__btn {
    left: auto;
    bottom: 0;
    left: 50%;
    bottom: 16%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.panel__img {
  position: absolute;
}
.panel--2000 .panel__img {
  top: 55px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .panel__img {
    display: none;
  }
}

.panel__note {
  margin-top: 1em;
  text-align: right;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .panel__note {
    text-align: left;
    font-size: 1.2rem;
  }
}