@charset "UTF-8";
/*jp*/
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 300;
  src: url("/ch/common/font/NotoSansTC-Light.woff2");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 400;
  src: url("/ch/common/font/NotoSansTC-Regular.woff2");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 500;
  src: url("/ch/common/font/NotoSansTC-Medium.woff2");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 700;
  src: url("/ch/common/font/NotoSansTC-Bold.woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-weight: 400;
  src: url("/ch/common/font/NotoSerifTC-Regular.woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-weight: 500;
  src: url("/ch/common/font/NotoSerifTC-Medium.woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-weight: 600;
  src: url("/ch/common/font/NotoSerifTC-SemiBold.woff2");
}
/*en*/
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("/ch/common/font/NotoSans-Regular.woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("/ch/common/font/NotoSans-Medium.woff2");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("/ch/common/font/NotoSans-Bold.woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 100;
  src: url("/ch/common/font/NotoSerif-Thin.woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("/ch/common/font/NotoSerif-Regular.woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("/ch/common/font/NotoSerif-Medium.woff2");
}
/**/
/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
@media screen and (min-width: 769px) {
  html {
    font-size: 0.834vw;
  }
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

img {
  vertical-align: bottom;
}

img,
svg {
  width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a {
  text-decoration: none;
  color: inherit;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

@media screen and (min-width: 769px) {
  .spv {
    display: none !important;
  }
}

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

header {
  background-color: #fff;
  position: fixed;
  z-index: 100000;
  -webkit-transition: ease-in-out 0.9s all;
  transition: ease-in-out 0.9s all;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  header {
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 12rem;
    overflow: hidden;
  }
}
#head_logo.active + header {
  background-color: #f1f1f1;
}
#head_logo.active + header::before {
  display: none;
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

header:hover.hide {
  opacity: 1;
  pointer-events: auto;
}

header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  z-index: 90020;
}

#head_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  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;
}
@media screen and (min-width: 769px) {
  #head_logo {
    width: 28rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  #head_logo {
    width: 37rem;
    height: 12rem;
  }
}

#head_logo.hide {
  opacity: 0;
  pointer-events: none;
}

#head_logo.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#head_logo a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #head_logo a {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #head_logo a {
    width: 31rem;
  }
}

#head_logo a {
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #head_logo a:hover {
    opacity: 0.6;
  }
}
.nav_btn {
  display: block;
  position: fixed;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .nav_btn {
    top: 1.5rem;
    right: 1.5rem;
    width: 6rem;
    height: 6rem;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: #c0c0c0 1px solid !important;
    border-radius: 50%;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn {
    top: 2rem;
    right: 2rem;
    width: 8rem;
    height: 8rem;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: #c0c0c0 1px solid !important;
    border-radius: 50%;
  }
}

.nav_btn.hide {
  opacity: 0;
  pointer-events: none;
}

.nav_btn.closebg {
  border: #333333 1px solid !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media screen and (min-width: 769px) {
  .nav_btn:hover {
    opacity: 0.6;
  }
}
.nav_btn > span {
  display: block;
  position: absolute;
  margin: 0;
  background: #333333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .nav_btn > span {
    top: 2.8rem;
    left: 2.1rem;
    width: 1.6rem;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span {
    top: 3.8rem;
    left: 2.9rem;
    width: 2rem;
    height: 0.2rem;
  }
}

.nav_btn > span::before,
.nav_btn > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .nav_btn > span::before,
  .nav_btn > span::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::before,
  .nav_btn > span::after {
    height: 1px;
  }
}

@media screen and (min-width: 769px) {
  .nav_btn > span::before {
    width: 1.6rem;
    margin-top: -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::before {
    width: 2rem;
    margin-top: -0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .nav_btn > span::after {
    width: 1.6rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::after {
    width: 2rem;
    margin-top: 0.8rem;
  }
}

.nav_btn .close {
  background: transparent !important;
}

.nav_btn .close::before, .nav_btn .close::after {
  margin-top: 0;
}

.nav_btn .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #333333 !important;
}

.nav_btn .close::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #333333 !important;
}

#header_nav_top {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header_nav_top {
    top: 1.5rem;
    right: 11rem;
    max-width: 110rem;
    min-height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 100000;
  }
}
@media screen and (max-width: 768px) {
  #header_nav_top {
    display: none;
  }
}

#header_nav_top > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1.3rem;
  min-height: 1.2rem;
  font-weight: 500;
  line-height: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

header #header_nav_top > li.language_index > a {
  position: relative;
  display: block;
  cursor: pointer;
  height: 1.5rem;
  padding-right: 1.8rem;
}

header #header_nav_top > li.language_index > a .arrow {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 0.8rem;
  height: 1.2rem;
  display: block;
}

header #header_nav_top > li.language_index > a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.2rem;
  left: 0;
  -webkit-transition: ease 0.6s all;
  transition: ease 0.6s all;
  background: url("../img/language_arrow.svg") center center no-repeat;
  background-size: 0.8rem auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header #header_nav_top > li.language_index:hover .arrow::before {
  top: 0rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#header_nav_top li a {
  position: relative;
  height: 1.2rem;
  text-align: center;
  color: #333333;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #header_nav_top > li:hover > a {
    opacity: 0.6;
  }
}
#header_nav_top > li p {
  position: relative;
  padding-right: 0.6rem;
  margin-right: 0.6rem;
}

#header_nav_top > li p::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: #8b8b8b;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: ease 0.6s all;
  transition: ease 0.6s all;
}

#header_nav_top > li#prime {
  color: #8b8b8b;
}

#header_nav {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header_nav {
    top: 5rem;
    right: 11rem;
    max-width: 110rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #header_nav {
    display: none;
  }
}

#header_nav > li {
  position: relative;
  padding: 0 1.3rem;
}

#header_nav > li#li_recruit {
  padding: 0 2.6rem 0 1.3rem !important;
}

#search_btn {
  position: relative;
  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;
}

#search_btn a {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  background: url("../img/icon_search_k.svg") center center no-repeat;
  background-size: 2rem auto;
}

#search_btn.close a {
  background: url("../img/icon_close_k.svg") center center no-repeat;
  background-size: 1.4rem auto;
}

#search_btn a {
  /*transition:ease-out 0.6s all;*/
  -webkit-transition: ease 0s all;
  transition: ease 0s all;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #search_btn a:hover {
    opacity: 0.6;
  }
}
header #header_nav > li.language_index > a {
  cursor: pointer;
}

#search_btn::after {
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #c0c0c0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.1rem;
  -webkit-transition: ease 0.6s all;
  transition: ease 0.6s all;
}

#header_nav > li.language_index > a,
#header_nav > li.category_top > a,
#header_nav > li.category_index > a,
#header_nav > li.contact_index > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 4rem;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  line-height: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #header_nav > li:hover > a {
    color: #0068b2;
  }
}
.mdv {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1499px) {
  /*
  #header_nav>li{
  	padding: 0 divceil(13, 10, rem) !important;
  }
  */
  .mdv {
    display: block;
  }
}
/*
@media screen and (max-width: 1499px) {
#header_nav>li{
	padding: 0 divceil(15, 10, rem) !important;
}
#header_nav>li.language_index>a,
#header_nav>li.category_top>a,
#header_nav>li.category_index>a,
#header_nav>li.contact_index>a{
	@include tbmag(14, 15, pc);
}	
}
@media screen and (max-width: 1369px) {
#header_nav>li{
	padding: 0 divceil(10, 10, rem) !important;
}
#header_nav>li.language_index>a,
#header_nav>li.category_top>a,
#header_nav>li.category_index>a,
#header_nav>li.contact_index>a{
	@include tbmag(13, 15, pc);
}
}
@media screen and (max-width: 1299px) {
#header_nav>li{
	padding: 0 divceil(10, 10, rem) !important;
}
#header_nav>li.language_index>a,
#header_nav>li.category_top>a,
#header_nav>li.category_index>a,
#header_nav>li.contact_index>a{
	@include tbmag(11, 15, pc);
}	
}
*/
#header_nav > li.category_top::before,
#header_nav > li.category_index::before,
#header_nav > li.contact_index::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0068b2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: ease 0.6s all;
  transition: ease 0.6s all;
  z-index: 90030;
}

#header_nav > li.category_top:hover::before,
#header_nav > li.category_index:hover::before,
#header_nav > li.contact_index:hover::before {
  width: 100% !important;
}

#header_nav > li dl {
  position: fixed;
  width: 100%;
  top: 9rem;
  left: 0;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: ease-out 0.4s height;
  transition: ease-out 0.4s height;
  max-height: calc(100% - 90px);
  overflow: hidden;
}
#header_nav > li dl::before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 9rem;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
#header_nav > li dl.ready {
  opacity: 1;
}

#header_nav > li.hover dl::before {
  opacity: 1;
}

#header_nav > li:not(.hover) dl {
  height: 0 !important;
  -webkit-transition: none;
  transition: none;
}

#header_nav > li dl > div {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 32.5rem 87.5rem;
  position: relative;
  background: #fff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#header_nav > li dl > div > dt {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 2rem 3rem 0;
  text-align: right;
}
#header_nav > li dl > div > dt > a {
  position: relative;
  display: inline-block;
  height: 3rem;
  padding-right: 3.6rem;
  font-weight: 500;
  line-height: 1.667em;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #333333;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
}
#header_nav > li dl > div > dt > a p {
  text-align: right;
  white-space: nowrap;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
