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

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

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

html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  html {
    font-size: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1.4;
  text-align: left;
  font-size: 1.8rem;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.ham-fixed {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  body.lang-fixed {
    overflow: hidden;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
a.anchor {
  display: block;
}

body.ja {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "sans-serif";
}
body.cn {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.zh {
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body.kr {
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}
body.th {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body.en {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "sans-serif";
}
body.fr {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "sans-serif";
}
body.de {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "sans-serif";
}

html:lang(zh) main *,
html:lang(cn) main *,
html:lang(kr) main *,
html:lang(th) main *,
html:lang(en) main *,
html:lang(fr) main *,
html:lang(de) main * {
  word-break: break-all;
}

/****************変数*********************/
/***************title******************/
.top-ttl {
  color: #2374bb;
  font-size: 3.6rem;
  margin-bottom: 40px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .top-ttl {
    margin-bottom: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 8vw;
  }
}

.content-inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .content-inner {
    padding: 0 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 6.6666666667vw;
  }
}

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

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

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

main {
  margin-top: 98px;
  display: block;
  padding: 60px 0 110px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  main {
    margin-top: 9.702970297vw;
    padding: 5.9405940594vw 0 10.8910891089vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 18.1333333333vw;
    padding: 8vw 0;
  }
}

#breadcrumbs {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #breadcrumbs {
    margin-bottom: 4.9504950495vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin-bottom: 9.3333333333vw;
  }
}
#breadcrumbs > li {
  font-size: 1.4rem;
  display: inline;
  position: relative;
}
@media screen and (max-width: 768px) {
  #breadcrumbs > li {
    font-size: 3.7333333333vw;
  }
}
#breadcrumbs > li::after {
  content: ">";
  margin: 0 5px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #breadcrumbs > li::after {
    margin: 0 0.495049505vw;
  }
}
#breadcrumbs > li:last-child::after {
  display: none;
}

