@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* 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: 100%;
  /* 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 {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* 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 */
}

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 */
}

ul,
ol {
  list-style: none;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
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 {
  border-style: none;
  padding: 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 {
  background-color: transparent;
  border-style: none;
  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 {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* 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 */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* 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+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* 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;
}

/* # =================================================================
# Selection
# ================================================================= */
/* 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;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important;
  scroll-behavior: auto;
  scroll-padding-top: 120px;
}

body {
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgba(191, 235, 255, 0.9) 50%) fixed;
  color: #000;
  font-family: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
  padding-top: 110px;
  /*
  min-width: 1200px;
  */
}
body.en {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

p,
ul li,
ol li,
dl,
dt,
dd {
  line-height: 1.8;
  letter-spacing: 0;
}

th,
td {
  line-height: 1.8;
  letter-spacing: 0;
}

#wpadminbar {
  z-index: 10000000000;
}

a,
a:link,
a:hover,
a:focus {
  color: #555;
  transition: 0.2s;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

a:hover {
  color: #555;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 3;
}
#topcontrol a {
  background: url(/assets/js/scrolltop/scrollup.png) center center no-repeat;
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}

.wrap {
  --after-opacity: 0;
  padding: 0 40px;
  position: relative;
}
.wrap:after {
  background: #FFF;
  background: linear-gradient(180deg, rgba(93, 204, 255, 0.9) 40%, rgba(191, 235, 255, 0.2) 100%) fixed;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: var(--after-opacity);
}

.contents {
  margin: 0 auto;
  padding: 100px 0 140px;
  position: relative;
}
.contents #main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contents #main.tiny {
  max-width: 1040px;
}
.contents.clm2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 1340px;
  padding: 100px 0 140px;
  width: 100%;
}
.contents.clm2 #main {
  margin: 0;
  padding: 0;
  width: calc(100% - 320px);
}
.contents.clm2 #side {
  width: 245px;
  font-feature-settings: "palt";
  position: sticky;
  top: 140px;
}
.contents .anchorNav {
  border: 1px solid #00A0E9;
  background: #FFF;
  border-radius: 20px;
  padding: 36px 10px 36px 30px;
}
.contents .anchorNav h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .contents .anchorNav h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contents .anchorNav > ul {
  margin: 0;
  position: relative;
}
.contents .anchorNav > ul:after {
  border-left: 1px dashed #AAA;
  content: "";
  display: block;
  height: calc(100% - 17px);
  width: 1px;
  position: absolute;
  top: 7px;
  left: 4px;
}
.contents .anchorNav > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.45;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .contents .anchorNav > ul > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contents .anchorNav > ul > li > a {
  color: #A5E3FF;
  display: flex;
  align-items: center;
  padding: 3px 0 3px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
.contents .anchorNav > ul > li > a:before {
  background: #DDDDDD;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  transition: 0.2s;
  z-index: 2;
}
.contents .anchorNav > ul > li > a.active {
  color: #00A0E9;
}
.contents .anchorNav > ul > li > a.active:before {
  background: #00A0E9;
}
.contents .anchorNav > ul > li > a:hover {
  color: #00A0E9;
}
.contents .anchorNav > ul > li.sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-top: -10px;
  padding-left: 1em;
}
@media only screen and (max-width: 960px) {
  .contents .anchorNav > ul > li.sub {
    font-size: 10px;
    font-size: 1rem;
  }
}
.contents .anchorNav > ul > li.sub > a {
  padding: 3px 24px 3px 0;
}
.contents .anchorNav > ul > li.sub > a:before {
  height: 8px;
  width: 8px;
  right: 1px;
  top: calc(50% - 6px);
}
.contents .anchorNav > ul > li:last-child {
  margin-bottom: 0;
}
.contents .sideNav {
  background: #FFF;
  border-radius: 12px;
  padding: 12px 40px 28px;
}
.contents .sideNav h2 {
  border-bottom: 1px solid #707070;
  margin-bottom: 24px;
}
.contents .sideNav h2 a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding: 24px 24px 24px 0;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
  /*
  &:after {
  border: 1px solid $c_primary;
  background:#FFF;
  border-radius: 100%;
  content: '';
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transition: 0.2s;
  }
  &:before {
  background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
  background-size: 15px auto;
  content: '';
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transition: 0.2s;
  z-index: 2;
  }
  */
}
@media only screen and (max-width: 960px) {
  .contents .sideNav h2 a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.contents .sideNav h2 a:hover {
  color: #00A0E9;
  /*
  &:after {
  transform: scale(1.3);
  }
  &:before {
  transform: scale(1.3);
  }
  */
}
.contents .sideNav .sideNavList > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media only screen and (max-width: 960px) {
  .contents .sideNav .sideNavList > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contents .sideNav .sideNavList > li > a,
.contents .sideNav .sideNavList > li .noLink {
  display: flex;
  align-items: center;
  padding: 10px 24px 10px 0;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
  /*
  &:after {
  border: 1px solid $c_primary;
  background:#FFF;
  border-radius: 100%;
  content: '';
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transition: 0.2s;
  }
  &:before {
  background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
  background-size: 15px auto;
  content: '';
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transition: 0.2s;
  z-index: 2;
  }
  */
}
.contents .sideNav .sideNavList > li > a[target=_blank]:before,
.contents .sideNav .sideNavList > li .noLink[target=_blank]:before {
  background: url("/assets/img/common/icon_newwin.svg") center center no-repeat;
  background-size: 15px auto;
  content: "";
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transition: 0.2s;
  z-index: 2;
}
.contents .sideNav .sideNavList > li > a.current, .contents .sideNav .sideNavList > li > a:hover,
.contents .sideNav .sideNavList > li .noLink.current,
.contents .sideNav .sideNavList > li .noLink:hover {
  color: #00A0E9;
  /*
  &:after {
  transform: scale(1.3);
  }
  &:before {
  transform: scale(1.3);
  }
  */
}
.contents .sideNav .sideNavList > li > .noLink {
  cursor: pointer;
}
.contents .sideNav .sideNavList > li > .noLink:before {
  background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
  background-size: 15px auto;
  content: "";
  display: flex;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transition: 0.2s;
  z-index: 2;
}
.contents .sideNav .sideNavList > li > .noLink:before {
  background: url("/assets/img/common/icon_side_02.svg") center center no-repeat;
  background-size: 15px auto;
}
.contents .sideNav .sideNavList > li > .noLink.open:before {
  background: url("/assets/img/common/icon_side_03.svg") center center no-repeat;
  background-size: 15px auto;
}
.contents .sideNav .sideNavList > li .sub {
  border-left: 1px solid #C4C4C4;
  margin: 4px 0 12px 4px;
  padding: 0 0 0 16px;
  /*デフォルトで閉じる*/
  display: none;
}
.contents .sideNav .sideNavList > li .sub li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .contents .sideNav .sideNavList > li .sub li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.contents .sideNav .sideNavList > li .sub li:last-child {
  margin-bottom: 0;
}
.contents .sideNav .sideNavList > li .sub li a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
.contents .sideNav .sideNavList > li .sub li a.current, .contents .sideNav .sideNavList > li .sub li a:hover {
  color: #00A0E9;
}

/*
@media only screen and (max-width: 1420px) {
.contents.clm2 {
justify-content: space-between;
#side {
  margin-right: 0;
}
}
}
*/
@media only screen and (max-width: 1100px) {
  .contents {
    margin: 0 auto;
  }
  .contents #main {
    max-width: 100%;
    margin: 0;
    padding: 0;
    order: 2;
  }
  .contents.clm2 {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
  }
  .contents.clm2 #main {
    margin: 0 auto;
    width: 100%;
  }
  .contents.clm2 #side {
    position: static;
    order: 1;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .contents .anchorNav {
    margin: 0 auto 48px;
    padding: 28px 40px;
    opacity: 0;
    max-width: 100%;
  }
  .contents .anchorNav > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0 10px;
    max-width: 100%;
  }
  .contents .anchorNav > ul:after {
    display: none;
  }
  .contents .anchorNav > ul > li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.45;
    margin-bottom: 0;
    width: auto;
    min-width: 25%;
  }
  .contents .anchorNav > ul > li > a {
    color: #00A0E9;
    display: flex;
    align-items: center;
    padding: 7px 0 7px 16px;
    position: relative;
    text-decoration: none;
    transition: 0.2s;
    width: 100%;
  }
  .contents .anchorNav > ul > li > a:before {
    display: none;
  }
  .contents .anchorNav > ul > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #00A0E9;
    border-right: solid 1px #00A0E9;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: rotate(135deg);
  }
  .contents .anchorNav > ul > li > a:hover {
    color: #00A0E9;
  }
  .contents .sideNav {
    box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.05), 0 0 28px -14px rgba(0, 0, 128, 0.05);
    margin: 40px 5vw 0;
    padding: 12px 7.5vw 28px;
  }
  .contents .sideNav h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contents .sideNav h2 a {
    padding: 20px 24px 20px 0;
  }
  .contents .sideNav .sideNavList > li {
    font-size: 14px;
  }
  .contents .sideNav .sideNavList > li .sub li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
