@charset "utf-8";
/* CSS Document */

html {
  visibility: hidden;
  font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "sans-serif";
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
}

body,
html {
  width: 100%;
  height: 100%;
  /*font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 200;*/
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
  height: auto;
}

.gmenu {
  width: 18vw; /* 画面幅の20%を使用 */
  max-width: 250px; /* 最大幅を250pxに設定 */
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1003;
  border-right: #dbdad5 solid 1px;
}

.gmenu .logo {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

.gmenu .logo img {
  width: 90%;
  max-width: 202px;
  height: auto;
  margin: auto;
}

.gmenu ul {
  margin-top: 1vh;
  padding-bottom: 10px;
}

.gmenu ul li {
  z-index: 1004;
}

.gmenu ul li a {
  padding: 1.8vh 0 1.8vh 22px;
  display: block;
  font-size: clamp(
    12px,
    1.1vw,
    16px
  ); /* 最小12px、ビューポート幅の1.1%、最大15px */
  text-align: left;
  color: #231815;
  font-family: Meiryo, source-han-sans-cjk-ja, sans-serif;
  font-weight: bold;
}

.gmenu ul li a:hover {
  background-color: #11285e;
  color: #fff;
}

.gmenu ul li div {
  background: #11285e;
  display: none;
  position: absolute;
  left: 100%; /* 相対位置を親要素の幅100%に設定 */
  top: 0;
  z-index: 1005;
  height: 100vh !important;
  padding-top: 140px;
}

.gmenu ul li div:hover {
  display: block;
}

.gmenu ul li:hover > div {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gmenu ul li ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gmenu ul li ol li {
  width: 250px;
}

.gmenu ul li ol li a {
  padding: 10px 0 10px 22px;
  display: block;
  font-size: clamp(
    11px,
    1.05vw,
    15px
  ); /* 最小12px、ビューポート幅の1.1%、最大15px */
  text-align: left;
  background: url(../images/common/gmenu-arw.png) no-repeat left center;
  color: #fff;
}

.gmenu ul li ol li a:hover {
  background: #1849be;
}

.gmenu .lang {
  margin-top: 0.5vh;
  display: flex;
  justify-content: space-between;
  padding: 0 21px;
  gap: 10px;
}

.gmenu .lang a {
  display: block;
  border: #282828 solid 1px;
  padding: 5px 10px;
  color: #282828;
  width: 100%;
  line-height: 100%;
  font-size: 0.7vw; /* フォントサイズをビューポート幅に基づいて調整 */
  font-size: clamp(10px, 0.7vw, 13px);
  font-weight: bold;
}

.search-container {
  margin: 1.5vh auto 0;
  display: flex;
  align-items: center;
  max-width: 210px;
  width: 14.5vw;
  height: 40px;
  background-color: #ddd;
  border-radius: 1px;
  padding: 0;
  overflow: hidden; /* 子要素の溢れを隠す */
}
.search-input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  background-color: transparent;
  outline: none;
}
.search-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.search-button svg {
  width: 24px; /* アイコンの大きさを調整 */
  height: 24px;
}

/* ベースのスタイル */
#container {
  padding-left: 18vw;
  width: calc(100% - 18vw);
  position: relative;
  z-index: 0;
}

/* 1390px以上でレフトメニューの幅を250pxに固定 */
@media (min-width: 1390px) {
  #container {
    padding-left: 250px;
    width: calc(100% - 250px);
  }
}

.footer_sp {
  text-align: center;
  background: #11285e;
  color: #fff;
  padding-bottom: 20px;
}

.footer_sp a {
  display: none;
}

.footer {
  background: #303030 url(../images/common/line.png) repeat-x top;
  background-size: contain;
  position: relative;
  padding: 8vh 3vw;
  margin-top: 12vh;
}

.footer .policy {
  position: absolute;
  top: 4vh;
  right: 2vw;
  color: #fff;
  font-size: 14px;
}

.footer2 .policy a {
  color: #fff;
  margin-left: 25px;
}

.footer table {
}

@media (max-width: 1670px) {
  .footer table tr td {
    padding: 10px 16px 10px 0;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-align: left;
  }

  .footer table tr td.b a {
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
  }

  .footer table tr td a {
    font-size: 12px;
    color: #fff;
  }
}
@media (min-width: 1671px) {
  .footer table tr td {
    padding: 1vh 3vw 1vh 0;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    min-width: 100px;
  }

  .footer table tr td.b a {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
  }
  .footer table tr td a {
    font-size: 14px;
    color: #fff;
  }
}

.footer table tr td.line1 {
  background: url(../images/common/footer-line1.png) no-repeat left 9px center;
  padding-left: 18px;
}

.footer table tr td.line2 {
  background: url(../images/common/footer-line2.png) no-repeat left 9px center;
  padding-left: 18px;
}

.pageup {
  position: fixed;
  bottom: 20px; /* 下からの位置 */
  right: 20px; /* 右からの位置 */
  display: none; /* 初期状態では非表示 */
  z-index: 1000; /* 他の要素より前面に表示 */
  transition: opacity 0.5s ease; /* フェードイン・フェードアウトのアニメーション */
}