#header_nav > li dl > div > dt > a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
#header_nav > li dl > div > dt > a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url(../img/icon_arrow_w.svg) center center no-repeat;
  background-size: 0.64rem auto;
  -webkit-transform: translateX(0.1rem);
          transform: translateX(0.1rem);
}
@media screen and (min-width: 769px) {
  #header_nav > li dl > div > dt > a:hover p {
    opacity: 0.6;
  }
}
#header_nav > li dl > div > dd:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #f7f7f7;
}
#header_nav > li dl > div > dd:nth-of-type(2) {
  grid-column: 1/3;
  position: relative;
  background: #fff;
}
#header_nav > li dl > div > dd:nth-of-type(2)::before {
  content: "";
  position: absolute;
  border-top: 1px solid #ebebea;
  width: 100vw;
  left: 50%;
  top: 0;
  translate: -50% 0;
  pointer-events: none;
}
#header_nav > li dl > div > dd:nth-of-type(2) > a {
  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;
  -webkit-column-gap: 0.1em;
     -moz-column-gap: 0.1em;
          column-gap: 0.1em;
  width: 100%;
  height: 100%;
  line-height: 1.847em;
  font-size: 1.3rem;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  cursor: pointer;
}
#header_nav > li dl > div > dd:nth-of-type(2) > a > strong {
  font-size: 1.231em;
}
@media screen and (min-width: 769px) {
  #header_nav > li dl > div > dd:nth-of-type(2) > a:hover {
    opacity: 0.6;
  }
}
header #header_nav > li dl dd .category_menu {
  width: 100%;
  padding: 2.5rem 0 2.5rem 3.5rem;
}

header #header_nav > li dl dd .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
header #header_nav > li dl dd .category_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 2rem;
}

header #header_nav > li dl dd .category_head {
  font-weight: 500;
  line-height: 1.286em;
  font-size: 1.4rem;
}
header #header_nav > li dl dd .category_head small {
  font-size: 0.715em;
}
header #header_nav > li dl dd .category_head[href] {
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header #header_nav > li dl dd .category_head[href]:hover {
    opacity: 0.6;
  }
}
header #header_nav > li dl dd p.category_head {
  color: #8b8b8b;
}

header #header_nav > li dl dd .category_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
header #header_nav > li dl dd .category_child > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid #dedddc;
  padding-left: 1.5rem;
}
header #header_nav > li dl dd .category_child > li .category_head + .category_head {
  margin-top: 1.4rem;
}
header #header_nav > li dl dd .category_child > li .category_head + .category_items {
  margin-top: 1.5rem;
}
header #header_nav > li dl dd .category_child > li .category_items + .category_item {
  margin-top: 2.5rem;
}
header #header_nav > li dl dd .category_child > li .category_item + .category_item {
  margin-top: 1.5rem;
}

header #header_nav > li dl dd .category_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header #header_nav > li dl dd .category_items .category_item + .category_item {
  margin-top: 1rem !important;
}
header #header_nav > li dl dd .category_items .category_item {
  font-weight: 400;
}

header #header_nav > li dl dd .category_item {
  font-weight: 500;
  line-height: 1.334em;
  font-size: 1.2rem;
}
header #header_nav > li dl dd .category_item:not([href]) {
  color: #8b8b8b;
}
header #header_nav > li dl dd .category_item[target=_blank]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_window_k.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.834em;
  margin-left: 0.417em;
}
header #header_nav > li dl dd .category_item[href] {
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header #header_nav > li dl dd .category_item[href]:hover {
    opacity: 0.6;
  }
}
header #header_nav > li dl dd .category_pickup {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #efefef;
  width: 26rem;
  margin-left: auto;
}
header #header_nav > li dl dd .category_pickup > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}
header #header_nav > li dl dd .category_pickup > a figure {
  aspect-ratio: 5/3;
  border-radius: 0.4rem;
  width: 20rem;
  overflow: hidden;
}
header #header_nav > li dl dd .category_pickup > a figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}
header #header_nav > li dl dd .category_pickup > a p {
  margin-top: 1rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 1.4rem;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}
@media screen and (min-width: 769px) {
  header #header_nav > li dl dd .category_pickup > a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  header #header_nav > li dl dd .category_pickup > a:hover p {
    opacity: 0.6;
  }
}

.gap_set a.link_none {
  color: #8b8b8b;
  pointer-events: none;
}

.language_index .language_box {
  position: absolute;
  width: auto;
  top: 1.6rem;
  left: 1.2rem;
  background: #f1f1f1;
  padding: 6rem 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease-out 0.4s all;
  transition: ease-out 0.4s all;
  padding: 3rem 2rem 0;
  z-index: 91000;
}

.language_index:hover {
  -webkit-transition: ease 0s all;
  transition: ease 0s all;
  height: 18rem;
}

.language_index:hover .language_box,
.language_index .language_box:hover {
  opacity: 1;
  pointer-events: auto;
}

.language_index .language_box a {
  position: relative;
  display: table;
  margin-bottom: 3rem;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #333333;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .language_index .language_box a:hover {
    opacity: 0.6;
  }
}
#header_search {
  position: fixed;
  z-index: 9000;
  width: 100vw;
  top: 9rem;
  left: 0;
  background: #f1f1f1;
  padding: 3.5rem 0;
  display: block;
  -webkit-transition: ease-out 0.4s all;
  transition: ease-out 0.4s all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  #header_search {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  #header_search {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

#header_search.active {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 769px) {
  #header_search.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  #header_search.active {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

#header_search.hide,
#header_search.hide.active {
  opacity: 0 !important;
  pointer-events: none !important;
}

#header_search div,
#header_search form {
  position: relative;
  width: 94rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header_search_input,
#header_search input {
  color: #333333;
  background-color: #fff;
  border: #fff 0.2rem solid;
  font-weight: 300;
  line-height: 3.125em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 80rem;
  height: 5rem;
  padding: 0 2rem;
  border-radius: 0.4rem;
}

#header_search_input:focus,
#header_search input:focus {
  color: #333333;
  border: #0068b2 2px solid;
  outline: 0;
}

/* Chrome */
#header_search ::-webkit-input-placeholder {
  color: #8E8E8E;
}

/* Firefox */
#header_search ::-moz-placeholder {
  color: #8E8E8E;
}

#header_search .placeholder {
  color: #8E8E8E;
}

#header_search_submit,
#header_search button {
  position: relative;
  width: 12rem;
  height: 5rem;
  border: 0;
  background: #0068b2 url("../img/icon_search_w.svg") center center no-repeat;
  background-size: 2.2rem auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0.4rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #header_search_submit:hover,
  #header_search button:hover {
    opacity: 0.6;
  }
}
/*g_nav*/
#global_sitemap {
  position: fixed;
  z-index: 99990;
  -webkit-transition: ease-in-out 0.9s all;
  transition: ease-in-out 0.9s all;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #f1f1f1;
  opacity: 0;
  pointer-events: none;
  overflow-x: none !important;
  overflow-y: auto;
  /*
  @include mq(sp) {
  transform: translateY(-30px);
  }
  */
}
@media screen and (min-width: 769px) {
  #global_sitemap {
    padding: 11rem 0 0;
  }
}

#global_sitemap.active {
  /*
  transform: translateY(0);
  */
  opacity: 1;
  pointer-events: auto;
}

#global_sitemap.resize {
  -webkit-transition: ease 0s all;
  transition: ease 0s all;
}

#global_sitemap .sitemap_inner::after {
  display: block;
  content: "";
  position: fixed !important;
  top: 0;
  left: 0;
  background: #f1f1f1;
  z-index: 99995;
}
@media screen and (min-width: 769px) {
  #global_sitemap .sitemap_inner::after {
    width: calc(100% - 20px);
    height: 9rem;
  }
}

#global_sitemap .sitemap_inner {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #global_sitemap .sitemap_inner {
    width: 100%;
    max-width: 120rem;
    padding: 0 4rem 6rem;
    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;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .sitemap_inner {
    width: 67rem;
    padding: 16rem 0 0;
  }
}

#global_sitemap #sitemap_nav {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#global_sitemap #sitemap_nav li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li {
    border-top: #DEDDDC 1px solid;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li > a {
    position: relative;
    display: block;
    -webkit-transition: ease-out 0.6s all;
    transition: ease-out 0.6s all;
    font-weight: 700;
    color: #333333;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 4rem 0;
  }
}

#global_sitemap #sitemap_nav li dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dt {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dt {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dt::before,
  #global_sitemap #sitemap_nav li dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.4rem;
    height: 1px;
    background: #333333;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dt::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dt.active::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*
.nav_btn>span::before,
.nav_btn>span::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	@include mq(pc) {
	width: divceil(20, 10, rem);
	height: 1px;
	}
	@include mq(sp) {
	width: divceil(30, 10, rem);
	height: 1px;
	}
	background: #fff;
	transition:.4s ease-in-out;
}transform: rotate(-45deg);
*/
#global_sitemap #sitemap_nav li dt a {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dt a {
    line-height: 1.5em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dt a {
    display: block;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 4rem 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dt a:hover {
    opacity: 0.6;
  }
}
#global_sitemap #sitemap_nav li dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd {
    padding: 2.5rem 0;
    border-top: #DEDDDC 1px solid;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav #sitemap_nav_gap {
    width: 43rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav #sitemap_nav_gap .gap_set {
    position: relative;
    width: 20rem;
  }
}

#global_sitemap #sitemap_nav li dd > a,
#global_sitemap #sitemap_nav li dd .gap_set > a {
  position: relative;
  display: table;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd > a,
  #global_sitemap #sitemap_nav li dd .gap_set > a {
    line-height: 1em;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd > a,
  #global_sitemap #sitemap_nav li dd .gap_set > a {
    display: block;
    line-height: 1.035em;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    padding: 2.5rem 0;
  }
}

#global_sitemap #sitemap_nav li dd > a.link_none,
#global_sitemap #sitemap_nav li dd .gap_set > a.link_none {
  pointer-events: none;
}

#global_sitemap #sitemap_nav li dd .set {
  position: relative;
  border-left: #DEDDDC 1px solid;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.2rem;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd .set {
    display: block;
    padding: 0 0 0 3rem;
    margin: 1.5rem 0 1.5rem 1.5rem;
  }
}

