@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap");

@font-face {
  font-family: 'NotoSansTC';
  src: url('./fonts/new_fonts/NotoSerifTC-Regular.woff2') format('woff2'),
}

p{
  font-family: 'NotoSansTC';
}
span{
  font-family: 'NotoSansTC' !important;
  font-weight: 400;
}


/* ----------------------------------------------------------------------------------------

	reset

---------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, a:active {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.flex{
  background-color: #737f94;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

html.no-postmessage button, html.no-postmessage input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

*::-moz-placeholder {
  color: #222;
  opacity: 1;
}

:placeholder-shown {
  color: #222;
  opacity: 1;
}

/* Resetting default margin and padding
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

.logo{
  width: 15%;
}

@media(max-width:1025px){
  .logo{
    width: 65%;
  }
}
@media(max-width:911px){
  .logo{
    width: 65%;
  }
}
@media(max-width:767px){
  .logo{
    width: 100%;
  }
}

ul {
  list-style: none;
  list-style-image: none;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-family: inherit;
}

object {
  vertical-align: middle;
  outline: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  display: none;
}

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0;
}

html.no-postmessage div {
  zoom: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* * {
  font-family: 'Inter', YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
} */

* {
  font-family: 'Doll';
}

html, body {
  overflow-x: hidden;
}

@media screen and (min-width: 768.1px) {
  .sp {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) {
  .brpc {
    display: inline;
  }
  .brsp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .brpc {
    display: none;
  }
  .brsp {
    display: inline;
  }
}

@-webkit-keyframes toRightFromLeft {
  9% {
    -webkit-transform: translate(100%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  11% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0%);
  }
}

@keyframes toRightFromLeft {
  9% {
    -webkit-transform: translate(100%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  11% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0%);
  }
}

/* common*/
.container {
  width: 100%;
  /* background-image: url(../images/common/bodyBg.png); */
}

.container_inner {
  margin: 0 auto;
  width: 1200px;
}

@media screen and (min-width: 768.1px) and (max-width: 1300px) {
  .container_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container_inner {
    width: 100%;
  }
}

.tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

/* globalMenu */
.header_wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  padding-bottom: 10px;
  background:	#D0D0D0;
}


.header_content_sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  .header_content_sp {
    display: inline-block;
    margin-right: 2%;
  }
}

@media screen and (max-width: 911px) {
  .header_content_sp {
    display: inline-block;
    margin-right: 0;
  }
}


.header_logo,
#menu-contents .header_logo {
  margin-left: 5%;
}

.logo-con{
  width: 60%;
}

@media screen and (max-width: 911px) {
  .header_logo,
  #menu-contents .header_logo {
    width: 28%;
    margin-left: 0%;
    /* margin-top: 14px; */
  }
  .logo-con{
    width: 100% !important;
  }
  .sitemap_wrap{
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .header_logo,
  #menu-contents .header_logo {
    display: block;
    width: 50%;
    margin-left: 0%;
    /* margin-top: 5px; */
  }
  .logo-con{
    width: 100% !important;
  }
  header #menu{
    width: 30px !important;
    margin-top: 10px !important;
  }
  .header_wrap::before{
    width: 65px !important;
  }
  .sitemap_wrap{
    margin-top: 0px;
  }
}


/* @media screen and (max-width: 768px) {
  .header_logo,
  #menu-contents .header_logo {
    width: 50%;
    margin-top: 14px;
    margin-left: 22px;
  }
  .header_wrap{
    padding-bottom: 10px;
  }
} */

.header_logo:hover{
  -webkit-filter: drop-shadow(8px 8px 8px rgba(255, 255, 255, 100%));
}


#menu-contents .header_logo {
  position: absolute;
  top: 0px;
}

.header_content_pc {
  margin-top: 20px;
  margin-right: 30px;
}

.header_content_pc .globalMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
}


.header_content_pc .globalMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.header_content_pc .globalMenu ul li {
  line-height: 1;
  margin-right: 58px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768.1px) and (max-width: 980px) {
  .header_content_pc .globalMenu ul li {
    margin-right: 24px;
  }
}

.header_content_pc .globalMenu ul li a {
  -webkit-transition: .3s;
  transition: .3s;
  color: black;
  position: relative;
  display: block;
  text-decoration: none;
}

