@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
}

body, p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  word-break: break-all;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus {
  border-style: none;
  outline: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

article {
  overflow-wrap: break-word;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html {
  font-size: 10px;
}

/* デフォルトでは Noto Sans JP を使用 */
body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure, select, input, textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure, select, input, textarea {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.mincho {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.urbanist {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* 下層メインビジュアル
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
body {
  position: relative;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #1D2088;
  color: #fff;
  padding: 8px;
  z-index: 1000;
}

.skip-link:focus {
  top: 0;
}

/* ヘッダー　PC  */
/* ------------------------------------- */
#container {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #container {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.pc_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  padding: 0 30px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
  .pc_header {
    column-gap: 2%;
  }
}
@media screen and (max-width: 999px) {
  .pc_header {
    display: none;
  }
}
.pc_header .logo_wrap {
  max-width: 400px;
  width: 26%;
}
.pc_header .pc_nav {
  width: 74%;
}
.pc_header .main_list {
  display: flex;
  column-gap: 2%;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .pc_header .main_list {
    column-gap: 2%;
  }
}
.pc_header .main_list .link {
  transition: 0.3s;
  position: relative;
}
.pc_header .main_list .link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1D2088;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.pc_header .main_list .link:hover {
  color: #1D2088;
}
.pc_header .main_list .link:hover:after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 1199px) {
  .pc_header .main_list .link {
    font-size: 14px;
  }
}
.pc_header .main_list .current {
  color: #1D2088;
}
.pc_header .main_list .current::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.pc_header .main_list .contact_link {
  color: #1D2088;
  border: 1px solid #1D2088;
  padding: 4px 20px 4px 20px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .pc_header .main_list .contact_link {
    font-size: 14px;
    padding: 4px 26px 4px 10px;
  }
}
.pc_header .main_list .contact_link:hover {
  background-color: #1D2088;
  color: #fff;
}
.pc_header .main_list .contact_link:hover::after {
  background: #fff;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*---------------------------------------*/
.footer {
  background-color: #1B1C4B;
  padding: 60px 0 40px;
}
.footer .footer_nav {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav {
    padding-bottom: 30px;
  }
}
.footer .footer_nav .head_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .head_nav {
    column-gap: 20px;
    row-gap: 0px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .head_nav li {
    margin-bottom: 30px;
  }
}
.footer .footer_nav .head_nav li .link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  transition: 0.3s;
}
.footer .footer_nav .head_nav li .link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .head_nav li .link {
    margin-bottom: 0px;
  }
}
.footer .footer_nav .head_nav li .child_link {
  display: block;
  color: #D1D2DB;
  opacity: 0.8;
  margin-top: 10px;
  transition: 0.3s;
}
.footer .footer_nav .head_nav li .child_link:hover {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .head_nav li .child_link:first-of-type {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .head_nav li {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav .head_nav li {
    width: 100%;
  }
}
.footer .footer_nav .head_nav li .window {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.footer .footer_nav .head_nav li .window::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #D1D2DB;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1199px) {
  .footer .footer_nav .head_nav li .window::after {
    right: 0;
  }
}
.footer .footer_nav .base_nav {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .base_nav {
    column-gap: 20px;
    row-gap: 30px;
    justify-content: flex-start;
    margin-top: 0px;
  }
}
.footer .footer_nav .base_nav .link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
.footer .footer_nav .base_nav .link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .base_nav .link {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav .base_nav .link {
    width: 100%;
  }
}
.footer .footer_nav .base_nav .window {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.footer .footer_nav .base_nav .window::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 999px) {
  .footer .footer_nav .base_nav .window::after {
    right: 60%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav .base_nav .window::after {
    right: 0;
  }
}
.footer .footer_bottom {
  width: 90%;
  max-width: 1120px;
  margin: 60px auto auto;
  display: flex;
  align-self: center;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom {
    display: block;
    margin: 30px auto auto;
  }
}
.footer .footer_bottom .logo_mark {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .logo_mark {
    margin-top: 10px;
  }
}
.footer .footer_bottom .company_txt {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .company_txt {
    width: 100%;
  }
}
.footer .footer_bottom .company_txt .type {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .company_txt .type {
    margin-top: 10px;
  }
}
.footer .footer_bottom .company_txt .ex {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.footer .copy {
  width: 90%;
  max-width: 1120px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    text-align: center;
  }
}

/* 流用パーツ
--------------------------------------------------*/
article {
  word-break: break-all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* タブキー移動の色
--------------------------------------------------*/
/* Tabキーなどキーボード操作でフォーカスされた時だけ表示 */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #007bff;
}

/* 通常のフォーカス（マウスクリックなど）ではアウトラインを消す */
/* btn_large
--------------------------------------------------*/
.btn_large {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 24px;
  height: 116px;
  max-width: 346px;
  color: #1D2088;
  border: 2px solid #1D2088;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: 0.3s;
  position: relative;
}
.btn_large::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.btn_large:hover {
  background-color: #1D2088;
  color: #fff;
}
.btn_large:hover::after {
  background: #fff;
  right: 30px;
}

/* ボタン共通　重要なお知らせの一覧へ戻るなど
--------------------------------------------------*/
.btn_common {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.71vw, 20px);
  height: 76px;
  max-width: 346px;
  color: #1D2088;
  border: 2px solid #1D2088;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: 0.3s;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .btn_common {
    padding-left: 10px;
  }
}
.btn_common::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 999px) {
  .btn_common::after {
    right: 15px;
  }
}
.btn_common:hover {
  background-color: #1D2088;
  color: #fff;
}
.btn_common:hover::after {
  background: #fff;
  right: 30px;
}
@media screen and (max-width: 999px) {
  .btn_common:hover::after {
    right: 10px;
  }
}

/* 下層KV
--------------------------------------------------*/
/* セクションタイトル
--------------------------------------------------*/
.square_title {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 30px;
  color: #1D2088;
  padding-left: 20px;
  position: relative;
  margin-bottom: 40px;
}
.square_title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1D2088;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .square_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .square_title::before {
    top: 14px;
  }
}

/* 小タイトル h4
--------------------------------------------------*/
.mini_title {
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  color: #1D2088;
  margin-bottom: 30px;
}
.mini_title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1D2088;
  left: 0;
  top: 15px;
}

/* 小タイトル h5
--------------------------------------------------*/
.small_title {
  color: #1D2088;
  border-bottom: 1px solid #D9D9D9;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .small_title {
    font-size: 20px;
  }
}

/* 投稿の呼び出し（重要なおしらせ/決算短信ほか）
--------------------------------------------------*/
.news_list li {
  display: flex;
  column-gap: 30px;
  padding: 20px 30px;
}
@media screen and (max-width: 999px) {
  .news_list li {
    display: block;
    padding: 20px 0px;
  }
}
.news_list li .date {
  width: 135px;
}
@media screen and (max-width: 999px) {
  .news_list li .date {
    margin-bottom: 10px;
    font-size: 14px;
    width: 120px;
  }
}
.news_list li .post_title_wrap {
  width: calc(100% - 135px - 30px);
}
.news_list li .post_title_wrap .post_title {
  display: inline;
  position: relative;
  transition: 0.3s;
}
.news_list li .post_title_wrap:hover .post_title {
  color: #1D2088;
}
.news_list li .post_title_wrap:hover .movie_btn {
  opacity: 0.6;
}
.news_list li .pdf_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.news_list li .pdf_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 12 16'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23e44124; %7D .st2 %7B fill: %23cacaca; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st1' d='M0,0h6.7l5.3,5.3v10.7H0V0Z'/%3E%3Cpath class='st0' d='M1.4,13.3v-3.3h1.3c.4,0,.8,0,1,.3.2.2.4.5.4.8s-.1.6-.4.8c-.2.2-.6.3-1,.3h-.5v1.1h-.8ZM2.2,11.7h.5c.2,0,.4,0,.5-.2,0-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.2-.2-.5-.2h-.5v1.1ZM4.7,13.3v-3.3h1.2c.5,0,.9.1,1.3.4.3.3.5.7.5,1.1v.2c0,.5-.2.9-.5,1.1-.3.3-.8.4-1.3.4h-1.2ZM5.5,12.8h.4c.3,0,.5,0,.7-.3.2-.2.3-.4.3-.8v-.2c0-.3,0-.6-.3-.7-.2-.2-.4-.3-.7-.3h-.4v2.2ZM8.3,13.3v-3.3h2.4v.5h-1.6v.9h1.4v.5h-1.4v1.3h-.8Z'/%3E%3Cpath class='st2' d='M12,5.3h-5.3V0l5.3,5.3Z'/%3E%3C/svg%3E");
}
.news_list li .volume {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  margin-left: 10px;
  display: inline-block;
}
.news_list li .outside_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.news_list li .outside_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.news_list li .movie_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.news_list li .movie_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 640 640'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cpath d='M64,320c0-141.4,114.6-256,256-256s256,114.6,256,256-114.6,256-256,256S64,461.4,64,320ZM252.3,211.1c-7.6,4.2-12.3,12.3-12.3,20.9v176c0,8.7,4.7,16.7,12.3,20.9,7.6,4.2,16.8,4.1,24.3-.5l144-88c7.1-4.4,11.5-12.1,11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5v.2Z'/%3E%3C/svg%3E");
}
.news_list li .movie_btn {
  color: #1D2088;
  border: 1px solid #1D2088;
  font-size: 14px;
  padding: 0 4px;
  display: inline-block;
  transition: 0.3s;
}
.news_list li .movie_btn .outside_icon {
  top: 1px;
}