.pageup.show {
  display: block; /* スクロール時に表示 */
  opacity: 1; /* 完全に表示 */
}

.pageup.hide {
  opacity: 0; /* フェードアウト */
}

.f_km {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  /*font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;*/
}

video {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.sp {
  display: none;
}

aside {
  display: none;
}

p.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

.red {
  color: #ff0004;
  font-size: 100%;
}

img[usemap] {
  max-width: 100%;
  height: auto;
}

.tab {
  display: none;
}

.footer2 {
  background: #11285e;
  position: relative;
  padding: 8vh 3vw;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.footer2 .logo {
  text-align: center;
}

.footer2 .policy {
  position: absolute;
  top: 4vh;
  right: 2vw;
  color: #fff;
  font-size: 14px;
}

.footer2 .footer_flex {
  max-width: 1160px;
  width: 60vw;
  justify-content: space-between;
  gap: 10px;
  margin: auto;
  display: flex;
}

.footer2 ul {
  margin-top: 6vh;
}

.footer2 ul li {
  margin: 0 5px;
  text-align: left;
  white-space: nowrap;
}

.footer2 ul li a {
  color: #fff;
  /*	font-size: 13px;*/
  font-size: clamp(10px, 0.8vw, 13px);
}

.footer2 ul li a.b {
  display: block;
  font-size: clamp(10px, 1vw, 16px);
  color: #8fc31f;
  font-weight: bold;
  margin-bottom: 1vh;
}

.footer2 ul li.line1 {
  padding-left: 18px;
}

.footer2 ul li.line2 {
  padding-left: 18px;
}

.footer2 .links {
  width: 60vw;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.footer2 .links ul.text-links {
  display: flex;
  margin-top: 2vh;
  margin-right: 0;
}

.footer2 .links ul.text-links li {
  margin-left: 1vw;
  margin-right: 0;
}

.footer2 .links ul.text-links li a {
  padding-right: 0;
  margin-right: 0;
}

.footer2 .bn-area {
  max-width: 1160px;
  width: 60vw;
  margin: 5vh 0 0;
  display: flex;
  gap: 2vw;
}

.no-wrap {
  display: inline-block;
}

.linkbutton2 {
  color: #ffffff;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px 5px 28px;
  line-height: 100%;
  font-size: 14px !important;
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  background: #269400 url("../images/common/arw6.png") no-repeat left 5px center;
}

.linkbutton2:hover {
  background-color: #61d36a;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}
.sub {
  vertical-align: sub;
  font-size: smaller;
}

/* SVGコンテナのスタイル */
.svg-container {
  width: 240px; /* 横幅を240pxに固定 */
  height: clamp(
    50px,
    4vw,
    70px
  ); /* 高さをビューポート幅の5%とし、最小50px、最大70pxに設定 */
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  position: relative;
}

.svg-container.gm {
  width: 210px !important; /* 横幅を210pxに固定 */
  max-width: 210px; /* max-width設定を明確に */
  height: clamp(50px, 4vw, 70px); /* 高さは同じく調整 */
}

/* 初期状態のスタイル */
.svg-initial {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

/* 初期状態の長方形スタイル */
.svg-initial rect {
  fill: #11285e; /* 背景色 */
  stroke: #11285e; /* 枠線の色 */
}

.button2 rect {
  fill: #fff;
}

.button3 rect {
  fill: #051844;
}

/* 初期状態のテキストスタイル */
.svg-initial text {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.button2 text {
  fill: #333;
}

/* 初期状態の円 */
.circle {
  fill: #8fc31f;
  cx: 202;
  cy: 35;
  r: 5; /* 初期状態の円の半径 */
  transition: all 0.5s ease; /* アニメーションの設定 */
}

/* 初期状態の矢印 */
.arrow {
  opacity: 0; /* 初期状態は非表示 */
  transition: all 0.5s ease; /* アニメーションの設定 */
}

/* マウスオーバー時のスタイル */
.svg-container:hover .svg-initial rect {
  fill: rgba(255, 255, 255, 0.7); /* 背景を透明に */
  stroke: #11285e; /* 枠線の色 */
}

.svg-container:hover .button2 rect {
  fill: #11285e; /* 背景色 */
  stroke: #fff; /* 枠線の色 */
}

.svg-container:hover .svg-initial .outer-rect {
}

.svg-container:hover text {
  fill: #11285e; /* テキスト色を変更 */
}

.svg-container:hover .button2 text {
  fill: #fff; /* テキスト色を変更 */
}

.svg-container:hover .circle {
  r: 20; /* ホバー時の円の半径 */
}

.svg-container:hover .arrow {
  opacity: 1; /* 矢印を表示 */
  transform: translate(32px, 6.5px); /* 円の中の適切な位置に調整 */
}

.footer2 ul li a.w {
  font-size: clamp(10px, 1vw, 16px);
  font-weight: bold;
  line-height: 200%;
}