.header_content_pc .globalMenu ul li a::after {
  position: absolute;
  top: -18px;
  left: 0;
  content: '';
  width: 12px;
  height: 2px;
  background: black;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header_content_pc .globalMenu ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* .header_content_pc .globalMenu ul li .EN {
  font-size: 20px;
  font-weight: 600;
} */

.header_content_pc .globalMenu ul li .Chinese {
  font-size: 25px;
  font-weight: 600;
}

@media(max-width:1025px){
  .header_content_pc .globalMenu ul li .Chinese{
    font-size: 20px;
  }
}

.header_content_pc .globalMenu #gmenuContact {
  width: 144px;
}

.header_content_pc .globalMenu #gmenuContact a {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-decoration: none;
  color: black;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_content_pc .globalMenu #gmenuContact a:hover {
  background-color: floralwhite;
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}

.header_content_pc .globalMenu #gmenuContact .EN {
  font-size: 14px;
  font-weight: 700;
}

.header_content_pc .globalMenu.colorchange ul li a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #353c43;
}

.header_content_pc .globalMenu.colorchange ul li a::after {
  background: #353c43;
}

.header_content_pc .globalMenu.colorchange ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* @media screen and (max-width: 768px) {
  .header_content_pc {
    display: none;
  }
} */

#home .header_content_pc .globalMenu ul li#gmenuHome a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#business .header_content_pc .globalMenu ul li#gmenuBusiness a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#company .header_content_pc .globalMenu ul li#gmenuCompany a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#news .header_content_pc .globalMenu ul li#gmenuNews a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#recruit .header_content_pc .globalMenu ul li#gmenuRecruit a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1025px) {
  .header_content_pc {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header_content_pc {
    display: none;
  }
}




header #menu {
  width: 38px;
  position: relative;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: color 0.5s cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
  margin-top: 20px;
  margin-right: 20px;
}

header:not(.active) #menu.color-c {
  color: #393d43;
}

header #menu .menu-icon {
  width: 100%;
  height: 22px;
  position: relative;
}

header #menu .menu-icon:before,
header #menu .menu-icon:after,
header #menu .menu-icon span {
  width: 100%;
  height: 2px;
  background:black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-property: background, width, -webkit-transform;
  transition-property: background, width, -webkit-transform;
  transition-property: background, width, transform;
  transition-property: background, width, transform, -webkit-transform;
}

header:not(.active) #menu.color-c .menu-icon:before,
header:not(.active) #menu.color-c .menu-icon:after,
header:not(.active) #menu.color-c .menu-icon span {
  background: #393d43;
}

header #menu .menu-icon:before,
header #menu .menu-icon:after {
  content: "";
}

header #menu .menu-icon:before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

header #menu .menu-icon:after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

header.active #menu .menu-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header.active #menu .menu-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header.active #menu .menu-icon span {
  width: 0;
}

header #menu-contents {
  width: 100%;
}

#menu-contents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0 160px;
  /* background-color: rgb(249, 245, 242); */
  background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  overflow-y: auto;
}

header.active #menu-contents {
  opacity: 1;
  pointer-events: auto;
}

#menu-contents .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #menu-contents .contents_inner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#menu-contents .footer_social {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#menu-contents .sitemap_wrap .sitemapList {
  width: 100%;
}

#menu-contents .sitemap_wrap .sitemapList p {
  font-size: 22px;
  font-weight: bold;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList p {
    font-size: 22px;
    font-weight: normal;
    padding-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 9vw;
    border-bottom: 1px solid #8892a4;
  }
}

#menu-contents .sitemap_wrap .sitemapList p a {
  color: black;
  text-decoration: none;
  position: relative;
}

#menu-contents .sitemap_wrap .sitemapList p a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: -12px;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList p a::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
  }
}

#menu-contents .sitemap_wrap .sitemapList ul li {
  font-size: 14px;
  padding-top: 18px;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList ul li {
    width: 50%;
    font-size: 20px;
    padding-left: 9vw;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #8892a4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList ul li:nth-child(even) {
    padding-left: 4vw;
  }
}

#menu-contents .sitemap_wrap .sitemapList ul li a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList .footerContact {
    width: 89.333%;
    margin: 30px auto 0;
  }
}