/* ラベルあり　投稿の呼び出し（IRニュース）
--------------------------------------------------*/
.news_label_list li {
  display: flex;
  column-gap: 30px;
  align-items: center;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .news_label_list li {
    display: block;
    padding: 20px 5%;
  }
}
.news_label_list li:last-of-type {
  margin-bottom: 0;
}
.news_label_list li .date_cate {
  display: flex;
  column-gap: 30px;
  width: 315px;
}
@media screen and (max-width: 999px) {
  .news_label_list li .date_cate {
    margin-bottom: 10px;
    column-gap: 10px;
    width: 100%;
  }
}
.news_label_list li .date_cate .date {
  width: 135px;
}
@media screen and (max-width: 999px) {
  .news_label_list li .date_cate .date {
    font-size: 14px;
    width: 120px;
  }
}
.news_label_list li .date_cate .category {
  background-color: #1D2088;
  color: #fff;
  width: 148px;
  height: 24px;
  border: 1px solid #1D2088;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .news_label_list li .date_cate .category {
    font-size: 14px;
    width: 118px;
    height: 20px;
  }
}
.news_label_list li .post_title_wrap {
  width: calc(100% - 135px - 150px - 30px - 30px);
}
.news_label_list li .post_title_wrap .post_title {
  display: inline;
  position: relative;
  transition: 0.3s;
}
.news_label_list li .post_title_wrap:hover .post_title {
  color: #1D2088;
}
.news_label_list li .pdf_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.news_label_list li .pdf_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 12 16'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23e44124; %7D .st2 %7B fill: %23cacaca; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st1' d='M0,0h6.7l5.3,5.3v10.7H0V0Z'/%3E%3Cpath class='st0' d='M1.4,13.3v-3.3h1.3c.4,0,.8,0,1,.3.2.2.4.5.4.8s-.1.6-.4.8c-.2.2-.6.3-1,.3h-.5v1.1h-.8ZM2.2,11.7h.5c.2,0,.4,0,.5-.2,0-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.2-.2-.5-.2h-.5v1.1ZM4.7,13.3v-3.3h1.2c.5,0,.9.1,1.3.4.3.3.5.7.5,1.1v.2c0,.5-.2.9-.5,1.1-.3.3-.8.4-1.3.4h-1.2ZM5.5,12.8h.4c.3,0,.5,0,.7-.3.2-.2.3-.4.3-.8v-.2c0-.3,0-.6-.3-.7-.2-.2-.4-.3-.7-.3h-.4v2.2ZM8.3,13.3v-3.3h2.4v.5h-1.6v.9h1.4v.5h-1.4v1.3h-.8Z'/%3E%3Cpath class='st2' d='M12,5.3h-5.3V0l5.3,5.3Z'/%3E%3C/svg%3E");
}
.news_label_list li .volume {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  margin-left: 10px;
  display: inline-block;
}
.news_label_list li .new_label {
  color: #d42000;
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #d42000;
  font-size: 14px;
  padding: 0 4px;
  line-height: 1.3;
}
.news_label_list li .outside_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.news_label_list li .outside_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}

.xj-new {
  color: #d42000 !important;
  border: 1px solid #d42000 !important;
}

/* 下層キーヴィジュアル
--------------------------------------------------*/
.sec_undr_kv {
  background-color: #EEEEF6;
  position: relative;
  height: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv {
    height: 200px;
  }
}
.sec_undr_kv .kv_mark {
  position: absolute;
  width: 540px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .kv_mark {
    width: 60%;
  }
}
.sec_undr_kv .breadcrumbs {
  display: flex;
  column-gap: 15px;
  justify-content: start;
  align-items: center;
  margin: auto auto;
  padding: 20px 0 20px 0;
  width: 90%;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  row-gap: 2px;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .breadcrumbs {
    column-gap: 10px;
  }
}
.sec_undr_kv .breadcrumbs .hyphen {
  width: 15px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .breadcrumbs .hyphen {
    width: 10px;
  }
}
.sec_undr_kv .breadcrumbs .link {
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .breadcrumbs .link {
    font-size: 14px;
  }
}
.sec_undr_kv .breadcrumbs .link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1D2088;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.sec_undr_kv .breadcrumbs .link:hover {
  color: #1D2088;
}
.sec_undr_kv .breadcrumbs .link:hover:after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .breadcrumbs .no_link {
    font-size: 14px;
  }
}
.sec_undr_kv .page_title {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 48px;
  position: absolute;
  width: 90%;
  max-width: 1120px;
  margin: auto;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv .page_title {
    font-size: clamp(24px, 6.25vw, 48px);
    top: calc(50% + 10px);
  }
}

/* 下層キーヴィジュアル　シンプル
--------------------------------------------------*/
.sec_undr_kv_simple {
  background-color: #FAFAFA;
  position: relative;
  height: 230px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple {
    height: 200px;
  }
}
.sec_undr_kv_simple .breadcrumbs {
  display: flex;
  column-gap: 15px;
  justify-content: start;
  align-items: center;
  margin: auto auto;
  padding: 20px 0 20px 0;
  width: 90%;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple .breadcrumbs {
    column-gap: 10px;
  }
}
.sec_undr_kv_simple .breadcrumbs .hyphen {
  width: 15px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple .breadcrumbs .hyphen {
    width: 10px;
  }
}
.sec_undr_kv_simple .breadcrumbs .link {
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple .breadcrumbs .link {
    font-size: 14px;
  }
}
.sec_undr_kv_simple .breadcrumbs .link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1D2088;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.sec_undr_kv_simple .breadcrumbs .link:hover {
  color: #1D2088;
}
.sec_undr_kv_simple .breadcrumbs .link:hover:after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple .breadcrumbs .no_link {
    font-size: 14px;
  }
}
.sec_undr_kv_simple .page_title {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 48px;
  position: absolute;
  width: 90%;
  max-width: 1120px;
  margin: auto;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_undr_kv_simple .page_title {
    font-size: clamp(24px, 6.25vw, 48px);
    top: calc(50% + 10px);
  }
}

