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

/* フェードイン(初期値) */
.anm-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.anm-fadeUp.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  color: #222;
}
body.active {
  position: fixed;
  overflow: hidden;
}

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

.pc {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp {
    display: block;
  }
}

.inr {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .inr {
    width: 100%;
    padding: 0 90px;
  }
}
@media screen and ( max-width: 768px ) {
  .inr {
    width: 92.2%;
    margin: 0 auto;
    padding: 0;
  }
}

.sct {
  padding: 80px 0;
}
.sct--pb-0 {
  padding-bottom: 0;
}
.sct--cv-area {
  position: relative;
}
.sct--cv-area .inr {
  position: relative;
  z-index: 1;
}
.sct--cv-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 390px;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sct--mdl {
  padding: 64px 0;
}
.sct--mdl:last-of-type {
  padding-bottom: 0;
}
.sct--blue {
  background: #E4EEF8;
}
.sct--blue02 {
  background: #88BBEF;
}
.sct--blue02 .hdl--sct {
  color: #fff;
}
.sct--blue02 .hdl--sct .sub {
  color: #fff;
}
.sct--ascon {
  background: #E83C92;
}
@media screen and ( max-width: 768px ) {
  .sct {
    padding: 50px 0;
  }
  .sct--pb-0 {
    padding-bottom: 0;
  }
  .sct--cv-area::after {
    height: 260px;
  }
  .sct--mdl {
    width: 100%;
    padding: 32px 0;
    margin: 0 auto;
  }
}