#global_sitemap #sitemap_nav li dd div > a,
#global_sitemap #sitemap_nav li dd div > p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd div > a,
  #global_sitemap #sitemap_nav li dd div > p {
    display: table;
    line-height: 1.2em;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd div > a,
  #global_sitemap #sitemap_nav li dd div > p {
    display: block;
    line-height: 2em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd div > a.mgn {
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd div a.small,
  #global_sitemap #sitemap_nav li dd div p.small {
    line-height: 1.7em;
    font-size: 1.1rem;
    margin-top: 0rem;
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd div a.small,
  #global_sitemap #sitemap_nav li dd div p.small {
    line-height: 1.616em;
    font-size: 2.6rem;
    margin-top: 1.2rem;
    margin-left: 3.2rem;
  }
}

#global_sitemap #sitemap_nav li dd div p.small {
  color: #8b8b8b;
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd div a.mgn {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd div a.mgn {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd a:hover {
    opacity: 0.6;
  }
}
#global_sitemap #sitemap_nav li a.alone {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.alone {
    display: table;
    line-height: 1.5em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li a.alone {
    display: block;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 4rem 0;
    border-bottom: #DEDDDC 1px solid;
  }
}

#global_sitemap #sitemap_nav li a.icon_window {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.icon_window {
    padding-right: 1.8rem;
  }
}
#global_sitemap #sitemap_nav li a.icon_window::after {
  content: "";
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.icon_window::after {
    top: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/icon_window_k.svg) right top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li a.icon_window::after {
    top: 0;
    width: 2.4rem;
    height: 100%;
    background: url(../img/icon_window_k.svg) center center no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd div a.icon_window {
    padding-right: 0rem;
  }
}
#global_sitemap #sitemap_nav li dd div a.icon_window::after {
  content: "";
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li dd div a.icon_window::after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    width: 1rem;
    height: 1rem;
    background: url(../img/icon_window_k.svg) right top no-repeat;
    background-size: contain;
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd div a.icon_window::after {
    position: absolute;
    top: 0.6rem;
    right: 0;
    width: 2rem;
    height: 100%;
    background: url(../img/icon_window_k.svg) center center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd a.icon_window p {
    display: inline-block !important;
  }
}

#global_sitemap #sitemap_nav li dd a.icon_window::after {
  content: "";
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li dd a.icon_window::after {
    position: relative;
    display: inline-block;
    right: auto !important;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
  }
}

#global_sitemap #sitemap_nav li a.banner {
  position: relative;
  display: block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.banner {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li a.banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.5rem;
  }
}

#global_sitemap #sitemap_nav li a.banner figure {
  position: relative;
  display: block;
  /*border: #000 1px solid;*/
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.banner figure {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li a.banner figure {
    width: 30rem;
  }
}

#global_sitemap #sitemap_nav li a.banner p {
  position: relative;
  font-weight: 400;
  color: #8b8b8b;
}
@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a.banner p {
    line-height: 1.7em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap #sitemap_nav li a.banner p {
    width: 34rem;
    line-height: 1.75em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap #sitemap_nav li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  #global_sitemap .language_box {
    position: fixed;
    top: 3rem;
    right: 15rem;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
    z-index: 99996;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .language_box {
    position: relative;
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#global_sitemap .language_box li {
  position: relative;
  border-left: #c0c0c0 1px solid;
}
@media screen and (min-width: 769px) {
  #global_sitemap .language_box li {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .language_box li {
    padding: 0 5rem;
  }
}

#global_sitemap .language_box li:first-of-type {
  border-left: none;
}

#global_sitemap .language_box a {
  position: relative;
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #global_sitemap .language_box a {
    line-height: 1.334em;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .language_box a {
    line-height: 1.313em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.language_jp .language_box a.jp,
.language_en .language_box a.en,
.language_ch .language_box a.ch {
  color: #8b8b8b !important;
}

@media screen and (min-width: 769px) {
  .language_box a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  #sitemap_search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sitemap_search {
    position: relative;
    display: block;
    width: 100%;
    padding: 7rem 0;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
  }
}

#sitemap_search div,
#sitemap_search form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sitemap_search_input,
#sitemap_search input {
  color: #333333;
  background-color: #fff;
  border: #fff 0.2rem solid;
  font-weight: 300;
  line-height: 3.215em;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  width: 57rem;
  height: 9rem;
  padding: 0 3rem;
  border-radius: 0.6rem;
}

#sitemap_search_input:focus,
#sitemap_search input:focus {
  color: #333333;
  border: #0068b2 2px solid;
  outline: 0;
}

/* Chrome */
#sitemap_search_input ::-webkit-input-placeholder {
  color: #8E8E8E;
}

/* Firefox */
#sitemap_search_input ::-moz-placeholder {
  color: #8E8E8E;
}

#sitemap_search_input .placeholder {
  color: #8E8E8E;
}

#sitemap_search_submit,
#sitemap_search button {
  position: relative;
  width: 9rem;
  height: 9rem;
  border: 0;
  background: #0068b2 url("../img/icon_search_w.svg") center center no-repeat;
  background-size: 4.3rem auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0.4rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #header_search_submit:hover,
  #sitemap_search button:hover {
    opacity: 0.6;
  }
}
#global_sitemap .footer_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  #global_sitemap .footer_set {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    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;
    gap: 1rem;
    padding: 0 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .footer_set {
    width: 67rem;
    margin: 0 auto;
    padding: 4rem 0 4rem;
  }
}

#global_sitemap .footer_set > div {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #global_sitemap .footer_set > div {
    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;
    gap: 2rem;
  }
}
#global_sitemap .footer_set a {
  position: relative;
  color: #333333;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #global_sitemap .footer_set a {
    line-height: 1em;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .footer_set a {
    display: table;
    line-height: 1em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  #global_sitemap .footer_set a:hover {
    opacity: 0.6;
  }
}
#global_sitemap .footer_set .cc {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  color: #333333;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #global_sitemap .footer_set .cc {
    padding: 0rem 0 0;
    width: 100%;
    line-height: 1.091em;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .footer_set .cc {
    padding: 7rem 0 0;
    width: 100%;
    line-height: 1em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

footer {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 9.2rem;
  }
}

footer .footer_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  footer .footer_set {
    width: 100%;
    margin: 0 auto;
    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;
    gap: 2rem;
    padding: 3.5rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_set {
    width: 100%;
    margin: 0;
  }
}

footer .footer_set > div {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .footer_set > div {
    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;
    gap: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_set > div {
    width: 67rem;
    margin: 0 auto;
  }
}

footer .footer_set a {
  position: relative;
  color: #333333;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  footer .footer_set a {
    line-height: 1em;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_set a {
    display: table;
    line-height: 1em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  footer .footer_set a:hover {
    opacity: 0.6;
  }
}
footer .cc {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  background: #545454;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  footer .cc {
    padding: 1.5rem 0 0;
    width: 100%;
    line-height: 1.091em;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    padding: 1.5rem 2rem 1.5rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .cc {
    padding: 7rem 0 0;
    width: 100%;
    line-height: 1em;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 4rem 0 4rem;
    margin-top: 8rem;
  }
}

#global_info {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  color: #333333;
  padding: 0 4rem;
  z-index: 10;
}

#global_info a img {
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #global_info a:hover img {
    opacity: 0.6;
  }
}
#global_info > div {
  position: relative;
}
@media screen and (min-width: 769px) {
  #global_info > div {
    border-bottom: #DEDDDC 1px solid;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 5.5rem 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #global_info > div {
    width: 67rem;
    margin: 0 auto;
    padding: 8rem 0;
  }
}

#info_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  #info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#info_block a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #info_block a {
    width: 17rem;
    margin-right: 3rem;
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
  }
}
@media screen and (max-width: 768px) {
  #info_block a {
    width: 39.2rem;
    margin: 0 auto 3rem;
  }
}

#info_block p {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #info_block p {
    line-height: 1em;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  #info_block p {
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0em;
    text-align: center;
  }
}

#sns_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  #sns_block {
    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;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #sns_block {
    width: 67rem;
    margin: 0 auto;
    padding: 6rem 0 0;
    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;
    gap: 0 6rem;
  }
}

#sns_block p {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #sns_block p {
    line-height: 1em;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  #sns_block p {
    display: block;
    width: 100%;
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 5rem;
  }
}

#sns_block a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #sns_block a {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sns_block a {
    width: 4rem;
  }
}

.totop {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .totop {
    position: absolute;
    top: -6rem;
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    border: #DEDDDC 1px solid;
    background: #fff;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .totop {
    position: fixed;
    bottom: 21.2rem;
    right: 2rem;
    width: 9rem;
    height: 9rem;
    border: #DEDDDC 1px solid;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease 0.6s all;
    transition: ease 0.6s all;
  }
}

.totop.active {
  opacity: 1;
  pointer-events: auto;
}

