@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%;
}

body {
  line-height: 1.4;
  text-align: left;
  font-size: 1.8rem;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

@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: .3s;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

a.anchor {
  display: block;
  padding-top: 88px;
  margin-top: -88px;
}

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";
}

/****************変数*********************/
/***************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 (max-width: 768px) {
  .top-ttl {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.content-inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 90px 25px;
}

@media screen and (max-width: 768px) {
  .content-inner {
    padding: 60px 25px;
  }
}

.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;
}

/****************header*******************/
header {
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all .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;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}

header .header-inner .header-jrp-wrap {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  header .header-inner .header-jrp-wrap {
    padding-right: 0;
    width: 70%;
  }
}

header .header-inner .header-logo {
  margin-right: 30px;
  z-index: 100;
}

header .header-inner .header-logo a {
  display: block;
}

header .header-inner .header-language {
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header .header-inner .header-language {
    position: absolute;
    top: 34px;
    right: 17%;
  }
  header .header-inner .header-language > img {
    width: 28px;
  }
}

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 (max-width: 768px) {
  header .header-inner .header-language .language-list {
    position: fixed;
    width: 100%;
    left: 0;
  }
}

header .header-inner .header-language .language-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

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: 1px solid #ddd;
  }
}

.header-nav {
  display: flex;
}

.header-nav .nav-link {
  width: 92px;
  text-align: center;
  background: #fff;
}

.header-nav .nav-link img {
  width: 45px;
  height: 41px;
}

.header-nav .nav-link svg {
  width: 40px;
  height: 40px;
}

.header-nav .nav-link a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-nav .nav-link a {
    padding: 20px 0;
  }
}

.header-nav .nav-link .icon-text {
  font-size: 1.2rem;
  margin-top: 8px;
}

.ham-btn {
  display: none;
}

.ham-nav.open {
  display: block;
}

/********************* cookie popup *********************/
.module-ga-cookie-accept-bar {
  width: 100% !important;
  background: #f8f8f8 !important;
  color: #303030 !important;
  font-size: 13px !important;
  padding: 15px 0 !important;
  position: static !important;
}

.module-ga-cookie-accept-bar .cookie_wrap {
  max-width: 980px !important;
  width: 96% !important;
  margin: 0 auto !important;
  display: table !important;
}

.module-ga-cookie-accept-bar .txt {
  display: table-cell !important;
  width: 80% !important;
}

.module-ga-cookie-accept-bar .txt a {
  display: inline !important;
  color: #ff0000 !important;
}

.module-ga-cookie-accept-bar .btn {
  display: table-cell !important;
}

.module-ga-cookie-accept-bar p button:first-child {
  margin-right: 0 !important;
}

.module-ga-cookie-accept-btn {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 11px !important;
  color: #fff !important;
  background: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  border-radius: 3px;
  display: inline-block !important;
  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: .3em 1.0em !important;
  margin: 0 !important;
  margin-left: 1em !important;
  transition: .3s ease-out;
}

.module-ga-cookie-deny-btn {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 11px !important;
  color: #ff0000 !important;
  background: none !important;
  border: 1px solid #ff0000 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  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) !important;
  padding: .5em 1.0em !important;
  margin: 0 !important;
  margin-left: 1em !important;
  transition: .3s !important;
  cursor: pointer !important;
}

.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) !important;
}

@media only screen and (max-width: 740px) {
  #cookie-accept {
    display: flex;
    flex-direction: column-reverse;
  }
  .module-ga-cookie-accept-bar {
    /* margin-bottom:-15% !important;
      padding-top:20% !important;
      padding-bottom:15% !important; */
  }
  .module-ga-cookie-accept-bar .cookie_wrap {
    display: block !important;
    text-align: center !important;
  }
  .module-ga-cookie-accept-bar .txt {
    display: block !important;
    text-align: left !important;
    margin: 0 auto 10px !important;
    width: 95% !important;
  }
  .module-ga-cookie-accept-bar .btn {
    display: inline-block !important;
    width: 48% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }
  .module-ga-cookie-accept-bar .btn_1 {
    margin-right: 2% !important;
  }
  .module-ga-cookie-accept-btn,
  .module-ga-cookie-deny-btn {
    width: 100% !important;
    margin: 0 !important;
  }
}