.hdl--sct {
  margin-bottom: 40px;
  text-align: center;
}
.hdl--sct::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  margin-top: 30px;
  background: #88BBEF;
}
.hdl--sct .main {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.hdl--sct .sub {
  font-size: 30px;
  text-align: center;
  color: #81BBF5;
  font-weight: 600;
}
.hdl--large {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.hdl--large::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  margin-top: 30px;
  background: #88BBEF;
}
@media screen and ( max-width: 768px ) {
  .hdl--sct {
    margin-bottom: 24px;
  }
  .hdl--sct::after {
    width: 50px;
    margin-top: 12px;
  }
  .hdl--sct .main {
    font-size: 24px;
  }
  .hdl--sct .sub {
    font-size: 14px;
  }
  .hdl .hdl--large {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .hdl .hdl--large::after {
    width: 50px;
    margin-top: 20px;
  }
}

.txt--en {
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.txt--small {
  font-size: 10px;
}

.sct-lead {
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .sct-lead {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
}

.kv {
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  background: #88BBEF;
  overflow: hidden;
}
.kv__inr {
  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;
  width: 87%;
  max-width: 1426px;
  height: calc(100% - 118px);
  margin: 0 auto;
  padding: 0;
}
.kv__ttl {
  width: 46.6%;
  color: #fff;
}
.kv__service-name {
  margin-bottom: 0.8em;
  -webkit-column-gap: 0.43em;
     -moz-column-gap: 0.43em;
          column-gap: 0.43em;
  font-size: min(23px, 1.4vw);
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
.kv__hdl {
  margin-bottom: 0.24em;
  line-height: 1.6;
  font-size: min(60px, 3.7vw);
  font-weight: 900;
}
.kv__hdl .ltsp {
  letter-spacing: -0.04em;
}
.kv__hdl .text-deco {
  position: relative;
}
.kv__hdl .text-deco::after {
  content: "";
  display: block;
  height: 0.4vw;
  background: #F9D789;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08em;
}
.kv__actual {
  position: relative;
}
.kv__actual::after {
  content: "";
  display: block;
  width: 51.5vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F9D789;
}
.kv__actual-inr {
  padding: 0.8em 0 0.52em;
  color: #4D94DB;
  position: relative;
  z-index: 1;
  font-size: min(30px, 1.8vw);
  font-weight: bold;
}
.kv__actual-txt-top {
  margin-bottom: 0.8em;
}
.kv__actual-txt-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__actual-num, .kv__actual-unit {
  display: block;
}
.kv__actual-num svg {
  width: 32.7vw;
  height: 8.7vw;
  max-width: 536px;
  max-height: 142px;
  vertical-align: bottom;
}
.kv__actual-num svg path {
  fill: #4D94DB;
}
.kv__actual-unit {
  margin: auto 0 0.6em 0.3em;
  font-size: 1.6em;
}
.kv__img {
  width: 46.8%;
}
.kv__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 86vh;
    padding-top: 65px;
  }
  .kv__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 98px;
    position: relative;
  }
  .kv__ttl {
    width: 92.2vw;
    margin: 0 auto;
  }
  .kv__service-name {
    font-size: 3.6vw;
  }
  .kv__hdl {
    font-size: 7.8vw;
  }
  .kv__hdl .text-deco::after {
    height: 1.3vw;
    max-height: 5px;
  }
  .kv__actual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 106vw;
  }
  .kv__actual::after {
    width: 100%;
  }
  .kv__actual-inr {
    font-size: 4.4vw;
  }
  .kv__actual-num svg {
    width: 59.9vw;
    height: 15.6vw;
    max-width: inherit;
    max-height: inherit;
  }
  .kv__actual-unit {
    font-size: 1.4em;
    margin: auto 0 0.25em 0.3em;
  }
  .kv__img {
    width: 100%;
    margin: 0 auto -44px;
  }
}

.customer-nav {
  margin-top: -150px;
}
.customer-nav__inr {
  width: 87%;
  margin: 0 auto;
}
.customer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92.4%;
  margin: 0 auto;
  padding: 25px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(129, 129, 129, 0.16);
          box-shadow: 0 3px 6px rgba(129, 129, 129, 0.16);
}
.customer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100px;
}
.customer-nav__item:nth-child(n+2) {
  border-left: 3px solid #81BBF5;
}
.customer-nav__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;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.customer-nav__link::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  height: 73px;
  background: no-repeat center top/100% auto;
}
.customer-nav__link::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  background: url(../img/top/icon-arrow-bottom.svg) no-repeat center center/100% auto;
}
.customer-nav__link br {
  display: none;
}
.customer-nav__link:hover {
  opacity: 0.6;
}
.customer-nav__link--company::before {
  background-image: url(../img/top/icon-company.svg);
}
.customer-nav__link--educational::before {
  background-image: url(../img/top/icon-educational.svg);
}
@media screen and ( max-width: 1024px ) {
  .customer-nav__link {
    padding: 0 12px;
    font-size: 16px;
  }
  .customer-nav__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
    height: 52px;
  }
  .customer-nav__link::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
  }
  .customer-nav__link br {
    display: block;
  }
}
@media screen and ( max-width: 768px ) {
  .customer-nav {
    margin-top: -86px;
    position: relative;
    z-index: 1;
  }
  .customer-nav__inr {
    width: 92.2%;
  }
  .customer-nav__list {
    width: 100%;
    padding: 12px;
  }
  .customer-nav__item {
    width: calc(50% - 0.5em);
    min-height: 62px;
  }
  .customer-nav__item:nth-child(n+2) {
    width: calc(50% + 0.5em);
    border-left-width: 2px;
    padding-left: 0.5em;
  }
  .customer-nav__link {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    padding: 0;
    text-align: center;
  }
  .customer-nav__link::before {
    content: none;
  }
  .customer-nav__link::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    right: 4px;
  }
}