section {
  margin-bottom: 120px;
  opacity: 0;
  transform: translate(0px, 30px);
}
section:last-child {
  margin-bottom: 0;
}
section .inr1000 {
  margin: 0 auto;
  max-width: 1000px;
}

section.is-active {
  animation: fadeInUpK 0.6s ease 0.5s 1 forwards;
}

.anchorPoint {
  padding-top: 120px;
  margin-top: -120px;
}

.mv01 {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(213, 240, 252) 54%, rgb(236, 249, 255) 100%);
  margin: 0 auto;
  padding: 0;
  position: relative;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  &:after {
  background: #D1D1D1;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: 1s;
  }
  */
}
.mv01:has(.mvImg):after {
  display: none !important;
}
.mv01 .title {
  background: url("/assets/img/common/mvinr_bg.webp") right bottom -40px no-repeat;
  background-size: 814px auto;
  color: #004262;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 290px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px 0 60px;
  width: 100%;
}
.mv01 .title .en {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 0 0 0 20px;
  position: relative;
  width: 100%;
  opacity: 0;
  filter: blur(20px);
}
@media only screen and (max-width: 960px) {
  .mv01 .title .en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.mv01 .title .en:before {
  background-color: #00A0E9;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.mv01 .title .ja {
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  opacity: 0;
  padding: 16px 100px 16px 0;
  position: relative;
  max-width: calc(100% - 140px);
}
@media only screen and (max-width: 960px) {
  .mv01 .title .ja {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
.mv01 .title .ja.newsJa {
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.35;
}
@media only screen and (max-width: 960px) {
  .mv01 .title .ja.newsJa {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.mv01 .title .ja:after {
  background: url("/assets/img/common/mv_penguin.webp") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 164px;
  width: 136px;
  position: absolute;
  right: -80px;
  top: calc(50% - 40px);
  z-index: 2;
  opacity: 0;
}
.mv01 .title .ja span {
  display: inline-block;
  opacity: 0;
  transform: translate(20px, 10px);
}
.mv01 .title .ja span:first-child {
  background: linear-gradient(90deg, #00A0E9 0%, #027CB5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv01 .title .ja span:nth-child(2) {
  background: linear-gradient(90deg, #027CB5 0%, #035D8A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv01 .title .ja span:nth-child(3) {
  background: linear-gradient(90deg, #035D8A 0%, #004262 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv01 .title .ja span.mfade {
  animation: mojiFade 0.45s ease 0.1s 1 forwards;
}
.mv01 .title .newsCat {
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
}
.mv01 .title .newsCat .cat {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 30px;
  color: #555;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 24px;
  min-width: 64px;
  margin-left: 12px;
  padding: 1px 12px;
  vertical-align: 1px;
}
@media only screen and (max-width: 960px) {
  .mv01 .title .newsCat .cat {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mv01 .title .newsCat .cat.cat01 {
  border-color: #D55A00;
  color: #D55A00;
}
.mv01 .title .newsCat .date {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  line-height: 1.4;
  font-weight: 400;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
  .mv01 .title .newsCat .date {
    font-size: 10px;
    font-size: 1rem;
  }
}
.mv01 .mvImg {
  overflow: hidden;
}
.mv01 .mvImg img {
  opacity: 0;
  filter: blur(8px);
  transform: translate(20px, 10px);
}

.breadChumbs {
  opacity: 0;
  padding: 0;
  transition: 2s;
}
.breadChumbs ol {
  border-bottom: 1px solid #DDD;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
  width: 100%;
}
.breadChumbs ol li {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 960px) {
  .breadChumbs ol li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.breadChumbs ol li:first-child a {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.1em;
}
.breadChumbs ol li:after {
  content: ">";
  display: inline;
  margin: 0 6px 0 2px;
}
.breadChumbs ol li a {
  color: #555;
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
}
.breadChumbs ol li a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 1;
}
.breadChumbs ol li:last-child:after {
  display: none;
}

/*-- START ACTION --*/
body.pageStart .header {
  pointer-events: auto;
  transition: 0.2s;
  animation: mojiFade2 0.6s ease-out 0.1s 1 forwards;
}
body.pageStart .header .hdR #gNav > li .moreUl {
  transition: 0.4s opacity cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, 0.4s visibility cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, 0.2s pointer-events cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}
body.pageStart .mv01 {
  opacity: 1;
  transition: 1s;
}
body.pageStart .mv01:after {
  animation: mojiFade2 0.6s ease-out 0.25s 1 forwards;
}
body.pageStart .mv01 .title .ja {
  opacity: 1;
}
body.pageStart .mv01 .title .ja:after {
  animation: fadeInBK2 1s cubic-bezier(0.4, 0.4, 0, 1) 0.5s 1 forwards;
}
body.pageStart .mv01 .title .en {
  animation: mojiFade2 0.6s ease-out 0.25s 1 forwards;
}
body.pageStart .mv01 .title .newsCat {
  animation: fadeInBK2 1s cubic-bezier(0.4, 0.4, 0, 1) 0.5s 1 forwards;
}
body.pageStart .mv01 .mvImg {
  overflow: hidden;
}
body.pageStart .mv01 .mvImg img {
  animation: fadeInBK2 1s cubic-bezier(0.4, 0.4, 0, 1) 0.3s 1 forwards;
}
@keyframes fadeInBK2 {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
body.pageStart .breadChumbs {
  opacity: 1;
}

@media only screen and (min-width: 1100px) {
  #side {
    opacity: 0;
  }
  body.pageStart #side {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards;
  }
}
@media only screen and (max-width: 1100px) {
  .contents .anchorNav,
  .contents .sideNav {
    opacity: 0;
  }
  body.pageStart .contents .anchorNav {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards;
  }
  body.pageStart .contents .sideNav.is-active {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards;
  }
}
/* Responsive Start */
@media only screen and (max-width: 960px) {
  html {
    scroll-padding-top: 90px;
  }
  body {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    padding-top: 66px;
    min-width: auto;
  }
  p,
  li,
  dl,
  dt,
  dd {
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  th,
  td {
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  #topcontrol {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 8;
  }
  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s;
  }
  .wrap {
    padding: 0 5vw;
  }
  .contents {
    padding: 40px 0 60px;
  }
  .contents.clm2 {
    padding: 40px 0 60px;
  }
  .contents #main {
    padding: 0;
  }
  .contents #main.tiny {
    padding: 0;
  }
  .contents .anchorNav {
    margin: 0 5vw 60px;
  }
  section {
    margin-bottom: 90px;
    padding: 0;
  }
  .anchorPoint {
    padding-top: 90px;
    margin-top: -90px;
  }
  .mv01 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mv01:after {
    margin: 0;
    width: auto;
  }
  .mv01 .title {
    min-height: 160px;
    padding: 40px 5vw 40px 7.5vw;
  }
  .mv01 .title .en {
    font-size: 12px;
    padding: 0 0 0 16px;
  }
  .mv01 .title .ja {
    font-size: 24px;
    line-height: 1.4;
    max-width: calc(100% - 80px);
    padding-right: 0;
  }
  .mv01 .title .ja:after {
    height: 75px;
    width: 60px;
    right: -80px;
    top: calc(50% - 20px);
  }
  .mv01 .title .ja.newsJa {
    font-size: 18px;
    line-height: 1.5;
  }
  .mv01 .title .newsCat {
    display: block;
    position: relative;
    width: 100%;
    opacity: 0;
  }
  .mv01 .title .newsCat .cat {
    font-size: 11px;
    letter-spacing: -0.02em;
    margin-left: 4px;
  }
  .mv01 .title .newsCat .date {
    font-size: 11px;
  }
  .mv01 .mvImg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 220px;
  }
}
/* Responsive Start */
@media only screen and (max-width: 640px) {
  .contents .anchorNav {
    box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.05), 0 0 28px -14px rgba(0, 0, 128, 0.05);
    margin: 0 7.5vw 60px;
    padding: 24px 7.55vw 24px;
  }
  .contents .anchorNav > ul {
    display: block;
  }
  .contents .anchorNav > ul > li {
    margin-bottom: 0;
    width: 100%;
  }
  .contents .anchorNav > ul > li > a {
    font-weight: 400;
  }
  .contents .anchorNav > ul > li > a.active {
    /*
    color: #4D4D4D;
    */
  }
}
@keyframes mojiFade {
  0% {
    opacity: 0;
    transform: translate(20px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mojiFade2 {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes imgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeNeo {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes imgFadeNeoCurtain {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fadeInK {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInLK {
  0% {
    opacity: 0;
    transform: translate(-15px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInBK {
  0% {
    opacity: 0;
    transform: scale(1.15);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes fadeInMV {
  0% {
    opacity: 0;
    background-size: 170% auto;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-size: 120% auto;
  }
}
.header {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  padding: 0;
  padding-right: 20px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
.header:after {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.header .hdInr {
  width: 100%;
  z-index: 100000;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 20px;
  height: 110px;
  width: 100%;
  position: relative;
}
.header .hdL {
  display: flex;
  align-items: center;
  width: 276px;
}
.header .hdL .headLogo {
  padding-top: 10px;
  width: 276px;
}
.header .hdL .headLogo img,
.header .hdL .headLogo svg {
  width: 276px;
  min-width: 276px;
}
.header .hdR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 76px;
  width: calc(100% - 170px);
  z-index: 2;
}
.header .hdR .myNavBnr a {
  transition: 0.2s;
}
.header .hdR .myNavBnr a:hover {
  opacity: 0.6;
}
.header .hdR .myNavBnr a img {
  max-width: 131px;
  height: auto;
  width: 100%;
}
.header .hdR #gNav {
  display: flex;
  justify-content: center;
}
.header .hdR #gNav li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 960px) {
  .header .hdR #gNav li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.header .hdR #gNav li a {
  background: url("/assets/img/common/icon_hexagon.svg") right 16px center no-repeat #00A0E9;
  background-size: 10px auto;
  border: 2px solid #FFF;
  border-radius: 44px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration: none;
  transition: 0.2s;
  z-index: 1;
  padding: 12px 40px 12px 24px;
  transition: 0.2s;
}
.header .hdR #gNav li a:hover {
  background: url("/assets/img/common/icon_hexagon-b.svg") right 16px center no-repeat #fff;
  background-size: 10px auto;
  color: #00A0E9;
  border: 2px solid #00A0E9;
}
.header .hdR #gNav li.li02 a {
  background-color: #007DB5;
}
.header .hdR #gNav li.li02 a:hover {
  background: url("/assets/img/common/icon_hexagon-b.svg") right 16px center no-repeat #fff;
  background-size: 10px auto;
  color: #00A0E9;
  border: 2px solid #00A0E9;
}

.open .header:after {
  opacity: 0;
}
.open .header .hdL {
  opacity: 0;
  visibility: hidden;
}
.open .header .hdR #gNav {
  display: none;
}

.throughHd .header:after {
  animation: fadeInK 0.8s ease 0.5s 1 forwards;
}

#global-nav {
  font-feature-settings: "palt";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 0;
  font-weight: 500;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  z-index: 10 !important;
}
#global-nav .gnFlexWrap {
  overflow: hidden;
}
#global-nav .gnFlex {
  display: flex;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: scale(1.1);
  filter: blur(6px);
}
#global-nav .gnFlex .gnImg {
  background: url("/assets/img/common/gnimg_01.webp") center center no-repeat;
  background-size: cover;
  height: 100vh;
  min-width: 260px;
  width: 26%;
}
#global-nav .gnFlex .gnMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  width: 74%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr {
  max-width: 900px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox {
  width: 47%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li {
  border-bottom: 1px solid #DDD;
  transition: 0.3s;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li:hover {
  border-bottom: 1px solid #00A0E9;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a,
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  min-height: 140px;
  padding: 20px 40px 20px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .en,
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .en {
  color: #00A0E9;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding: 0 0 10px 16px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .en,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .en:after,
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .en:after {
  background-color: #00A0E9;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .ja,
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .ja {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  padding-left: 16px;
  width: 100%;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .ja,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li a:hover .ja {
  color: #00A0E9;
  transform: scale(1.05);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub {
  width: 45%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li {
  margin-bottom: 8px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a {
  position: relative;
  text-decoration: none;
  width: 100%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a:hover {
  color: #00A0E9;
  transform: scale(1.1);
  display: block;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 32px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li {
  width: 47%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  min-height: 148px;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .en,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .en {
  color: #00A0E9;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding: 0 0 8px 16px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .en,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .en:after,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .en:after {
  background-color: #00A0E9;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .ja,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .ja {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  padding-left: 16px;
  width: 100%;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .ja,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: 7.8px 0;
  border-radius: 9999px;
  background-color: #46aafc;
  position: absolute;
  bottom: 24px;
  right: 24px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::before,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::after,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::before,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #46aafc;
  transform-origin: calc(100% - 2px) 50%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::before,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::before {
  transform: rotate(45deg);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::after,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::after {
  transform: rotate(-45deg);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li a:hover .ja {
  color: #00A0E9;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li a:hover .arrow {
  transform: rotate(-45deg) scale(1.5);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub {
  width: 45%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li {
  margin-bottom: 8px;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a {
  position: relative;
  text-decoration: none;
  width: 100%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: #46aafc;
  margin-left: 12px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::before,
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #46aafc;
  transform-origin: calc(100% - 1px) 50%;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::before {
  transform: rotate(45deg);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::after {
  transform: rotate(-45deg);
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a:hover {
  color: #00A0E9;
}
#global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a:hover .arrow {
  transform: rotate(-45deg) scale(1.5);
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
.open #global-nav .gnFlex {
  animation: menuAction 0.5s cubic-bezier(0.56, 0, 0.2, 1) 0s 1 forwards;
}

#nav-bg {
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgb(233, 245, 255) 100%);
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  visibility: hidden;
}

.open #nav-bg {
  visibility: visible;
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

#nav-toggle {
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 22px;
  width: 66px;
  height: 66px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: 0.2s;
}
#nav-toggle:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}
#nav-toggle div {
  width: 22px;
  height: 8px;
  position: relative;
}
#nav-toggle div:before {
  content: "MENU";
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: -3px;
  top: 10px;
  transition: 0.3s;
}
#nav-toggle div:after {
  content: "CLOSE";
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: -5px;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}

.open #nav-toggle {
  background: #000000;
  border: 3px solid #FFF;
  z-index: 1000000000;
}
.open #nav-toggle div:before {
  top: 15px;
  opacity: 0;
}
.open #nav-toggle div:after {
  top: 11px;
  opacity: 1;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  zoom: 1;
  transition: 0.25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: -6px;
}

#nav-toggle span:nth-child(2) {
  top: 2px;
}

.open #nav-toggle span:nth-child(1) {
  background: #01A0E9;
  top: -3px;
  transform: rotate(45deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  background: #01A0E9;
  top: -3px;
  transform: rotate(-45deg);
  zoom: 1;
  width: 100%;
}

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .header {
    padding: 0 5vw;
  }
  .header .hdInr {
    max-width: 100%;
    padding: 0;
    padding-top: 6px;
    height: 66px;
  }
  .header .hdL {
    width: 140px;
  }
  .header .hdL .headLogo {
    padding-top: 0;
    width: 140px;
  }
  .header .hdL .headLogo img,
  .header .hdL .headLogo svg {
    width: 140px;
    min-width: 140px;
  }
  .header .hdR {
    padding-right: 52px;
    width: calc(100% - 160px);
  }
  .header .hdR .myNavBnr a {
    transition: 0;
  }
  .header .hdR .myNavBnr a:hover {
    opacity: 1;
  }
  .header .hdR .myNavBnr a img {
    max-width: 90px;
    height: auto;
    width: 100%;
  }
  .header .hdR #gNav {
    display: none;
  }
  body.open .header {
    top: 0 !important;
  }
  #global-nav {
    padding: 60px 0 0;
  }
  #global-nav .gnFlex {
    display: block;
    margin: 0;
  }
  #global-nav .gnFlex .gnImg {
    display: none;
  }
  #global-nav .gnFlex .gnMenu {
    display: block;
    padding: 0 7.5vw;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr {
    max-width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex {
    display: block;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox {
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink {
    min-height: auto;
    min-height: none;
    padding: 14px 40px 14px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .en,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .en {
    font-size: 13px;
    padding: 0 0 4px 12px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .en:after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .en:after {
    width: 6px;
    height: 7px;
    top: 6px;
    left: 0;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .ja,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .ja {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.35;
    padding-left: 12px;
    width: 100%;
    position: relative;
    transition: 0.2s;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .arrow,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .arrow {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 7.8px 0;
    border-radius: 9999px;
    background-color: #46aafc;
    position: absolute;
    bottom: 16px;
    right: 8px;
    transform: rotate(-45deg) scale(0.7);
    transition: 0.3s;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .arrow::after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 15px;
    height: 4px;
    border-radius: 9999px;
    background-color: #46aafc;
    transform-origin: calc(100% - 2px) 50%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .arrow::before {
    transform: rotate(45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > a .arrow::after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .noLink .arrow::after {
    transform: rotate(-45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li > .noLink {
    padding-bottom: 8px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li a:hover .ja {
    color: #00A0E9;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li a:hover .arrow {
    transform: rotate(-45deg) scale(0.7);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex {
    padding: 0 0 16px 16px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub {
    width: 60%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub.type2 {
    width: 35%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a {
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a .arrow {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 2px;
    margin: 4.3px 0;
    border-radius: 9999px;
    background-color: #46aafc;
    margin-left: 12px;
    transform: rotate(-45deg) scale(0.7);
    transition: 0.3s;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8px;
    height: 2px;
    border-radius: 9999px;
    background-color: #46aafc;
    transform-origin: calc(100% - 1px) 50%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a .arrow::before {
    transform: rotate(45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a .arrow::after {
    transform: rotate(-45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a:hover {
    color: #00A0E9;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .mainMenuFlex .mainMBox > ul > li .subFlex .sub li a:hover .arrow {
    transform: rotate(-45deg) scale(1.5);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex {
    display: block;
    padding-top: 12px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li {
    padding-top: 12px;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink {
    border: 2px solid #00A0E9;
    min-height: auto;
    min-height: none;
    padding: 16px 5vw;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .en,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .en {
    font-size: 13px;
    padding: 0 0 2px 12px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .en:after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .en:after {
    width: 6px;
    height: 7px;
    top: 6px;
    left: 0;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .ja,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .ja {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.35;
    padding-left: 16px;
    width: 100%;
    position: relative;
    transition: 0.2s;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 7.8px 0;
    border-radius: 9999px;
    background-color: #46aafc;
    position: absolute;
    bottom: 16px;
    right: 8px;
    transform: rotate(-45deg) scale(0.7);
    transition: 0.3s;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 15px;
    height: 4px;
    border-radius: 9999px;
    background-color: #46aafc;
    transform-origin: calc(100% - 2px) 50%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::before {
    transform: rotate(45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li > a .arrow::after,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .noLink .arrow::after {
    transform: rotate(-45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li a:hover .ja {
    color: #00A0E9;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li a:hover .arrow {
    transform: rotate(-45deg) scale(0.7);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub {
    width: 45%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li {
    margin-bottom: 8px;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a {
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 2px;
    margin: 4.3px 0;
    border-radius: 9999px;
    background-color: #46aafc;
    margin-left: 12px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::before,
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8px;
    height: 2px;
    border-radius: 9999px;
    background-color: #46aafc;
    transform-origin: calc(100% - 1px) 50%;
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::before {
    transform: rotate(45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a .arrow::after {
    transform: rotate(-45deg);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a:hover {
    color: #00A0E9;
    transform: scale(1.05);
  }
  #global-nav .gnFlex .gnMenu .gnMenuInr .btnMenuFlex > li .subFlex .sub li a:hover .arrow {
    transform: rotate(-45deg) scale(1.5);
  }
  #nav-toggle {
    right: -1.5vw;
    top: 12px;
    width: 48px;
    height: 48px;
  }
  #nav-toggle div {
    width: 22px;
    height: 7px;
  }
  #nav-toggle div::before {
    font-size: 8px;
    left: 0px;
    top: 9px;
  }
  .open #nav-toggle {
    border: none;
  }
  .open #nav-toggle div::after {
    font-size: 8px;
    left: -2px;
    top: 10px;
  }
}
@keyframes menuAction {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.ftContact {
  position: relative;
}
.ftContact .ftBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ftContact .inr {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 680px;
  padding: 0 40px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.ftContact .inr .ftcFlex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.ftContact .inr .ftcFlex .ftcL {
  width: 42%;
}
.ftContact .inr .ftcFlex .ftcR {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 55.5%;
}
.ftContact .inr .ftcFlex .ftcR p {
  width: 100%;
}
.ftContact .inr .ftcFlex a {
  background: #FFF;
  border-radius: 20px;
  display: block;
}
.ftContact .inr .ftcFlex a img {
  transition: 0.2s;
}
.ftContact .inr .ftcFlex a:hover {
  transform: scale(1.025);
}
.ftContact .inr .ftcFlex a:hover img {
  opacity: 0.6;
}

.footer {
  background: #00A0E9;
  padding: 140px 40px 100px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.footer .ftInr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
}
.footer .ftInr .ftL {
  color: #FFF;
  width: 360px;
}
.footer .ftInr .ftL .ftLogo {
  line-height: 1;
  margin-bottom: 44px;
}
.footer .ftInr .ftL .ftLogo a {
  display: block;
  transition: 0.2s;
}
.footer .ftInr .ftL .ftLogo a:hover {
  opacity: 0.7;
}
.footer .ftInr .ftL .ftLogo img,
.footer .ftInr .ftL .ftLogo svg {
  max-width: 360px;
}
.footer .ftInr .ftL .myNavBnr a {
  display: inline-block;
  transition: 0.2s;
}
.footer .ftInr .ftL .myNavBnr a:hover {
  opacity: 0.6;
}
.footer .ftInr .ftL .myNavBnr a img {
  height: auto;
  width: 100%;
}
.footer .ftInr .ftR {
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 24px;
  width: calc(100% - 400px);
}
.footer .ftInr .ftR .ftRBox {
  margin-right: 50px;
  width: 260px;
}
.footer .ftInr .ftR .ftRBox:last-child {
  margin-right: 0;
}
.footer .ftInr .ftR .ftList > li {
  line-height: 1;
  margin-top: 32px;
}
.footer .ftInr .ftR .ftList > li:first-child {
  margin-top: 0;
}
.footer .ftInr .ftR .ftList > li > a {
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .footer .ftInr .ftR .ftList > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.footer .ftInr .ftR .ftList > li > a:before {
  background-color: #FFF;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.footer .ftInr .ftR .ftList > li > a:hover {
  transform: scale(1.05);
}
.footer .ftInr .ftR .ftList > li > a[target=_blank] {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0;
}
.footer .ftInr .ftR .ftList > li > a[target=_blank]:before {
  display: none;
}
.footer .ftInr .ftR .ftList > li > a[target=_blank]:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 0 8px;
  vertical-align: 1px;
}
.footer .ftInr .ftR .ftList > li > a:has(img) {
  display: inline-flex;
  align-items: center;
  padding: 0;
  min-height: 44px;
}
.footer .ftInr .ftR .ftList > li > a:has(img)[target=_blank]:after {
  display: none;
}
.footer .ftInr .ftR .sub {
  padding: 12px 0 0 1.3em;
}
.footer .ftInr .ftR .sub li {
  margin-bottom: 8px;
}
.footer .ftInr .ftR .sub li a {
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
.footer .ftInr .ftR .sub li a:before {
  content: " - ";
  display: inline;
  vertical-align: 1px;
  margin-right: 2px;
}
.footer .ftInr .ftR .sub li a:hover {
  transform: scale(1.05);
}
.footer .ftInr small {
  color: #FFF;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .footer .ftInr small {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .ftContact {
    padding: 0;
  }
  .ftContact .inr {
    display: block;
    min-height: auto;
    min-height: none;
    padding: 40px 7.5vw;
    width: 100%;
  }
  .ftContact .inr .ftcFlex {
    display: block;
    margin: 0;
    max-width: 1140px;
    width: 100%;
  }
  .ftContact .inr .ftcFlex .ftcL {
    width: 100%;
  }
  .ftContact .inr .ftcFlex .ftcR {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .ftContact .inr .ftcFlex .ftcR p {
    margin-top: 16px;
    width: 100%;
  }
  .ftContact .inr .ftcFlex a {
    background: #FFF;
    border-radius: 20px;
    display: block;
  }
  .ftContact .inr .ftcFlex a img {
    transition: 0.2s;
  }
  .footer {
    padding: 56px 5vw 44px;
  }
  .footer .ftInr {
    display: block;
    margin: 0;
    max-width: 100%;
  }
  .footer .ftInr .ftL {
    width: 100%;
  }
  .footer .ftInr .ftL .ftLogo {
    line-height: 1;
    margin-bottom: 32px;
    padding-right: 12px;
    text-align: center;
  }
  .footer .ftInr .ftL .ftLogo a {
    transition: 0;
  }
  .footer .ftInr .ftL .ftLogo a:hover {
    opacity: 1;
  }
  .footer .ftInr .ftL .ftLogo img,
  .footer .ftInr .ftL .ftLogo svg {
    max-width: 88%;
  }
  .footer .ftInr .ftL .myNavBnr {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer .ftInr .ftL .myNavBnr a {
    margin: 0 auto;
    text-align: center;
    transition: 0;
  }
  .footer .ftInr .ftL .myNavBnr a:hover {
    opacity: 1;
  }
  .footer .ftInr .ftL .myNavBnr a img {
    height: auto;
    width: 100%;
  }
  .footer .ftInr .ftR {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 44px 0 44px;
    width: auto;
  }
  .footer .ftInr .ftR .ftRBox {
    margin-right: 0;
    width: auto;
  }
  .footer .ftInr .ftR .ftRBox:last-child {
    margin-right: 0;
  }
  .footer .ftInr .ftR .ftList > li {
    line-height: 1;
    margin-top: 22px;
  }
  .footer .ftInr .ftR .ftList > li:first-child {
    margin-top: 0;
  }
  .footer .ftInr .ftR .ftList > li > a {
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 0 0 0 16px;
    transition: 0;
  }
  .footer .ftInr .ftR .ftList > li > a:before {
    height: 9px;
    width: 8px;
    top: calc(50% - 4px);
  }
  .footer .ftInr .ftR .ftList > li > a:hover {
    opacity: 1;
  }
  .footer .ftInr .ftR .ftList > li > a[target=_blank] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  .footer .ftInr .ftR .ftList > li > a[target=_blank]:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    display: inline-block;
    font-size: 9px;
    font-weight: 900;
    margin: 0 0 0 6px;
    vertical-align: 1px;
  }
  .footer .ftInr .ftR .sub {
    padding: 16px 0 20px 1.3em;
  }
  .footer .ftInr .ftR .sub li {
    margin-bottom: 4px;
  }
  .footer .ftInr .ftR .sub li a {
    font-size: 15px;
  }
  .footer .ftInr .ftR .sub li a:before {
    content: " - ";
    display: inline;
    vertical-align: 1px;
    margin-right: 2px;
  }
  .footer .ftInr .ftR .sub li a:hover {
    opacity: 0.7;
  }
  .footer .ftInr small {
    text-align: center;
  }
}
/* Basic
   ==================================== */
.font10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font11 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font12 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font15 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font17 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.font19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font19 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.font20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .font20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.cmnAnc {
  display: inline-block;
  height: 1px;
}

.graySmall {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}

.hvBtn, .hvBtns a {
  transition: 0.2s;
}

.hvBtn:hover, .hvBtns a:hover {
  opacity: 0.7;
}

.bscImg {
  height: auto;
  max-width: 100%;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.default {
  color: #555 !important;
}

.red {
  color: red !important;
}

.blue {
  color: #00A0E9 !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px;
}

@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block;
  }
  .spDisp {
    display: none;
  }
  .top0 {
    margin-top: 0 !important;
  }
  .top5 {
    margin-top: 5px !important;
  }
  .top10 {
    margin-top: 10px !important;
  }
  .top15 {
    margin-top: 15px !important;
  }
  .top20 {
    margin-top: 20px !important;
  }
  .top25 {
    margin-top: 25px !important;
  }
  .top30 {
    margin-top: 30px !important;
  }
  .top35 {
    margin-top: 35px !important;
  }
  .top40 {
    margin-top: 40px !important;
  }
  .top45 {
    margin-top: 40px !important;
  }
  .top50 {
    margin-top: 40px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5, .btm05 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 10px !important;
  }
  .btm15 {
    margin-bottom: 15px !important;
  }
  .btm20 {
    margin-bottom: 20px !important;
  }
  .btm25 {
    margin-bottom: 25px !important;
  }
  .btm30 {
    margin-bottom: 30px !important;
  }
  .btm35 {
    margin-bottom: 35px !important;
  }
  .btm40 {
    margin-bottom: 40px !important;
  }
  .btm45 {
    margin-bottom: 45px !important;
  }
  .btm50 {
    margin-bottom: 50px !important;
  }
  .btm55 {
    margin-bottom: 55px !important;
  }
  .btm60 {
    margin-bottom: 60px !important;
  }
  .btm65 {
    margin-bottom: 65px !important;
  }
  .btm70 {
    margin-bottom: 70px !important;
  }
  .btm75 {
    margin-bottom: 75px !important;
  }
  .btm80 {
    margin-bottom: 80px !important;
  }
  .btm85 {
    margin-bottom: 85px !important;
  }
  .btm90 {
    margin-bottom: 90px !important;
  }
  .btm95 {
    margin-bottom: 95px !important;
  }
  .btm100 {
    margin-bottom: 100px !important;
  }
  .btm110 {
    margin-bottom: 110px !important;
  }
  .btm120 {
    margin-bottom: 120px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 10px !important;
  }
  .pT15 {
    padding-top: 15px !important;
  }
  .pT20 {
    padding-top: 20px !important;
  }
  .pT25 {
    padding-top: 25px !important;
  }
  .pT30 {
    padding-top: 30px !important;
  }
  .pT35 {
    padding-top: 35px !important;
  }
  .pT40 {
    padding-top: 40px !important;
  }
  .pT45 {
    padding-top: 45px !important;
  }
  .pT50 {
    padding-top: 50px !important;
  }
  .pT55 {
    padding-top: 55px !important;
  }
  .pT60 {
    padding-top: 60px !important;
  }
  .pT65 {
    padding-top: 65px !important;
  }
  .pT70 {
    padding-top: 70px !important;
  }
  .pT75 {
    padding-top: 75px !important;
  }
  .pT80 {
    padding-top: 80px !important;
  }
  .pT85 {
    padding-top: 85px !important;
  }
  .pT90 {
    padding-top: 90px !important;
  }
  .pT95 {
    padding-top: 95px !important;
  }
  .pT100 {
    padding-top: 100px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 10px !important;
  }
  .pB15 {
    padding-bottom: 15px !important;
  }
  .pB20 {
    padding-bottom: 20px !important;
  }
  .pB30 {
    padding-bottom: 30px !important;
  }
  .pB40 {
    padding-bottom: 40px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 10px !important;
  }
  .lm15 {
    margin-left: 15px !important;
  }
  .lm20 {
    margin-left: 20px !important;
  }
  .lm50 {
    margin-left: 50px !important;
  }
  .lm60 {
    margin-left: 60px !important;
  }
  .lm70 {
    margin-left: 70px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 10px !important;
  }
  .rm15 {
    margin-right: 15px !important;
  }
  .rm20 {
    margin-right: 20px !important;
  }
  .w5 {
    width: 5% !important;
  }
  .w10 {
    width: 10% !important;
  }
  .w15 {
    width: 15% !important;
  }
  .w18 {
    width: 18% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w35 {
    width: 35% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w41 {
    width: 41% !important;
  }
  .w42 {
    width: 42% !important;
  }
  .w43 {
    width: 43% !important;
  }
  .w44 {
    width: 44% !important;
  }
  .w45 {
    width: 45% !important;
  }
  .w46 {
    width: 46% !important;
  }
  .w47 {
    width: 47% !important;
  }
  .w48 {
    width: 48% !important;
  }
  .w49 {
    width: 49% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w51 {
    width: 51% !important;
  }
  .w52 {
    width: 52% !important;
  }
  .w53 {
    width: 53% !important;
  }
  .w54 {
    width: 54% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w65 {
    width: 65% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w85 {
    width: 85% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w95 {
    width: 95% !important;
  }
  .wfull {
    width: 100% !important;
  }
  .w100 {
    width: 100px;
  }
  .w150 {
    width: 150px;
  }
  .w200 {
    width: 200px;
  }
  .w250 {
    width: 250px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w450 {
    width: 450px;
  }
  .w500 {
    width: 500px;
  }
  .w550 {
    width: 550px;
  }
  .w600 {
    width: 600px;
  }
}
@media only screen and (max-width: 960px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%;
  }
  .spCenter {
    text-align: center;
  }
  .spLeft {
    text-align: left !important;
  }
  .top10 {
    margin-top: 5px !important;
  }
  .top15 {
    margin-top: 5px !important;
  }
  .top20 {
    margin-top: 10px !important;
  }
  .top25 {
    margin-top: 10px !important;
  }
  .top30 {
    margin-top: 15px !important;
  }
  .top35 {
    margin-top: 15px !important;
  }
  .top40 {
    margin-top: 20px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 5px !important;
  }
  .btm15 {
    margin-bottom: 10px !important;
  }
  .btm20 {
    margin-bottom: 15px !important;
  }
  .btm25 {
    margin-bottom: 20px !important;
  }
  .btm30 {
    margin-bottom: 20px !important;
  }
  .btm35 {
    margin-bottom: 20px !important;
  }
  .btm40 {
    margin-bottom: 30px !important;
  }
  .btm45 {
    margin-bottom: 30px !important;
  }
  .btm50 {
    margin-bottom: 30px !important;
  }
  .btm55 {
    margin-bottom: 30px !important;
  }
  .btm60 {
    margin-bottom: 30px !important;
  }
  .btm65 {
    margin-bottom: 30px !important;
  }
  .btm70 {
    margin-bottom: 35px !important;
  }
  .btm75 {
    margin-bottom: 35px !important;
  }
  .btm80 {
    margin-bottom: 40px !important;
  }
  .btm85 {
    margin-bottom: 40px !important;
  }
  .btm90 {
    margin-bottom: 50px !important;
  }
  .btm95 {
    margin-bottom: 50px !important;
  }
  .btm100 {
    margin-bottom: 50px !important;
  }
  .btm110 {
    margin-bottom: 55px !important;
  }
  .btm120 {
    margin-bottom: 60px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 5px !important;
  }
  .pT15 {
    padding-top: 10px !important;
  }
  .pT20 {
    padding-top: 10px !important;
  }
  .pT25 {
    padding-top: 15px !important;
  }
  .pT30 {
    padding-top: 15px !important;
  }
  .pT35 {
    padding-top: 15px !important;
  }
  .pT40 {
    padding-top: 20px !important;
  }
  .pT45 {
    padding-top: 20px !important;
  }
  .pT50 {
    padding-top: 25px !important;
  }
  .pT55 {
    padding-top: 25px !important;
  }
  .pT60 {
    padding-top: 30px !important;
  }
  .pT65 {
    padding-top: 30px !important;
  }
  .pT70 {
    padding-top: 35px !important;
  }
  .pT75 {
    padding-top: 35px !important;
  }
  .pT80 {
    padding-top: 40px !important;
  }
  .pT85 {
    padding-top: 40px !important;
  }
  .pT90 {
    padding-top: 50px !important;
  }
  .pT95 {
    padding-top: 50px !important;
  }
  .pT100 {
    padding-top: 50px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 5px !important;
  }
  .pB15 {
    padding-bottom: 5px !important;
  }
  .pB20 {
    padding-bottom: 10px !important;
  }
  .pB30 {
    padding-bottom: 10px !important;
  }
  .pB40 {
    padding-bottom: 10px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 5px !important;
  }
  .lm15 {
    margin-left: 5px !important;
  }
  .lm20 {
    margin-left: 10px !important;
  }
  .lm50 {
    margin-left: 20px !important;
  }
  .lm60 {
    margin-left: 30px !important;
  }
  .lm70 {
    margin-left: 30px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 5px !important;
  }
  .rm15 {
    margin-right: 5px !important;
  }
  .rm20 {
    margin-right: 10px !important;
  }
  .spBtm0 {
    margin-bottom: 0 !important;
  }
  .spBtm5 {
    margin-bottom: 5px !important;
  }
  .spBtm10 {
    margin-bottom: 10px !important;
  }
  .spBtm15 {
    margin-bottom: 15px !important;
  }
  .spBtm20 {
    margin-bottom: 20px !important;
  }
  .spBtm25 {
    margin-bottom: 25px !important;
  }
  .spBtm30 {
    margin-bottom: 30px !important;
  }
  .spBtm35 {
    margin-bottom: 35px !important;
  }
  .spBtm40 {
    margin-bottom: 40px !important;
  }
  .spBtm45 {
    margin-bottom: 45px !important;
  }
  .spBtm50 {
    margin-bottom: 50px !important;
  }
  .spBtm60 {
    margin-bottom: 60px !important;
  }
  .spBtm70 {
    margin-bottom: 70px !important;
  }
  .spBtm80 {
    margin-bottom: 80px !important;
  }
  .spBtm90 {
    margin-bottom: 90px !important;
  }
  .spBtm100 {
    margin-bottom: 100px !important;
  }
  .spW100 {
    width: 100% !important;
  }
  .spHide {
    display: none;
  }
  .spDisp {
    display: inline-block;
  }
}/*# sourceMappingURL=common.css.map */