@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

select,
input,
textarea {
  font-family: Arial, "微軟正黑體", "Apple LiGothic", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  line-height: 1.6;
}

textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
  resize: vertical;
  background: #f5f5f5;
}

select,
input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #333;
  background: #f5f5f5;
}

input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px;
}

select {
  width: 100%;
  /*! 隱藏既有下拉箭頭 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /*! 美化下拉選單 */
  background: url("../images/arrow03.svg") center right 8px no-repeat, #fff;
  background-size: 10px auto;
  box-sizing: border-box;
  border: 1px solid #eee;
}

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

.flex_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.flex_row > * {
  margin: 5px !important;
}

@media (min-width: 769px) {
  .flex_row .col-1 {
    width: calc(8.3333333333% - 10px);
  }
  .flex_row .col-2 {
    width: calc(9.0909090909% - 10px);
  }
  .flex_row .col-3 {
    width: calc(10% - 10px);
  }
  .flex_row .col-4 {
    width: calc(11.1111111111% - 10px);
  }
  .flex_row .col-5 {
    width: calc(12.5% - 10px);
  }
  .flex_row .col-6 {
    width: calc(14.2857142857% - 10px);
  }
  .flex_row .col-7 {
    width: calc(16.6666666667% - 10px);
  }
  .flex_row .col-8 {
    width: calc(20% - 10px);
  }
  .flex_row .col-9 {
    width: calc(25% - 10px);
  }
  .flex_row .col-10 {
    width: calc(33.3333333333% - 10px);
  }
  .flex_row .col-11 {
    width: calc(50% - 10px);
  }
  .flex_row .col-12 {
    width: calc(100% - 10px);
  }
}
a {
  text-decoration: none;
  color: #666;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1 {
  font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
}
h1 span {
  color: #287dd5;
}
h1.h1_hr {
  padding-bottom: 50px;
  background: url(../images/h1_hr.png) no-repeat bottom center;
}

.red {
  color: #f00;
}

.WA-Btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.WA-Btn a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: #888;
  padding: 10px 110px 10px 50px;
  position: relative;
  transition: all 0.6s;
  z-index: 1;
}
.WA-Btn a::before {
  content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../images/btn_a.svg) no-repeat center;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.WA-Btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  transition: all 0.5s;
}
.WA-Btn a:hover::before {
  transform: translateY(-50%) translateX(10px);
}
.WA-Btn a:hover::after {
  width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: flex; /*使物件依序排列*/
  flex-direction: column; /*使物件垂直排列*/
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-family: Arial, "微軟正黑體", "Apple LiGothic", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  word-break: break-word;
  color: #333;
  background: url(../images/bg.jpg);
}
body.Fixd {
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  flex-grow: 1; /*可佔滿垂直剩餘的空間*/
  position: relative;
}

header {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  transition: all 0.3s;
}
header.sticky {
  height: 80px;
}
header.sticky .logo {
  height: 60px;
}
header.sticky .menu > li > a ~ ul {
  top: 80px;
}
header .logo {
  width: 20%;
  max-width: 240px;
  height: 90px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: contain;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}

.menuBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu {
  width: 50%;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu > li {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.menu > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.menu > li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  font-size: 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.menu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  bottom: 0;
  background: #f7b52c;
  transition: all 0.3s;
}
.menu > li > a:hover::before {
  width: 100%;
}

.menu > li > a ~ ul {
  width: 220px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-top: 2px solid #f7b52c;
  background: #000;
  z-index: 9;
  transition: all 0.5s;
}
.menu > li > a ~ ul li {
  border-bottom: 1px solid #333;
}
.menu > li > a ~ ul a {
  font-size: 1rem;
}
.menu > li > a ~ ul a:hover {
  background: #333;
}
.menu > li:hover > a ~ ul {
  display: block;
}

.LangBtn {
  position: relative;
}
.LangBtn .Language {
  width: 160px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 0 30px;
  border-radius: 50px;
  box-sizing: border-box;
}
.LangBtn .Language img {
  margin-right: 8px;
}
.LangBtn .LangList {
  width: 150px;
  display: none;
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  background: #000;
  z-index: 9;
  transition: all 0.5s;
  border-radius: 10px;
  padding: 15px 0;
}
.LangBtn .LangList::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 0px;
  height: 0;
  border: 8px solid #f7b52c;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
}
.LangBtn .LangList li {
  border-bottom: 1px solid #333;
}
.LangBtn .LangList a {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding: 10px;
}
.LangBtn .LangList a:hover {
  background: #333;
}
.LangBtn:hover .Language {
  background: #333;
  border: 1px solid #f7b52c;
}
.LangBtn:hover .Language ~ .LangList {
  display: block;
}