.about__img {
  width: 84%;
  margin: 0 auto 50px;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92.4%;
  margin: 0 auto;
}
.about__list-item {
  width: 31.4%;
  overflow: hidden;
}
.about__list-img {
  margin-bottom: 10px;
}
.about__list-img img {
  margin: 0 auto;
}
.about__list-hdl {
  margin-right: -0.5em;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5em;
}
.about__list-hdl-sub {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #81BBF5;
}
.about__list-txt {
  margin-top: 55px;
  font-size: 17px;
  line-height: 1.9;
}
.about__secure {
  margin-top: 60px;
  padding-top: 104px;
}
.about__secure-inr {
  padding: 243px 54px 100px;
  background: #FFF;
  position: relative;
  -webkit-filter: drop-shadow(4px 3px 22px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(4px 3px 22px rgba(0, 0, 0, 0.09));
}
.about__secure-inr::before {
  content: "";
  display: block;
  width: 414px;
  height: 388px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 100%;
  position: absolute;
  top: -104px;
  left: 0;
  right: 0;
  z-index: -1;
}
.about__secure-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 56px;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
}
.about__secure-ttl-img {
  width: 195px;
  margin-bottom: 16px;
}
.about__secure-ttl-hdl {
  font-size: 34px;
  font-weight: 700;
}
.about__secure-ttl-hdl-sub {
  font-size: 18px;
  font-weight: 600;
  color: #81BBF5;
}
.about__secure-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__secure-box-img {
  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;
  width: 51.8%;
}
.about__secure-box-txtbox {
  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;
  width: 43.6%;
  padding: 55px 75px;
  position: relative;
}
.about__secure-box-txtbox::before, .about__secure-box-txtbox::after {
  content: "";
  display: block;
  width: 75px;
  height: 90px;
  background: no-repeat center center/100% auto;
  position: absolute;
}
.about__secure-box-txtbox::before {
  background-image: url(../img/top/about-secure-deco-bottom.svg);
  left: 0;
  bottom: 0;
}
.about__secure-box-txtbox::after {
  background-image: url(../img/top/about-secure-deco-top.svg);
  right: 0;
  top: 0;
}
.about__secure-box-txt {
  max-width: 396px;
  font-size: 17px;
  line-height: 2.5;
}
@media screen and ( max-width: 1024px ) {
  .about__secure-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__secure-box-img {
    width: auto;
    max-width: 683px;
    margin: 0 auto;
  }
  .about__secure-box-txtbox {
    width: auto;
    max-width: 575px;
    margin: 32px auto 0;
  }
}
@media screen and ( max-width: 768px ) {
  .about__img {
    width: 100%;
    margin: 0 auto 24px;
  }
  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .about__list-item {
    width: 100%;
  }
  .about__list-img {
    max-width: 168px;
    margin: 0 auto 10px;
  }
  .about__list-hdl {
    font-size: 16px;
  }
  .about__list-hdl-sub {
    font-size: 14px;
  }
  .about__list-txt {
    margin-top: 20px;
    font-size: 15px;
  }
  .about__secure {
    margin-top: 40px;
    padding-top: 32px;
  }
  .about__secure-inr {
    padding: 170px 0 24px;
  }
  .about__secure-inr::before {
    width: 100%;
    height: 77.1vw;
    max-width: 353px;
    max-height: 296px;
    top: -32px;
  }
  .about__secure-ttl {
    margin: 0 0 20px;
    top: -9px;
  }
  .about__secure-ttl-img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .about__secure-ttl-hdl {
    font-size: 16px;
  }
  .about__secure-ttl-hdl-sub {
    font-size: 14px;
  }
  .about__secure-box {
    width: 94.4%;
    margin: 0 auto;
  }
  .about__secure-box-img {
    max-width: inherit;
  }
  .about__secure-box-txtbox {
    max-width: inherit;
    margin-top: 20px;
    padding: 30px 24px;
  }
  .about__secure-box-txtbox::before, .about__secure-box-txtbox::after {
    content: "";
    width: 37px;
    height: 45px;
  }
  .about__secure-box-txt {
    max-width: inherit;
    font-size: 15px;
  }
}

.strengths {
  width: 92.4%;
  margin: 0 auto;
}
.strengths__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border-top: 4px solid #81BBF5;
}
.strengths__card:nth-child(n+2) {
  margin-top: 40px;
}
.strengths__card-img {
  width: 50%;
}
.strengths__card-txtbox {
  width: 45.5%;
}
.strengths__card-txtbox-inr {
  padding: 40px 43px 40px 0;
}
.strengths__card-hdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 78px;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.strengths__card-hdl::before {
  content: "";
  display: block;
  width: 64px;
  height: 78px;
  margin: 0 auto;
  background: no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.strengths__card-hdl.num-01::before {
  background-image: url(../img/top/strengths-num-01.svg);
}
.strengths__card-hdl.num-02::before {
  background-image: url(../img/top/strengths-num-02.svg);
}
.strengths__card-hdl.num-03::before {
  background-image: url(../img/top/strengths-num-03.svg);
}
.strengths__card-hdl.num-04::before {
  background-image: url(../img/top/strengths-num-04.svg);
}
.strengths__card-hdl.num-05::before {
  background-image: url(../img/top/strengths-num-05.svg);
}
.strengths__card-txt {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #DEDEDE;
  font-size: 17px;
  line-height: 1.7;
  position: relative;
}
.strengths__card-txt::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #7FBAF5;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and ( max-width: 768px ) {
  .strengths {
    width: 100%;
  }
  .strengths__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-width: 2px;
  }
  .strengths__card:nth-child(n+2) {
    margin-top: 20px;
  }
  .strengths__card-img {
    width: auto;
  }
  .strengths__card-txtbox {
    width: auto;
  }
  .strengths__card-txtbox-inr {
    padding: 20px;
  }
  .strengths__card-hdl {
    min-height: 54px;
    padding-left: 58px;
    font-size: 18px;
  }
  .strengths__card-hdl::before {
    width: 38px;
    height: 54px;
  }
  .strengths__card-txt {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 15px;
    position: relative;
  }
  .strengths__card-txt::before {
    width: 48px;
  }
}