/*フェードイン*/
.fadein {
  opacity: 0;
  transition: all 800ms ease-in-out;
  transition-delay: 0.03s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*KV フェードイン*/
.kv-fadein-txt {
  opacity: 0;
  transition: all 800ms ease-in-out;
  transition-delay: 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.kv-fadein-txt.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*KV フェードイン*/
.kv-fadein-img {
  opacity: 0;
  transition: all 1200ms ease-in-out;
  transition-delay: 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.kv-fadein-img.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ------------------------------------- */
/* キーヴィジュアル */
/* ------------------------------------- */
.sec_top_kv .kv {
  position: relative;
  display: block;
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.sec_top_kv .kv .catch_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec_top_kv .kv .l_catch {
  font-size: 70px;
  background-color: #fff;
  color: #1D2088;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(29, 32, 136, 0.2);
}
.sec_top_kv .kv .l_catch span {
  font-size: 70px;
  color: #1D2088;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .l_catch {
    font-size: clamp(36px, 9.11vw, 70px);
  }
  .sec_top_kv .kv .l_catch span {
    font-size: clamp(36px, 9.11vw, 70px);
  }
}
.sec_top_kv .kv .s_catch {
  margin: auto 5%;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .s_catch {
    display: none;
  }
}
.sec_top_kv .kv .s_catch .word {
  font-size: 24px;
  color: #fff;
  background-color: #1D2088;
  display: inline-block;
  line-height: 1.6em;
  text-shadow: 0 0 20px rgba(29, 32, 136, 0.2);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .s_catch .word {
    font-size: 16px;
    padding: 0 0 0 10px;
    padding: 0 4px;
  }
}
.sec_top_kv .kv .s_catch .word:nth-of-type(1), .sec_top_kv .kv .s_catch .word:nth-of-type(3) {
  padding: 0 2px 0 5px;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .s_catch .word:nth-of-type(1), .sec_top_kv .kv .s_catch .word:nth-of-type(3) {
    padding: 0 4px;
  }
}
.sec_top_kv .kv .s_catch .word:nth-of-type(2), .sec_top_kv .kv .s_catch .word:nth-of-type(4) {
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .catch_wrap {
    padding: 0 5%;
  }
}
.sec_top_kv .kv .s_catch_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .kv .s_catch_sp {
    background-color: #1D2088;
    margin: auto auto;
    padding: 10px;
    text-align: center;
    display: block;
  }
  .sec_top_kv .kv .s_catch_sp .word {
    color: #fff;
    display: inline-block;
    font-size: 18px;
  }
}
.sec_top_kv .sp_kv {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_top_kv .sp_kv {
    display: block;
  }
}

/* ------------------------------------- */
/* 重要なお知らせ */
/* ------------------------------------- */
.bg_sec_top_important_news {
  background-color: #FAFAFA;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .bg_sec_top_important_news {
    padding-top: 60px;
  }
}

.sec_top_important_news {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.sec_top_important_news .title_link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_top_important_news .title_link_wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.sec_top_important_news .title_link_wrap .square_title {
  margin-bottom: 0;
}
.sec_top_important_news .title_link_wrap .tiny_btn {
  color: #1D2088;
  border: 1px solid #1D2088;
  padding: 4px 25px 4px 15px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
}
.sec_top_important_news .title_link_wrap .tiny_btn::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.sec_top_important_news .title_link_wrap .tiny_btn:hover {
  background-color: #1D2088;
  color: #fff;
}
.sec_top_important_news .title_link_wrap .tiny_btn:hover::after {
  background: #fff;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .sec_top_important_news .title_link_wrap .tiny_btn {
    margin-top: 10px;
    display: inline-block;
  }
}
.sec_top_important_news .news_wrap {
  background-color: #fff;
  padding: 40px 6%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 999px) {
  .sec_top_important_news .news_wrap {
    padding: 20px 5%;
  }
}
.sec_top_important_news .news_wrap .news_list li {
  border-bottom: #E4E4E4 1px solid;
}
.sec_top_important_news .news_wrap .news_list li:last-of-type {
  border-bottom: none;
}
.sec_top_important_news .news_wrap .movie_list li:first-of-type {
  border-top: #E4E4E4 1px solid;
}

/* ------------------------------------- */
/* IRニュース */
/* ------------------------------------- */
.bg_sec_top_ir_news {
  background-color: #FAFAFA;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .bg_sec_top_ir_news {
    padding-top: 60px;
  }
}
.bg_sec_top_ir_news .sec_top_ir_news {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .square_title {
  margin-bottom: 0;
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .tiny_btn {
  color: #1D2088;
  border: 1px solid #1D2088;
  padding: 4px 25px 4px 15px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .tiny_btn::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .tiny_btn:hover {
  background-color: #1D2088;
  color: #fff;
}
.bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .tiny_btn:hover::after {
  background: #fff;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .bg_sec_top_ir_news .sec_top_ir_news .title_link_wrap .tiny_btn {
    margin-top: 10px;
    display: inline-block;
  }
}

/* ------------------------------------- */
/* IRライブラリー */
/* ------------------------------------- */
.bg_sec_top_library {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .bg_sec_top_library {
    padding: 60px 0;
  }
}
.bg_sec_top_library .sec_top_library {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.bg_sec_top_library .sec_top_library .card_list {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bg_sec_top_library .sec_top_library .card_list {
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.bg_sec_top_library .sec_top_library .card_list li {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 0 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .bg_sec_top_library .sec_top_library .card_list li {
    padding: 0;
    width: calc((100% - 10px) / 2);
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg_sec_top_library .sec_top_library .card_list li:last-of-type {
    width: 100%;
    max-width: 450px;
  }
}
.bg_sec_top_library .sec_top_library .card_list li .link {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .bg_sec_top_library .sec_top_library .card_list li .link {
    padding: 25px 1.3vw 25px;
    height: auto;
    width: 100%;
  }
}
.bg_sec_top_library .sec_top_library .card_list li .link:hover {
  opacity: 0.6;
}
.bg_sec_top_library .sec_top_library .card_list li .icon {
  width: 40px;
  height: 40px;
}
.bg_sec_top_library .sec_top_library .card_list li .txt {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 24px;
  color: #1D2088;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .bg_sec_top_library .sec_top_library .card_list li .txt {
    font-size: clamp(18px, 2vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .bg_sec_top_library .sec_top_library .card_list li .txt {
    font-size: clamp(17px, 3.13vw, 20px);
  }
}
.bg_sec_top_library .sec_top_library .card_list li .txt .x80 {
  font-size: 80%;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  display: block;
  color: #1D2088;
  line-height: 1.2;
}

/* ------------------------------------- */
/* IRコンテンツ一覧 */
/* ------------------------------------- */
.sec_top_ircontent {
  width: 90%;
  max-width: 1120px;
  margin: 100px auto 100px;
}
@media screen and (max-width: 999px) {
  .sec_top_ircontent {
    margin: 60px auto 60px;
  }
}
.sec_top_ircontent .link_box_wrap {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_top_ircontent .link_box_wrap {
    display: block;
  }
}
.sec_top_ircontent .link_box_wrap .link_box {
  width: calc((100% - 40px) / 2);
  max-width: 340px;
  background-color: #fff;
  border: 1px solid #1D2088;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .sec_top_ircontent .link_box_wrap .link_box {
    width: 100%;
    max-width: 450px;
    margin: auto auto 20px;
    padding: 20px 20px;
  }
}
.sec_top_ircontent .link_box_wrap .link_box .parent {
  border-bottom: 2px solid #1D2088;
}
.sec_top_ircontent .link_box_wrap .link_box .parent a {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #1D2088;
  font-size: 24px;
  display: block;
  padding: 10px 0;
  position: relative;
}
.sec_top_ircontent .link_box_wrap .link_box .parent a::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.sec_top_ircontent .link_box_wrap .link_box .parent a:hover {
  opacity: 0.6;
}
.sec_top_ircontent .link_box_wrap .link_box .parent a:hover::after {
  right: 0;
}
.sec_top_ircontent .link_box_wrap .link_box .child {
  border-bottom: 1px solid #E4E4E4;
}
.sec_top_ircontent .link_box_wrap .link_box .child:last-of-type {
  border-bottom: none;
}
.sec_top_ircontent .link_box_wrap .link_box .child a {
  display: block;
  padding: 10px 0 10px 15px;
  position: relative;
}
.sec_top_ircontent .link_box_wrap .link_box .child a::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: auto;
  left: 0;
  top: 17px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.sec_top_ircontent .link_box_wrap .link_box .child a:hover {
  opacity: 0.6;
}
.sec_top_ircontent .link_box_wrap .link_box .child a:hover::after {
  left: 5px;
}
.sec_top_ircontent .link_box_wrap .link_box:last-of-type {
  height: 100px;
}
.sec_top_ircontent .link_box_wrap .link_box:last-of-type .parent {
  border-bottom: none;
}
.sec_top_ircontent .link_box_wrap .link_box .window {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.sec_top_ircontent .link_box_wrap .link_box .window::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_about {
  /* ------------------------------------- */
  /* 他ページへのリンクエリア */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* PDFパンフレット */
  /* ------------------------------------- */
}
.page_about hr {
  margin: 0;
  border: none;
  position: absolute;
  top: -40px;
}
.page_about .sec_other_link {
  width: 90%;
  max-width: 1120px;
  margin: 100px auto;
  display: flex;
  column-gap: 3.5%;
  /* btn_large
  --------------------------------------------------*/
}
@media screen and (max-width: 999px) {
  .page_about .sec_other_link {
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .page_about .sec_other_link {
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin: 60px auto;
  }
}
.page_about .sec_other_link .btn_large {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.71vw, 24px);
  height: 116px;
  max-width: 346px;
  width: 31%;
  color: #1D2088;
  border: 2px solid #1D2088;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_about .sec_other_link .btn_large {
    height: 76px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page_about .sec_other_link .btn_large {
    width: calc((100% - 10px) / 2);
  }
  .page_about .sec_other_link .btn_large:last-of-type {
    width: 100%;
    max-width: none;
  }
}
.page_about .sec_other_link .btn_large::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 999px) {
  .page_about .sec_other_link .btn_large::after {
    right: 15px;
  }
}
.page_about .sec_other_link .btn_large:hover {
  background-color: #1D2088;
  color: #fff;
}
.page_about .sec_other_link .btn_large:hover::after {
  background: #fff;
  right: 30px;
}
.page_about .bg_sec_pamphlet {
  background-color: #FAFAFA;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_about .bg_sec_pamphlet {
    padding: 60px 0;
  }
}
.page_about .sec_pamphlet {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  column-gap: 5.36%;
}
@media screen and (max-width: 768px) {
  .page_about .sec_pamphlet {
    display: block;
  }
}
.page_about .sec_pamphlet .leaflet, .page_about .sec_pamphlet .esg {
  width: 47.32%;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 5%;
}
@media screen and (max-width: 768px) {
  .page_about .sec_pamphlet .leaflet, .page_about .sec_pamphlet .esg {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
.page_about .sec_pamphlet .leaflet .square_title, .page_about .sec_pamphlet .esg .square_title {
  display: inline;
}
.page_about .sec_pamphlet .leaflet .publish, .page_about .sec_pamphlet .esg .publish {
  display: inline-block;
  color: #666666;
}
.page_about .sec_pamphlet .leaflet .ex, .page_about .sec_pamphlet .esg .ex {
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  .page_about .sec_pamphlet .leaflet .ex, .page_about .sec_pamphlet .esg .ex {
    margin: 10px auto 20px;
  }
}
.page_about .sec_pamphlet .leaflet .cover, .page_about .sec_pamphlet .esg .cover {
  max-width: 210px;
  width: 90%;
  margin: auto auto 30px;
  border: 2px solid #CDCDDC;
}
@media screen and (max-width: 768px) {
  .page_about .sec_pamphlet .esg {
    margin-bottom: 0;
  }
}
.page_about .sec_pamphlet .btn_pdf {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.71vw, 20px);
  height: 76px;
  max-width: 346px;
  color: #1D2088;
  border: 2px solid #1D2088;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  transition: 0.3s;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .page_about .sec_pamphlet .btn_pdf {
    font-size: clamp(15px, 1.71vw, 20px);
    padding-left: 10px;
  }
}
.page_about .sec_pamphlet .btn_pdf .pdf_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page_about .sec_pamphlet .btn_pdf .pdf_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 12 16'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23e44124; %7D .st2 %7B fill: %23cacaca; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st1' d='M0,0h6.7l5.3,5.3v10.7H0V0Z'/%3E%3Cpath class='st0' d='M1.4,13.3v-3.3h1.3c.4,0,.8,0,1,.3.2.2.4.5.4.8s-.1.6-.4.8c-.2.2-.6.3-1,.3h-.5v1.1h-.8ZM2.2,11.7h.5c.2,0,.4,0,.5-.2,0-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.2-.2-.5-.2h-.5v1.1ZM4.7,13.3v-3.3h1.2c.5,0,.9.1,1.3.4.3.3.5.7.5,1.1v.2c0,.5-.2.9-.5,1.1-.3.3-.8.4-1.3.4h-1.2ZM5.5,12.8h.4c.3,0,.5,0,.7-.3.2-.2.3-.4.3-.8v-.2c0-.3,0-.6-.3-.7-.2-.2-.4-.3-.7-.3h-.4v2.2ZM8.3,13.3v-3.3h2.4v.5h-1.6v.9h1.4v.5h-1.4v1.3h-.8Z'/%3E%3Cpath class='st2' d='M12,5.3h-5.3V0l5.3,5.3Z'/%3E%3C/svg%3E");
}
.page_about .sec_pamphlet .btn_pdf .volume {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .page_about .sec_pamphlet .btn_pdf .volume {
    font-size: 13px;
  }
}
.page_about .sec_pamphlet .btn_pdf::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 999px) {
  .page_about .sec_pamphlet .btn_pdf::after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page_about .sec_pamphlet .btn_pdf::after {
    right: 10px;
    width: 5px;
    height: 12px;
  }
}
.page_about .sec_pamphlet .btn_pdf:hover {
  background-color: #1D2088;
  color: #fff;
}
.page_about .sec_pamphlet .btn_pdf:hover .volume {
  color: #fff;
}
.page_about .sec_pamphlet .btn_pdf:hover::after {
  background: #fff;
  right: 10px;
}
@media screen and (max-width: 999px) {
  .page_about .sec_pamphlet .btn_pdf:hover::after {
    right: 10px;
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_message {
  padding-bottom: 80px;
  /* ------------------------------------- */
  /* 他ページへのリンクエリア */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_message {
    padding-bottom: 60px;
  }
}
.page_message .sec_message_01, .page_message .sec_message_02 {
  width: 90%;
  max-width: 980px;
  margin: 100px auto auto;
}
@media screen and (max-width: 768px) {
  .page_message .sec_message_01, .page_message .sec_message_02 {
    margin: 60px auto auto;
  }
}
.page_message .sec_message_01 .txt, .page_message .sec_message_02 .txt {
  line-height: 1.75;
}
.page_message .sec_message_01 .txt_right, .page_message .sec_message_02 .txt_right {
  text-align: right;
  margin-top: 30px;
}
.page_message .sec_message_01 .paragraph_01 .wrap, .page_message .sec_message_02 .paragraph_01 .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .page_message .sec_message_01 .paragraph_01 .wrap, .page_message .sec_message_02 .paragraph_01 .wrap {
    display: block;
  }
}
.page_message .sec_message_01 .paragraph_01 .txt_wrap, .page_message .sec_message_02 .paragraph_01 .txt_wrap {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .page_message .sec_message_01 .paragraph_01 .txt_wrap, .page_message .sec_message_02 .paragraph_01 .txt_wrap {
    width: 100%;
  }
}
.page_message .sec_message_01 .paragraph_01 .ph_wrap, .page_message .sec_message_02 .paragraph_01 .ph_wrap {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .page_message .sec_message_01 .paragraph_01 .ph_wrap, .page_message .sec_message_02 .paragraph_01 .ph_wrap {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.page_message .sec_message_01 .paragraph_01 .ph_wrap .name, .page_message .sec_message_02 .paragraph_01 .ph_wrap .name {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}
.page_message .sec_message_01 .paragraph_01 .ph_wrap .name .x80, .page_message .sec_message_02 .paragraph_01 .ph_wrap .name .x80 {
  font-size: 80%;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_company {
  padding-bottom: 100px;
  /* ------------------------------------- */
  /* 概要 */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 地図 */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_company {
    padding-bottom: 60px;
  }
}
.page_company .bg_sec_summary {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .page_company .bg_sec_summary {
    padding: 60px 0;
  }
}
.page_company .sec_summary {
  width: 90%;
  max-width: 980px;
  margin: auto;
}
.page_company .sec_summary .date {
  margin-left: 10px;
}
.page_company .sec_summary .table_wrap {
  border: 1px solid #D9D9D9;
}
.page_company .sec_summary .table_wrap dl {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.page_company .sec_summary .table_wrap dl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page_company .sec_summary .table_wrap dl {
    display: block;
  }
}
.page_company .sec_summary .table_wrap dl dt {
  width: 220px;
  background-color: #EEEEF6;
  padding: 30px 40px 30px 40px;
  font-size: 18px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page_company .sec_summary .table_wrap dl dt {
    border-right: none;
    width: 100%;
    padding: 20px;
  }
}
.page_company .sec_summary .table_wrap dl dd {
  width: calc(100% - 220px);
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .page_company .sec_summary .table_wrap dl dd {
    width: 100%;
    padding: 20px;
  }
}
.page_company .sec_summary .table_wrap dl dd .adress {
  padding-left: 12px;
  position: relative;
}
.page_company .sec_summary .table_wrap dl dd .adress:last-of-type {
  margin-top: 10px;
}
.page_company .sec_summary .table_wrap dl dd .adress::before {
  content: "";
  position: absolute;
  background-color: #1D2088;
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
}
.page_company .sec_summary .table_wrap dl dd .adress .word {
  display: inline-block;
}
.page_company .sec_summary .table_wrap dl dd .adress a {
  color: #1D2088;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.page_company .sec_summary .table_wrap dl dd .adress a::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_company .sec_summary .table_wrap .officer dd .flex {
  display: flex;
  column-gap: 30px;
  margin-bottom: 10px;
}
.page_company .sec_summary .table_wrap .officer dd .flex:last-of-type {
  margin-bottom: 0;
}
.page_company .sec_summary .table_wrap .officer dd .post {
  width: 130px;
}
.page_company .sec_summary .table_wrap .officer dd .name {
  width: calc(100% - 160px);
}
.page_company .sec_access {
  margin: 100px auto auto;
  width: 90%;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .page_company .sec_access {
    margin: 60px auto auto;
  }
}
.page_company .sec_access iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .page_company .sec_access iframe {
    height: 250px;
  }
}
.page_company .sec_access .info_wrap {
  margin: 20px auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_company .sec_access .info_wrap {
    display: block;
  }
}
.page_company .sec_access .info_wrap .tiny_btn {
  color: #1D2088;
  border: 1px solid #1D2088;
  padding: 4px 25px 4px 15px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
}
.page_company .sec_access .info_wrap .tiny_btn::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.page_company .sec_access .info_wrap .tiny_btn:hover {
  background-color: #1D2088;
  color: #fff;
}
.page_company .sec_access .info_wrap .tiny_btn:hover::after {
  background: #fff;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .page_company .sec_access .info_wrap .tiny_btn {
    margin-top: 10px;
    display: inline-block;
  }
}
.page_company .sec_access .map02 {
  margin-top: 60px;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_groups {
  /* 一覧ページ ------------------------------------- */
  /* ------------------------------------- */
  /* 市進ホールディングス グループ会社一覧 */
  /* ------------------------------------- */
}
.page_groups .bg_sec_groups_list {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .page_groups .bg_sec_groups_list {
    padding: 60px 0;
  }
}
.page_groups .bg_sec_groups_list .sec_groups_list {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
.page_groups .bg_sec_groups_list .sec_groups_list:first-of-type {
  margin: auto auto auto;
}
@media screen and (max-width: 768px) {
  .page_groups .bg_sec_groups_list .sec_groups_list {
    margin: 60px auto auto;
  }
}
.page_groups .bg_sec_groups_list .sec_groups_list .square_title {
  margin-bottom: 30px;
}
.page_groups .bg_sec_groups_list .sec_groups_list li {
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.page_groups .bg_sec_groups_list .sec_groups_list li:last-of-type {
  margin-bottom: 0;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .title {
  margin-bottom: 10px;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .title .out_link {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page_groups .bg_sec_groups_list .sec_groups_list li .title .out_link {
    font-size: 20px;
  }
}
.page_groups .bg_sec_groups_list .sec_groups_list li .title .single_link {
  position: relative;
  width: 15px;
  height: 24px;
  display: inline-block;
  z-index: 100;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .title .single_link:hover {
  opacity: 0.6;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .title .single_link::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 0;
  top: 8px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page_groups .bg_sec_groups_list .sec_groups_list li .title .single_link {
    width: 10px;
    height: 20px;
  }
  .page_groups .bg_sec_groups_list .sec_groups_list li .title .single_link::after {
    width: 5px;
    height: 13px;
    top: 5px;
  }
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .link_wrap {
  display: block;
  margin-bottom: 6px;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .link_wrap:last-of-type {
  margin-bottom: 0;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .link_wrap span {
  display: block;
  margin-top: 4px;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .url {
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  display: inline;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .url::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  bottom: 4px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .url:hover {
  opacity: 0.6;
}
.page_groups .bg_sec_groups_list .sec_groups_list li .url_ex_link .ex {
  padding-top: 10px;
  transition: 0.3s;
  display: block;
}
.page_groups .bg_sec_groups_list .sec_groups_list .no_txt {
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
  padding: 0 30px;
}

/* 詳細ページ ------------------------------------- */
/* ------------------------------------- */
/* 詳細　内容 */
/* ------------------------------------- */
.bg_sec_groups_single {
  background-color: #FAFAFA;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .bg_sec_groups_single {
    padding: 0 0 0;
  }
}

.sec_groups_single {
  background-color: #fff;
  width: 90%;
  max-width: 1120px;
  margin: -150px auto auto;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
  padding: 60px 5%;
}
@media screen and (max-width: 768px) {
  .sec_groups_single {
    margin: -80px auto auto;
  }
}
.sec_groups_single .intro_area .company_name {
  color: #1D2088;
  font-size: 32px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  padding: 0 30px 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .intro_area .company_name {
    font-size: 24px;
    padding: 0 0px 10px;
  }
}
.sec_groups_single .intro_area .ex_txt {
  padding: 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .intro_area .ex_txt {
    padding: 10px 0px 0;
  }
}
.sec_groups_single .info_area {
  margin-top: 60px;
}
.sec_groups_single .info_area .title_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sec_groups_single .info_area .title_date .mini_title {
  margin-bottom: 0;
}
.sec_groups_single .info_area .table_wrap {
  border: 1px solid #D9D9D9;
}
.sec_groups_single .info_area .table_wrap dl {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.sec_groups_single .info_area .table_wrap dl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .info_area .table_wrap dl {
    display: block;
  }
}
.sec_groups_single .info_area .table_wrap dl dt {
  width: 220px;
  background-color: #EEEEF6;
  padding: 30px 40px 30px 40px;
  font-size: 18px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .info_area .table_wrap dl dt {
    border-right: none;
    width: 100%;
    padding: 20px;
  }
}
.sec_groups_single .info_area .table_wrap dl dd {
  width: calc(100% - 220px);
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .info_area .table_wrap dl dd {
    width: 100%;
    padding: 20px;
  }
}
.sec_groups_single .info_area .table_wrap dl dd .adress {
  padding-left: 12px;
  position: relative;
  margin-top: 10px;
}
.sec_groups_single .info_area .table_wrap dl dd .adress:first-of-type {
  margin-top: 0;
}
.sec_groups_single .info_area .table_wrap dl dd .adress::before {
  content: "";
  position: absolute;
  background-color: #1D2088;
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
}
.sec_groups_single .info_area .table_wrap dl dd .adress .word {
  display: inline-block;
}
.sec_groups_single .info_area .table_wrap dl dd .adress a {
  color: #1D2088;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.sec_groups_single .info_area .table_wrap dl dd .adress a::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.sec_groups_single .info_area .table_wrap .officer dd .flex {
  display: flex;
  column-gap: 30px;
  margin-bottom: 10px;
}
.sec_groups_single .info_area .table_wrap .officer dd .flex:last-of-type {
  margin-bottom: 0;
}
.sec_groups_single .info_area .table_wrap .officer dd .post {
  width: 130px;
}
.sec_groups_single .info_area .table_wrap .officer dd .name {
  width: calc(100% - 160px);
}
.sec_groups_single .info_area .table_wrap .url_link .link {
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  display: inline;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}
.sec_groups_single .info_area .table_wrap .url_link .link::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  bottom: 4px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.sec_groups_single .info_area .table_wrap .url_link .link:hover {
  opacity: 0.6;
}
.sec_groups_single .info_area .table_wrap .url_link p {
  margin-top: 5px;
}
.sec_groups_single .info_area .table_wrap .pdf_link .link_wrap {
  margin-bottom: 10px;
}
.sec_groups_single .info_area .table_wrap .pdf_link .link_wrap:last-of-type {
  margin-bottom: 0;
}
.sec_groups_single .info_area .table_wrap .pdf_link .post_title_wrap {
  border-bottom: 1px solid #1D2088;
}
.sec_groups_single .info_area .table_wrap .pdf_link .post_title_wrap .post_title {
  display: inline;
  position: relative;
  transition: 0.3s;
  color: #1D2088;
}
.sec_groups_single .info_area .table_wrap .pdf_link .post_title_wrap:hover .post_title {
  opacity: 0.6;
}
.sec_groups_single .info_area .table_wrap .pdf_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.sec_groups_single .info_area .table_wrap .pdf_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 12 16'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23e44124; %7D .st2 %7B fill: %23cacaca; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st1' d='M0,0h6.7l5.3,5.3v10.7H0V0Z'/%3E%3Cpath class='st0' d='M1.4,13.3v-3.3h1.3c.4,0,.8,0,1,.3.2.2.4.5.4.8s-.1.6-.4.8c-.2.2-.6.3-1,.3h-.5v1.1h-.8ZM2.2,11.7h.5c.2,0,.4,0,.5-.2,0-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.2-.2-.5-.2h-.5v1.1ZM4.7,13.3v-3.3h1.2c.5,0,.9.1,1.3.4.3.3.5.7.5,1.1v.2c0,.5-.2.9-.5,1.1-.3.3-.8.4-1.3.4h-1.2ZM5.5,12.8h.4c.3,0,.5,0,.7-.3.2-.2.3-.4.3-.8v-.2c0-.3,0-.6-.3-.7-.2-.2-.4-.3-.7-.3h-.4v2.2ZM8.3,13.3v-3.3h2.4v.5h-1.6v.9h1.4v.5h-1.4v1.3h-.8Z'/%3E%3Cpath class='st2' d='M12,5.3h-5.3V0l5.3,5.3Z'/%3E%3C/svg%3E");
}
.sec_groups_single .info_area .table_wrap .volume {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  margin-left: 10px;
  display: inline-block;
}
.sec_groups_single .access_area {
  margin-top: 60px;
}
.sec_groups_single .access_area iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .access_area iframe {
    height: 250px;
  }
}
.sec_groups_single .access_area .info_wrap {
  margin: 20px auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .access_area .info_wrap {
    display: block;
  }
}
.sec_groups_single .access_area .info_wrap .tiny_btn {
  color: #1D2088;
  border: 1px solid #1D2088;
  padding: 4px 25px 4px 15px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
}
.sec_groups_single .access_area .info_wrap .tiny_btn::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.sec_groups_single .access_area .info_wrap .tiny_btn:hover {
  background-color: #1D2088;
  color: #fff;
}
.sec_groups_single .access_area .info_wrap .tiny_btn:hover::after {
  background: #fff;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .sec_groups_single .access_area .info_wrap .tiny_btn {
    margin-top: 10px;
    display: inline-block;
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_stock {
  padding-bottom: 100px;
  /* 株式情報 ------------------------------------- */
  /* ------------------------------------- */
  /* 情報の表 */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* ご注意 */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 他のページへのリンク */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_stock {
    padding-bottom: 60px;
  }
}
.page_stock .sec_situation {
  width: 90%;
  max-width: 980px;
  margin: 100px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_situation {
    margin: 60px auto auto;
  }
}
.page_stock .sec_situation .date {
  margin-left: 10px;
}
.page_stock .sec_situation .up dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin: auto auto 10px;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 10px;
}
.page_stock .sec_situation .up dl:last-of-type {
  margin: auto auto 0;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_situation .up dl {
    display: block;
  }
}
.page_stock .sec_situation .up dl dd {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_situation .up dl dd {
    text-align: left;
    padding-left: 1em;
    margin-top: 5px;
  }
}
.page_stock .sec_situation .under .title {
  width: 100%;
  max-width: 700px;
  margin: 30px auto auto;
}
.page_stock .sec_situation .under table {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: sans-serif;
}
.page_stock .sec_situation .under thead {
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_situation .under thead {
    font-size: 14px;
  }
}
.page_stock .sec_situation .under th, .page_stock .sec_situation .under td {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_situation .under th, .page_stock .sec_situation .under td {
    font-size: 14px;
  }
}
.page_stock .sec_situation .under th {
  font-weight: bold;
}
.page_stock .sec_situation .under .center {
  text-align: center;
}
.page_stock .sec_situation .under .vertical-middle {
  vertical-align: middle;
}
.page_stock .sec_situation .note {
  text-indent: -3.5em;
  padding-left: 3.5em;
  width: 100%;
  max-width: 700px;
  margin: 20px auto auto;
}
.page_stock .sec_distribution {
  width: 90%;
  max-width: 980px;
  margin: 100px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_distribution {
    margin: 60px auto auto;
  }
}
.page_stock .sec_distribution img {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.page_stock .sec_info_table {
  width: 90%;
  max-width: 980px;
  margin: 100px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table {
    margin: 60px auto auto;
  }
}
.page_stock .sec_info_table .table_wrap {
  border: 1px solid #D9D9D9;
}
.page_stock .sec_info_table .table_wrap dl {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.page_stock .sec_info_table .table_wrap dl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .table_wrap dl {
    display: block;
  }
}
.page_stock .sec_info_table .table_wrap dl dt {
  width: 220px;
  background-color: #FAFAFA;
  padding: 30px 40px 30px 40px;
  font-size: 18px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .table_wrap dl dt {
    border-right: none;
    width: 100%;
    padding: 20px;
  }
}
.page_stock .sec_info_table .table_wrap dl dd {
  width: calc(100% - 220px);
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .table_wrap dl dd {
    width: 100%;
    padding: 20px;
  }
}
.page_stock .sec_info_table .table_wrap dl dd .adress {
  padding-left: 12px;
  position: relative;
  margin-top: 10px;
}
.page_stock .sec_info_table .table_wrap dl dd .adress:first-of-type {
  margin-top: 0;
}
.page_stock .sec_info_table .table_wrap dl dd .adress::before {
  content: "";
  position: absolute;
  background-color: #1D2088;
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
}
.page_stock .sec_info_table .table_wrap dl dd .adress .word {
  display: inline-block;
}
.page_stock .sec_info_table .table_wrap dl dd .adress a {
  color: #1D2088;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.page_stock .sec_info_table .table_wrap dl dd .adress a::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_stock .sec_info_table .manager .txt_wrap {
  margin-top: 10px;
}
.page_stock .sec_info_table .manager .txt_wrap:first-of-type {
  margin-top: 0;
}
.page_stock .sec_info_table .manager .txt_wrap .headline {
  font-size: 18px;
  color: #1D2088;
  padding-left: 12px;
  position: relative;
}
.page_stock .sec_info_table .manager .txt_wrap .headline::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1D2088;
  left: 0;
  top: 12px;
}
.page_stock .sec_info_table .manager .txt_wrap .txt {
  padding-left: 12px;
}
.page_stock .sec_info_table .manager .contact_list {
  background-color: #FAFAFA;
  padding: 20px;
  margin-top: 10px;
}
.page_stock .sec_info_table .manager .contact_list .contact_txt {
  display: flex;
  column-gap: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .manager .contact_list .contact_txt {
    display: block;
    margin-top: 10px;
  }
}
.page_stock .sec_info_table .manager .contact_list .contact_txt:first-of-type {
  margin-top: 0;
}
.page_stock .sec_info_table .manager .contact_list .contact_txt .left {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .manager .contact_list .contact_txt .left {
    width: 100%;
  }
}
.page_stock .sec_info_table .manager .contact_list .contact_txt .right {
  width: calc(100% - 70px - 20px);
}
@media screen and (max-width: 768px) {
  .page_stock .sec_info_table .manager .contact_list .contact_txt .right {
    width: 100%;
  }
}
.page_stock .sec_info_table .url_link .link {
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  display: inline;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}
.page_stock .sec_info_table .url_link .link::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_stock .sec_info_table .url_link .link:hover {
  opacity: 0.6;
}
.page_stock .sec_info_table .url_link p {
  margin-top: 5px;
}
.page_stock .sec_caution {
  margin: 80px auto auto;
  padding-bottom: 60px;
  width: 90%;
  max-width: 980px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page_stock .sec_caution {
    margin: 60px auto auto;
    padding-bottom: 40px;
  }
}
.page_stock .sec_caution .txt_indent {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-top: 10px;
}
.page_stock .sec_caution .txt_indent:first-of-type {
  margin-top: 0;
}
.page_stock .sec_other_link {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
  display: flex;
  column-gap: 40px;
  justify-content: center;
  /* btn_large
  --------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .page_stock .sec_other_link {
    display: block;
    margin: 40px auto auto;
  }
}
.page_stock .sec_other_link .btn_large {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.71vw, 24px);
  height: 116px;
  max-width: 346px;
  width: calc((100% - 40px) / 2);
  color: #1D2088;
  border: 2px solid #1D2088;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_stock .sec_other_link .btn_large {
    height: 76px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page_stock .sec_other_link .btn_large {
    width: 100%;
    margin: auto auto 20px;
  }
  .page_stock .sec_other_link .btn_large:last-of-type {
    margin: auto auto auto;
  }
}
.page_stock .sec_other_link .btn_large::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 999px) {
  .page_stock .sec_other_link .btn_large::after {
    right: 15px;
  }
}
.page_stock .sec_other_link .btn_large:hover {
  background-color: #1D2088;
  color: #fff;
}
.page_stock .sec_other_link .btn_large:hover::after {
  background: #fff;
  right: 30px;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_dividend {
  padding-bottom: 100px;
  /* 株式情報 ------------------------------------- */
  /* ------------------------------------- */
  /* 贈呈基準 */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_dividend {
    padding-bottom: 60px;
  }
}
.page_dividend p {
  line-height: 1.75;
}
.page_dividend .sec_standard {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard {
    margin: 60px auto auto;
  }
}
.page_dividend .sec_standard .square_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .square_title {
    margin-bottom: 20px;
  }
}
.page_dividend .sec_standard .wrap {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap {
    padding: 0;
  }
}
.page_dividend .sec_standard .wrap .bold {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .bold {
    margin-top: 20px;
    font-size: 18px;
  }
}
.page_dividend .sec_standard .wrap .table_01, .page_dividend .sec_standard .wrap .table_02 {
  margin-top: 15px;
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
  width: 100%;
}
.page_dividend .sec_standard .wrap .table_01 tr, .page_dividend .sec_standard .wrap .table_02 tr {
  border-bottom: 1px solid #D9D9D9;
}
.page_dividend .sec_standard .wrap .table_01 td, .page_dividend .sec_standard .wrap .table_01 th, .page_dividend .sec_standard .wrap .table_02 td, .page_dividend .sec_standard .wrap .table_02 th {
  width: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 8px;
}
.page_dividend .sec_standard .wrap .table_01 th, .page_dividend .sec_standard .wrap .table_02 th {
  background: #EEEEF6;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .table_01 th, .page_dividend .sec_standard .wrap .table_02 th {
    font-size: clamp(14px, 2.6vw, 20px);
  }
}
.page_dividend .sec_standard .wrap .table_01 th:first-of-type, .page_dividend .sec_standard .wrap .table_02 th:first-of-type {
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .table_01 td, .page_dividend .sec_standard .wrap .table_02 td {
    font-size: clamp(14px, 2.08vw, 16px);
    text-align: center;
  }
}
.page_dividend .sec_standard .wrap .table_01 td:first-of-type, .page_dividend .sec_standard .wrap .table_02 td:first-of-type {
  border-right: 1px solid #D9D9D9;
}
.page_dividend .sec_standard .wrap .table_01 .odd, .page_dividend .sec_standard .wrap .table_02 .odd {
  background-color: #FAFAFA;
}
.page_dividend .sec_standard .wrap .table_02 {
  margin-bottom: 30px;
}
.page_dividend .sec_standard .wrap .note_indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
.page_dividend .sec_standard .wrap .specialty_ph ul {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .specialty_ph ul {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.page_dividend .sec_standard .wrap .specialty_ph ul li {
  width: calc((100% - 60px) / 3);
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .specialty_ph ul li {
    width: calc((100% - 10px) / 2);
  }
}
.page_dividend .sec_standard .wrap .specialty_ph ul li .name {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_standard .wrap .specialty_ph ul li .name {
    font-size: 14px;
  }
}
.page_dividend .sec_howto {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_howto {
    margin: 60px auto auto;
  }
}
.page_dividend .sec_howto .square_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_howto .square_title {
    margin-bottom: 20px;
  }
}
.page_dividend .sec_howto .txt_wrap {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_howto .txt_wrap {
    padding: 0;
  }
}
.page_dividend .sec_howto .txt_wrap .title {
  font-size: 20px;
  font-weight: 700;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_howto .txt_wrap .title {
    margin: 20px auto 10px;
    font-size: 18px;
  }
}
.page_dividend .sec_howto .txt_wrap .title .blue {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  color: #1D2088;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_howto .txt_wrap .title .blue {
    margin-top: 20px;
    font-size: 18px;
  }
}
.page_dividend .sec_howto .txt_wrap .item {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
.page_dividend .sec_period, .page_dividend .sec_contact {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_period, .page_dividend .sec_contact {
    margin: 60px auto auto;
  }
}
.page_dividend .sec_period .square_title, .page_dividend .sec_contact .square_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_period .square_title, .page_dividend .sec_contact .square_title {
    margin-bottom: 20px;
  }
}
.page_dividend .sec_period .wrap, .page_dividend .sec_contact .wrap {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_dividend .sec_period .wrap, .page_dividend .sec_contact .wrap {
    padding: 0;
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_site_policy {
  padding-bottom: 100px;
  /* サイトポリシー ------------------------------------- */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_site_policy {
    padding-bottom: 60px;
  }
}
.page_site_policy p {
  line-height: 1.75;
}
.page_site_policy .sec_policy {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_site_policy .sec_policy {
    margin: 60px auto auto;
  }
}
.page_site_policy .sec_policy .intro_txt {
  margin-bottom: 60px;
}
.page_site_policy .sec_policy .square_title {
  margin-bottom: 30px;
}
.page_site_policy .sec_policy > div {
  margin-bottom: 60px;
}
.page_site_policy .sec_policy .txt {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page_site_policy .sec_policy .txt {
    padding: 0;
  }
}
.page_site_policy .sec_policy .num_txt {
  padding-left: calc(1em + 30px);
  padding-right: 30px;
  text-indent: -1em;
  margin-bottom: 20px;
}
.page_site_policy .sec_policy .num_txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_site_policy .sec_policy .num_txt {
    padding-right: 0;
    padding-left: 1em;
  }
}
.page_site_policy .sec_policy .num_txt .title {
  font-size: 20px;
  color: #1D2088;
}
.page_site_policy .sec_policy .txt-indent {
  text-indent: -1em;
  padding-left: calc(1em + 30px);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .page_site_policy .sec_policy .txt-indent {
    padding-right: 0;
    padding-left: 1em;
  }
}
.page_site_policy .sec_policy .word {
  display: inline-block;
  padding: 0 0 0 15px;
}
.page_site_policy .sec_policy .link {
  color: #1D2088;
  position: relative;
  padding: 0 15px;
  display: inline-block;
  border-bottom: 1px solid #1D2088;
  transition: 0.3s;
}
.page_site_policy .sec_policy .link::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_site_policy .sec_policy .link:hover {
  opacity: 0.6;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_privacy {
  padding-bottom: 100px;
  /* 免責事項 ------------------------------------- */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_privacy {
    padding-bottom: 60px;
  }
}
.page_privacy p {
  line-height: 1.75;
}
.page_privacy .sec_privacy {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy {
    margin: 60px auto auto;
  }
}
.page_privacy .sec_privacy .square_title {
  margin-bottom: 30px;
  padding-left: 0;
}
.page_privacy .sec_privacy .square_title::before {
  display: none;
}
.page_privacy .sec_privacy > div {
  margin-bottom: 60px;
}
.page_privacy .sec_privacy .txt {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy .txt {
    padding: 0;
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_privacy {
  padding-bottom: 100px;
  /* 免責事項 ------------------------------------- */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_privacy {
    padding-bottom: 60px;
  }
}
.page_privacy p {
  line-height: 1.75;
}
.page_privacy .sec_privacy {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy {
    margin: 60px auto auto;
  }
}
.page_privacy .sec_privacy .square_title {
  margin-bottom: 30px;
  padding-left: 0;
}
.page_privacy .sec_privacy .square_title::before {
  display: none;
}
.page_privacy .sec_privacy > div {
  margin-bottom: 60px;
}
.page_privacy .sec_privacy .txt {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy .txt {
    padding: 0;
  }
}
.page_privacy .sec_privacy .txt-indent {
  text-indent: -1.5em;
  padding-left: calc(30px + 1.5em);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy .txt-indent {
    padding-right: 0;
    padding-left: 1.5em;
  }
}
.page_privacy .sec_privacy .block01 .txt-indent {
  margin-bottom: 10px;
}
.page_privacy .sec_privacy .block01 .txt-indent:last-of-type {
  padding-bottom: 0;
}
.page_privacy .sec_privacy .point {
  position: relative;
  padding-left: calc(2.5em + 12px);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy .point {
    padding-left: calc(1em + 12px);
  }
}
.page_privacy .sec_privacy .point::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1D2088;
  left: 2.3em;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .page_privacy .sec_privacy .point::after {
    left: 1em;
  }
}
.page_privacy .sec_privacy .block02 .bg_gray {
  margin-top: 20px;
  padding: 30px 30px;
  background-color: #FAFAFA;
}
.page_privacy .sec_privacy .block02 .wrap {
  margin-bottom: 30px;
}
.page_privacy .sec_privacy .block02 .wrap:last-of-type {
  margin-bottom: 0;
}
.page_privacy .sec_privacy .block02 .title {
  color: #1D2088;
  font-size: 18px;
}
.page_privacy .sec_privacy .block02 .txt {
  padding: 0;
  margin-top: 10px;
}
.page_privacy .sec_privacy .contact_address {
  background-color: #FAFAFA;
  margin-top: 20px;
  padding: 30px 30px;
}
.page_privacy .sec_privacy .contact_address .title {
  color: #1D2088;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.page_privacy .sec_privacy .contact_address .adress, .page_privacy .sec_privacy .contact_address .tel {
  text-align: center;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_accessibility {
  padding-bottom: 100px;
  /* アクセシビリティ方針 ------------------------------------- */
  /* ------------------------------------- */
}
@media screen and (max-width: 768px) {
  .page_accessibility {
    padding-bottom: 60px;
  }
}
.page_accessibility p {
  line-height: 1.75;
}
.page_accessibility .sec_accessibility {
  width: 90%;
  max-width: 980px;
  margin: 80px auto auto;
  /* 表 */
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility {
    margin: 60px auto auto;
  }
}
.page_accessibility .sec_accessibility .square_title {
  margin-bottom: 30px;
  padding-left: 0;
}
.page_accessibility .sec_accessibility .square_title::before {
  display: none;
}
.page_accessibility .sec_accessibility > div {
  margin-bottom: 60px;
}
.page_accessibility .sec_accessibility .bg_gray {
  margin-top: 20px;
  padding: 30px 30px;
  background-color: #FAFAFA;
}
.page_accessibility .sec_accessibility .txt-center {
  text-align: center;
  margin-bottom: 60px;
}
.page_accessibility .sec_accessibility .txt {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility .txt {
    padding: 0;
  }
}
.page_accessibility .sec_accessibility .txt-indent {
  text-indent: -1.5em;
  padding-left: calc(30px + 1.5em);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility .txt-indent {
    padding-right: 0;
    padding-left: 1em;
  }
}
.page_accessibility .sec_accessibility .word {
  display: inline-block;
}
.page_accessibility .sec_accessibility .link {
  color: #1D2088;
  position: relative;
  padding: 0 15px 0 0;
  display: inline-block;
  border-bottom: 1px solid #1D2088;
  transition: 0.3s;
}
.page_accessibility .sec_accessibility .link::after {
  transition: 0.3s;
  position: absolute;
  display: inline;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  bottom: 4px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_accessibility .sec_accessibility .link:hover {
  opacity: 0.6;
}
.page_accessibility .sec_accessibility .link_txt {
  color: #1D2088;
  font-weight: 700;
  border-bottom: 1px solid #1D2088;
}
.page_accessibility .sec_accessibility .out_link {
  display: inline;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid #1D2088;
  transition: 0.3s;
  color: #1D2088;
}
.page_accessibility .sec_accessibility .out_link:hover {
  opacity: 0.6;
}
.page_accessibility .sec_accessibility .out_link .outside_icon {
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page_accessibility .sec_accessibility .out_link .outside_icon::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility .table_wrap {
    overflow-x: scroll;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page_accessibility .sec_accessibility table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility table {
    white-space: nowrap;
    width: max-content;
  }
}
.page_accessibility .sec_accessibility table, .page_accessibility .sec_accessibility td, .page_accessibility .sec_accessibility th {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
}
.page_accessibility .sec_accessibility td, .page_accessibility .sec_accessibility th {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility td, .page_accessibility .sec_accessibility th {
    white-space: normal;
  }
}
.page_accessibility .sec_accessibility th {
  background: #EEEEF6;
  font-size: 20px;
  padding: 20px 10px;
}
.page_accessibility .sec_accessibility th:nth-of-type(1) {
  width: 75px;
}
.page_accessibility .sec_accessibility th:nth-of-type(2) {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .page_accessibility .sec_accessibility th:nth-of-type(2) {
    width: 200px;
  }
}
.page_accessibility .sec_accessibility th:nth-of-type(3) {
  width: 143px;
}
.page_accessibility .sec_accessibility th:nth-of-type(4) {
  width: 80px;
}
.page_accessibility .sec_accessibility th:nth-of-type(5) {
  width: 80px;
}
.page_accessibility .sec_accessibility th:nth-of-type(6) {
  width: 287px;
}
.page_accessibility .sec_accessibility td {
  padding: 22px 10px;
  text-align: center;
}
.page_accessibility .sec_accessibility .even {
  background: #fbf8f0;
}
.page_accessibility .sec_accessibility .odd {
  background: #fefcf9;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_irlibrary {
  /* ------------------------------------- */
  /* IRライブラリー */
  /* ------------------------------------- */
}
.page_irlibrary .bg_sec_library {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .page_irlibrary .bg_sec_library {
    padding: 60px 0;
  }
}
.page_irlibrary .bg_sec_library .sec_library {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.page_irlibrary .bg_sec_library .sec_library .card_list {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page_irlibrary .bg_sec_library .sec_library .card_list {
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.page_irlibrary .bg_sec_library .sec_library .card_list li {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 0 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .page_irlibrary .bg_sec_library .sec_library .card_list li {
    padding: 0;
    width: calc((100% - 10px) / 2);
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_irlibrary .bg_sec_library .sec_library .card_list li:last-of-type {
    width: 100%;
    max-width: 450px;
  }
}
.page_irlibrary .bg_sec_library .sec_library .card_list li .link {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .page_irlibrary .bg_sec_library .sec_library .card_list li .link {
    padding: 25px 1.3vw 25px;
    height: auto;
    width: 100%;
  }
}
.page_irlibrary .bg_sec_library .sec_library .card_list li .link:hover {
  opacity: 0.6;
}
.page_irlibrary .bg_sec_library .sec_library .card_list li .icon {
  width: 40px;
  height: 40px;
}
.page_irlibrary .bg_sec_library .sec_library .card_list li .txt {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 24px;
  color: #1D2088;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .page_irlibrary .bg_sec_library .sec_library .card_list li .txt {
    font-size: clamp(18px, 2vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .page_irlibrary .bg_sec_library .sec_library .card_list li .txt {
    font-size: clamp(17px, 3.13vw, 20px);
  }
}
.page_irlibrary .bg_sec_library .sec_library .card_list li .txt .x80 {
  font-size: 80%;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  display: block;
  color: #1D2088;
  line-height: 1.2;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_contact {
  /* ------------------------------------- */
  /* IRライブラリー */
  /* ------------------------------------- */
}
.page_contact .bg_sec_contact {
  background-color: #FAFAFA;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .page_contact .bg_sec_contact {
    padding: 60px 0;
  }
}
.page_contact .bg_sec_contact .sec_contact {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.page_contact .bg_sec_contact .sec_contact .square_title {
  margin-bottom: 30px;
}
.page_contact .bg_sec_contact .sec_contact .wrapper {
  background-color: #fff;
  padding: 30px;
}
.page_contact .bg_sec_contact .sec_contact .wrapper .link_wrap {
  margin-top: 20px;
}
.page_contact .bg_sec_contact .sec_contact .wrapper .link_wrap:first-of-type {
  margin-top: 0;
}
.page_contact .bg_sec_contact .sec_contact .wrapper .link {
  border-bottom: 1px solid #1D2088;
  color: #1D2088;
  position: relative;
  padding-right: 20px;
  transition: 0.3s;
}
.page_contact .bg_sec_contact .sec_contact .wrapper .link::after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  bottom: 5px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
.page_contact .bg_sec_contact .sec_contact .wrapper .link:hover {
  opacity: 0.6;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ------------------------------------- */
/* 読み込みページのCSS */
/* ------------------------------------- */
.bg_sec_read_in {
  background-color: #FAFAFA;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .bg_sec_read_in {
    padding: 60px 0;
  }
}
.bg_sec_read_in .sec_read_in {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.bg_sec_read_in .intro_txt {
  margin-bottom: 30px;
}
.bg_sec_read_in .year_wrap {
  display: inline;
  position: relative;
}
.bg_sec_read_in .year_wrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 13px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 12'%3E%3C!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3E%3Cpath d='M2.5,0l2.1,5.2H.3L2.5,0Z'/%3E%3Cpath d='M2.5,12L.3,6.8h4.3l-2.1,5.2Z'/%3E%3C/svg%3E");
}
.bg_sec_read_in #yearFilter {
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  padding: 0 10px;
}
.bg_sec_read_in .news_label_list {
  margin-top: 30px;
}
.bg_sec_read_in .year_block {
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  margin-top: 40px;
}
.bg_sec_read_in .year_block .year_title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  color: #1D2088;
  padding-bottom: 10px;
}
.bg_sec_read_in .year_block .news_list {
  margin-top: 20px;
}
.bg_sec_read_in .year_block .news_list li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 10px;
}
.bg_sec_read_in .year_block .news_list li::before {
  position: absolute;
  content: "";
  background-color: #1D2088;
  width: 6px;
  height: 6px;
  top: 14px;
  left: 0;
}
.bg_sec_read_in .year_block .news_list li .date {
  line-height: 2;
  margin-bottom: 0;
}
.bg_sec_read_in .year_block .news_list li .border {
  border-bottom: 1px solid #1D2088;
  transition: 0.3s;
}
.bg_sec_read_in .year_block .news_list li .border:hover {
  opacity: 0.6;
}
.bg_sec_read_in .year_block .news_list li .post_title {
  color: #1D2088;
  line-height: 2;
}
.bg_sec_read_in .adobe_pdf {
  width: 100%;
  max-width: 980px;
  margin: 60px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bg_sec_read_in .adobe_pdf {
    display: block;
    margin: 40px auto auto;
  }
}
.bg_sec_read_in .adobe_pdf .image_wrap {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .bg_sec_read_in .adobe_pdf .image_wrap {
    display: block;
  }
}
.bg_sec_read_in .adobe_pdf p {
  width: calc(100% - 158px - 30px);
}
@media screen and (max-width: 768px) {
  .bg_sec_read_in .adobe_pdf p {
    width: 100%;
    margin-top: 10px;
  }
}

.epublicnotice .xj-news_list {
  margin-top: 0 !important;
}
.epublicnotice .xj-news_list p {
  line-height: 2 !important;
  margin-bottom: 0;
}
.epublicnotice .xj-year_block {
  padding: 25px 40px 30px;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_news {
  /* ------------------------------------- */
  /* 重要なお知らせ一覧 */
  /* ------------------------------------- */
}
.page_news .bg_sec_news {
  background-color: #FAFAFA;
  padding: 60px 0 100px;
}
@media screen and (max-width: 999px) {
  .page_news .bg_sec_news {
    padding: 40px 0 60px;
  }
}
.page_news .bg_sec_news .sec_news {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
.page_news .bg_sec_news .sec_news .news_wrap {
  background-color: #fff;
  padding: 40px 6%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 999px) {
  .page_news .bg_sec_news .sec_news .news_wrap {
    padding: 20px 5%;
  }
}
.page_news .bg_sec_news .sec_news .news_wrap .news_list li {
  border-bottom: #E4E4E4 1px solid;
}
.page_news .bg_sec_news .sec_news .news_wrap .news_list li:last-of-type {
  border-bottom: none;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 40px auto auto;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi .current {
  color: #fff;
  background-color: #1D2088;
  border: 1px solid #1D2088;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi a, .page_news .bg_sec_news .sec_news .wp-pagenavi .extend {
  color: #666666;
  background-color: #fff;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi .extend {
  border: none;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi a, .page_news .bg_sec_news .sec_news .wp-pagenavi span {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border: none;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi .last {
  margin-right: 0;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi a {
  transition: 0.3s;
  border: 1px solid #666666;
}
.page_news .bg_sec_news .sec_news .wp-pagenavi a:hover {
  color: #fff;
  background-color: #1D2088;
  border: 1px solid #1D2088;
}

.page_news_single {
  /* ------------------------------------- */
  /* 重要なお知らせ詳細 */
  /* ------------------------------------- */
}
.page_news_single .sec_undr_kv {
  height: auto;
}
.page_news_single .page_title {
  font-size: 32px;
  transform: none;
  position: static;
  padding: 20px 0 60px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .page_news_single .page_title {
    font-size: 26px;
  }
}
.page_news_single .sec_news_single {
  width: 90%;
  max-width: 980px;
  margin: 40px auto 100px;
}
.page_news_single .sec_news_single .post_content {
  margin: auto auto 40px;
}
.page_news_single .sec_news_single .post_content p {
  line-height: 1.75;
}
.page_news_single .sec_news_single .post_content h1 {
  font-size: 32px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #1D2088;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_news_single .sec_news_single .post_content h1 {
    font-size: 26px;
  }
}
.page_news_single .sec_news_single .post_content h2 {
  font-size: 28px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #1D2088;
  display: block;
  padding: 2px 0 4px 0;
}
@media screen and (max-width: 768px) {
  .page_news_single .sec_news_single .post_content h2 {
    font-size: 24px;
  }
}
.page_news_single .sec_news_single .post_content h3 {
  font-size: 24px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #1D2088;
  position: relative;
  padding-left: 10px;
}
.page_news_single .sec_news_single .post_content h3::before {
  content: "";
  position: absolute;
  background-color: #1D2088;
  left: 0;
  top: 10px;
  width: 4px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .page_news_single .sec_news_single .post_content h3 {
    font-size: 22px;
  }
  .page_news_single .sec_news_single .post_content h3::before {
    top: 9px;
    height: 22px;
  }
}
.page_news_single .sec_news_single .post_content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #1D2088;
}
@media screen and (max-width: 768px) {
  .page_news_single .sec_news_single .post_content h4 {
    font-size: 20px;
  }
}
.page_news_single .sec_news_single .post_content h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.page_news_single .sec_news_single .post_content a {
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  transition: 0.3;
  line-height: 1.75;
}
.page_news_single .sec_news_single .post_content a:hover {
  opacity: 0.6;
}
.page_news_single .sec_news_single .post_content img {
  margin: 20px 0 20px;
  width: auto;
}
.page_news_single .sec_news_single .post_content ul, .page_news_single .sec_news_single .post_content ol {
  margin-top: 30px;
  margin-left: 20px;
}
.page_news_single .sec_news_single .post_content li {
  margin-top: 10px;
}
.page_news_single .sec_news_single .post_content ol li {
  list-style-type: decimal;
}
.page_news_single .sec_news_single .post_content ul li {
  list-style-type: disc;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_sitemap {
  /* ------------------------------------- */
  /* サイトマップ */
  /* ------------------------------------- */
}
.page_sitemap .sec_sitemap {
  width: 90%;
  max-width: 980px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .page_sitemap .sec_sitemap {
    margin: 40px auto 60px;
  }
}
.page_sitemap .sec_sitemap li {
  border-bottom: 1px solid #E4E4E4;
  padding: 20px;
}
.page_sitemap .sec_sitemap li .link {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  transition: 0.3s;
}
.page_sitemap .sec_sitemap li .link:after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: auto;
  left: 0;
  top: 8px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.page_sitemap .sec_sitemap li .link:hover {
  color: #1D2088;
}
.page_sitemap .sec_sitemap li .link:hover:after {
  left: 5px;
}
.page_sitemap .sec_sitemap li .child_Items {
  margin-top: 20px;
}
.page_sitemap .sec_sitemap li .child {
  display: block;
  position: relative;
  padding-left: 15px;
  margin: 10px 20px;
}
.page_sitemap .sec_sitemap li .child:after {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  right: auto;
  left: 0;
  top: 8px;
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 5 10'%3E%3C!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d2088; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,10V0l5,5L0,10Z'/%3E%3C/svg%3E");
}
.page_sitemap .sec_sitemap li .child:hover {
  color: #1D2088;
}
.page_sitemap .sec_sitemap li .child:hover:after {
  left: 5px;
}
.page_sitemap .sec_sitemap li .child + .window {
  margin: 0 20px 10px;
}
.page_sitemap .sec_sitemap li .window {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.page_sitemap .sec_sitemap li .window::before {
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1D2088;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 14 14'%3E%3C!-- Generator: Adobe Illustrator 29.3.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 146) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; stroke: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.5,3l.4-.4-.4-.4-1.1-1.1s0,0,0,0c-.1-.1-.1-.3,0-.4,0-.1.2-.2.3-.2h3.5c.2,0,.4.2.4.4v3.5c0,.2,0,.3-.2.3-.1,0-.3,0-.4,0l-1.1-1.1-.4-.4-.4.4-4.6,4.6s0,0,0,0c-.1.1-.4.1-.5,0-.1-.1-.1-.4,0-.5h0s4.6-4.6,4.6-4.6ZM.5,3.1c0-.9.8-1.7,1.7-1.7h3.1c.2,0,.4.2.4.4s-.2.4-.4.4h-3.1c-.5,0-.9.4-.9.9v8.8c0,.5.4.9.9.9h8.7c.5,0,.9-.4.9-.9v-3.1c0-.2.2-.4.4-.4s.4.2.4.4v3.1c0,.9-.8,1.7-1.7,1.7H2.2c-.9,0-1.7-.8-1.7-1.7V3.1Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1199px) {
  .page_sitemap .sec_sitemap li .window::before {
    right: 0;
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.page_error404 {
  /* ------------------------------------- */
  /* 404 Error */
  /* ------------------------------------- */
}
.page_error404 .sec_error {
  width: 90%;
  max-width: 1120px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .page_error404 .sec_error {
    margin: 60px auto;
  }
}
.page_error404 .sec_error .txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_error404 .sec_error .txt {
    text-align: left;
  }
}
.page_error404 .sec_error .strong {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 30px;
  color: #1D2088;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_error404 .sec_error .strong {
    font-size: 24px;
    text-align: left;
  }
}
.page_error404 .sec_error .btn_large {
  margin: auto;
}/*# sourceMappingURL=style.css.map */