.menuBtn {
  display: none;
  z-index: 999;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #287dd5;
}
.menuBtn i {
  display: none;
}
.menuBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 6px 0;
  border-radius: 2px;
  transition: transform 0.5s;
}
.menuBtn.open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menuBtn.open span {
  width: 60%;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 10px;
  opacity: 1;
}
.menuBtn.open span:nth-of-type(1) {
  transform: rotate(225deg);
}
.menuBtn.open span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.open span:last-child {
  margin: 0;
  transform: rotate(-225deg);
}
.menuBtn:hover {
  cursor: pointer;
}

.BN_Box {
  width: 100%;
  padding-left: 80px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: auto;
  left: 15px;
  width: 50px;
  height: 50px;
  background: url(../images/prev.png) no-repeat center;
}

.swiper-button-prev {
  bottom: 90px;
}

.swiper-button-next {
  bottom: 20px;
  transform: rotate(-180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-pagination {
  width: 10px;
  position: absolute;
  bottom: 150px;
  left: 35px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 20px;
  display: block;
  border-radius: 5px;
  margin: 15px 0;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f7b52c;
}

.pageBN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/pageBN01.jpg) no-repeat center;
  background-size: cover;
  height: 450px;
  padding: 120px 0 0;
  box-sizing: border-box;
  position: relative;
}
.pageBN .hr {
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  margin: 20px 0;
}
.pageBN .path {
  color: #fff;
}
.pageBN .path a {
  color: #fff;
}
.pageBN .path a:hover {
  color: #f7b52c;
}
.pageBN .path span {
  display: inline-block;
  margin: 0 10px;
}
.pageBN::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 20px solid #fff;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 1300px) {
  header {
    height: 90px;
  }
  header.sticky {
    height: 60px;
  }
  header.sticky .logo {
    height: 50px;
  }
  header.sticky .menu > li > a ~ ul {
    top: 60px;
  }
  header .logo {
    max-width: 200px;
    height: 70px;
    left: 50px;
  }
  .menu > li a {
    font-size: 1rem;
  }
  .menu > li > a ~ ul {
    width: 160px;
    top: 90px;
  }
  .LangBtn .Language {
    width: 140px;
    padding: 6px 10px;
    margin: 0 20px;
    font-size: 0.9rem;
  }
  .LangBtn .Language img {
    width: 20px;
  }
  .LangBtn .Language.Open {
    background: #333;
    border: 1px solid #f7b52c;
  }
  .LangBtn .LangList {
    width: 130px;
    top: 38px;
    padding: 10px 0;
  }
}
@media (max-width: 900px) {
  header {
    height: 60px;
  }
  header .logo {
    width: 30%;
    height: 50px;
    left: 30px;
  }
  .menuBtn {
    display: block;
  }
  .menuBox {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: black;
    padding: 20px 20px 80px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .menu {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu > li:last-child {
    border-right: none;
  }
  .menu > li a {
    height: initial;
    padding: 15px;
  }
  .menu > li > a ~ ul {
    width: 100%;
    height: auto;
    display: initial;
    position: static;
    transform: initial;
    background: #1d1d1d;
    transition: none;
  }
  .menu > li > a ~ ul li {
    border-bottom: 1px solid #333;
  }
  .menu > li > a ~ ul a:hover {
    background: #333;
  }
  .menu > li:hover > a ~ ul {
    display: block;
  }
  .LangBtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .LangBtn .Language {
    margin: 20px 20px 0;
    background: #333;
    border: 1px solid #f7b52c;
  }
  .LangBtn:hover .Language ~ .LangList {
    display: flex;
  }
  .LangBtn .LangList {
    width: 100%;
    max-width: 500px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    background: #222;
    transform: none;
    margin-top: 7px;
  }
  .LangBtn .LangList::before {
    top: -15px;
  }
  .LangBtn .LangList::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.2);
  }
  .LangBtn .LangList > div {
    width: calc(50% - 10px);
    margin: 0 10px;
  }
  .LangBtn .LangList a {
    border-radius: 10px;
    padding: 10px;
  }
  .BN_Box {
    padding: 60px 0 0;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    width: 3px;
    bottom: 10px;
    left: 10px;
  }
  .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
    margin: 5px 0;
  }
  .pageBN {
    height: 300px;
    padding: 60px 0 0;
  }
}
@media (max-width: 600px) {
  .pageBN {
    height: 250px;
  }
  .pageBN .path {
    font-size: 0.9rem;
  }
  .pageBN img {
    height: 40px;
  }
}
h2 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
}