#menu-contents .sitemap_wrap .sitemapList .footerContact a {
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  background-color: #8894a8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  #menu-contents .sitemap_wrap .sitemapList .footerContact a {
    font-size: 17px;
  }
}

#menu-contents .sitemap_wrap .sitemapList .footerContact a:hover {
  opacity: 1;
  background-color: #000000;
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}

#sitemapList1_header {
  border-top: 1px solid #8892a4;
}

/* footer */
footer {
  
  padding: 95px 60px 80px;
  /* background-color: #FFCEC7; */
  background: #C9CCD3;
 background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%);
 background-blend-mode: lighten;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding: 0 0 45px;
  }
}

.footer-content{
  text-align: center;
}

footer .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .contents_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

footer .rowR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  footer .rowR {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .contents_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  footer .contents_top {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  footer .contents_top {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

footer a:hover {
  opacity: .7;
}

.footer-logo{
  width: 60%;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-logo{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sitemap_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sitemap_wrap .sitemapList {
  width: 100%;
  position: relative;
}

.sitemap_wrap .sitemapList:last-child {
  -ms-flex-preferred-size: 174px;
      flex-basis: 174px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sitemap_wrap .sitemapList p {
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList p {
    font-size: 22px;
    font-weight: normal;
    padding-left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 9vw;
    border-bottom: 1px solid #8892a4;
  }
}

.sitemap_wrap .sitemapList p.active {
  background-image: url(../images/common/icon_close.svg);
  background-position: right 5vw center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.sitemap_wrap .sitemapList p a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 1));
}

@media(max-width:767px){
  .sitemap_wrap .sitemapList p a {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
  }
}

.sitemap_wrap .sitemapList p a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: -12px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList p a::before {
    display: none;
  }
}

.sitemap_wrap .sitemapList .toggle_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList .toggle_btn {
    display: block;
  }
}

.sitemap_wrap .sitemapList .toggle_btn span {
  position: absolute;
  top: 14px;
  right: 5vw;
  content: "";
  padding: 18px;
  background-image: url(../images/common/icon_open-new.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.sitemap_wrap .sitemapList .toggle_btn.active span {
  background-image: url(../images/common/icon_close.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sitemap_wrap .sitemapList ul li {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-top: 18px;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList ul li {
    width: 50%;
    font-size: 20px;
    padding-left: 9vw;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #8892a4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList ul li:nth-child(even) {
    padding-left: 4vw;
  }
}

.sitemap_wrap .sitemapList ul li a {
  color: #FFF;
  text-decoration: none;
  -webkit-filter: drop-shadow(3px 3px 3px rgb(0,0,0,1));
}

@media(max-width:767px){
  .sitemap_wrap .sitemapList ul li a {
    -webkit-filter: drop-shadow(1px 1px 1px rgb(0,0,0,1));
  }
}

.sitemap_wrap .sitemapList .footerContact {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList .footerContact {
    width: 89.333%;
    margin: 30px auto 0;
  }
}

.sitemap_wrap .sitemapList .footerContact a {
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  background-color: #8894a8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .sitemap_wrap .sitemapList .footerContact a {
    font-size: 17px;
  }
}

.sitemap_wrap .sitemapList .footerContact a:hover {
  opacity: 1;
  background-color: #000000;
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}

#sitemapList4 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #sitemapList4 {
    margin-top: 0;
  }
}

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

.wrap01 {
  width: 360px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .wrap01 {
    width: 100%;
  }
}

.wrap02 {
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  .wrap02 {
    padding: 0 20px 0 0;
    width: 740px;
  }
}

@media screen and (max-width: 768px) {
  .wrap02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer_access {
    text-align: center;
  }
}

.footer_access .inner {
  display: inline-block;
  text-align: left;
}

.access_wrap {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .access_wrap {
    text-align: center;
    margin-top: 30px;
  }
}

.access_wrap p,
.access_wrap .tel_map {
  color: #FFF;
  font-size: 20px;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .access_wrap p,
  .access_wrap .tel_map {
    font-size: 18px;
    text-align: left;
  }
}

.access_wrap p a,
.access_wrap .tel_map a {
  color: #FFF;
  padding-left: 16px;
  text-decoration: none;
  background-image: url(../images/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  background-position: left center;  
  -webkit-filter: drop-shadow(3px 3px 3px rgb(0,0,0,1));
}

@media screen and (max-width: 768px) {
  .access_wrap .tel_map {
    text-align: left;
  }
}

.access_wrap .tel_map .tel {
  display: block;
}

@media screen and (max-width: 768px) {
  .access_wrap .tel_map .tel {
    display: inline;
  }
}

.access_wrap .tel_map .map {
  margin-top: 6px;
  display: block;
}

@media screen and (max-width: 768px) {
  .access_wrap .tel_map .map {
    display: inline;
    margin-top: 0px;
    padding-left: 1em;
  }
}

.access_wrap + .access_wrap {
  margin-top: 20px;
}

.footer_social {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer_social {
    padding-top: 47px;
  }
}

.footer_social p {
  font-size: 13px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .footer_social p {
    font-size: 11px;
  }
}

.footer_social .facebook {
  margin-left: 17px;
}

.footer_social .facebook a {
  padding: 10px 21px;
  border: #FFF;
  border-radius: 21px;
  line-height: 0;
  border: 1px solid #FFF;
  text-decoration: none;
  background-image: url(../images/common/footer/icon_facebook.svg);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .footer_social .facebook a {
    padding: 16px 26px;
    border: #FFF;
    border-radius: 26px;
    line-height: 0;
    border: 1px solid #FFF;
    text-decoration: none;
    background-image: url(../images/common/footer/icon_facebook.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: center center;
  }
}

.footer_social .instagram {
  margin-left: 9px;
}

@media screen and (max-width: 768px) {
  .footer_social .instagram {
    margin-right: 4em;
  }
}

.footer_social .instagram a {
  padding: 10px 21px;
  border: #FFF;
  border-radius: 21px;
  line-height: 0;
  border: 1px solid #FFF;
  text-decoration: none;
  background-image: url(../images/common/footer/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .footer_social .instagram a {
    padding: 16px 26px;
    border: #FFF;
    border-radius: 26px;
    line-height: 0;
    border: 1px solid #FFF;
    text-decoration: none;
    background-image: url(../images/common/footer/icon_instagram.svg);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center center;
  }
}

.footer_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer_end {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.footer_nav {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .footer_nav {
    width: 100%;
    display: block;
  }
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.footer_nav ul li{
  font-family: 'GenRyuMin';
}

.footer_nav ul li a{
  font-family: 'GenRyuMin';
  -webkit-filter: drop-shadow(3px 3px 3px rgb(0,0,0,1));
}


@media screen and (max-width: 768px) {
  .footer_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_nav ul li {
  font-size: 16px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer_nav ul li {
    font-size: 16px;
  }
}

.footer_nav ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_nav ul li:first-child {
  padding: 0 10px;
}

.footer_nav ul li:last-child {
  padding: 0 10px;
}

.footer_nav ul li a {
  color: #FFF;
  text-decoration: none;
}

.footer_copy {
  margin-top: 40px;
  font-size: 16px;
  color: black;
  font-family: 'GenRyuMin';
}

@media screen and (max-width: 768px) {
  .footer_copy {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.footer_social {
    display: none;
}


@media(max-width:1025px){
  .header_content_pc{
    /* margin-top: 0px; */
    margin-right: 15px;
  }
  .header_content_pc .globalMenu ul li{
    margin-right: 30px;
  }
}

a{
  text-decoration: none !important;
}

p{
  margin-bottom: 0 !important;
}

.footer-title{
  font-size: 40px;
  background: -webkit-linear-gradient(top,#e3e9ee 0,#12bfea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}



.float-btn .float-set {
  position: fixed;
  right: 0;
  bottom: 16px;
  width: 65px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.float-btn .float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55px;
  height: 55px;
  position: relative;
  margin-top: 3px;
}

.float-btn .float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.float-btn .float-set .float-item .float-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 37, 64, 0.7);
  border-radius: 10px;
  margin-top: 6px;
  position: relative;
}

.float-btn .float-set .float-item .float-arrow::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.float-btn .float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 576px) {
  .float-btn .float-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(208, 90, 110, 0.9);
  }
  .float-btn .float-set .float-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin: 0 12px;
  }
  .float-btn .float-set .float-item .float-arrow {
    margin-top: 0;
  }
  .float-btn .float-set .float-item img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*# sourceMappingURL=common.css.map */