@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select::-ms-expand {
  display: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.js-slideUp {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-slideUp.is-done {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and ( max-width: 780px ) {
  .js-slideUp {
    -webkit-transform: translateY(15.6vw);
            transform: translateY(15.6vw);
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS 2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, serif, -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.scroll-fix {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

@media screen and ( max-width: 780px ) {
  .show-pc {
    display: none;
  }
}
@media screen and ( min-width: 781px ) {
  .show-sp {
    display: none;
  }
}
.wrap {
  max-width: 1060px;
  margin: 0 auto;
}

.bg--pink {
  background: #E4007F;
}

.en {
  font-family: "Montserrat";
}

.kv {
  padding: 9.3% 2.3% 1.7% 8.6%;
  background: url(../img/kv_bg.png) #E4007F no-repeat center center/cover;
}
.kv__innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.kv__txt-box {
  width: 34.3%;
}
.kv__img-box {
  width: 63.6%;
}
.kv__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10.5%;
}
.kv__btn-list-item {
  width: 47.7%;
}
.kv__btn-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 60px;
  height: 7.1vw;
  padding: 8px min(48px, 3.4vw);
  border-radius: 60px;
  background: #FFF;
  text-align: center;
  color: #E4007F;
  font-size: min(1.6rem, 1.6vw);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}
.kv__btn-list-link:hover {
  opacity: 0.6;
}
.kv__btn-list-link::after {
  content: "";
  display: block;
  width: min(20px, 1.4vw);
  height: min(12px, 0.9vw);
  margin: auto 0;
  position: absolute;
  right: min(18px, 1.3vw);
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-mask: url("../img/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E4007F;
  -webkit-mask-image: url("../img/i_arrow_right.svg");
          mask-image: url("../img/i_arrow_right.svg");
}

.sct-ccpt {
  padding: 8.9% 2.9% 7.1%;
}
.sct-ccpt__01 {
  margin-bottom: 7.1%;
}
.sct-ccpt__02 {
  margin-left: -1.7%;
}

.sct-fetr {
  padding: 5% 2.9%;
}

.sct-fct {
  padding: 7.1% 2.9% 0;
}

.sct-opcs {
  padding: 7.1% 2.9%;
}
.sct-opcs__02 {
  width: 86.8%;
  margin: 0 auto;
  padding: 9.4% 0;
}

.sct-oth {
  padding: 3.6% 2.9% 1.7%;
}

.oth-list {
  margin-top: 3.6%;
}
.oth-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5% 4.2% 2.5% 4.7%;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 140, 204, 0.5);
          box-shadow: 0 0 20px 0 rgba(255, 140, 204, 0.5);
}
.oth-list__item + .oth-list__item {
  margin-top: 1.9%;
}
.oth-list__img {
  width: 22%;
}
.oth-list__txt-box {
  width: 72.8%;
}
.oth-list__lead {
  font-size: 2.1rem;
}
.oth-list__hdg {
  color: #E4007F;
  font-size: 3.6rem;
  font-weight: 700;
}
.oth-list__hdg .small {
  font-size: 0.44em;
}
.oth-list__txt {
  margin-top: 2.3%;
}
.oth-list__btn-box {
  margin-top: 2.9%;
}
.oth-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 204px;
  height: 50px;
  padding: 8px min(48px, 3.4vw);
  border-radius: 50px;
  background: #E4007F;
  text-align: center;
  color: #FFF;
  font-size: min(1.6rem, 1.6vw);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}
.oth-list__btn:hover {
  opacity: 0.6;
}
.oth-list__btn::after {
  content: "";
  display: block;
  width: min(20px, 1.4vw);
  height: min(12px, 0.9vw);
  margin: auto 0;
  position: absolute;
  right: min(18px, 1.3vw);
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-mask: url("../img/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/i_arrow_right.svg");
          mask-image: url("../img/i_arrow_right.svg");
}

.hdr {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: background 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: background 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.hdr.is-fix {
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.hdr__innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4vw 3.1vw;
}
.hdr__nav {
  margin-right: min(64px, 4.6vw);
}
.hdr__logo {
  width: 12.6vw;
}
.hdr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hdr-logo__link {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.hdr-logo__link:hover {
  opacity: 0.6;
}
.hdr-logo .hnmn-logo {
  fill: #FFF;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.is-fix .hdr-logo .hnmn-logo {
  fill: #E4007F;
}

.hdr-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(24px, 1.7vw);
     -moz-column-gap: min(24px, 1.7vw);
          column-gap: min(24px, 1.7vw);
  margin-right: min(64px, 4.6vw);
}
.hdr-menu-list__link {
  display: block;
  font-family: "Montserrat";
  color: #222;
  font-size: min(1.8rem, 1.6vw);
  font-weight: 700;
  color: #FFF;
  word-break: break-all;
  line-height: 1.2;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out;
}
.hdr-menu-list__link:hover {
  opacity: 0.6;
}
.is-fix .hdr-menu-list__link {
  color: #222;
}

.hdr-cv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-column-gap: 0.9vw;
     -moz-column-gap: 0.9vw;
          column-gap: 0.9vw;
}
.hdr-cv-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 204px;
  max-height: 60px;
  width: 14.6vw;
  height: 7.1vw;
  padding: 8px min(48px, 3.4vw);
  border-radius: 60px;
  background: #FFF;
  text-align: center;
  color: #E4007F;
  font-size: min(1.6rem, 1.6vw);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}
.hdr-cv-list__link:hover {
  opacity: 0.6;
}
.hdr-cv-list__link::after {
  content: "";
  display: block;
  width: min(20px, 1.4vw);
  height: min(12px, 0.9vw);
  margin: auto 0;
  position: absolute;
  right: min(18px, 1.3vw);
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-mask: url("../img/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E4007F;
  -webkit-mask-image: url("../img/i_arrow_right.svg");
          mask-image: url("../img/i_arrow_right.svg");
}
.is-fix .hdr-cv-list__link {
  background: #E4007F;
  color: #FFF;
}
.is-fix .hdr-cv-list__link::after {
  background: #FFF;
}

.pagetop {
  max-width: 80px;
  max-height: 80px;
  width: 5.7vw;
  height: 5.7vw;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.pagetop__link {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pagetop__link:hover {
  opacity: 0.6;
}

.ftr {
  padding: 5.4% 2.9% 1.7%;
}
.ftr__01 {
  width: 79.5%;
  margin: 0 auto;
}
.ftr__02 {
  width: 79.5%;
  margin: 4% auto 0;
}
.ftr__browser {
  margin-top: 4%;
  text-align: center;
}
.ftr__logo {
  width: 130px;
  height: 38px;
  margin: 3.6% auto 1.5%;
}
.ftr__copy {
  text-align: center;
  font-size: 1.2rem;
}

.ftr-cv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.9vw;
     -moz-column-gap: 0.9vw;
          column-gap: 0.9vw;
  margin-top: 4%;
}
.ftr-cv-list__item {
  max-width: 364px;
  width: 34.3%;
}
.ftr-cv-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 80px;
  height: 8.6vw;
  padding: 8px min(48px, 3.4vw);
  border-radius: 60px;
  background: #E4007F;
  text-align: center;
  color: #FFF;
  font-size: min(2.7rem, 1.9vw);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}
.ftr-cv-list__link:hover {
  opacity: 0.6;
}
.ftr-cv-list__link::after {
  content: "";
  display: block;
  width: min(36px, 2.6vw);
  height: min(16px, 1.1vw);
  margin: auto 0;
  position: absolute;
  right: min(18px, 1.3vw);
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-mask: url("../img/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/i_arrow_right.svg");
          mask-image: url("../img/i_arrow_right.svg");
}