.aboutArea {
  background: url(../images/bg2.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
}
.aboutArea::before {
  content: "";
  width: 95%;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.aboutText {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 10% 50px 15%;
  text-align: center;
  box-sizing: border-box;
}
.aboutText p {
  font-size: 1.25rem;
  margin-bottom: 60px;
}

.themeArea {
  width: 94%;
  max-width: 1520px;
  margin: 100px auto;
}

.themeList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.themeList .items {
  width: calc(33.3333333333% - 40px);
  margin: 20px;
  position: relative;
  z-index: 1;
  padding: 5px 0 10px;
  display: block;
  transition: all 0.3s;
}
.themeList .items::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 0px;
  z-index: -1;
  width: 94%;
  height: 100%;
  background: linear-gradient(45deg, #6e6e6e 50%, #666 51%);
  border-radius: 10px;
}
.themeList .items .pic {
  border: 1px solid #eee;
}
.themeList .items .pic img {
  width: 100%;
  vertical-align: top;
}
.themeList .items h2 {
  color: #f7b52c;
  font-weight: bold;
  padding: 0 6%;
  margin-top: 5px;
  background: url(../images/btn_icon1.png) no-repeat right 6% center;
}
.themeList .items p {
  padding: 0 6%;
  color: #fff;
}
.themeList .items:hover {
  transform: translateY(-1%);
}

.Area03 {
  background: url(../images/bg03.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.addBox {
  width: 94%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}

.addLogo {
  width: 50%;
  max-width: 250px;
  margin: 0 auto 50px;
}

.addList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.addList > div {
  width: calc(33.3333333333% - 40px);
  margin: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.addList > div:first-child h2 {
  font-size: 1.375rem;
}
.addList h2 {
  font-size: 1.25rem;
  color: #f7b52c;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.addList h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 1px;
  background: #f7b52c;
}
.addList p {
  color: #fff;
  display: flex;
}
.addList p span {
  white-space: nowrap;
  margin-right: 5px;
}

@media (min-width: 1920px) {
  .aboutText {
    padding: 200px 50px 300px;
  }
}
@media (max-width: 900px) {
  .aboutArea {
    background: url(../images/bg2.png) no-repeat bottom;
    background-size: 160%;
  }
  .aboutArea::before {
    height: 30px;
  }
  .aboutText p {
    font-size: 1rem;
  }
  .themeList .items {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .addList > div {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  .aboutText {
    padding: 100px 50px 130px;
    text-align: center;
    box-sizing: border-box;
  }
  .themeList {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .themeList .items {
    width: 100%;
    margin: 0 0 20px;
  }
  .addList > div {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}
.gotop {
  width: 30px;
  height: 90px;
  position: absolute;
  right: 70px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 9;
}
.gotop span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/TOP.png) no-repeat center;
}

footer {
  background: #287dd5;
  text-align: center;
  padding: 20px 10px;
}
footer p {
  color: #fff;
  margin: 0;
  font-size: 1.025rem;
}
footer a {
  color: #0069a7;
  font-size: 0.8rem;
}
footer a:hover {
  color: #005485;
}

@media (max-width: 1600px) {
  .gotop {
    width: 25px;
    height: 80px;
    right: 20px;
  }
  .gotop span {
    background: url(../images/TOP.png) no-repeat center;
    background-size: 25px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 2.25rem;
  }
  h1 span {
    color: #287dd5;
  }
  h1.h1_hr {
    padding-bottom: 40px;
    background: url(../images/h1_hr.png) no-repeat bottom center;
  }
}
@media (max-width: 600px) {
  footer p {
    font-size: 0.9rem;
  }
  footer a {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=layout.css.map */