.totop a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.totop a img {
  position: relative;
  display: block;
  opacity: 1 !important;
  -webkit-transition: ease-out 0.2s all !important;
  transition: ease-out 0.2s all !important;
}
@media screen and (min-width: 769px) {
  .totop a img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .totop a img {
    width: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  footer .totop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .totop {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #global_info .totop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #global_info .totop {
    display: none;
  }
}

/*g_nav*/
.footer_sitemap {
  position: relative;
  width: 100%;
}

.footer_sitemap .sitemap_inner {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .sitemap_inner {
    width: 100%;
    max-width: 120rem;
    padding: 3rem 1rem 0;
    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;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .sitemap_inner {
    width: 67rem;
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .group_nav.footer_sitemap .sitemap_inner {
    padding: 3.5rem 1rem 2rem;
  }
}

.footer_sitemap .footer_sitemap_nav {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 12rem;
  }
}
.footer_sitemap .footer_sitemap_nav li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li {
    border-top: #DEDDDC 1px solid;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav #sitemap_nav_last {
    padding-top: 0.7rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li > a {
    position: relative;
    display: block;
    -webkit-transition: ease-out 0.6s all;
    transition: ease-out 0.6s all;
    font-weight: 700;
    color: #333333;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 5rem 0;
  }
}

.footer_sitemap .footer_sitemap_nav li dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dt {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dt {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dt:before,
  .footer_sitemap .footer_sitemap_nav li dt:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.4rem;
    height: 1px;
    background: #333333;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dt:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dt.active:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*
.nav_btn>span:before,
.nav_btn>span:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
    @include mq(pc) {
	width: divceil(20, 10, rem);
	height: 1px;
    }
    @include mq(sp) {
	width: divceil(30, 10, rem);
	height: 1px;
    }
	background: #fff;
	transition:.4s ease-in-out;
}transform: rotate(-45deg);
*/
.footer_sitemap .footer_sitemap_nav li dt a {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dt a {
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dt a {
    display: block;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 4rem 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dt a:hover {
    opacity: 0.6;
  }
}
.footer_sitemap .footer_sitemap_nav li dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd {
    padding: 2.5rem 0;
    border-top: #DEDDDC 1px solid;
    display: none;
  }
}

.site_nav .footer_sitemap_nav li dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .site_nav .footer_sitemap_nav li dd {
    display: block !important;
  }
}

.footer_sitemap.group_nav {
  border-bottom: #DEDDDC 1px solid;
}
@media screen and (min-width: 769px) {
  .footer_sitemap.group_nav {
    border-top: #DEDDDC 1px solid;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap.group_nav li,
  .footer_sitemap.group_nav li dl,
  .footer_sitemap.group_nav li dt,
  .footer_sitemap.group_nav li dd {
    width: 100%;
  }
}

.footer_sitemap.group_nav li dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_sitemap.group_nav li dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap.group_nav li dd a {
    letter-spacing: 0em !important;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap.group_nav li dd a {
    letter-spacing: -0.01em !important;
  }
}

.footer_sitemap .footer_sitemap_nav li.group_nav .link_none {
  opacity: 1 !important;
}

.footer_sitemap .footer_sitemap_nav li dd a {
  position: relative;
  display: table;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dd a {
    line-height: 1em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 2rem;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd a {
    display: block;
    line-height: 1.035em;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap.group_nav .footer_sitemap_nav li dd a {
    line-height: 1em;
    font-size: 1.3rem;
  }
}

.footer_sitemap .footer_sitemap_nav li dd a.link_none {
  color: #8b8b8b;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dd a:hover {
    opacity: 0.6;
  }
}
.footer_sitemap .footer_sitemap_nav li a.alone {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.alone {
    display: table;
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li a.alone {
    display: block;
    line-height: 1em;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 4rem 0;
    border-bottom: #DEDDDC 1px solid;
  }
}

.footer_sitemap .footer_sitemap_nav li a.icon_window {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.icon_window {
    padding-right: 1.8rem;
    min-height: 1.6rem;
  }
}
.footer_sitemap .footer_sitemap_nav li a.icon_window::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.icon_window::after {
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/icon_window_k.svg) right top no-repeat;
    background-size: contain;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li a.icon_window::after {
    width: 2.4rem;
    height: 100%;
    background: url(../img/icon_window_k.svg) center center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd a.icon_window p {
    display: inline-block !important;
  }
}

.footer_sitemap .footer_sitemap_nav li dd a.icon_window::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd a.icon_window::after {
    position: relative;
    display: inline-block;
    right: auto !important;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
  }
}

.footer_sitemap .footer_sitemap_nav li a.banner {
  position: relative;
  display: block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.banner {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li a.banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.5rem;
  }
}

.footer_sitemap .footer_sitemap_nav li a.banner figure {
  position: relative;
  display: block;
  /*border: #000 1px solid;*/
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.banner figure {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li a.banner figure {
    width: 30rem;
  }
}

.footer_sitemap .footer_sitemap_nav li a.banner p {
  position: relative;
  font-weight: 400;
  color: #8b8b8b;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a.banner p {
    line-height: 1.7em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li a.banner p {
    width: 34rem;
    line-height: 1.75em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .language_box {
    position: fixed;
    top: 5rem;
    right: 15rem;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
    z-index: 99996;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .language_box {
    position: relative;
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer_sitemap .language_box li {
  position: relative;
  border-left: #c0c0c0 1px solid;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .language_box li {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .language_box li {
    padding: 0 5rem;
  }
}

.footer_sitemap .language_box li:first-of-type {
  border-left: none;
}

.footer_sitemap .language_box a {
  position: relative;
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .language_box a {
    line-height: 1.334em;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .language_box a {
    line-height: 1.313em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .footer_sitemap .footer_sitemap_nav li dd .set {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .set {
    position: relative;
    display: block;
    border-left: #DEDDDC 1px solid;
    padding: 0 0 0 3rem;
    margin: 1.5rem 0 1.5rem 1.5rem;
  }
}

.footer_sitemap .footer_sitemap_nav li dd .set > a,
.footer_sitemap .footer_sitemap_nav li dd .set > p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .set > a,
  .footer_sitemap .footer_sitemap_nav li dd .set > p {
    display: block;
    line-height: 2em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .set > a.mgn {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .gap_set > a {
    position: relative;
    display: table;
    -webkit-transition: ease-out 0.6s all;
    transition: ease-out 0.6s all;
    font-weight: 400;
    display: block;
    line-height: 1.035em;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .set a.small,
  .footer_sitemap .footer_sitemap_nav li dd .set p.small {
    line-height: 1.616em;
    font-size: 2.6rem;
    margin-top: 1.2rem;
    margin-left: 3.2rem;
  }
}

.footer_sitemap .footer_sitemap_nav li dd .set p.small {
  color: #8b8b8b;
}

@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_nav li dd .set a.mgn {
    margin-top: 3.2rem;
  }
}

.fixed_conversion {
  position: fixed;
  background: #0068b2;
  height: 9.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 51;
}
@media screen and (min-width: 769px) {
  .fixed_conversion {
    display: none !important;
  }
}
.fixed_conversion ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fixed_conversion ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 3rem;
}
.fixed_conversion ul li + li::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 5rem;
  left: 0;
  top: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
.fixed_conversion ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  width: 100%;
  font-weight: 700;
  line-height: 1em;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.fixed_conversion ul li a::after {
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 3.2rem;
  pointer-events: none;
}
.fixed_conversion ul li a span {
  pointer-events: none;
}
.fixed_conversion ul li a.lang::after {
  background-image: url(../img/icon_lang_w.svg);
}
.fixed_conversion ul li a.tel::after {
  background-image: url(../img/icon_tel_w.svg);
}
.fixed_conversion ul li a.inquiry::after {
  background-image: url(../img/icon_inquiry_w.svg);
}
.fixed_conversion_dialog {
  background: #fff;
  border: 0;
  width: 67rem;
  padding: 0;
}
.fixed_conversion_dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}
.fixed_conversion_dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}
.fixed_conversion_bg {
  position: fixed;
  inset: 0;
}
.fixed_conversion_box {
  position: relative;
}
.fixed_conversion_box > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 4rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 3.6rem;
  font-weight: 500;
  color: #0068b2;
}
.fixed_conversion_box > dd {
  padding: 4rem;
}
.fixed_conversion_close {
  aspect-ratio: 1/1;
  position: relative;
  width: 3.3rem;
  cursor: pointer;
}
.fixed_conversion_close::before, .fixed_conversion_close::after {
  content: "";
  position: absolute;
  background: #0068b2;
  width: 127.273%;
  height: 1px;
  inset: 0;
  margin: auto;
}
.fixed_conversion_close::before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.fixed_conversion_close::after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.fixed_conversion_row > dt {
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 3.1rem;
  font-weight: 500;
}
.fixed_conversion_row > dd {
  padding-top: 2rem;
}
.fixed_conversion_row > dd p {
  padding-top: 2rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 2.4rem;
  text-align: center;
}
.fixed_conversion_row + .fixed_conversion_row {
  border-top: 1px solid #e5e5e5;
  margin-top: 4rem;
  padding-top: 4rem;
}
.fixed_conversion_buttons {
  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;
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
.fixed_conversion_button {
  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;
  position: relative;
  background: #0068b2;
  border-radius: 0.6rem;
  width: 100%;
  height: 9rem;
  line-height: 1.3em;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.fixed_conversion_button:focus {
  outline: none;
}
.fixed_conversion_button span.tel {
  aspect-ratio: 1/1;
  position: relative;
  width: 2.7rem;
}
.fixed_conversion_button span.tel::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon_tel_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
}
.fixed_conversion_button.is-current {
  background: #e5e5e5;
  color: #8b8b8b;
  pointer-events: none;
}

/*common*/
.slider,
.slider div {
  width: 100%;
  height: 100%;
}

section,
main {
  position: relative;
  width: 100%;
}

main {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 12rem;
  }
}

main section div,
main section p {
  position: relative;
}

#totop {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #totop {
    bottom: 0;
    right: 2.5rem;
    width: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #totop {
    bottom: 0;
    right: 4rem;
    width: 12vw;
    padding-bottom: 4rem;
  }
}

/*common*/
.general_txt {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .general_txt {
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .general_txt {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

#breadcrumb_list {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #breadcrumb_list {
    top: 0;
    right: 0;
    width: 100%;
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb_list {
    display: none;
  }
}

#breadcrumb_list ul {
  position: relative;
}
@media screen and (min-width: 769px) {
  #breadcrumb_list ul {
    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;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }
}

#breadcrumb_list ul li {
  position: relative;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #breadcrumb_list ul li {
    line-height: 1em;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#breadcrumb_list ul li:last-of-type {
  padding-right: 0;
}

#breadcrumb_list ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  #breadcrumb_list ul li::after {
    width: 0.5rem;
    height: 100%;
    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;
    background: url("../../common/img/icon_breadcrumb.svg") center center no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
}

#breadcrumb_list ul li:last-of-type:after {
  display: none;
}

#breadcrumb_list.color_k ul li,
#breadcrumb_list.color_k ul li a {
  color: #333333;
}

#breadcrumb_list.color_w ul li,
#breadcrumb_list.color_w ul li a {
  color: #fff !important;
}

@media screen and (min-width: 769px) {
  #breadcrumb_list.color_w ul li::after {
    background: url("../../common/img/icon_breadcrumb_w.svg") center center no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
}

#breadcrumb_list ul li a {
  opacity: 0.6;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #breadcrumb_list ul li a:hover {
    opacity: 1;
  }
}

