@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 1.9801980198vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

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

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

/*下記追加記述*/
.mons {
  font-family: "Montserrat", sans-serif;
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

cite {
  font-style: normal;
}

/* layout */
.l-header {
  height: 4.5rem;
}
.l-header__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding: 0 2.5rem;
  background-color: #fff;
}
.l-header__cont__logo {
  width: 13.6rem;
}

.l-footer {
  padding: 3.6rem 0 3.3rem;
  background-color: #0083ca;
}
.l-footer__cont .txt {
  color: #fff;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
  text-align: center;
}
.l-main .modal {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  display: none;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
@starting-style {
  .l-main .modal {
    opacity: 0;
  }
}
.l-main .modal.is-active {
  display: grid;
}
.l-main .modal__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-main .modal__cont {
  width: 84.3rem;
  max-width: 95%;
  padding: 3.5rem 3.5rem 9.5rem;
  border-radius: 2rem;
  background-color: #fff;
}
.l-main .modal__cont .close {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  rotate: 45deg;
  cursor: pointer;
}
.l-main .modal__cont .close::before, .l-main .modal__cont .close::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #000;
  content: "";
}
.l-main .modal__cont .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-main .modal__cont__ttl {
  color: #0083ca;
  font-weight: 600;
  font-size: min(2.5rem, 25px);
  text-align: center;
}
.l-main .modal__cont__desc {
  margin-top: 1.3rem;
  color: #7a7a7a;
  font-size: min(1.4rem, 14px);
  text-align: center;
}
.l-main .modal__cont .wrap {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3rem;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3.4rem;
}
.l-main .modal__cont .wrap__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.l-main .modal__cont .wrap__item .txt {
  display: grid;
  row-gap: 1rem;
  place-content: center;
  place-items: center;
}
.l-main .modal__cont .wrap__item .txt__ttl {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.l-main .modal__cont .wrap__item .txt .link {
  width: auto;
  height: 6rem;
}
.l-main .modal__cont .wrap__item .txt .link:hover {
  opacity: 0.7;
}
.l-main .modal__cont .wrap__item .txt .link img {
  width: auto;
  height: 100%;
}
.l-main .modal__cont .wrap__item .qr {
  width: 14rem;
}
.l-main .fixBtn {
  -webkit-transition: all 0.5s;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.3rem 1rem;
  background-color: #fff;
  transition: all 0.5s;
}
.l-main .fixBtn .toTopBtn {
  display: grid;
  position: absolute;
  right: 1.2rem;
  bottom: calc(100% + 0.6rem);
  place-content: center;
  aspect-ratio: 1/1;
  width: 3rem;
  padding-top: 0.5rem;
  border: 1px solid #44b0e5;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
}
.l-main .fixBtn .toTopBtn::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border: 1px solid #44b0e5;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}
.l-main .fixBtn .toTopBtn:hover {
  background-color: #44b0e5;
  opacity: 1;
}
.l-main .fixBtn .toTopBtn:hover::after {
  border-color: #fff;
}
.l-main .fixBtn.is-top {
  -webkit-transform: translateY(7rem);
  transform: translateY(7rem);
  opacity: 0;
  pointer-events: none;
}
.l-main .fixBtn.is-disabled {
  -webkit-transform: translateY(7rem);
  transform: translateY(7rem);
}
.l-main__left {
  display: none;
}
.l-main__center {
  width: 100%;
}
.l-main__right {
  display: none;
}

/*component*/
.c-inner01 {
  margin: 0 2.5rem;
}

.c-btn01 {
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(191, 191, 191, 0.25);
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 4.3rem;
  border: 1px solid #dc2a54;
  border-radius: 0.5rem;
  background-color: #dc2a54;
  box-shadow: 0 0.4rem 0.4rem rgba(191, 191, 191, 0.25);
  color: #fff;
  font-size: min(1.4rem, 14px);
  cursor: pointer;
}
.c-btn01::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3.4rem;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}
.c-btn01:hover {
  background-color: #fff;
  color: #dc2a54;
}
.c-btn01:hover::after {
  border-color: #dc2a54;
}