/*! 通知バーのアニメーション用 */
@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

/*! 通知バー */
.module-ga-cookie-accept-bar {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
  animation-name: ga-cookie-accept-bar-slide-in;
  background-color: #0277bd;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 5px 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 49;
}

.module-ga-cookie-accept-bar.state-remove {
  display: none;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
  animation-name: ga-cookie-accept-bar-slide-out;
}

.module-ga-cookie-accept-bar p {
  margin: 1em 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-bar p button:first-child {
  margin-right: 1em;
}

/*! ボタン */
.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #d32f2f;
  border: 2px solid #b71c1c;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em 1.0em;
  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;
}

/******************ハンバーガーメニュー*******************/
@media screen and (max-width: 768px) {
  .ham-btn {
    position: absolute;
    border: none;
    padding: 0;
    width: 30px;
    height: 50px;
    background: none;
    outline: none;
    top: 21px;
    right: 5%;
    z-index: 100;
    display: block;
  }
  .ham-btn .ham-line1 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 30%;
    right: 0;
    background: #333;
    transition: .3s;
  }
  .ham-btn .ham-line2 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 50%;
    right: 0;
    background: #333;
    transition: .3s;
  }
  .ham-btn .ham-line3 {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 70%;
    right: 0;
    background: #333;
    transition: .3s;
  }
  .ham-btn.open .ham-line1 {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ham-btn.open .ham-line2 {
    opacity: 0;
  }
  .ham-btn.open .ham-line3 {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ham-nav {
    display: none;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 98px;
  }
  .header-nav {
    position: fixed;
    z-index: 50;
    width: 100%;
    padding: 20px 5% 30px;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eee;
  }
  .header-nav .nav-link {
    width: 49%;
    margin-top: 8px;
  }
}

/*************footer*************/
footer {
  background: #dcdcdc;
  padding: 45px 0 30px;
}

footer .footer-inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}

footer .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    display: block;
  }
}

footer .footer-nav dl:nth-of-type(1) {
  width: 20%;
  margin-right: 3%;
}

footer .footer-nav dl:nth-of-type(2) {
  width: 35%;
  margin-right: 3%;
}

footer .footer-nav dl:nth-of-type(3) {
  width: 25%;
  margin-right: 3%;
}

footer .footer-nav dl:nth-of-type(4) {
  width: 10%;
}

@media screen and (max-width: 768px) {
  footer .footer-nav dl:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  footer .footer-nav dl:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
  footer .footer-nav dl:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
  }
  footer .footer-nav dl:nth-of-type(4) {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer dl + dl {
    margin-top: 20px;
  }
}

footer dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2374bb;
}

footer dd {
  margin-top: 20px;
  font-size: 1.4rem;
}

footer dd li + li {
  margin-top: 10px;
}

footer .footer-description {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  footer .footer-description {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  footer .footer-description .capital-ties {
    font-size: 1.2rem;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-description .capital-ties {
    margin-top: 10px;
    font-size: 1rem;
    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 (max-width: 768px) {
  .page-top {
    right: 10px;
  }
}

.banner-area {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .banner-area {
    margin: 0;
    max-width: 100%;
  }
  .banner-area img {
    width: 100%;
  }
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

.header-language .icon-text {
  font-size: 1.2rem;
  margin-top: 8px;
}

.text-underline {
  text-decoration: underline;
}

.fill-btn01 a {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 65px;
  background-color: #2374bb;
}

.fill-btn01 a > figure {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.fill-btn01 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: .35em;
  height: .35em;
  margin-top: -0.24747em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .fill-btn01 a {
    width: 100%;
    height: 45px;
  }
  .fill-btn01 a > figure {
    width: 1.5em;
    height: 1.5em;
    margin-right: 8px;
  }
}

.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;
}

.fill-btn02 a > figure {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.fill-btn02 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: .35em;
  height: .35em;
  margin-top: -0.24747em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .fill-btn02 a {
    width: 100%;
    height: 45px;
  }
}

.indent {
  display: block;
  padding-left: 1.3em;
}
/*# sourceMappingURL=common.css.map */