.page-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .page-ttl {
    gap: 0.9900990099vw;
    margin-bottom: 4.9504950495vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page-ttl > .page-ttl-icon {
  width: 50px;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .page-ttl > .page-ttl-icon {
    width: 4.9504950495vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl > .page-ttl-icon {
    width: 9.0666666667vw;
  }
}
.page-ttl > .page-ttl-icon img {
  width: auto;
  max-width: 100%;
  filter: brightness(0);
}
.page-ttl > .page-ttl-text {
  font-size: 4.4rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-ttl > .page-ttl-text {
    font-size: 2.4rem;
  }
}

.custum-mt-14 {
  margin-top: 14px;
}
.custum-mt-14 p:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .custum-mt-14 p:nth-child(2) {
    margin-top: 6px;
    margin-left: 0;
  }
}

/****************header*******************/
header {
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all 0.4s;
  position: fixed;
  top: 0;
  box-shadow: 1px 1px 8px #888888;
}
header .header-inner {
  padding: 0 5%;
  height: 98px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner {
    height: 9.702970297vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding-left: 6.6666666667vw;
    padding-right: 0;
    width: 100%;
    height: 18.1333333333vw;
  }
}
header .header-inner .header-jrp-wrap {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-jrp-wrap {
    padding-right: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-jrp-wrap {
    padding-right: 20vw;
    width: 100%;
    justify-content: space-between;
  }
}
header .header-inner .header-logo {
  max-width: 290px;
  margin-right: 30px;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-logo {
    margin-right: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-logo {
    max-width: 51.7333333333vw;
    margin-right: 0;
    flex: 0 1 auto;
  }
}
header .header-inner .header-logo a {
  display: block;
}
header .header-inner .header-logo img {
  width: 100%;
  max-width: none;
}
header .header-inner .header-language {
  text-align: center;
  z-index: 100;
}
header .header-inner .header-language img {
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-language img {
    width: 4.1584158416vw;
    height: 4.1584158416vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-language img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
header .header-inner .header-language .language-list {
  position: absolute;
  width: 300px;
  background: #fff;
  display: none;
  text-align: center;
  padding: 0 30px;
  top: 98px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-language .language-list {
    width: 29.702970297vw;
    padding: 0 2.9702970297vw;
    top: 9.702970297vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-language .language-list {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 8vw;
    top: 18.1333333333vw;
  }
}
header .header-inner .header-language .language-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-language .language-list li {
    padding: 1.9801980198vw 0;
    border-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-language .language-list li {
    padding: 5.3333333333vw 0;
    border-bottom-width: 0.5333333333vw;
  }
}
header .header-inner .header-language .language-list li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-language .language-list li:last-child {
    border-bottom-width: 0.2666666667vw;
  }
}
header .header-inner .header-language .icon-text {
  font-size: 1.2rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  header .header-inner .header-language .icon-text {
    margin-top: 0.7920792079vw;
  }
}

.header-nav {
  display: flex;
  height: 100%;
}
.header-nav .nav-link {
  display: flex;
  width: 92px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link {
    width: 9.1089108911vw 0;
  }
}
@media screen and (min-width: 1011px) {
  .header-nav .nav-link:nth-child(6), .header-nav .nav-link:nth-child(7), .header-nav .nav-link:last-child {
    display: none;
  }
}
.header-nav .nav-link img {
  width: 45px;
  height: 41px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link img {
    width: 4.4554455446vw 0;
    height: 4.0594059406vw 0;
  }
}
.header-nav .nav-link a, .header-nav .nav-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link a, .header-nav .nav-link span {
    flex-direction: row;
    gap: 10px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link a, .header-nav .nav-link span {
    gap: 0.9900990099vw;
    padding: 1.9801980198vw 0;
  }
}
.header-nav .nav-link a:hover, .header-nav .nav-link span:hover {
  text-decoration: underline;
}
.header-nav .nav-link a img, .header-nav .nav-link span img {
  width: 45px;
  height: 45px;
  filter: brightness(0);
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link a img, .header-nav .nav-link span img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link a img, .header-nav .nav-link span img {
    width: 2.9702970297vw;
    height: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .header-nav .nav-link a img, .header-nav .nav-link span img {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 1011px) {
  .header-nav .nav-link a:hover + .nav-child-wrap, .header-nav .nav-link span:hover + .nav-child-wrap {
    display: block;
  }
}
.header-nav .nav-link .icon-text {
  font-size: 1.2rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link .icon-text {
    margin-top: 0.7920792079vw;
  }
}
.header-nav .nav-link .nav-child-wrap {
  background-color: #2F6ABF;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 98px;
  transform: translateX(-50%);
  padding: 65px 20px 60px;
  display: none;
}
@media screen and (min-width: 1011px) {
  .header-nav .nav-link .nav-child-wrap:hover {
    display: block;
  }
}
.header-nav .nav-link .nav-child-wrap .nav-list {
  max-width: 834px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  flex-wrap: wrap;
}
.header-nav .nav-link .nav-child-wrap .nav-list > li {
  width: calc(25% - 16.5px);
  display: flex;
}
.header-nav .nav-link .nav-child-wrap .nav-list > li > a {
  color: #2F6ABF;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  min-height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
}
.header-nav .nav-link .nav-child-wrap .nav-list > li > a:hover {
  text-decoration: none;
}
.header-nav .nav-link .nav-child-wrap .nav-list > li > a img {
  width: 25px;
  height: 25px;
  filter: invert(30%) sepia(98%) saturate(644%) hue-rotate(184deg) brightness(101%) contrast(92%);
}

/********************* 英仏独語対応 *********************/
@media screen and (min-width: 1011px) {
  html:lang(en) .header-nav .nav-link .nav-child-wrap .nav-list,
  html:lang(fr) .header-nav .nav-link .nav-child-wrap .nav-list,
  html:lang(de) .header-nav .nav-link .nav-child-wrap .nav-list {
    gap: 20px;
  }
  html:lang(en) .header-nav .nav-link .nav-child-wrap .nav-list > li > a,
  html:lang(fr) .header-nav .nav-link .nav-child-wrap .nav-list > li > a,
  html:lang(de) .header-nav .nav-link .nav-child-wrap .nav-list > li > a {
    font-size: 1.2rem;
    word-break: break-word;
  }
  html:lang(en) .header-nav .nav-link .nav-child-wrap .nav-list > li > a img,
  html:lang(fr) .header-nav .nav-link .nav-child-wrap .nav-list > li > a img,
  html:lang(de) .header-nav .nav-link .nav-child-wrap .nav-list > li > a img {
    width: 25px;
    height: 25px;
  }
}

.ham-btn {
  display: none;
}

.ham-nav.open {
  display: block;
}

/********************* cookie popup *********************/
.module-ga-cookie-accept-bar {
  animation-duration: 0.6s;
  animation-name: ga-cookie-accept-bar-slide-in;
  color: #303030;
  background-color: #f8f8f8;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 15px 0;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 49;
}
.module-ga-cookie-accept-bar.state-remove {
  display: none;
  animation-duration: 0.6s;
  animation-name: ga-cookie-accept-bar-slide-out;
}
.module-ga-cookie-accept-bar .cookie_wrap {
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  display: table;
}
.module-ga-cookie-accept-bar .txt {
  display: table-cell;
  width: 80%;
}
.module-ga-cookie-accept-bar .txt a {
  display: inline;
  color: #ff0000;
}
.module-ga-cookie-accept-bar .btn {
  display: table-cell;
}
.module-ga-cookie-accept-bar p {
  margin: 1em 0;
}
.module-ga-cookie-accept-bar p button:first-child {
  margin-right: 0;
}
.module-ga-cookie-accept-bar a {
  color: inherit;
  text-decoration: underline;
}
.module-ga-cookie-accept-bar .material-icons {
  vertical-align: middle;
  margin-right: 0.2em;
}

.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-family: inherit;
  font-size: 1.1rem;
  margin: 0 0 0 1em;
  padding: 0.3em 1em;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
}
.module-ga-cookie-accept-btn:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.module-ga-cookie-accept-btn.module-ga-cookie-deny-btn {
  background-color: transparent;
  border-color: #fff;
}

.module-ga-cookie-deny-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1rem;
  color: #ff0000;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1em;
  margin: 0;
  margin-left: 1em;
  transition: 0.3s;
  cursor: pointer;
}
.module-ga-cookie-deny-btn:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  #cookie-accept {
    display: flex;
    flex-direction: column-reverse;
  }
  .module-ga-cookie-accept-bar {
    font-size: 0.8rem;
    padding: 4vw 0;
  }
  .module-ga-cookie-accept-bar .cookie_wrap {
    display: block;
    text-align: center;
  }
  .module-ga-cookie-accept-bar .txt {
    display: block;
    text-align: left;
    margin: 0 auto 2.6666666667vw;
    width: 95%;
  }
  .module-ga-cookie-accept-bar .btn {
    display: inline-block;
    width: 48%;
    max-width: 53.3333333333vw;
    margin: 0 auto;
  }
  .module-ga-cookie-accept-bar .btn_1 {
    margin-right: 2%;
  }
  .module-ga-cookie-accept-btn,
  .module-ga-cookie-deny-btn {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    border-width: 0.2666666667vw;
    border-radius: 0.8vw;
  }
}
/*! 通知バーのアニメーション用 */
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    transform: translateY(-120px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-120px);
  }
}
/******************ハンバーガーメニュー*******************/
@media screen and (max-width: 1010px) {
  .ham-btn {
    position: absolute;
    border: none;
    padding: 0;
    width: 30px;
    height: 50px;
    background: none;
    outline: none;
    top: 50%;
    right: 5%;
    z-index: 100;
    display: block;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .ham-btn {
    width: 2.9702970297vw;
    height: 4.9504950495vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .ham-btn {
    width: 8vw;
    height: 13.3333333333vw;
    right: 6.6666666667vw;
  }
}
@media screen and (max-width: 1010px) {
  .ham-btn .ham-line1 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 30%;
    right: 0;
    background: #333;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .ham-btn .ham-line1 {
    width: 2.9702970297vw;
    height: 0.297029703vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .ham-btn .ham-line1 {
    width: 8vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 1010px) {
  .ham-btn .ham-line2 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 50%;
    right: 0;
    background: #333;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .ham-btn .ham-line2 {
    width: 2.9702970297vw;
    height: 0.297029703vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .ham-btn .ham-line2 {
    width: 8vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 1010px) {
  .ham-btn .ham-line3 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 70%;
    right: 0;
    background: #333;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .ham-btn .ham-line3 {
    width: 2.9702970297vw;
    height: 0.297029703vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .ham-btn .ham-line3 {
    width: 8vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 1010px) {
  .ham-btn.open .ham-line1 {
    top: 50%;
    transform: rotate(-45deg);
  }
  .ham-btn.open .ham-line2 {
    opacity: 0;
  }
  .ham-btn.open .ham-line3 {
    top: 50%;
    transform: rotate(45deg);
  }
  .ham-nav {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 98px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .ham-nav {
    top: 9.702970297vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav {
    /*    position: fixed;*/
    z-index: 50;
    width: 100%;
    padding: 0;
    overflow: auto;
    display: block;
    background: #ffffff;
  }
  .header-nav .nav-link {
    color: #ffffff;
    background-color: #2F6ABF;
    width: 100%;
    margin-top: 2px;
    border-bottom: 2px;
    text-align: left;
    flex-direction: column;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link {
    margin-top: 0.198019802vw;
    border-bottom: 0.198019802vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link a, .header-nav .nav-link span {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 20px;
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link a, .header-nav .nav-link span {
    padding: 0.9900990099vw 1.9801980198vw;
    min-height: 5.9405940594vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link a, .header-nav .nav-link span {
    padding: 2.6666666667vw 5.3333333333vw;
    min-height: 16vw;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link a:hover, .header-nav .nav-link span:hover {
    text-decoration: none;
  }
  .header-nav .nav-link a::after, .header-nav .nav-link span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-left: auto;
    text-align: right;
    position: relative;
    flex: 0 1 auto;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link a::after, .header-nav .nav-link span::after {
    width: 0.7920792079vw;
    height: 0.7920792079vw;
    border-top-width: 0.198019802vw;
    border-bottom-width: 0.198019802vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link a::after, .header-nav .nav-link span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link a.nav-triger::after, .header-nav .nav-link span.nav-triger::after {
    transform: rotate(135deg);
  }
  .header-nav .nav-link a.nav-triger.open::after, .header-nav .nav-link span.nav-triger.open::after {
    transform: rotate(315deg);
  }
  .header-nav .nav-link .icon-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link .icon-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap {
    position: relative;
    background: #eeeeee;
    padding: 0;
    top: 0;
    width: 100%;
  }
  .header-nav .nav-link .nav-child-wrap .nav-list {
    width: 100%;
    max-width: none;
    gap: 2px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list {
    gap: 0.198019802vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li {
    width: 100%;
  }
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a {
    color: #000000;
    width: 100%;
    background-color: #ffffff;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px 10px 70px;
    min-height: 60px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a {
    gap: 0.9900990099vw;
    padding: 0.9900990099vw 1.9801980198vw 0.9900990099vw 6.9306930693vw;
    min-height: 5.9405940594vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a {
    font-size: 1.5rem;
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 18.6666666667vw;
    min-height: 16vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    margin-left: auto;
    text-align: right;
    position: relative;
    flex: 0 1 auto;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a::after {
    width: 0.7920792079vw;
    height: 0.7920792079vw;
    border-top-width: 0.198019802vw;
    border-bottom-width: 0.198019802vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a img {
    width: 30px;
    height: 30px;
    filter: brightness(0);
  }
}
@media screen and (max-width: 1010px) and (min-width: 769px) and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a img {
    width: 2.9702970297vw;
    height: 2.9702970297vw;
  }
}
@media screen and (max-width: 1010px) and (max-width: 768px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 1010px) {
  .header-nav .nav-link .nav-child-wrap .nav-list > li > a br {
    display: none;
  }
}
/*************footer*************/
@media screen and (max-width: 768px) {
  #footer.for_top {
    margin-bottom: 48px;
  }
}

footer {
  background: #dcdcdc;
  padding: 45px 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer {
    padding: 4.4554455446vw 0 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 12vw 0 8vw;
  }
}
footer .footer-inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer .footer-inner {
    padding: 0 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 0 6.6666666667vw;
  }
}
footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 25px 2%;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer .footer-nav {
    gap: 2.4752475248vw 2%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    display: block;
  }
}
footer .footer-nav dl:nth-of-type(1), footer .footer-nav dl:nth-of-type(2) {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  footer .footer-nav dl:nth-of-type(1), footer .footer-nav dl:nth-of-type(2) {
    width: 100%;
  }
}
footer .footer-nav dl:nth-of-type(5) {
  margin: 10px 0px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav dl:nth-of-type(5) {
    margin: 2.2rem 0px;
  }
}
footer .footer-nav dl:nth-of-type(5) a {
  display: inline-block;
  color: #fff;
  background-color: #EA5C65;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  footer .footer-nav dl:nth-of-type(5) a {
    padding: 0.8rem 1rem 0.5rem;
  }
}
footer .footer-nav dl:nth-of-type(5) a:hover {
  text-decoration: none;
}
footer .footer-nav dl:nth-of-type(5), footer .footer-nav dl:nth-of-type(6), footer .footer-nav dl:nth-of-type(7), footer .footer-nav dl:nth-of-type(8), footer .footer-nav dl:nth-of-type(9) {
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  footer dl + dl {
    margin-top: 5.3333333333vw;
  }
}
footer dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2374bb;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer dt {
    font-size: 1.5841584158vw;
  }
}
footer dd {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer dd {
    margin-top: 1.4851485149vw;
    font-size: 1.3861386139vw;
  }
}
@media screen and (max-width: 768px) {
  footer dd {
    margin-top: 4vw;
  }
}
footer dd li + li {
  margin-top: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer dd li + li {
    margin-top: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  footer dd li + li {
    margin-top: 2.6666666667vw;
  }
}
footer .footer-description {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer .footer-description {
    margin-top: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-description {
    display: block;
  }
}
footer .footer-description .footer-logo {
  width: 100%;
  max-width: 305px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  footer .footer-description .footer-logo {
    max-width: none;
  }
}
footer .footer-description .capital-ties {
  font-size: 1.2rem;
}
@media screen and (min-width: 1011px) {
  footer .footer-description .capital-ties {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  footer .footer-description .capital-ties {
    font-size: 1.1881188119vw;
    margin-left: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-description .capital-ties {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
    letter-spacing: -0.5px;
  }
}

.page-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 25px;
  bottom: 30px;
  z-index: 50;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .page-top {
    width: 5.9405940594vw;
    height: 5.9405940594vw;
    right: 2.4752475248vw;
    bottom: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 8vw;
    right: 2.6666666667vw;
  }
}

.banner-area {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: -50px auto 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .banner-area {
    width: 49.504950495vw;
    margin: -4.9504950495vw auto 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .banner-area {
    margin: 0;
    max-width: 100%;
  }
  .banner-area img {
    width: 100%;
  }
}
.banner-area + .banner-area {
  margin: -30px auto 30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner-area + .banner-area {
    margin-top: -10px;
  }
}

.fill-btn01 a {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 65px;
  background-color: #2374bb;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn01 a {
    width: 31.1881188119vw;
    height: 6.4356435644vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn01 a {
    width: 100%;
    height: 12vw;
  }
}
.fill-btn01 a:hover {
  text-decoration: none;
}
.fill-btn01 a > figure {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn01 a > figure {
    width: 3.9603960396vw;
    height: 3.9603960396vw;
    margin-right: 0.7920792079vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn01 a > figure {
    width: 1.5em;
    height: 1.5em;
    margin-right: 2.1333333333vw;
  }
}
.fill-btn01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.35em;
  height: 0.35em;
  margin-top: -0.24747em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn01 a::before {
    right: 1.9801980198vw;
    border-top-width: 0.099009901vw;
    border-right-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn01 a::before {
    right: 5.3333333333vw;
  }
}

.fill-btn02 a {
  color: #fff;
  position: relative;
  border-radius: 32.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 65px;
  margin: 0 auto;
  background-color: #2374bb;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn02 a {
    border-radius: 3.2178217822vw;
    width: 49.504950495vw;
    height: 6.4356435644vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn02 a {
    border-radius: 6.6666666667vw;
    width: 100%;
    height: 12vw;
  }
}
.fill-btn02 a:hover {
  text-decoration: none;
}
.fill-btn02 a > figure {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn02 a > figure {
    width: 3.9603960396vw;
    height: 3.9603960396vw;
    right: 0.7920792079vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn02 a > figure {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.fill-btn02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.35em;
  height: 0.35em;
  margin-top: -0.24747em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .fill-btn02 a::before {
    right: 1.9801980198vw;
    border-top-width: 0.099009901vw;
    border-right-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  .fill-btn02 a::before {
    right: 5.3333333333vw;
  }
}

.fill-btn02.for-fv a {
  margin-right: 0;
  margin-left: auto;
  border: 1px solid #fff;
  background-color: rgba(4, 59, 108, 0.9);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fill-btn02.for-fv a {
    width: 85%;
    font-size: 12px;
  }
}
.fill-btn02.for-fv a .pc-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .fill-btn02.for-fv a .pc-only {
    display: block;
  }
}

.float-btn {
  position: fixed;
  right: 20px;
  bottom: 120px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  background-color: rgba(174, 27, 13, 0.9);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  z-index: 49;
}
@media screen and (max-width: 768px) {
  .float-btn {
    right: unset;
    bottom: 0;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.26);
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .float-btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 160px;
    font-size: 14px;
  }
}
.float-btn a:hover {
  text-decoration: none;
}
.float-btn a p {
  color: #fff;
  text-align: center;
  max-width: 1010px;
  margin: 0 auto;
  padding: 14px 11px;
}
@media screen and (min-width: 769px) {
  .float-btn a p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding: 18px 25px;
    font-size: 18px;
  }
}
.float-btn a p::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .float-btn a p::after {
    margin-left: 9px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .float-btn a p::after {
    display: inline-block;
    border-width: 6px 0 6px 8px;
    margin-left: 10px;
    margin-bottom: -1px;
  }
}

.indent {
  display: block;
  padding-left: 1.3em;
}/*# sourceMappingURL=common.css.map */