.c-btn02 {
  -webkit-transition: all 0.3s;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 5.5rem;
  padding-right: 0.5em;
  border-radius: 5.5rem;
  background: -webkit-gradient(linear, right top, left top, from(#44b0e5), to(#2990d0));
  background: linear-gradient(to left, #44b0e5, #2990d0);
  color: #fff;
  font-weight: 600;
  font-size: min(1.6rem, 16px);
  text-align: center;
  transition: all 0.3s;
}
.c-btn02__arrow {
  -webkit-transform: translateY(-50%);
  display: grid;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  place-content: center;
  aspect-ratio: 1/1;
  width: 2rem;
  padding-right: 0.1em;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
.c-btn02__arrow::after {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  rotate: 45deg;
  border: 1px solid #0083ca;
  border-bottom: none;
  border-left: none;
  content: "";
}
.c-btn02.r2 {
  height: 6.6rem;
  border-radius: 6.6rem;
}
.c-btn02:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.c-hamburger {
  display: none;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 1.5em;
  height: 1em;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #333;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transition: none;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}

.c-ttl01 {
  color: #0083ca;
  font-weight: bold;
  font-size: min(3rem, 30px);
  line-height: 1.17;
  text-align: center;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top .s-mv {
  padding-bottom: 6.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#44b0e5), to(#2990d0));
  background: linear-gradient(to bottom, #44b0e5, #2990d0);
}
.top#top .s-mv__cont {
  margin-top: 0.5rem;
}
.top#top .s-mv__cont .lead {
  color: #fff;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
  line-height: 1.25;
  text-align: center;
}
.top#top .s-mv__cont .download {
  margin-top: 2.7rem;
  padding: 2.2rem 1.5rem 1.7rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
.top#top .s-mv__cont .download__ttl {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #0083ca;
  font-weight: 700;
  font-size: min(1.7rem, 17px);
  line-height: 1.2;
}
.top#top .s-mv__cont .download__ttl::before, .top#top .s-mv__cont .download__ttl::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.1em;
  background-color: #0083ca;
  content: "";
}
.top#top .s-mv__cont .download__ttl::before {
  right: calc(100% + 0.6em);
  rotate: -25deg;
}
.top#top .s-mv__cont .download__ttl::after {
  left: calc(100% + 0.6em);
  rotate: 25deg;
}
.top#top .s-mv__cont .download__link {
  margin-top: 1.5rem;
}
.top#top .s-mv__cont .download__desc {
  margin-top: 1.4rem;
  color: #7a7a7a;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.top#top .s-mv__cont .download__desc a {
  color: #7a7a7a;
  font-weight: bold;
  text-decoration: underline;
}
.top#top .s-mv__cont .download__desc a:hover {
  opacity: 0.7;
}
.top#top .s-links {
  padding: 5rem 0 4rem;
}
.top#top .s-links__ttl {
  font-weight: bold;
  font-size: min(3rem, 30px);
  text-align: center;
}
.top#top .s-links__cont {
  display: grid;
  row-gap: 2rem;
  margin-top: 3rem;
}
.top#top .s-links__cont .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(49, 49, 53, 0.2);
  color: #313135;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.top#top .s-links__cont .link .arrow {
  -webkit-transition: all 0.3s;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 2.5rem;
  padding-bottom: 0.2em;
  border: 1px solid #0083ca;
  border-radius: 50%;
  background-color: #0083ca;
  transition: all 0.3s;
}
.top#top .s-links__cont .link .arrow::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.3s;
}
.top#top .s-links__cont .link:hover {
  color: #0083ca;
}
.top#top .s-links__cont .link:hover .arrow {
  background-color: #fff;
}
.top#top .s-links__cont .link:hover .arrow::after {
  border-color: #0083ca;
}
.top#top .s-merit {
  padding: 4rem 0 1rem;
  background-color: #f7fbfe;
}
.top#top .s-merit__ttl .sub {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  color: #44b0e5;
  font-weight: 600;
  font-size: min(1.4rem, 14px);
  line-height: 2.5;
}
.top#top .s-merit__ttl .sub::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1rem;
  background-image: url("../images/top/merit_ttl.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.top#top .s-merit__ttl .main {
  margin-top: 2.3rem;
}
.top#top .s-merit__cont {
  padding: 3rem 0;
}
.top#top .s-merit__cont__ttl {
  position: relative;
  color: #0083ca;
  font-weight: 600;
  font-size: min(1.6rem, 16px);
  text-align: center;
}
.top#top .s-merit__cont__ttl .num {
  margin-left: 0.1em;
  font-size: min(3.2rem, 32px);
  line-height: 1;
  vertical-align: -0.1em;
}
.top#top .s-merit__cont__ttl::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  width: 1.7rem;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0083ca;
  content: "";
}
.top#top .s-merit__cont .illust {
  margin-top: 2rem;
}
.top#top .s-merit__cont__desc {
  margin-top: 2rem;
  font-weight: bold;
  font-size: min(3.2rem, 32px);
  line-height: 1.25;
  text-align: center;
}
.top#top .s-merit__cont__desc .sub {
  font-size: min(1.6rem, 16px);
}
.top#top .s-merit__cont__desc strong {
  color: #0083ca;
  font-weight: bold;
}
.top#top .s-merit__cont .box {
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 59, 91, 0.15));
  margin-top: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 59, 91, 0.15));
}
.top#top .s-merit__cont .box.box01 {
  padding: 2.5rem;
}
.top#top .s-merit__cont .box.box01 .txt01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  color: #ffae00;
  font-weight: bold;
  font-size: min(2.6rem, 26px);
  line-height: 1;
}
.top#top .s-merit__cont .box.box01 .txt01 .fs {
  font-size: min(4.9rem, 49px);
}
.top#top .s-merit__cont .box.box01 .txt02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-top: 1.1rem;
}
.top#top .s-merit__cont .box.box01 .txt02 span {
  display: inline-block;
  padding: 0 1.1rem;
  background-color: #fff;
  color: #aeaeae;
  font-weight: 600;
  font-size: min(1.8rem, 18px);
}
.top#top .s-merit__cont .box.box01 .txt02::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #aeaeae;
  content: "";
}
.top#top .s-merit__cont .box.box01 .wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 0.7rem;
  -moz-column-gap: 0.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.7rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
  line-height: 1.1;
}
.top#top .s-merit__cont .box.box01 .wrap .item01 {
  display: grid;
  place-content: center;
  height: 2.8rem;
  padding: 0 0.8rem;
  border-radius: 2.8rem;
  background-color: #aeaeae;
  color: #fff;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-merit__cont .box.box01 .wrap .item02 {
  color: #262727;
  font-weight: 600;
  font-size: min(1.8rem, 18px);
}
.top#top .s-merit__cont .box.box01 .wrap .icon {
  width: 2rem;
}
.top#top .s-merit__cont .box.box01 .wrap .item03 {
  -webkit-transform: translateY(-0.3rem);
  margin-left: -0.3rem;
  transform: translateY(-0.3rem);
  color: #0083ca;
  font-weight: bold;
  font-size: min(2.6rem, 26px);
  white-space: nowrap;
}
.top#top .s-merit__cont .box.box01 .wrap .item03 .fs {
  font-size: min(4rem, 40px);
  line-height: 1;
}
.top#top .s-merit__cont .box.box02 {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 2rem 0;
}
.top#top .s-merit__cont .box.box02 .ttl {
  font-weight: 600;
  font-size: min(1.6rem, 16px);
}
.top#top .s-merit__cont .box.box02 .wrap {
  line-height: 1;
}
.top#top .s-merit__cont .box.box02 .wrap .txt01 {
  display: inline-block;
  margin-right: 0.3rem;
  font-weight: 600;
  font-size: min(3.8rem, 38px);
}
.top#top .s-merit__cont .box.box02 .wrap .txt02 {
  color: #ffae00;
  font-weight: bold;
  font-size: min(7.2rem, 72px);
}
.top#top .s-merit__cont .box.box02 .wrap .txt03 {
  color: #ffae00;
  font-weight: bold;
  font-size: min(4.6rem, 46px);
}
.top#top .s-merit__cont .box.box02 .ant {
  margin-top: 0.5rem;
  font-size: min(1.6rem, 16px);
}
.top#top .s-merit__cont__ant {
  margin-top: 2.5rem;
  color: #7a7a7a;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.top#top .s-merit__cont__link {
  margin-top: 2.5rem;
}
.top#top .s-merit__cont.cont02 {
  background-color: #fff;
}
.top#top .s-feature {
  padding-bottom: 4.5rem;
}
.top#top .s-feature__ttl {
  display: grid;
  z-index: 3;
  position: relative;
  place-content: center;
  width: 100%;
  height: 8rem;
  padding-bottom: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: min(3rem, 30px);
  line-height: 1;
}
.top#top .s-feature__ttl::after {
  -webkit-mask-image: url("../images/top/feature_path.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  -webkit-mask-size: 100% 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#44b0e5), to(#2990d0));
  background: linear-gradient(to left, #44b0e5, #2990d0);
  content: "";
  mask-image: url("../images/top/feature_path.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.top#top .s-feature__links {
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.6rem;
  justify-content: center;
  margin-top: 3.3rem;
}
.top#top .s-feature__links .link {
  display: grid;
  place-content: center;
  place-items: center;
  width: 12.4rem;
  padding: 1.5rem 0 1.2rem;
  border: 1px solid #44b0e5;
  border-radius: 1rem;
  background-color: #fff;
  color: #44b0e5;
  font-size: min(1.3rem, 13px);
  line-height: 1.38;
  text-align: center;
}
.top#top .s-feature__links .link strong {
  font-weight: 600;
}
.top#top .s-feature__links .link::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-top: 0.6rem;
  transform: rotate(45deg);
  border-right: 1px solid #44b0e5;
  border-bottom: 1px solid #44b0e5;
  content: "";
}
.top#top .s-feature__links .link:hover {
  background-color: #44b0e5;
  color: #fff;
}
.top#top .s-feature__links .link:hover::after {
  border-color: #fff;
}
.top#top .s-feature__cont {
  margin-top: 6rem;
}
.top#top .s-feature__cont .txt {
  margin-top: 2rem;
}
.top#top .s-feature__cont .txt__ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0083ca;
  color: #0083ca;
  font-weight: 600;
  font-size: min(2rem, 20px);
  line-height: 1.5;
  text-align: center;
}
.top#top .s-feature__cont .txt__desc {
  margin-top: 2rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.75;
}
.top#top .s-feature__cont .txt__ant {
  margin-top: 3rem;
  color: #7a7a7a;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.top#top .s-feature__cont .txt__ant a {
  color: #7a7a7a;
  font-weight: bold;
  text-decoration: underline;
}
.top#top .s-feature__cont .txt__ant a:hover {
  opacity: 0.7;
}
.top#top .s-feature__cont .txt__link {
  margin-top: 2rem;
}
.top#top .s-feature__cont .txt__links {
  display: grid;
  row-gap: 1.5rem;
  margin-top: 3rem;
}
.top#top .s-feature__cont .txt__links .link {
  padding-right: 1em;
}
.top#top .s-feature__cont#i-feature01 {
  margin-top: 4.2rem;
}
.top#top .s-security {
  padding: 5rem 0;
  background-color: #f7fbfe;
}
.top#top .s-security__cont {
  margin-top: 6rem;
}
.top#top .s-security__cont:first-of-type {
  margin-top: 5rem;
}
.top#top .s-security__cont .txt {
  margin-top: 2.5rem;
}
.top#top .s-security__cont .txt__ttl {
  color: #0083ca;
  font-weight: 600;
  font-size: min(2.5rem, 25px);
  line-height: 1.4;
  text-align: center;
}
.top#top .s-security__cont .txt__desc {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
}
.top#top .s-security__cont .txt__link {
  width: auto;
  margin: 1.5rem 1.5rem 0;
  border: none;
  background-color: #fff;
  color: #313135;
}
.top#top .s-security__cont .txt__link::after {
  top: 30%;
  right: 1.7rem;
  rotate: 90deg;
  border-color: #313135;
}
.top#top .s-steps {
  padding: 6rem 0;
}
.top#top .s-steps__cont {
  display: grid;
  row-gap: 4rem;
  margin-top: 4rem;
}
.top#top .s-steps__cont .step:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #7a7a7a;
}
.top#top .s-steps__cont .step .num {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 5.3rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#44b0e5), to(#2990d0));
  background: linear-gradient(to left, #44b0e5, #2990d0);
  color: #fff;
  font-weight: 500;
  font-size: min(3.1rem, 31px);
  line-height: 1;
}
.top#top .s-steps__cont .step .txt {
  margin-top: 1.5rem;
}
.top#top .s-steps__cont .step .txt__ttl {
  color: #0083ca;
  font-weight: 600;
  font-size: min(2rem, 20px);
  line-height: 1.75;
  text-align: center;
}
.top#top .s-steps__cont .step .txt__desc {
  margin-top: 1rem;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
}
.top#top .s-steps__cont .step .txt__link {
  margin-top: 1.5rem;
}
.top#top .s-faq {
  padding: 4rem 0;
  background-color: #0083ca;
}
.top#top .s-faq__ttl {
  color: #fff;
}
.top#top .s-faq__cont {
  margin-top: 4rem;
}
.top#top .s-faq__cont .list {
  display: grid;
  row-gap: 2rem;
}
.top#top .s-faq__cont .list__item {
  -webkit-transition: all 0.3s;
  padding: 2rem;
  border-radius: 5rem;
  background-color: #fff;
  transition: all 0.3s;
}
.top#top .s-faq__cont .list__item .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.top#top .s-faq__cont .list__item .wrap .en {
  color: #0083ca;
  font-weight: bold;
  font-size: min(1.7rem, 17px);
}
.top#top .s-faq__cont .list__item .wrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: min(1.5rem, 15px);
  line-height: 1.33;
}
.top#top .s-faq__cont .list__item .wrap .cross {
  display: block;
  position: relative;
  width: 1.2rem;
}
.top#top .s-faq__cont .list__item .wrap .cross::before, .top#top .s-faq__cont .list__item .wrap .cross::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #0083ca;
  content: "";
  transition: all 0.3s;
}
.top#top .s-faq__cont .list__item .wrap .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.top#top .s-faq__cont .list__item .wrap.answer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #d6d6d7;
}
.top#top .s-faq__cont .list__item .wrap.answer .txt {
  margin-left: 1.5em;
}
.top#top .s-faq__cont .list__item .wrap.answer .txt a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.top#top .s-faq__cont .list__item .wrap.answer .txt a:hover {
  opacity: 0.7;
}
.top#top .s-faq__cont .list__item .wrap.answer .txt .ant {
  color: #7a7a7a;
}
.top#top .s-faq__cont .list__item .js-accordion {
  display: none;
}
.top#top .s-faq__cont .list__item .question {
  cursor: pointer;
}
.top#top .s-faq__cont .list__item .question.is-current .cross::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top#top .s-faq__cont .list__item.is-current {
  border-radius: 1.5rem;
}
.top#top .s-faq__cont__contact {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
  color: #ffffff;
  font-weight: 600;
  font-size: min(1.5rem, 15px);
  line-height: 1.2;
}
.top#top .s-faq__cont__contact::before, .top#top .s-faq__cont__contact::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.2em;
  background-color: #ffffff;
  content: "";
}
.top#top .s-faq__cont__contact::before {
  right: calc(100% + 0.6em);
  rotate: -25deg;
}
.top#top .s-faq__cont__contact::after {
  left: calc(100% + 0.6em);
  rotate: 25deg;
}
.top#top .s-faq__cont__link {
  margin-top: 2rem;
  border-radius: 1rem;
  background: #fff;
  color: #0083ca;
}
.top#top .s-faq__cont__link .c-btn02__arrow {
  background-color: #0083ca;
}
.top#top .s-faq__cont__link .c-btn02__arrow::after {
  border-color: #fff;
}
.top#top .s-rules {
  padding: 10rem 0 3rem;
}
.top#top .s-rules__ttl {
  position: relative;
  padding-bottom: 1.4rem;
  color: #0083ca;
  font-weight: 600;
  font-size: min(2rem, 20px);
  line-height: 1;
  text-align: center;
}
.top#top .s-rules__ttl::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.3rem;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0083ca;
  content: "";
}
.top#top .s-rules__lead {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
}
.top#top .s-rules__link {
  margin-top: 1.8rem;
}
.top#top .s-rules__cont {
  margin-top: 4.4rem;
  border: 1px solid #313135;
}
.top#top .s-rules__cont__ttl {
  display: grid;
  place-content: center;
  height: 4.5rem;
  background-color: #0083ca;
  color: #fff;
  font-weight: 600;
  font-size: min(2rem, 20px);
}
.top#top .s-rules__cont__txt {
  padding: 2rem 2.5rem 4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
}

