@import url("https://fonts.googleapis.com/css2?&family=M+PLUS+Rounded+1c:wght@400;700;900&family=Josefin+Sans:wght@300;400;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.d__marker {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #ef0093 80%, #ef0093 100%);
}

.d__fs-large {
  line-height: 1;
  font-size: 250%;
}

.d__color--notice {
  color: #CC0000;
}

.d__color--primary {
  color: #3bcc3b;
}

.m__cv-btn {
  text-align: center;
}
.m__cv-btn a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #3bcc3b;
  transition: box-shadow 500ms;
  color: #fff;
  background: #ef0093;
  border-color: #ef0093;
}
.m__cv-btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/src/img//common/icon/arrow.svg");
  mask-image: url("/src/img//common/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.m__cv-btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__cv-btn a:hover::after {
  right: 0.75em;
}
.m__cv-btn a:hover {
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.15);
}
.m__cv-btn a {
  position: relative;
  overflow: hidden;
  gap: 0.5em;
  width: 100%;
  padding: 1em 3em 1em 1.5em;
  font-size: clamp(18px, 2.5161290323px + 0.0201612903 * 100vw, 28px);
}
.m__cv-btn a img {
  width: 1.25em;
}
.m__cv-btn a span {
  flex: 1;
  animation: zoom 2s ease infinite;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  51% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.m__cv-btn p {
  line-height: 1.5;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  color: #212529;
  margin-top: 1em;
}
.m__cv-btn p a {
  text-decoration: underline;
  color: #0045B4;
}
.m__cv-btn p a:hover {
  text-decoration: none;
}
.m__cv-btn p a::after {
  margin-right: 0.25em;
}

.m__noscript {
  padding: 2em;
  margin: 4em 2em;
  text-align: center;
  color: #fff;
  background: #CC0000;
}

/* ==============
base
============== */
:root a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #212529;
  overflow-wrap: break-word;
  background: #f5f6f8;
}
body input,
body button {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 767px) {
  body *[data-large-only] {
    display: none;
  }
}
@media (min-width: 768px) {
  body *[data-small-only] {
    display: none;
  }
}