.cv-area {
  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: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin: 60px 0 0;
}
.cv-area__item {
  width: 344px;
}
.cv-area__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;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  min-height: 68px;
  background: #EF837F;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.cv-area__btn:hover {
  background: #FFF;
}
.cv-area__btn:hover .cv-area__btn-txt {
  color: #EF837F;
}
.cv-area__btn:hover .cv-area__btn-icon svg .st0 {
  fill: #EF837F;
}
.cv-area__btn-txt {
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cv-area__btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.cv-area__btn-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.cv-area__btn-icon svg .st0 {
  fill: #FFF;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
@media screen and ( max-width: 768px ) {
  .cv-area {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin: 40px 0 0;
  }
  .cv-area__item {
    width: 46.6%;
    max-width: 165px;
  }
  .cv-area__btn {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    min-height: 40px;
    padding: 8px;
  }
  .cv-area__btn-txt {
    font-size: 14px;
  }
  .cv-area__btn-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }
}

.flow__hdl {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.flow__hdl:nth-of-type(n+2) {
  margin-top: 40px;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 2.9%;
  width: 92.4%;
  margin: 0 auto;
}
.flow__item {
  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;
  width: 31.4%;
  min-height: 198px;
  padding: 20px;
  border: 2px solid #B5B5B5;
  position: relative;
}
.flow__item::after {
  content: "";
  display: block;
  width: 118px;
  height: 164px;
  margin: auto 0;
  background: no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.flow__item:nth-child(1)::after {
  background-image: url(../img/top/step-num-01.svg);
}
.flow__item:nth-child(2)::after {
  background-image: url(../img/top/step-num-02.svg);
}
.flow__item:nth-child(3)::after {
  background-image: url(../img/top/step-num-03.svg);
}
.flow__item:nth-child(4)::after {
  background-image: url(../img/top/step-num-04.svg);
}
.flow__item:nth-child(5)::after {
  background-image: url(../img/top/step-num-05.svg);
}
.flow__item:nth-child(6)::after {
  background-image: url(../img/top/step-num-06.svg);
}
.flow__item-img {
  width: 40.1%;
  max-width: 150px;
}
.flow__item-txt {
  width: 53.5%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and ( max-width: 1024px ) {
  .flow__item {
    width: 48.5%;
  }
}
@media screen and ( max-width: 768px ) {
  .flow__hdl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .flow__hdl:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    width: 100%;
  }
  .flow__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 7.2%;
       -moz-column-gap: 7.2%;
            column-gap: 7.2%;
    width: auto;
    min-height: 170px;
    padding: 24px;
  }
  .flow__item::after {
    width: 100px;
    height: 138px;
  }
  .flow__item-img {
    width: 40.5%;
  }
  .flow__item-txt {
    width: 52.3%;
    font-size: 16px;
  }
}

.business__cntn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business__cnt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business__cnt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #81BBF5;
  background: none;
  z-index: -1;
}
.business__cnt:last-of-type {
  margin-bottom: 0;
}
.business__cnt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
.business__cnt-inr {
  padding: 40px;
}
.business__cnt-hdl {
  width: 100%;
  padding: 20px 0;
  background: #81BBF5;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business__cnt-hdl .sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.business__cnt-hdl .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.business__cnt-hdl--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 700;
}
.business__cnt-hdl--sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background: #222;
}
.business__cnt-txt {
  font-size: 16px;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business__cnt-txt--os {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.5;
}
.business__cnt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business__cnt--device {
  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;
}
.business__cnt--device img {
  width: 48%;
}
.business__cnt--device .business__cnt-item {
  width: 48%;
}
.business__cnt-device-hdl {
  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;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.business__cnt-device-hdl::before, .business__cnt-device-hdl::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #222;
}
.business__cnt-device-hdl::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 32px;
}
.business__cnt-device-hdl::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 32px;
}
.business__cnt-device-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business__cnt-device-list dt {
  width: 80px;
}
.business__cnt-device-list dd {
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business__cnt-item {
  width: 48%;
  margin-bottom: 40px;
}
.business__cnt-item:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
  .business__cntn {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business__cnt {
    margin-bottom: 32px;
  }
  .business__cnt:last-of-type {
    margin-bottom: 32px;
  }
  .business__cnt.business__cnt--sp-btm {
    margin-bottom: 0;
  }
  .business__cnt-wrap {
    width: 100%;
  }
  .business__cnt-inr {
    padding: 7.5vw;
  }
  .business__cnt-hdl {
    width: 100%;
    padding: 16px 0;
  }
  .business__cnt-hdl .main {
    font-size: 22px;
  }
  .business__cnt-hdl .sub {
    font-size: 15px;
  }
  .business__cnt-hdl--sub {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .business__cnt-txt {
    font-size: 14px;
  }
  .business__cnt-txt--os {
    font-size: 16px;
    text-align: center;
  }
  .business__cnt-list {
    display: block;
    width: 100%;
  }
  .business__cnt--device {
    display: block;
  }
  .business__cnt--device img {
    width: 100%;
    margin-bottom: 16px;
  }
  .business__cnt--device .business__cnt-item {
    width: 100%;
  }
  .business__cnt-device-hdl {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: center;
  }
  .business__cnt-device-hdl::before, .business__cnt-device-hdl::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #222;
  }
  .business__cnt-device-hdl::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 32px;
  }
  .business__cnt-device-hdl::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 32px;
  }
  .business__cnt-item {
    width: 100%;
    margin-bottom: 32px;
  }
  .business__cnt-item:nth-last-of-type(-n+2) {
    margin-bottom: 32px;
  }
  .business__cnt-item:last-of-type {
    margin-bottom: 0;
  }
}