.deposit#deposit .fixBtn {
  padding: 0;
}
.deposit#deposit .fixBtn .download {
  display: none;
}
.deposit#deposit .fixBtn .toTopBtn {
  bottom: 3rem;
}
.deposit#deposit .s-procedure {
  padding: 2rem 0 6rem;
}
.deposit#deposit .s-procedure__head .breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.deposit#deposit .s-procedure__head .breadcrumbs::-webkit-scrollbar {
  display: none;
}
.deposit#deposit .s-procedure__head .breadcrumbs__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  color: #7a7a7a;
  font-weight: 500;
  font-size: min(1.2rem, 12px);
}
.deposit#deposit .s-procedure__head .breadcrumbs__item:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.2rem;
  content: ">";
  color: #7a7a7a;
}
.deposit#deposit .s-procedure__head .breadcrumbs p {
  font-weight: 600;
}
.deposit#deposit .s-procedure__head .txt {
  margin-top: 2rem;
}
.deposit#deposit .s-procedure__head .txt__ttl {
  padding-left: 0.9rem;
  border-left: 4px solid #0083ca;
  color: #0083ca;
  font-weight: bold;
  font-size: min(2.2rem, 22px);
  line-height: 1;
}
.deposit#deposit .s-procedure__head .txt__desc {
  margin-top: 1rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.56;
}
.deposit#deposit .s-procedure__cont {
  margin-top: 5.5rem;
}
.deposit#deposit .s-procedure__cont .tabBtns {
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: grid;
  row-gap: 0.5rem;
  flex: 1;
  place-content: center;
  place-items: center;
  padding: 1.2rem 1rem 1.8rem;
  border: 1px solid #0083ca;
  border-bottom: none;
  border-radius: 1.5rem 1.5rem 0 0;
  color: #0083ca;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn > * {
  -webkit-transition: all 0.3s;
  opacity: 0.3;
  transition: all 0.3s;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn .icon {
  height: 2.8rem;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn .icon svg {
  width: auto;
  height: 100%;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn .txt {
  color: #7a7a7a;
  font-size: min(1.6rem, 16px);
  line-height: 1.31;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn.is-active {
  background-color: #0083ca;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn.is-active > * {
  color: #fff;
  opacity: 1;
}
.deposit#deposit .s-procedure__cont .tabBtns .tabbtn:hover > * {
  opacity: 1;
}
.deposit#deposit .s-procedure__cont .tabCont__item {
  display: none;
}
.deposit#deposit .s-procedure__cont .tabCont__item.is-active {
  display: block;
}
.deposit#deposit .s-procedure__cont .tabCont .steps {
  display: grid;
  row-gap: 4rem;
  padding: 3.6rem 2rem 5.7rem;
  background-color: #fcfcfc;
}
.deposit#deposit .s-procedure__cont .tabCont .steps .step:not(:last-of-type) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #7a7a7a;
}
.deposit#deposit .s-procedure__cont .tabCont .steps .step .num {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 5.7rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#44b0e5), to(#2990d0));
  background: linear-gradient(to left, #44b0e5, #2990d0);
  color: #fff;
  font-weight: 500;
  font-size: min(3.1rem, 31px);
  line-height: 1;
}
.deposit#deposit .s-procedure__cont .tabCont .steps .step .txt {
  margin-top: 1.5rem;
  color: #0083ca;
  font-weight: 600;
  font-size: min(1.6rem, 16px);
  line-height: 1.38;
  text-align: center;
}
.deposit#deposit .s-procedure__cont .tabCont .steps .step .ant {
  margin-top: 2rem;
  color: #7a7a7a;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.deposit#deposit .s-procedure__cont .tabCont .link {
  margin-top: 3rem;
  padding-right: 1em;
  border-radius: 1rem;
}
.deposit#deposit .s-procedure__cont .tabCont .link .c-btn02__txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.deposit#deposit .s-procedure__cont .tabCont .link .c-btn02__txt .icon {
  height: 2.6rem;
}
.deposit#deposit .s-procedure__cont .tabCont .link .c-btn02__txt .icon svg {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 320px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 375px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .l-header {
    height: 7rem;
  }
  .l-header__cont {
    height: 7rem;
    padding: 0 24rem;
  }
  .l-header__cont__logo {
    width: 18.6rem;
  }
  .l-footer {
    width: 43rem;
    margin: 0 auto;
  }
  .l-main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  .l-main::after {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(230deg, #44b0e5 0%, #2990d0 100%);
    content: "";
  }
  .l-main .fixBtn {
    padding: 0;
    background-color: transparent;
  }
  .l-main .fixBtn .download {
    display: none;
  }
  .l-main .fixBtn .toTopBtn {
    right: 3rem;
    bottom: 3rem;
  }
  .l-main__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: block;
    display: grid;
    z-index: 3;
    position: fixed;
    top: 7rem;
    left: 0;
    flex: 1;
    place-content: center;
    place-items: center;
    width: calc((100% - 43rem) / 2);
    min-height: calc(100vh - 7rem);
  }
  .l-main__left .fig {
    width: 24.5rem;
  }
  .l-main__left .download {
    margin-top: 2rem;
  }
  .l-main__left .download::after {
    right: 2rem;
  }
  .l-main__center {
    width: 43rem;
    margin: 0 auto;
    background-color: #fff;
  }
  .l-main__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: block;
    display: grid;
    position: fixed;
    top: 7rem;
    right: 0;
    flex: 1;
    place-content: center;
    place-items: center;
    width: calc((100% - 43rem) / 2);
    min-height: calc(100vh - 7rem);
  }
  .l-main__right .ttl {
    position: relative;
    padding-bottom: 1.2rem;
    color: #fff;
    font-size: min(3.2rem, 32px);
    line-height: 1;
    text-align: center;
  }
  .l-main__right .ttl::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.5rem;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
  }
  .l-main__right .nav {
    margin-top: 2rem;
  }
  .l-main__right .nav .list {
    display: grid;
    gap: 2rem;
  }
  .l-main__right .nav .list .list__item .link {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: min(1.7rem, 17px);
  }
  .l-main__right .nav .list .list__item .link::after {
    -webkit-transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    right: calc(100% + 1rem);
    aspect-ratio: 1/1;
    width: 0.6rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
  }
  .l-main__right .nav .list .list__item .link:hover::after {
    opacity: 1;
  }
  .l-main__right .nav .list .list__item .tabLink {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: min(1.7rem, 17px);
  }
  .l-main__right .nav .list .list__item .tabLink .arrow {
    -webkit-transform: rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
  }
  .l-main__right .nav .list .list__item .tabLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
}
@media screen and (min-width: 1536px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 2000px) {
  body {
    margin: 0;
  }
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 799px) {
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 1023px) {
  .c-hamburger {
    display: block;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1535px) {
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}