#medium_kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  #medium_kv {
    height: 16rem;
    padding: 2rem 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  #medium_kv {
    min-height: 22rem;
    padding: 4rem 0;
  }
}

#medium_kv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}

#medium_kv .kv_ttl_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  #medium_kv .kv_ttl_set {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #medium_kv .kv_ttl_set {
    width: 67rem;
    margin: 0 auto;
  }
}

#medium_kv .kv_ttl_set p {
  position: relative;
  font-family: "Noto Serif TC", serif;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #medium_kv .kv_ttl_set p {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #medium_kv .kv_ttl_set p {
    line-height: 1.5em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

#medium_kv .kv_ttl_set h1 {
  position: relative;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  #medium_kv .kv_ttl_set h1 {
    line-height: 1.3em;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #medium_kv .kv_ttl_set h1 {
    line-height: 1.3em;
    font-size: 6rem;
    letter-spacing: 0.05em;
  }
}

#medium_v {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #medium_v {
    height: 35rem;
  }
}

#medium_v img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #medium_v img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: ease-in-out 0.6s all;
    transition: ease-in-out 0.6s all;
  }
}

/**/
.arrow_link a {
  position: relative;
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .arrow_link a {
    padding-left: 2rem;
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    min-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link a {
    padding-left: 4rem;
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    min-height: 4.8rem;
  }
}
.arrow_link a.link_none {
  color: #8b8b8b;
  pointer-events: none;
}

.arrow_link a .arrow {
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .arrow_link a .arrow {
    top: 0.6rem;
    width: 1rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link a .arrow {
    top: 0.8rem;
    width: 2rem;
    height: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .arrow_link.pdf_link a .arrow {
    top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link.pdf_link a .arrow {
    top: 0.5rem;
  }
}

.arrow_link a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .arrow_link a .arrow::before {
    background: url(../../common/img/icon_arrow_gr.svg) center center no-repeat;
    background-size: 0.64rem auto;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link a .arrow::before {
    background: url(../../common/img/icon_arrow_gr.svg) center center no-repeat;
    background-size: 1.28rem auto;
  }
}

.arrow_link a .pdf {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .arrow_link a .pdf {
    width: 2.8rem;
    height: 2rem;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link a .pdf {
    width: 5.6rem;
    height: 4.2rem;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    margin-left: 0.6rem;
  }
}

.arrow_link a .pdf::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url(../../common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}

.arrow_link a p {
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  .arrow_link a:hover {
    /*opacity: 0.6;*/
    text-decoration: none !important;
  }
}
.arrow_link a .window {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .arrow_link a .window {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow_link a .window {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}

.arrow_link a .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url(../../common/img/icon_window_b.svg) center center no-repeat;
  background-size: contain;
}

.arrow_link.indent_none a {
  padding-left: 0 !important;
}

.link_window {
  position: relative;
  color: #0068b2;
  text-decoration: underline;
}

.link_window:hover {
  text-decoration: none;
}

.link_window .window {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .link_window .window {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .link_window .window {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}

.link_window .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url(../../common/img/icon_window_b.svg) center center no-repeat;
  background-size: contain;
}

/*table*/
.data_set {
  position: relative;
}

@media screen and (min-width: 769px) {
  .data_set.mgn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set.mgn {
    margin-top: 4rem;
  }
}

.data_set table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .data_set table {
    border: #cfcfcf 1px solid !important;
  }
}
@media screen and (max-width: 768px) {
  .data_set table {
    border-top: #cfcfcf 1px solid !important;
  }
}

.data_set table td,
.data_set table th {
  position: relative;
  border-collapse: collapse;
  border: #cfcfcf 1px solid !important;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .data_set table td,
  .data_set table th {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set table td,
  .data_set table th {
    width: 100%;
    display: block !important;
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 2rem 3rem;
  }
}

.data_set table tbody,
.data_set table thead {
  position: relative;
}
@media screen and (max-width: 768px) {
  .data_set table tbody,
  .data_set table thead {
    width: 100%;
  }
}

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

.data_set table th {
  background: #f7f7f7;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .data_set table th {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set table th {
    border-bottom: none !important;
    border-top: none !important;
  }
}

.data_set table td a,
.data_set table td a p {
  color: #0068b2;
  text-decoration: underline;
}

.data_set table td a:hover,
.data_set table td a:hover p {
  text-decoration: none;
}

.data_set table td .arrow_link a,
.data_set table td .arrow_link a p {
  text-decoration: none;
}

.data_set table td .arrow_link.indent_none a,
.data_set table td .arrow_link.indent_none a p {
  text-decoration: underline;
}

.data_set table td .arrow_link.indent_none a:hover,
.data_set table td .arrow_link.indent_none a:hover p {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .data_set table .map {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .data_set table .map {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .data_set table .map iframe {
    width: 70rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set table .map iframe {
    width: 100%;
    height: 31rem;
    margin: 0 auto;
  }
}

/*scroll_table*/
.scroll_table_set {
  position: relative;
}
@media screen and (max-width: 768px) {
  .scroll_table_set {
    width: 71rem;
    overflow-x: auto;
    overflow-y: none;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .scroll_table_set::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-out 0.6s all;
    transition: ease-out 0.6s all;
    z-index: 10;
    background: url("../../common/img/icon_scroll.svg") center center no-repeat;
    background-size: 24rem auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .scroll_table_set.ok::after {
    pointer-events: none;
    opacity: 0;
  }
}

.scroll_table_set table,
.clone_box table {
  position: relative;
  border-collapse: collapse;
  border: #cfcfcf 1px solid !important;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  .scroll_table_set table,
  .clone_box table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .scroll_table_set table,
  .clone_box table {
    width: 150rem;
  }
}

.scroll_table_set table td,
.scroll_table_set table th,
.clone_box table th,
.clone_box table td {
  position: relative;
  border-collapse: collapse;
  border: #cfcfcf 1px solid !important;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .scroll_table_set table td,
  .scroll_table_set table th,
  .clone_box table th,
  .clone_box table td {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .scroll_table_set table td,
  .scroll_table_set table th,
  .clone_box table th,
  .clone_box table td {
    width: 100%;
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 2rem 3rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .scroll_table_set table td .general_txt,
  .scroll_table_set table th .general_txt,
  .clone_box table th .general_txt,
  .clone_box table td .general_txt {
    text-align: inherit;
  }
}

.scroll_table_set table th,
.clone_box table th {
  background: #0068b2;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.scroll_table_set table td a,
.scroll_table_set table td a p,
.clone_box table td a,
.clone_box table td a p {
  color: #0068b2;
  text-decoration: underline;
}

.scroll_table_set table td a:hover,
.scroll_table_set table td a:hover p,
.clone_box table td a:hover,
.clone_box table td a:hover p {
  text-decoration: none;
}

.scroll_table_set table td .arrow_link a,
.scroll_table_set table td .arrow_link a p,
.clone_box table td .arrow_link a,
.clone_box table td .arrow_link a p {
  text-decoration: none;
}

.scroll_table_set table td .arrow_link.indent_none a,
.scroll_table_set table td .arrow_link.indent_none a p,
.clone_box table td .arrow_link.indent_none a,
.clone_box table td .arrow_link.indent_none a p {
  text-decoration: underline;
}

.scroll_table_set table td .arrow_link.indent_none a:hover,
.scroll_table_set table td .arrow_link.indent_none a:hover p,
.clone_box table td .arrow_link.indent_none a:hover,
.clone_box table td .arrow_link.indent_none a:hover p {
  text-decoration: none;
}

.clone_table_set {
  position: relative;
}
@media screen and (max-width: 768px) {
  .clone_table_set {
    width: 71rem;
  }
}

@media screen and (max-width: 768px) {
  .clone_table_set::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-out 0.6s all;
    transition: ease-out 0.6s all;
    z-index: 10;
    background: url("../../common/img/icon_scroll.svg") center center no-repeat;
    background-size: 24rem auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .clone_table_set.ok::after {
    pointer-events: none;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .clone_table_set:has(.scroll_table_set.ok)::after {
    pointer-events: none;
    opacity: 0;
  }
}

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

.clone_table_set .clone_box {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .clone_table_set .clone_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .clone_table_set .clone_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 24.2rem;
    height: 100%;
    z-index: 5;
    overflow: hidden;
  }
}

.clone_table_set .clone_box table th,
.clone_table_set .clone_box table td {
  opacity: 0;
}

/*
.clone_table_set .clone_box>table{
	opacity: 0;
}
*/
/*h2*/
section .h2_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  section .h2_set {
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set {
    width: 67rem;
    margin: 0 auto;
    padding: 0 0 3rem;
  }
}

section .h2_set.c {
  text-align: center;
}

section .h2_set p {
  position: relative;
  font-family: "Noto Serif TC", serif;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  section .h2_set p {
    line-height: 1.5em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set p {
    line-height: 1em;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 0 0 1rem;
  }
}

section .h2_set h2 {
  position: relative;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  section .h2_set h2 {
    line-height: 1.3em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  section .h2_set h2 {
    line-height: 1.3em;
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
}

h2.h2_single {
  position: relative;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  h2.h2_single {
    line-height: 1.3em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h2.h2_single {
    line-height: 1.3em;
    font-size: 5rem;
    letter-spacing: 0.05em;
    padding-bottom: 3rem;
  }
}

h2.h2_single.mgn0 {
  padding-bottom: 0;
}

.link_h2_arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (max-width: 768px) {
  .link_h2_arrow {
    width: 67rem;
    margin: 0 auto;
  }
}

.link_h2_arrow h2 {
  position: relative;
  display: inline-block;
  color: #333333;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  .link_h2_arrow h2 {
    line-height: 1.3em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .link_h2_arrow h2 {
    line-height: 1.3em;
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .link_h2_arrow:hover h2 {
    color: #0068b2;
  }
}

.h2_sitemap a {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .h2_sitemap a {
    display: inline-block;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_sitemap a {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.link_h2_arrow .arrow {
  position: relative;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .link_h2_arrow .arrow {
    margin-left: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .link_h2_arrow .arrow {
    margin-left: 3rem;
    width: 6.8rem;
    height: 6.8rem;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}

.link_h2_arrow .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .link_h2_arrow .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .link_h2_arrow .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 1.28rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

.h2_sitemap .arrow,
.h2_sitemap .window {
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .h2_sitemap .arrow,
  .h2_sitemap .window {
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_sitemap .arrow,
  .h2_sitemap .window {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
  }
}

.h2_sitemap .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .h2_sitemap .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .h2_sitemap .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.96rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}

.h2_sitemap .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .h2_sitemap .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}
@media screen and (max-width: 768px) {
  .h2_sitemap .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1.8rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

section .hgroup_link {
  position: absolute;
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 400;
  color: #0068b2;
  white-space: nowrap;
  right: 0;
}
@media screen and (min-width: 769px) {
  section .hgroup_link {
    top: 15rem;
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    height: 1.6rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .hgroup_link {
    bottom: 0rem;
    line-height: 1em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    height: 3.2rem;
    padding-left: 4rem;
  }
}

section .hgroup_link .arrow {
  position: absolute;
  display: block;
}
@media screen and (min-width: 769px) {
  section .hgroup_link .arrow {
    left: 0;
    top: 0.1rem;
    width: 1rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  section .hgroup_link .arrow {
    left: 0;
    top: 0.1rem;
    width: 2rem;
    height: 3rem;
  }
}

section .hgroup_link .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  section .hgroup_link .arrow::before {
    background: url(../../common/img/icon_arrow_gr.svg) center center no-repeat;
    background-size: 0.64rem auto;
  }
}
@media screen and (max-width: 768px) {
  section .hgroup_link .arrow::before {
    background: url(../../common/img/icon_arrow_gr.svg) center center no-repeat;
    background-size: 1.28rem auto;
  }
}

/*h3*/
section .h3_set,
section .h2_sitemap {
  position: relative;
  border-bottom: #cfcfcf 1px solid !important;
}
@media screen and (min-width: 769px) {
  section .h3_set,
  section .h2_sitemap {
    width: 100%;
    padding: 0 0 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .h3_set,
  section .h2_sitemap {
    width: 67rem;
    margin: 0 auto 3rem;
    padding: 0 0 2.5rem;
  }
}

section .h2_sitemap h2 {
  color: #0068b2 !important;
}

section .h2_sitemap.mgn0 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  section .h2_sitemap.mgn_pc0 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  section .h3_set.mgn {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  section .h3_set.mgn {
    padding-top: 6rem !important;
  }
}

section .h3_set::before,
section .h2_sitemap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  section .h3_set::before,
  section .h2_sitemap::before {
    width: 10rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  section .h3_set::before,
  section .h2_sitemap::before {
    width: 14rem;
    height: 0.6rem;
  }
}

section .h3_set h3,
section .news_h3_set h3,
section .h2_sitemap h2 {
  position: relative;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .h3_set h3,
  section .news_h3_set h3,
  section .h2_sitemap h2 {
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  section .h3_set h3,
  section .news_h3_set h3,
  section .h2_sitemap h2 {
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

section .h4_line {
  position: relative;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  padding-left: 1em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .h4_line {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .h4_line {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

section .h4_line::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f3b6b), color-stop(#0068af), to(#0082cf));
  background: linear-gradient(to top, #0f3b6b, #0068af, #0082cf);
  width: 0.2em;
  left: 0;
  translate: 0 0.05em;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  section .h4_line::before {
    top: 0.125em;
    bottom: 0.125em;
  }
}
@media screen and (max-width: 768px) {
  section .h4_line::before {
    top: 0.125em;
    bottom: 0.125em;
  }
}

@media screen and (min-width: 769px) {
  section .h4_line.mgn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  section .h4_line.mgn {
    margin-top: 5rem;
  }
}

/*btn*/
.btn_btm {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_btm {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_btm {
    margin-top: 8rem;
  }
}

.btn_btm_ttl {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .btn_btm_ttl {
    text-align: center;
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_btm_ttl {
    text-align: left;
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding-bottom: 4rem;
  }
}

.btn_base_type {
  position: relative;
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .btn_base_type {
    border: #e2e2e2 0.2rem solid;
    width: 38rem;
    height: 7.5rem;
    padding: 0 2rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_base_type {
    border: #e2e2e2 0.4rem solid;
    width: 67rem;
    height: 14rem;
    padding: 0 4rem;
    border-radius: 0.6rem;
  }
}
.btn_base_type.link_none {
  pointer-events: none;
}

.btn_base_type p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .btn_base_type p {
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .btn_base_type p {
    line-height: 1em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .btn_base_type:hover {
    border: #0068b2 0.2rem solid;
  }
}

@media screen and (min-width: 769px) {
  .btn_base_type:hover p {
    color: #0068b2;
  }
}

.btn_base_type .arrow,
.btn_base_type .window {
  position: relative;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .btn_base_type .arrow,
  .btn_base_type .window {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_base_type .arrow,
  .btn_base_type .window {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.btn_base_type .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .btn_base_type .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .btn_base_type .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.96rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

.btn_base_type .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .btn_base_type .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}
@media screen and (max-width: 768px) {
  .btn_base_type .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1.44rem auto;
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}

/*faq*/
.faq_set {
  position: relative;
  border-bottom: #cfcfcf 1px solid !important;
}

.faq_set dl {
  position: relative;
  border-top: #cfcfcf 1px solid !important;
}

.faq_set dl dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .faq_set dl dt {
    cursor: pointer;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dt {
    padding: 4rem 0;
  }
}

.faq_set dl dt p {
  position: relative;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_set dl dt p {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dt p {
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

.faq_set dl dt p::after {
  display: block;
  content: "Q";
  position: absolute;
  top: 0rem;
  left: 0;
  color: #0068b2;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .faq_set dl dt p::after {
    width: 2.4rem;
    height: 0.2rem;
    line-height: 1em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dt p::after {
    width: 3.8rem;
    height: 0.4rem;
    line-height: 1em;
    font-size: 6rem;
  }
}

.faq_set dl dt::before,
.faq_set dl dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #0068b2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .faq_set dl dt::before,
  .faq_set dl dt::after {
    width: 2.4rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dt::before,
  .faq_set dl dt::after {
    width: 3.8rem;
    height: 0.4rem;
  }
}

.faq_set dl dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_set dt.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.faq_set dl dd {
  position: relative;
  border-top: #cfcfcf 1px solid !important;
  display: none;
}
@media screen and (min-width: 769px) {
  .faq_set dl dd {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .faq_set dl dd p {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd p {
    margin-left: 8rem;
  }
}

.faq_set dl dd p:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .faq_set dl dd p:first-of-type {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd p:first-of-type {
    padding-left: 8rem;
  }
}
.faq_set dl dd p:first-of-type::after {
  display: block;
  content: "A";
  position: absolute;
  top: 0rem;
  left: 0;
  color: #0068b2;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .faq_set dl dd p:first-of-type::after {
    width: 2.4rem;
    height: 0.2rem;
    line-height: 1em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd p:first-of-type::after {
    width: 3.8rem;
    height: 0.4rem;
    line-height: 1em;
    font-size: 6rem;
  }
}

.faq_set dl dd a {
  color: #0068b2;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .faq_set dl dd a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .faq_set dl dd .mgn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd .mgn {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .faq_set dl dd .list {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_set dl dd .list {
    padding-left: 3.2rem;
    text-indent: -3.2rem;
  }
}

/*crm_btn*/
.crm_btn_set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .crm_btn_set {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set {
    gap: 2rem;
  }
}

.crm_btn_set a {
  position: relative;
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a {
    border: #e2e2e2 0.2rem solid;
    width: 48%;
    max-width: 58rem;
    height: 8rem;
    padding: 0 2rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a {
    border: #e2e2e2 0.4rem solid;
    width: 67rem;
    min-height: 14rem;
    padding: 4rem;
    border-radius: 0.6rem;
  }
}

.crm_btn_set a p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a p {
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a p {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .crm_btn_set a:hover {
    border: #0068b2 0.2rem solid;
  }
}

@media screen and (min-width: 769px) {
  .crm_btn_set a:hover h3,
  .crm_btn_set a:hover p {
    color: #0068b2;
  }
}

.crm_btn_set a .arrow,
.crm_btn_set a .window {
  position: relative;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .arrow,
  .crm_btn_set a .window {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .arrow,
  .crm_btn_set a .window {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.crm_btn_set a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 1.2rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}

@media screen and (min-width: 769px) {
  .crm_btn_set a:hover .arrow::before,
  .crm_btn_set a:hover .window::before {
    scale: 1.3;
  }
}

.crm_btn_set a .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1.8rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

.crm_btn_set a .pdf,
.crm_btn_set a .movie {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .pdf,
  .crm_btn_set a .movie {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .pdf,
  .crm_btn_set a .movie {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.crm_btn_set a .pdf::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .pdf::before {
    background: url(../../common/img/icon_pdf.svg) center center no-repeat;
    background-size: 2.8rem auto;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .pdf::before {
    background: url(../../common/img/icon_pdf.svg) center center no-repeat;
    background-size: 4.5rem auto;
  }
}

.crm_btn_set a .movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn_set a .movie::before {
    background: url(../../common/img/icon_movie.svg) center center no-repeat;
    background-size: 2.4rem auto;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn_set a .movie::before {
    background: url(../../common/img/icon_movie.svg) center center no-repeat;
    background-size: 3.8rem auto;
  }
}

.crm_btn3_set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set {
    gap: 2rem 2.6%;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set {
    gap: 2rem;
  }
}

.crm_btn3_set a {
  position: relative;
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a {
    border: #e2e2e2 0.2rem solid;
    width: 31.6%;
    max-width: 38rem;
    height: 7.5rem;
    padding: 0 2rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a {
    border: #e2e2e2 0.4rem solid;
    width: 67rem;
    min-height: 14rem;
    padding: 4rem;
    border-radius: 0.6rem;
  }
}

.crm_btn3_set a p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a p {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    max-width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a p {
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    max-width: 52rem;
  }
}

@media screen and (min-width: 769px) {
  .crm_btn3_set a:hover {
    border: #0068b2 0.2rem solid;
  }
}

@media screen and (min-width: 769px) {
  .crm_btn3_set a:hover h3,
  .crm_btn3_set a:hover p {
    color: #0068b2;
  }
}

.crm_btn3_set a .arrow,
.crm_btn3_set a .window {
  position: relative;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a .arrow,
  .crm_btn3_set a .window {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a .arrow,
  .crm_btn3_set a .window {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.crm_btn3_set a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.96rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

.crm_btn3_set a .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a .window::before {
    background: url(../../common/img/icon_window_w.svg) center center no-repeat;
    background-size: 1.44rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

.crm_link_set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .crm_link_set {
    gap: 4rem 2.6%;
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.crm_link_set a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  border-bottom: #d0d0d0 1px solid;
}
@media screen and (min-width: 769px) {
  .crm_link_set a {
    width: 31.6%;
    max-width: 38rem;
    min-height: 8rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set a {
    width: 67rem;
    min-height: 14rem;
    padding: 2rem 0;
  }
}

.crm_link_set a p {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .crm_link_set a p {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set a p {
    padding-right: 0.5em;
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .crm_link_set a:hover p {
    color: #0068b2;
  }
}

.crm_link_set a.link_none {
  pointer-events: none;
}

.crm_link_set a .arrow,
.crm_link_set a .window {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .crm_link_set a .arrow,
  .crm_link_set a .window {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set a .arrow,
  .crm_link_set a .window {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media screen and (min-width: 769px) {
  .crm_link_set a:hover {
    border-bottom: #0068b2 1px solid;
  }
}

.crm_link_set a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_link_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 1.28rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}

.crm_link_set a .window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .crm_link_set a .window::before {
    background: url(../../common/img/icon_window_b.svg) center center no-repeat;
    background-size: 0.96rem auto;
  }
}
@media screen and (max-width: 768px) {
  .crm_link_set a .window::before {
    background: url(../../common/img/icon_window_b.svg) center center no-repeat;
    background-size: 1.92rem auto;
  }
}

/*list*/
.calendar_list {
  position: relative;
  width: 100%;
}

.calendar_list dl {
  position: relative;
  border-top: rgba(27, 34, 76, 0.1) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .calendar_list dl {
    width: 100%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar_list dl {
    width: 100%;
    padding: 3rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.calendar_list dl:last-of-type {
  border-bottom: rgba(27, 34, 76, 0.1) 1px solid;
}

.calendar_list dl dt {
  position: relative;
  white-space: nowrap;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .calendar_list dl dt {
    line-height: 1.667em;
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar_list dl dt {
    line-height: 1.334em;
    font-size: 2.4rem;
    letter-spacing: 0;
    width: 100%;
  }
}

.calendar_list dl dd {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .calendar_list dl dd {
    line-height: 1.25em;
    font-size: 1.6rem;
    letter-spacing: 0;
    min-width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar_list dl dd {
    line-height: 1.5em;
    font-size: 2.8rem;
    letter-spacing: 0;
    width: 100%;
  }
}

.calendar_list a {
  position: relative;
  color: #0068b2;
}

@media screen and (min-width: 769px) {
  .calendar_list a:hover p {
    text-decoration: underline !important;
  }
}

.calendar_list a .pdf {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .calendar_list a .pdf {
    width: 2.8rem;
    height: 2rem;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar_list a .pdf {
    width: 5.6rem;
    height: 4.2rem;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    margin-left: 0.6rem;
  }
}

.calendar_list a .pdf::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url("../../common/img/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}

.calendar_list a p {
  display: inline-block;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

/*transition*/
.slide_in {
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}

.slide_in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*select*/
.select_item select {
  /* 初期化 */
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333333;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  width: 100%;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .select_item select {
    line-height: 3.125em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    height: 5rem;
    padding: 0 2rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .select_item select {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    height: 10rem;
    padding: 0 3rem;
    border-radius: 0.5rem;
  }
}

.select_item select:focus {
  color: #333;
  border-color: #0068b2;
  outline: 0;
}

.select_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .select_item {
    width: 30rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .select_item {
    width: 67rem;
    height: 10rem;
  }
}

.select_item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 10;
  background: #000;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .select_item::before {
    width: 4rem;
    height: 5rem;
    background: url("../../common/img/select_arrow.svg") center center no-repeat;
    background-size: 1rem auto;
  }
}
@media screen and (max-width: 768px) {
  .select_item::before {
    width: 8rem;
    height: 10rem;
    background: url("../../common/img/select_arrow.svg") center center no-repeat;
    background-size: 2.2rem auto;
  }
}

/*indent_list*/
/*
.general_indent_list{
	position: relative;
      @include mq(pc) {
		padding-top: divceil(10, 10, rem);
        }
    @include mq(sp) {
		padding-top: divceil(20, 10, rem);
    }
}
.general_indent_list li{
    position: relative;
    @include fw(Regular);
      @include mq(pc) {
        @include tbmag(16, 16*1.7, pc);
        letter-spacing: 0.05em;
		padding-left: divceil(16, 10, rem);
		text-indent: divceil(-16, 10, rem);
		padding-top: divceil(10, 10, rem);
        }
    @include mq(sp) {
        @include tbmag(32, 32*1.7, sp);
        letter-spacing: 0.05em;
		padding-left: divceil(32, 10, rem);
		text-indent: divceil(-32, 10, rem);
		padding-top: divceil(20, 10, rem);
    }
}
*/
.general_indent_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.general_indent_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .general_indent_list > li {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .general_indent_list > li {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
.general_indent_list > li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  translate: 0 220%;
  background: #333333;
}
@media screen and (min-width: 769px) {
  .general_indent_list > li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .general_indent_list > li::before {
    width: 1rem;
    height: 1rem;
  }
}
.general_indent_list > li > * {
  width: 100%;
  text-align: left;
}

.general_indent_list.blur_disc li::before {
  background: #0068b2;
}

.general_indent_list.caption li::before {
  content: "※";
  background: none;
  border-radius: 0;
  top: 0;
  left: 0;
  translate: 0;
}
@media screen and (min-width: 769px) {
  .general_indent_list.caption li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .general_indent_list.caption li::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .general_indent_list.mgn_s li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .general_indent_list.mgn_s li {
    margin-top: 2rem;
  }
}

.general_indent_list.mgn0 li {
  margin-top: 0;
}

.general_indent_list.mgn_s li:first-of-type {
  margin-top: 0 !important;
}

/*modal*/
.zoom_btn {
  position: relative;
  display: block;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .zoom_btn:hover {
    opacity: 0.6;
  }
}

.zoom_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999990;
  opacity: 0;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .zoom_modal {
    padding: 0 2rem;
  }
}

.zoom_modal.open,
.zoom_modal.open .zoom_area {
  opacity: 1;
  pointer-events: auto;
}

.zoom_modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
}

.zoom_inner {
  position: relative;
  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;
  z-index: 999998;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .zoom_inner {
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
    height: 100%;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .zoom_inner {
    width: 100%;
    height: 100%;
    padding-top: 14.8rem;
  }
}

.zoom_area {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .zoom_area {
    width: 100%;
    margin: 0 auto;
    max-height: 100%;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .zoom_area {
    width: 100%;
    max-height: 100%;
  }
}

.zoom_area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.zoom_area::-webkit-scrollbar {
  display: none;
}

.simplebar-scrollbar::before {
  background: #bfbfbf;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .simplebar-scrollbar::before {
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .simplebar-scrollbar::before {
    width: 2rem;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: none;
}
@media screen and (min-width: 769px) {
  .simplebar-track {
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .simplebar-track {
    width: 2rem;
  }
}

.zoom_modal .btn_close {
  position: fixed !important;
  z-index: 999999;
  display: inline-block;
  overflow: hidden;
  border: none;
  background: transparent;
  background: url("../../common/img/close_btn.svg") center center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .zoom_modal .btn_close {
    top: 4rem;
    right: 4rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .zoom_modal .btn_close {
    top: 4rem;
    right: 4rem;
    width: 6.8rem;
    height: 6.8rem;
  }
}

@media screen and (min-width: 769px) {
  .zoom_modal .btn_close:hover {
    opacity: 0.6;
  }
}

.zoom_modal .zoom_ttl {
  position: fixed !important;
  z-index: 999999;
  overflow: hidden;
  color: #fff;
  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;
  text-align: right;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .zoom_modal .zoom_ttl {
    top: 4rem;
    right: 10.5rem;
    max-width: 75rem;
    height: 4.5rem;
    line-height: 1.5em;
    font-size: 1.2rem;
    letter-spacing: 0.05;
  }
}
@media screen and (max-width: 768px) {
  .zoom_modal .zoom_ttl {
    top: 4rem;
    right: 13rem;
    max-width: 57rem;
    height: 6.8rem;
    line-height: 1.5em;
    font-size: 2.4rem;
    letter-spacing: 0.05;
  }
}

/**/
a .circle_arrow,
a .circle_window {
  position: absolute;
  display: block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  a .circle_arrow,
  a .circle_window {
    bottom: 2rem;
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    border: #fff 0.1rem solid;
    -webkit-transition: ease-out 0.9s all;
    transition: ease-out 0.9s all;
  }
}
@media screen and (max-width: 768px) {
  a .circle_arrow,
  a .circle_window {
    bottom: 3rem;
    right: 3rem;
    width: 6.8rem;
    height: 6.8rem;
    border: #fff 0.2rem solid;
  }
}

a .circle_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  a .circle_arrow::before {
    background: url(../img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  a .circle_arrow::before {
    background: url(../img/icon_arrow_w.svg) center center no-repeat;
    background-size: 1.28rem auto;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
}

a .circle_window::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  a .circle_window::before {
    background: url(../img/icon_window_w.svg) center center no-repeat;
    background-size: 1.12rem auto;
  }
}
@media screen and (max-width: 768px) {
  a .circle_window::before {
    background: url(../img/icon_window_w.svg) center center no-repeat;
    background-size: 1.92rem auto;
  }
}

/*number_indent_list*/
.number_indent_list dl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl {
    margin-top: 2rem;
  }
}

.number_indent_list dl.mgn0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .number_indent_list dl.mgn_s {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl.mgn_s {
    margin-top: 2rem;
  }
}

.number_indent_list dl dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl dt {
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl dt {
    padding-left: 9.6rem;
  }
}

.number_indent_list.indent_s dl dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list.indent_s dl dt {
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list.indent_s dl dt {
    padding-left: 6.4rem;
  }
}

.number_indent_list dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl dt:before {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl dt:before {
    width: 9.6rem;
    height: 9.6rem;
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.number_indent_list dl dt.num1:before {
  content: "1.";
}

.number_indent_list dl dt.num2:before {
  content: "2.";
}

.number_indent_list dl dt.num3:before {
  content: "3.";
}

.number_indent_list dl dt.num4:before {
  content: "4.";
}

.number_indent_list dl dt.num5:before {
  content: "5.";
}

.number_indent_list dl dt.num6:before {
  content: "6.";
}

.number_indent_list dl dt.num7:before {
  content: "7.";
}

.number_indent_list dl dt.num8:before {
  content: "8.";
}

.number_indent_list dl dt.num9:before {
  content: "9.";
}

.number_indent_list dl dt.num10:before {
  content: "10.";
}

.number_indent_list dl dt.parentheses1:before {
  content: "（1）";
}

.number_indent_list dl dt.parentheses2:before {
  content: "（2）";
}

.number_indent_list dl dt.parentheses3:before {
  content: "（3）";
}

.number_indent_list dl dt.parentheses4:before {
  content: "（4）";
}

.number_indent_list dl dt.parentheses5:before {
  content: "（5）";
}

.number_indent_list dl dt.parentheses6:before {
  content: "（6）";
}

.number_indent_list dl dt.parentheses7:before {
  content: "（7）";
}

.number_indent_list dl dt.parentheses8:before {
  content: "（8）";
}

.number_indent_list dl dt.parentheses9:before {
  content: "（9）";
}

.number_indent_list dl dt.parentheses10:before {
  content: "（10）";
}

.number_indent_list dl dt.parentheses11:before {
  content: "（11）";
}

.number_indent_list dl dt.parentheses12:before {
  content: "（12）";
}

.number_indent_list dl dt.parentheses13:before {
  content: "（13）";
}

.number_indent_list dl dt.parentheses14:before {
  content: "（14）";
}

.number_indent_list dl dt.parentheses15:before {
  content: "（15）";
}

.number_indent_list dl dt.alphabet_a:before {
  content: "a.";
}

.number_indent_list dl dt.alphabet_b:before {
  content: "b.";
}

.number_indent_list dl dt.alphabet_c:before {
  content: "c.";
}

.number_indent_list dl dt.alphabet_d:before {
  content: "d.";
}

.number_indent_list dl dt.alphabet_e:before {
  content: "e.";
}

.number_indent_list dl dt.alphabet_f:before {
  content: "f.";
}

.number_indent_list dl dt.alphabet_g:before {
  content: "g.";
}

.number_indent_list dl dt.alphabet_h:before {
  content: "h.";
}

.number_indent_list dl dt.alphabet_i:before {
  content: "i.";
}

.number_indent_list dl dt.alphabet_j:before {
  content: "j.";
}

.number_indent_list dl dt.alphabet_k:before {
  content: "k.";
}

.number_indent_list dl dt.alphabet_l:before {
  content: "l.";
}

.number_indent_list dl dt.alphabet_m:before {
  content: "m.";
}

.number_indent_list dl dt.alphabet_n:before {
  content: "n.";
}

.number_indent_list dl dt.alphabet_o:before {
  content: "o.";
}

.number_indent_list dl dt.alphabet_p:before {
  content: "p.";
}

.number_indent_list dl dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl dd {
    padding-left: 4.8rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl dd {
    padding-left: 9.6rem;
    margin-top: 3rem;
  }
}

.number_indent_list dl dd.mgn0 {
  margin-top: 0 !important;
}

.number_indent_list.indent_s dl dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list.indent_s dl dd {
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list.indent_s dl dd {
    padding-left: 6.4rem;
  }
}

.number_indent_list dl dd .list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl dd .list {
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl dd .list {
    padding-left: 4.8rem;
    text-indent: -4.8rem;
    margin-top: 2rem;
  }
}

.number_indent_list dl dd .list:nth-of-type(1) {
  margin-top: 0 !important;
}

.number_indent_list dl dd .list_parentheses {
  position: relative;
}
@media screen and (min-width: 769px) {
  .number_indent_list dl dd .list_parentheses {
    padding-left: 2.6rem;
    text-indent: -2.6rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .number_indent_list dl dd .list_parentheses {
    padding-left: 5.5rem;
    text-indent: -5.5rem;
    margin-top: 2rem;
  }
}

.number_indent_list dl dd .list_parentheses:nth-of-type(1) {
  margin-top: 0 !important;
}

.number_indent_list dl dd .list_parentheses.mgn0 {
  margin-top: 0 !important;
}

/**/
main section {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main section {
    padding: 0 4rem;
  }
}

.click_none {
  pointer-events: none;
  opacity: 1 !important;
}

/*cookie*/
.cc-window {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(150, 150, 150, 0.9);
  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;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .cc-window {
    height: 7rem;
    padding: 0 4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cc-window {
    padding: 2rem 4rem;
  }
}

.cc-message {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .cc-message {
    max-width: 108rem;
    line-height: 1.539em;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .cc-message {
    width: 45rem;
    line-height: 1.5em;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

.cc-message a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.cc-message a:hover {
  text-decoration: none;
}

.cc-message a::after {
  content: "";
  position: relative;
  display: inline-block;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  background: url("../../common/img/icon_window_w_s.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .cc-message a::after {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cc-message a::after {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    margin-left: 0.6rem;
  }
}

.cc-compliance {
  position: relative;
  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;
  cursor: pointer;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  background: #fff;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .cc-compliance {
    width: 12rem;
    height: 3rem;
    line-height: 1em;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .cc-compliance {
    width: 18rem;
    height: 5.2rem;
    line-height: 1em;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .cc-compliance:hover {
    opacity: 0.6;
  }
}

.cc-window.cc-invisible {
  opacity: 0;
  pointer-events: none;
  display: none;
}

/*
#cookie_window{
    position:fixed;
    bottom:0;
	left: 0;
	width: 100%;
	background:rgba(150,150,150,0.90);
    z-index: 100;
	@include mq(pc) {
      height: divceil(70, 10, rem);
      padding:0 divceil(40, 10, rem);
  }
  @include mq(sp) {
      padding:0 divceil(40, 10, rem);
  }	
}
#cookie_window div{
    display: flex;
    align-items: center;
    justify-content:space-between;
	@include mq(pc) {
		width: 100%;
		max-width: divceil(1200, 10, rem);
		height: 100%;
		margin: 0 auto;
  }
  @include mq(sp) {
	  width: divceil(670, 10, rem);
	  margin: 0 auto;
      padding:divceil(20, 10, rem) 0;
  }	
}
#cookie_window div p{
    position: relative;
	color: #fff;
    @include fw(Regular);
      @include mq(pc) {
        @include tbmag(13, 20, pc);
        letter-spacing: 0.05em;
        }
    @include mq(sp) {
		width: divceil(450, 10, rem);
        @include tbmag(24, 36, sp);
        letter-spacing: 0.05em;
    }
}
#cookie_window div p a{
    position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
}
#cookie_window div p a:hover{
	text-decoration: none;
}
#cookie_window div p a .window{
	position:relative;
    display:inline-block;
    @include mq(pc) {
    width:divceil(12, 10, rem);
    height:divceil(12, 10, rem);
    transform: translateY(divceil(0, 10, rem));
    margin-left: divceil(6, 10, rem);
	}
    @include mq(sp) {
    width:divceil(24, 10, rem);
    height:divceil(24, 10, rem);
    transform: translateY(divceil(0, 10, rem));
    margin-left: divceil(6, 10, rem);
	}
}
#cookie_window div p a .window::before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:ease 0.6s all;
	background:url("../../common/img/icon_window_w_s.svg") center center no-repeat;
	background-size:contain;
}
#cookie_close{
	position:relative;
    display: flex;
    align-items: center;
    justify-content:center;
	cursor: pointer;
    transition:ease-out 0.6s all;
	background: #fff;
    @include fw(Medium);
    color: $font_color_k;
    @include mq(pc) {
    width:divceil(120, 10, rem);
    height:divceil(30, 10, rem);
    @include tbmag(13, 13, pc);
    letter-spacing: 0.05em;
	}
    @include mq(sp) {
    width:divceil(180, 10, rem);
    height:divceil(52, 10, rem);
    @include tbmag(24, 24, sp);
    letter-spacing: 0.05em;
	}	
}
#cookie_close:hover{
    @include mq(pc) {
    opacity: .6;
    }
}
*/