.faq-list__q {
  padding: 30px 68px 30px 54px;
  background: #81BBF5;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  word-break: break-all;
  position: relative;
}
.faq-list__q::before, .faq-list__q::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: #FFF;
}
.faq-list__q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq-list__q:nth-of-type(n+2) {
  margin-top: 10px;
}
.faq-list__q.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-list__q:hover {
  cursor: pointer;
}
.faq-list__a {
  padding: 30px 20px;
  font-size: 17px;
  word-break: break-all;
}
@media screen and ( max-width: 768px ) {
  .faq-list__q {
    padding: 10px 38px 10px 10px;
    font-size: 16px;
  }
  .faq-list__q::before, .faq-list__q::after {
    right: 10px;
  }
  .faq-list__a {
    padding: 16px 16px 10px;
    font-size: 15px;
  }
}

.learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92.4%;
  margin: 0 auto;
}
.learn-more__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.2%;
}
.learn-more__item-img {
  max-width: 210px;
  margin: 0 auto 40px;
}
.learn-more__item-hdl {
  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;
  padding: 10px 0 12px;
  border-top: 2px solid #81BBF5;
  border-bottom: 2px solid #81BBF5;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.learn-more__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6.3%;
     -moz-column-gap: 6.3%;
          column-gap: 6.3%;
  margin-top: 40px;
}
.learn-more__cv-item {
  width: 46.8%;
}
.learn-more__cv-btn {
  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;
  gap: 12px;
  min-height: 68px;
  padding: 10px;
  border-radius: 5px;
  background: #EF837F;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.learn-more__cv-btn:hover {
  background: #FFF;
}
.learn-more__cv-btn:hover .learn-more__cv-txt {
  color: #EF837F;
}
.learn-more__cv-btn:hover .learn-more__cv-icon svg .st0 {
  fill: #EF837F;
}
.learn-more__cv-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.learn-more__cv-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.learn-more__cv-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.learn-more__cv-icon svg .st0 {
  fill: #FFF;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
@media screen and ( max-width: 1024px ) {
  .learn-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 50px;
  }
  .learn-more__item {
    width: 100%;
    max-width: 635px;
  }
}
@media screen and ( max-width: 768px ) {
  .learn-more {
    width: 100%;
  }
  .learn-more__item {
    display: block;
    max-width: inherit;
  }
  .learn-more__item-img {
    max-width: 134px;
    margin: 0 auto 20px;
  }
  .learn-more__item-hdl {
    padding: 16px 0 18px;
    font-size: 18px;
  }
  .learn-more__cv {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-top: 20px;
  }
  .learn-more__cv-item {
    width: 46.6%;
    max-width: 165px;
  }
  .learn-more__cv-btn {
    gap: 6px;
    min-height: 40px;
  }
  .learn-more__cv-txt {
    font-size: 14px;
  }
  .learn-more__cv-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }
}