/* ==============
header
============== */
.f__header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f5f6f8;
  color: #fff;
}
.f__header nav > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #f5f6f8;
}
.f__header nav .logo {
  margin-right: auto;
}
.f__header nav .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: flex;
  align-items: center;
}
.f__header nav .logo a:hover {
  opacity: 0.75;
}
.f__header nav .logo a span {
  font-size: 1rem;
  font-weight: 700;
}
.f__header nav .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f__header nav .menu-btn button {
  transition: all 500ms;
  position: relative;
}
.f__header nav .menu-btn button > span {
  transition: all 500ms;
  position: absolute;
  height: 2px;
  background: #fff;
}
.f__header nav .menu-btn button:hover > span {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(1) {
  transform: translateY(6px) rotate(30deg);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6px) rotate(-30deg);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(1) {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(3) {
  transform: scaleX(1.1);
}
.f__header nav .btn .inquiry {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #3bcc3b;
  transition: box-shadow 500ms;
  color: #fff;
  background: #3bcc3b;
  border-color: #3bcc3b;
}
.f__header nav .btn .inquiry:hover {
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.15);
}
.f__header nav .btn .app {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #3bcc3b;
  transition: box-shadow 500ms;
  color: #fff;
  background: #ef0093;
  border-color: #ef0093;
}
.f__header nav .btn .app:hover {
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.15);
}
.f__header nav .gnav {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(33, 37, 41, 0.95);
}
.f__header nav .gnav > div {
  overflow-y: scroll;
  height: 100%;
}
.f__header nav .gnav > div .inquiry {
  margin-top: 2em;
}
.f__header nav .gnav > div .inquiry a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #3bcc3b;
  transition: box-shadow 500ms;
  color: #fff;
  background: #3bcc3b;
  border-color: #3bcc3b;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
}
.f__header nav .gnav > div .inquiry a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/src/img//common/icon/arrow.svg");
  mask-image: url("/src/img//common/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.f__header nav .gnav > div .inquiry a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.f__header nav .gnav > div .inquiry a:hover::after {
  right: 0.75em;
}
.f__header nav .gnav > div .inquiry a:hover {
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.15);
}
.f__header nav .gnav > div > ul {
  border-top: 1px solid #7e96aa;
}
.f__header nav .gnav > div > ul > li {
  border-bottom: 1px solid #7e96aa;
}
.f__header nav .gnav > div > ul > li > a,
.f__header nav .gnav > div > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.f__header nav .gnav > div > ul > li > a > span,
.f__header nav .gnav > div > ul > li > button > span {
  transition: all 500ms;
  display: block;
}
.f__header nav .gnav > div > ul > li > a:hover > .label,
.f__header nav .gnav > div > ul > li > button:hover > .label {
  transform: translateX(0.25em);
}
.f__header nav .gnav > div > ul > li > button > .icon {
  animation: star-rotate 4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/src/img/common/icon-plus.svg");
  mask-image: url("/src/img/common/icon-plus.svg");
  -webkit-mask-size: auto;
  mask-size: contain;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon {
  animation: open-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon-reverse {
  animation: close-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button[aria-expanded=true] .icon {
  -webkit-mask-image: url("/src/img/common/icon-minus.svg");
  mask-image: url("/src/img/common/icon-minus.svg");
}
@keyframes open-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes close-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1turn);
  }
}
.f__header nav .gnav > div > ul > li.has-sub > div {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul {
  display: none;
  padding: 0 0 1.5em 2em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li + li {
  margin-top: 0.5em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .f__header nav > div {
    gap: 1em;
    height: 60px;
    padding-right: clamp(15px, -116.6129032258px + 0.1713709677 * 100vw, 100px);
    padding-left: clamp(15px, -116.6129032258px + 0.1713709677 * 100vw, 100px);
  }
  .f__header nav > div .logo a img {
    width: 100px;
  }
  .f__header nav > div .btn .inquiry,
  .f__header nav > div .btn .app {
    padding: 0.5em 1em;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .f__header nav > div {
    height: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .f__header nav > div .logo a img {
    width: 178px;
  }
  .f__header nav > div .btn .inquiry,
  .f__header nav > div .btn .app {
    padding: 0.85em 2em;
    font-size: 1rem;
  }
}

body.gnav-open .f__header .gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

body.submenu-open nav > div .gnav ul > li.has-sub > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

/* ==============
main
============== */
.f__main {
  min-height: 100vh;
  padding-right: clamp(15px, -116.6129032258px + 0.1713709677 * 100vw, 100px);
  padding-left: clamp(15px, -116.6129032258px + 0.1713709677 * 100vw, 100px);
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  .f__main {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .f__main {
    padding-top: 100px;
  }
}

/* ==============
footer
============== */
.f__footer {
  box-sizing: border-box;
  width: 100%;
  color: #212529;
  background: #fff;
}
.f__footer .logo {
  margin-bottom: 2em;
  text-align: center;
}
.f__footer .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: inline-block;
}
.f__footer .logo a:hover {
  opacity: 0.75;
}
.f__footer .logo a img {
  width: 80%;
  max-width: 210px;
}
.f__footer .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1em;
}
.f__footer .link li a {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #212529;
}
.f__footer .link li a:hover {
  text-decoration: none;
}
.f__footer .copyright {
  margin-top: 2em;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .f__footer {
    padding: 40px 20px 100px;
  }
}
@media (min-width: 768px) {
  .f__footer {
    padding: 60px 60px;
  }
}

.noscript-box {
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #CC0000;
  background: #fff;
  border: #CC0000 1px solid;
}
@media (max-width: 767px) {
  .noscript-box {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .noscript-box {
    margin-top: 90px;
  }
}