@charset "UTF-8";
@import url("../plugins/fontello/css/0xe804.css");
@import url("../plugins/fontello/css/0xe804-embedded.css");
@import url("../plugins/slick/1.8.1/slick.min.css");
@import url("../plugins/WOW-master/css/libs/animate.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

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

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0px) rotate(180deg);
  }
}
@keyframes rightAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(-5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  outline: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  color: #08111f;
  font-size: 16px;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #08111f;
  font-family: "Roboto", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif, "0xe804";
  line-height: 1.4;
  scrollbar-color: #2461ad rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  background: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2461ad;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: #08111f;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.picAnimated {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.container {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1300px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .container {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

section {
  position: relative;
}

[type=text],
[type=password],
[type=email] {
  border: none;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  padding: 0 5px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.select::before {
  content: "";
  display: block;
  position: absolute;
  text-indent: 0px;
  width: 8px;
  aspect-ratio: 1;
  right: 10px;
  top: 15px;
  z-index: 5;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select select {
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none !important;
}

.privacyBox {
  position: fixed;
  background: #000;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  color: #e7e7e7;
  padding: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #6bcbc5;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  max-width: 100px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  display: block;
  background: #2461ad;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  line-height: 1.6;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableBox {
  overflow-x: auto;
  scrollbar-color: #2461ad rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  background: #fff;
}
.tableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tableBox::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2461ad;
}
.tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pic {
  line-height: 0;
}

.innerBanner {
  isolation: isolate;
  position: relative;
}
.innerBanner .pic {
  height: 362px;
  line-height: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .innerBanner .pic {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .innerBanner .pic {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .innerBanner .pic {
    height: 150px;
  }
}

.unitTitleBox {
  position: absolute;
  z-index: 2;
  inset: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../images/in/banner_logo.svg") center no-repeat;
  background-size: contain;
}
.unitTitleBox .title {
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 10px;
  color: #fff;
  -webkit-text-stroke: 1px #6bcbc5;
  filter: drop-shadow(0px 0px 8px rgba(63, 177, 169, 0.8));
}
@media screen and (max-width: 1300px) {
  .unitTitleBox .title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .unitTitleBox .title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .unitTitleBox .title {
    font-size: 1.875rem;
  }
}
.unitTitleBox .subTitle {
  font-size: 1.75rem;
  max-width: 520px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 991px) {
  .unitTitleBox .subTitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .subTitle {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 575px) {
  .unitTitleBox .subTitle {
    font-size: 1rem;
  }
}

.pageTitle {
  width: 100%;
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 40px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pageTitle {
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle {
    font-size: 1.625rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .pageTitle {
    font-size: 1.5rem;
  }
}
.pageTitle::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  background: url("../images/in/title_icon.png") center no-repeat;
  margin: 0 10px 0 0;
}

.pageContent {
  padding: 60px 0 0;
}
@media screen and (max-width: 991px) {
  .pageContent {
    padding: 40px 0 0;
  }
}

.topNav {
  margin: 0 0 50px;
}
@media screen and (max-width: 991px) {
  .topNav {
    margin: 0 0 30px;
  }
}
.topNav .listBox {
  display: flex;
  justify-content: center;
}
.topNav .listBox li {
  margin: 0 8px;
}
@media screen and (max-width: 991px) {
  .topNav .listBox li {
    margin: 0 4px;
  }
}
.topNav .listBox li a {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 40px;
  padding: 15px 40px 13px;
}
@media screen and (max-width: 991px) {
  .topNav .listBox li a {
    padding: 10px 20px 8px;
  }
}

.innerPage .container {
  max-width: 1300px;
}
.innerPage .mainBox {
  padding: 0px 0 160px;
}
@media screen and (max-width: 991px) {
  .innerPage .mainBox {
    padding: 0px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .innerPage .mainBox {
    padding: 0px 0 50px;
  }
}

.siteHeader {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  isolation: isolate;
  position: relative;
}

.headerBox {
  position: relative;
  z-index: 2;
  padding: 0 0 0 20px;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .headerBox {
    position: fixed;
    background: #fff;
    padding: 0 50px 0 0;
  }
}
.headerBox .container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  isolation: isolate;
  position: relative;
  height: 125px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .headerBox .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: unset;
  }
}
@media screen and (max-width: 991px) {
  .headerBox .container {
    margin: 0;
    width: 100%;
    padding: 0 0 0 20px;
    height: 50px;
  }
}
.headerBox .logo {
  flex-shrink: 0;
  line-height: 0;
  position: relative;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .headerBox .logo {
    height: 50px;
    flex-basis: auto;
  }
}
.headerBox .logo img {
  height: 58px;
}
@media screen and (max-width: 991px) {
  .headerBox .logo img {
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 50px;
  }
}

.menuBox {
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .menuBox {
    margin: 0;
    flex-direction: column;
    position: fixed;
    top: 50px;
    height: calc(100% - 50px);
    left: 0;
    width: 100%;
    background: #040f4d;
    transform: translateX(-100%);
    overflow-y: auto;
    scrollbar-color: #2461ad rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
  }
  .menuBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menuBox::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2461ad;
  }
  .menuBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.menuBox .mainMenu {
  width: 100%;
  margin: 0;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu {
    padding: 0;
    order: 1;
  }
}
.menuBox .mainMenu > ul {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menuBox .mainMenu > ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
  }
}
.menuBox .mainMenu > ul > li {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menuBox .mainMenu > ul > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu > ul > li {
    padding: 0;
    width: 100%;
  }
}
.menuBox .mainMenu > ul > li.nextLv {
  position: unset;
}
.menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 1.15rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  background: none;
  padding: 20px 30px;
  text-align: left;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 20px 30px 20px 30px !important;
  }
  .menuBox .mainMenu > ul > li > a:hover, .menuBox .mainMenu > ul > li > button:hover {
    color: #fff;
    background: #2461ad;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu > ul > li.active > a, .menuBox .mainMenu > ul > li.active > button {
    color: #fff;
    background: #2461ad;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .mainMenu > ul > li a:hover,
  .menuBox .mainMenu > ul > li button:hover,
  .menuBox .mainMenu > ul > li .class li.active > button {
    color: #2461ad;
  }
}
.menuBox .mainMenu > ul > li.nextLv > a, .menuBox .mainMenu > ul > li.nextLv > button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .menuBox .mainMenu > ul > li.nextLv > a, .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox .mainMenu > ul > li.nextLv > a, .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .mainMenu > ul > li.nextLv > a, .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 20px 60px 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .mainMenu > ul > li.contact a {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 125px;
    background: #2461ad;
    color: #fff;
  }
  .menuBox .mainMenu > ul > li.contact a::before {
      content: "";
      width:33px;
      height:27px;
      display:block;
      margin:0 10px 0 0;
  -webkit-mask: url("../images/icon/icon_contact.svg") center no-repeat;
          mask: url("../images/icon/icon_contact.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
          background:#FFF;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .menuBox .mainMenu > ul > li.contact a {
    height: 50px;
  }
}
.menuBox .mainMenu > ul li > ul {
  display: none;
}
@media screen and (max-width: 991px) {
  .menuBox .nextLv.active > button {
    background: #2461ad;
  }
}
.menuBox .active .nextMenuBox {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .menuBox .active .nextMenuBox {
    box-shadow: none;
  }
}
.menuBox .nextMenuBox {
  display: none;
  overflow: hidden;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox {
    border: 1px solid #6bcbc5;
    box-shadow: 0 0 15px 0 rgba(63, 177, 169, 0.5);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    opacity: 0;
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox {
    text-align: center;
    background: #3fb1a9;
  }
}
.menuBox .nextMenuBox.active {
  display: flex;
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .class {
    border-right: 1px solid #000;
  }
}
.menuBox .nextMenuBox .class a,
.menuBox .nextMenuBox .class button {
  width: 100%;
  padding: 10px 0;
  background: none;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .class a,
  .menuBox .nextMenuBox .class button {
    padding: 8px 0;
    max-width: 200px;
    min-width: 200px;
    width: 23%;
    flex-grow: 1;
    font-size: 1.312rem;
    font-weight: 600;
    color: #000;
  }
  .menuBox .nextMenuBox .class a ul,
  .menuBox .nextMenuBox .class button ul {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox .class a,
  .menuBox .nextMenuBox .class button {
    text-align: center;
  }
}
.menuBox .nextMenuBox .class ul {
  background: #696969;
}
.menuBox .nextMenuBox .class ul li a {
  padding: 5px 0;
}
.menuBox .nextMenuBox .listBox {
  width: 77%;
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox .listBox {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .list {
    display: none;
  }
  .menuBox .nextMenuBox .list.active {
    display: block;
  }
  .menuBox .nextMenuBox .list .contentBtn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .list ul {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox .list ul {
    display: none;
  }
}
.menuBox .nextMenuBox .list ul.active {
  display: block;
}
.menuBox .nextMenuBox .list ul li {
  position: relative;
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .list ul li {
    padding: 2px 20px;
  }
  .menuBox .nextMenuBox .list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: #e60012;
    display: block;
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox > ul {
    width: 100%;
  }
  .menuBox .nextMenuBox .list ul {
    background: #363636;
  }
  .menuBox .nextMenuBox .list ul a {
    width: 100%;
    display: block;
    color: #fff;
    border: none;
    padding: 5px;
  }
  .menuBox .nextMenuBox > ul a,
  .menuBox .nextMenuBox .list > a,
  .menuBox .nextMenuBox .list > button {
    width: 100%;
    display: block;
    text-align: center;
    background: none;
    color: #fff;
    padding: 10px 20px;
  }
  .menuBox .nextMenuBox > ul a:hover,
  .menuBox .nextMenuBox .list > a:hover,
  .menuBox .nextMenuBox .list > button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .menuBox .small {
    position: relative !important;
  }
  .menuBox .small .nextMenuBox {
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    min-height: 0;
    max-height: calc(60vh - 200px);
    text-align: left;
  }
  .menuBox .small .nextMenuBox ul {
    width: 100%;
  }
  .menuBox .small .nextMenuBox ul a {
    display: block;
    padding: 10px 10px;
    transition: all 0.3s ease;
  }
  .menuBox .small .nextMenuBox ul a:hover {
    background: #6bcbc5;
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .headFix .wrapper {
    padding-top: 50px;
  }
  .headFix .headerBox {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .headFix .headerBox .container {
    height: 50px;
    flex-direction: row;
    align-items: center;
  }
  .headFix .headerBox .logo {
    flex-basis: auto;
  }
  .headFix .headerBox .logo img {
    height: 40px;
  }
  .headFix .menuBox {
    margin: 0;
  }
  .headFix .menuBox .mainMenu > ul > li > a {
    height: 50px;
  }
  .headFix .menuBox .mainMenu > ul > li.nextLv > a, .headFix .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 15px;
  }
  .headFix .menuBox .mainMenu > ul > li.nextLv > a::after, .headFix .menuBox .mainMenu > ul > li.nextLv > button::after {
    right: 10px;
  }
}

.breadcrumbBox {
  width: 100%;
  background: linear-gradient(to right, rgb(36, 97, 173) 0%, rgb(107, 203, 197) 100%);
}
.breadcrumbBox .breadcrumb {
  font-size: 0.9375rem;
  z-index: 3;
  color: #fff;
  opacity: 0.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 13px;
}
@media screen and (max-width: 991px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    margin: 0 0px;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbBox .breadcrumb li a {
  color: #fff;
  display: inline;
  transition: 0.3 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #6bcbc5;
}
.breadcrumbBox .breadcrumb li::after {
  content: "";
  margin: 0px 10px;
  width: 12px;
  height: 12px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transform: scaleX(-1);
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.productsBreadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  border: solid #aaaaaa;
  border-width: 0 1px;
  white-space: nowrap;
  margin: 0 0 15px;
}
.productsBreadcrumb li:first-child a span {
  display: inline-block;
}

.footerBox {
  position: relative;
  background: url("../images/footer_bg.jpg") center left no-repeat;
  color: #fff;
  position: relative;
}
.footerBox a {
  color: #fff;
}
.footerBox .container {
  padding: 30px 0 15px;
}
@media screen and (min-width: 992px) {
  .footerBox .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.footerBox .footerMenu ul {
  display: flex;
  align-items: center;
  padding: 70px 0 0;
}
@media screen and (max-width: 991px) {
  .footerBox .footerMenu ul {
    padding: 0;
    display: none;
  }
}
.footerBox .footerMenu ul li {
  margin: 0 20px 0 0;
}
.footerBox .footerInfo {
  margin: -50px 0 0;
  padding: 50px 40px;
  background: #040f4d;
}
@media screen and (max-width: 991px) {
  .footerBox .footerInfo {
    display: none;
  }
}
.footerBox .footerInfo .logoBox {
  margin: 0 0 30px;
}
.footerBox .footerInfo li + li {
  margin: 25px 0 0;
}
.footerBox .copyright {
  max-width: 1560px;
  margin: 3% auto 0;
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .footerBox .copyright {
    text-align: center;
    margin: 0;
  }
}

.goTop {
  background: #6bcbc5;
  width: 40px;
  height: 40px;
  background: #6bcbc5;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .goTop {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.goTop::before {
  content: "";
  width: 11px;
  aspect-ratio: 11/24;
  display: block;
  -webkit-mask: url("../images/icon/icon_gotop.svg") no-repeat;
          mask: url("../images/icon/icon_gotop.svg") no-repeat;
  background: #fff;
  margin: 8px 0 0;
}
@media screen and (max-width: 991px) {
  .goTop::before {
    width: 6px;
  }
}

.floatNav {
  right: 10px;
  bottom: 20%;
}
@media screen and (min-width: 992px) {
  .floatNav {
    position: fixed;
  }
}
.floatNav > a, .floatNav > button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  padding: 7px 0;
  font-size: 0.937rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .floatNav > a, .floatNav > button {
    width: 20px;
    height: 20px;
  }
}
.floatNav > a::before, .floatNav > button::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.floatNav > a:hover .scrollTopText, .floatNav > button:hover .scrollTopText {
  color: #888;
}
.floatNav .line,
.floatNav .fb {
  background: #2461ad;
}
@media screen and (max-width: 991px) {
  .floatNav .line,
  .floatNav .fb {
    width: 40px;
    height: 50px;
    background: none;
    position: fixed;
    top: 0;
    right: 130px;
    z-index: 99;
  }
}
.floatNav .line::before,
.floatNav .fb::before {
  width: 26px;
  aspect-ratio: 1;
  background: #fff;
  -webkit-mask-image: url("../images/icon/icon_line.svg");
          mask-image: url("../images/icon/icon_line.svg");
}
@media screen and (max-width: 991px) {
  .floatNav .line::before,
  .floatNav .fb::before {
    width: 20px;
    height: 20px;
    background: #2461ad;
  }
}
.floatNav .fb {
  margin: 10px 0 0;
}
@media screen and (max-width: 991px) {
  .floatNav .fb {
    margin: 0;
    right: 170px;
  }
}
.floatNav .fb::before {
  -webkit-mask-image: url("../images/icon/icon_facebook.svg");
          mask-image: url("../images/icon/icon_facebook.svg");
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .mobileBtn {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    display: block;
  }
  .mobileBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #2461ad;
    box-shadow: #2461ad 0 7px 0 0, #2461ad 0 -7px 0 0;
    transition: all 0.3s ease;
  }
  .mobileBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #6bcbc5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
}

.mobileOpen {
  overflow: hidden;
}
.mobileOpen .mobileBtn {
  background: #040f4d;
}
.mobileOpen .mobileBtn::before {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: none;
}
.mobileOpen .mobileBtn::after {
  background: #fff;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobileOpen .menuBox {
  transform: translateX(0%);
}

.pageBox {
  padding-top: 4%;
}
.pageBox .pagination {
  border-top: 3px solid #000;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
.pageBox .pagination li {
  margin: 0 5px;
  line-height: 1.5;
  text-align: center;
}
.pageBox .pagination li a {
  width: 40px;
  height: 40px;
  display: block;
  color: #444444;
  border-radius: 100%;
  line-height: 40px;
}
.pageBox .pagination li a:hover {
  color: #fff;
  background: #2461ad;
}
.pageBox .pagination li.active a {
  color: #fff;
  background: #2461ad;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 15px 0 0;
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 15px;
}
.pageBox .pagination li.controls a {
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #999999;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a::before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  -webkit-mask: url("../images/icon/icon_gotop.svg") center no-repeat;
          mask: url("../images/icon/icon_gotop.svg") center no-repeat;
  background: #999999;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}
.pageBox .pagination li.controls a.next::before {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.pageBox .pagination li.controls a:hover {
  border-color: #2461ad;
  background: none;
}
.pageBox .pagination li.controls a:hover::before {
  background: #2461ad;
}

.pageBtnBox {
  margin: 60px 0 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  .pageBtnBox {
    margin: 40px 0 0;
  }
}
.pageBtnBox .send {
  width: 100%;
  padding: 18px 40px 16px;
  color: white;
  text-align: center;
  justify-content: space-between;
  font-size: 1.3125rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: linear-gradient(to right, rgb(36, 97, 173) 0%, rgb(107, 203, 197) 100%);
  box-shadow: 0 0 15px 0 rgba(63, 177, 169, 0.5);
}
@media screen and (max-width: 991px) {
  .pageBtnBox .send {
    font-size: 1.125rem;
  }
}
.pageBtnBox .send::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #2461ad;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover {
  color: #fff;
}
.pageBtnBox .send:hover::before {
  width: 100%;
  left: 0;
}
.pageBtnBox .back {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #000;
  padding: 0 0 0 50px;
  transition: all 0.3s ease;
}
.pageBtnBox .back::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  border: 1px solid #6bcbc5;
}
.pageBtnBox .back::before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  -webkit-mask: url("../images/icon/icon_gotop.svg") center no-repeat;
          mask: url("../images/icon/icon_gotop.svg") center no-repeat;
  background: #6bcbc5;
  transition: all 0.3s ease;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(50%) rotate(-90deg);
}
.pageBtnBox .back:hover {
  color: #6bcbc5;
}

.formBox {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}
.formBox ul {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.formBox .inputItem {
  width: calc(50% - 25px);
  padding: 12px 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem {
    width: 100%;
  }
}
.formBox .inputItem > label {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1;
  min-width: 128px;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem > label {
    font-size: 1.125rem;
  }
}
.formBox .inputItem .select {
  flex-grow: 1;
}
.formBox .inputItem .select::before {
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0);
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #2461ad transparent transparent transparent;
}
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
}
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: #dddddd 1px solid;
  padding: 10px;
}
.formBox .inputItem select.selectControl::-moz-placeholder, .formBox .inputItem input.inputControl::-moz-placeholder, .formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #ccc;
}
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #ccc;
}
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
  border-color: #2461ad;
  box-shadow: 0 0 10px 0 #2461ad;
}
.formBox .inputItem.full {
  width: 100%;
}
.formBox .inputItem.required label::after {
  content: "※";
  color: #6bcbc5;
  display: block;
  margin: 0 0 0 10px;
}
.formBox .flex {
  display: flex;
}
@media screen and (max-width: 575px) {
  .formBox .flex {
    flex-direction: column;
  }
}
.formBox .itemBox ul {
  display: flex;
  margin: 0;
}
.formBox .itemBox ul li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .formBox .itemBox ul li {
    width: 100%;
  }
}
.formBox .itemBox ul li label {
  display: block;
  padding-left: 22px;
  position: relative;
}
.formBox .itemBox ul li label::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  background: url("../images/icon/checkbox.png") bottom no-repeat;
  left: 0px;
  top: 3px;
  z-index: 9;
}
.formBox .itemBox ul li input {
  position: absolute;
  opacity: 0;
}
.formBox .itemBox ul li input[type=checkbox] {
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox ul li input[type=checkbox]:checked + label::before {
  background: url("../images/checkbox.png") top no-repeat;
}
.formBox a {
  color: #666666;
  font-size: 0.812rem;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #6bcbc5;
}
.formBox .checkImg {
  position: absolute;
  bottom: 15px;
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  bottom: 22px;
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}
.formBox .reBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/icon/icon_re.svg") no-repeat;
          mask: url("../images/icon/icon_re.svg") no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

@media screen and (max-width: 767px) {
  .subMenu {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.subMenu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    flex-grow: 1;
  }
}
.subMenu li + li {
  margin-left: 10px;
}
.subMenu li a {
  padding: 7px 15px 5px;
}

@keyframes lightBoxOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightBoxClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lightBoxOpen {
  overflow: hidden;
}
.lightBoxOpen .outLightBox {
  display: flex;
  animation: lightBoxOpen 0.3s linear;
  animation-fill-mode: forwards;
}

.lightBoxClose .outLightBox {
  animation: lightBoxClose 0.3s linear;
  animation-fill-mode: forwards;
}

.outLightBox {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.outLightBox .closeLightBoxBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #6bcbc5;
  padding: 0;
  cursor: pointer;
}
.outLightBox .closeLightBoxBtn::before, .outLightBox .closeLightBoxBtn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  display: block;
  background: #fff;
  top: 14px;
  left: 5px;
}
.outLightBox .closeLightBoxBtn::before {
  transform: rotate(45deg);
}
.outLightBox .closeLightBoxBtn::after {
  transform: rotate(-45deg);
}
.outLightBox .overLayer {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(204, 204, 204, 0.6);
}
.outLightBox .lightBox {
  width: 90vw;
  max-width: 1200px;
  position: relative;
  background: #fff;
  z-index: 51;
  padding: 50px 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 0;
  margin: 20px;
}
@media screen and (max-width: 991px) {
  .outLightBox .lightBox {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .outLightBox .lightBox {
    padding: 30px 30px;
  }
}
.outLightBox .lightBox img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.outLightBox .lightBox .content {
  height: 100%;
  max-height: 60vh;
  line-height: 1.4;
  padding: 0 10px 0 0;
  overflow: auto;
  scrollbar-color: #2461ad rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.outLightBox .lightBox .content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.outLightBox .lightBox .content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2461ad;
}
.outLightBox .lightBox .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.outLightBox .lightBox .box {
  min-width: 1000px;
}/*# sourceMappingURL=style.css.map */