.ascon__hdl {
  margin-bottom: 64px;
  text-align: center;
  color: #fff;
}
.ascon__hdl .main {
  margin-bottom: 10px;
  font-size: 65px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ascon__hdl .main::before, .ascon__hdl .main::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  height: 1px;
  background: #fff;
}
.ascon__hdl .main::before {
  margin-right: 5%;
}
.ascon__hdl .main::after {
  margin-left: 5%;
}
.ascon__hdl .sub {
  font-size: 16px;
  line-height: 1.5;
}
.ascon__cnt-inr {
  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;
}
.ascon__cnt-img {
  width: 50%;
  height: 22vw;
  max-height: 390px;
  min-height: 300px;
}
.ascon__cnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ascon__cnt-txt-wrap {
  width: 44%;
  color: #fff;
}
.ascon__cnt-hdl {
  margin-bottom: 45px;
}
.ascon__cnt-hdl .main {
  margin-bottom: 10px;
  font-size: 46px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ascon__cnt-hdl .sub {
  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;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ascon__cnt-hdl .sub::after {
  content: "";
  width: 1px;
  height: 1px;
  margin-left: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
}
.ascon__cnt-txt {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.ascon__cnt-txt:last-of-type {
  margin-bottom: 0;
}
.ascon__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;
  width: 180px;
  height: 50px;
  margin-top: 40px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ascon__btn p {
  font-size: 14px;
  font-weight: 700;
  color: #E83C92;
}
.ascon__btn:hover {
  background: #222;
}
.ascon__btn:hover p {
  color: #fff;
}
.ascon__btn:hover .ascon__btn-arrow {
  fill: #fff;
}
.ascon__btn-wrap {
  display: inline-block;
}
.ascon__btn-arrow {
  margin-left: 10px;
  fill: #E83C92;
}
@media screen and ( max-width: 768px ) {
  .ascon__inr {
    width: 83.9%;
  }
  .ascon__hdl {
    margin-bottom: 16px;
  }
  .ascon__hdl::before {
    margin-right: 3%;
  }
  .ascon__hdl::after {
    margin-left: 3%;
  }
  .ascon__hdl .main {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .ascon__cnt-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ascon__cnt-img {
    width: 100%;
    height: auto;
    max-height: inherit;
    min-height: inherit;
    margin-bottom: 35px;
  }
  .ascon__cnt-img img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .ascon__cnt-txt-wrap {
    width: 100%;
  }
  .ascon__cnt-hdl {
    margin-bottom: 30px;
  }
  .ascon__cnt-hdl .main {
    font-size: 27px;
  }
  .ascon__cnt-hdl .sub {
    font-size: 15px;
  }
  .ascon__cnt-hdl .sub::after {
    display: none;
  }
  .ascon__btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .ascon__btn p {
    font-size: 14px;
  }
  .ascon__btn-wrap {
    display: inline-block;
    width: 100%;
  }
  .ascon__btn-arrow {
    margin-left: 10px;
  }
}

/* header style */
.hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 96px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hdr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 75;
  width: 100%;
  height: 0%;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hdr.active::before {
  height: 100%;
}
.hdr.active .hdr__nav-txt--top {
  color: #b7d8f9;
}
.hdr.active .hdr__nav-txt--btm {
  color: #222;
}
.hdr.active .hdr__logo-img .st0 {
  fill: #222;
}
.hdr__nav {
  position: relative;
  z-index: 100;
  height: 100%;
}
.hdr__nav-txt--top {
  margin-bottom: 0.3em;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}
.hdr__nav-txt--btm {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  line-height: 1.2;
}
.hdr__nav-item {
  height: 100%;
  margin-right: 36px;
}
.hdr__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
  height: 100%;
}
.hdr__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.hdr__logo {
  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;
  position: relative;
  z-index: 100;
  margin-right: 36px;
}
.hdr__logo-img {
  display: block;
}
.hdr__logo-img .st0 {
  fill: #fff;
}
@media screen and ( max-width: 1024px ) {
  .hdr {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hdr.active .hdr__logo-img .st0 {
    fill: #222;
  }
  .hdr.active02::before {
    height: 100%;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  .hdr.active02 .hdr__logo-img .st0 {
    fill: #222;
  }
  .hdr.active02 .hdr__hbg-menu .bar::before {
    top: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hdr.active02 .hdr__hbg-menu .bar::after {
    top: 3px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hdr.active02 .hdr__nav {
    left: 0;
    bottom: 0;
  }
  .hdr__nav {
    top: 0;
    left: -100%;
    width: 100%;
    height: calc(100vh - 40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    background: #fff;
  }
  .hdr__nav-txt--top {
    font-size: 12px;
    line-height: 1;
    color: #B7D8F9;
    text-align: center;
  }
  .hdr__nav-txt--btm {
    font-size: 18px;
    color: #222;
  }
  .hdr__nav-item {
    margin-right: 0px;
    display: block;
    height: auto;
  }
  .hdr__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 20px 0;
  }
  .hdr__nav-list {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .hdr__logo {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-right: 0px;
    height: 40px;
    padding-left: 10px;
  }
  .hdr__logo-img {
    display: block;
    position: relative;
    z-index: 100;
    width: 70px;
    height: 22px;
  }
  .hdr__logo-img .st0 {
    fill: #fff;
  }
  .hdr__hbg-menu {
    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;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    height: 40px;
    width: 40px;
    background: #222222;
  }
  .hdr__hbg-menu .bar {
    display: block;
    position: relative;
    width: 16px;
    height: 8px;
  }
  .hdr__hbg-menu .bar::before, .hdr__hbg-menu .bar::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .hdr__hbg-menu .bar::before {
    position: absolute;
    top: 0;
  }
  .hdr__hbg-menu .bar::after {
    position: absolute;
    bottom: 0;
  }
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.float-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  width: 60px;
  height: 190px;
  background: #EF837F;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.float-btn__link:hover {
  background: #fff;
}
.float-btn__link:hover .float-btn__btn-icon svg .st0 {
  fill: #EF837F;
}
.float-btn__link:hover .float-btn__btn-txt {
  color: #EF837F;
}
.float-btn__btn-icon {
  width: 16px;
}
.float-btn__btn-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.float-btn__btn-icon .st0 {
  fill: #FFFFFF;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.float-btn__btn-txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and ( max-width: 1024px ) {
  .float-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1px;
    width: auto;
    height: 40px;
    top: 0;
    right: 40px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .float-btn__link {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .float-btn__link:hover {
    background: #fff;
  }
  .float-btn__link:hover svg .st0 {
    fill: #EF837F;
  }
  .float-btn__link:hover p {
    color: #EF837F;
  }
  .float-btn__btn-icon .st0 {
    fill: #FFF;
  }
  .float-btn__btn-txt {
    display: none;
  }
}

/* footer style */
.ftr {
  padding: 40px 0;
}
.ftr__logo {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ftr__logo:hover {
  opacity: 0.5;
}
.ftr__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ftr__logo-other {
  display: block;
  height: 70px;
  margin-right: 20px;
}
.ftr__logo-other img {
  height: 100%;
  width: auto;
}
.ftr__logo-other:last-of-type {
  margin-right: 0;
}
.ftr__logo-other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ftr__copy {
  display: block;
  text-align: left;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and ( max-width: 768px ) {
  .ftr {
    padding: 50px 0;
  }
  .ftr__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .ftr__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ftr__logo-other {
    height: 70px;
    margin-right: 30px;
  }
  .ftr__copy {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
  }
}