@charset "UTF-8";
/*==================================================
$common
==================================================*/
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.7;
  background: #fff;
  position: relative;
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 1.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.nosp {
  display: none !important;
}

img {
  max-width: 100%;
}

.inner {
  width: 95%;
  margin: auto;
}
.inner .s_inner {
  width: 100%;
}

.s_inner {
  width: 90%;
  margin: auto;
}

/*背景なしのセクション*/
main > section:not(.bg_sec, .not_xsec) {
  padding: 0 0 30px;
}
main > section.mission_sec {
  padding: 0 0 10px;
}
main > section.mission_sec2 {
  padding: 0 0 80px;
}
main > section.mission_sec2 .txtwps {
  max-width: 760px;
  margin: 0 auto;
}

/*背景ありのセクション＋続くセクション*/
main > .bg_sec + section,
main > .bg_sec {
  padding: 50px 0;
}

/*孫階層のセクション*/
main > section section {
  padding: 25px 0;
}

/*孫階層のセクション*/
.bg_cream.upage_ttl_area + section {
  padding: 60px 0;
}

/*下層タイトルエリアのセクション*/
main > .upage_ttl_area {
  padding: 30px 0 !important;
}
main > *.bg_other {
  padding: 30px 0 60px !important;
}

/*背景色*/
.bg_blue {
  background-color: #2d4655;
}

.bg_cream {
  background-color: rgba(213, 198, 142, 0.15);
}

.bg_gray {
  background-color: #e6e6e6;
}

.bg_light_gray {
  background-color: #f2f2f2;
}

.bg_block_pd {
  padding: 20px;
}

.bg_transparent {
  outline: 3px solid #2d4655;
  outline-offset: -3px;
}

.bg_white {
  background-color: #fff;
}

.lbl_ttl_bx {
  position: relative;
  padding: 60px 20px 40px;
}
.lbl_ttl_bx .lbl_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================================
$共通
==================================================*/
.kanban_box {
  text-align: center;
  border: solid 1px #2d4655;
}

.kanban_ttl {
  background-color: #2d4655;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}

.kanban_txt {
  background-color: #fff;
  padding: 15px;
}

.flex-wrap > *:not(:last-of-type) {
  margin-bottom: 20px;
}

.flex-nowrap:not(.top_dent_wrap) > *:not(:last-of-type) {
  margin-bottom: 20px;
}

.block_border:not(:last-of-type) {
  border-bottom: solid 6px #e6e6e6;
  padding: 0 0 50px;
  margin-bottom: 50px;
}

.screen-over-content {
  display: none;
}

.pdg30 {
  padding: 20px 5%;
}

.pdg40 {
  padding: 20px 5%;
}

/*ボタン*/
.inter_tab.current {
  background-color: #2d4655;
  color: #fff;
}

.cond_dent_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.cond_dent_btn_wrap .dent_btn {
  margin-bottom: 15px;
  width: 48%;
  font-size: 3.5vw;
}

.top_dent_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.top_dent_wrap > a {
  width: auto;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.top_dent_wrap .dent_btn:not(:last-of-type) {
  margin-right: 8px;
}

.dent_btn {
  border: solid #2d4655 2px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 0px -3px #251e1c;
  box-shadow: 0px 5px 0px -3px #251e1c;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.36em;
  color: #2d4655;
}
.dent_btn span {
  display: block;
  width: 100%;
  color: #35af78;
}
.dent_btn.current {
  border: solid #35af78 2px;
  -webkit-box-shadow: 0px 6px 0px -3px #35af78;
  box-shadow: 0px 6px 0px -3px #35af78;
  color: #35af78;
  background-color: #fff;
}

.directory_inter a {
  font-weight: bold;
  color: #2d4655;
  padding-bottom: 5px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.directory_inter a.current::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #35af78;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.directory_inter a:not(:last-child) {
  margin-right: 35px;
}

main > section.btm_btn_sec {
  text-align: center;
}
main > section.btm_btn_sec a {
  margin-bottom: 30px;
  min-width: 304px;
}

.blue_btn {
  border: solid 2px #2d4655;
  background-color: #2d4655;
  color: #fff;
  font-weight: bold;
  padding: 7px 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.blue_btn::before {
  content: "";
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blue_btn2::before {
  left: revert;
  right: 12px;
}

.back_btn::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.white_btn {
  border: solid 1px #2d4655;
  color: #2d4655;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 5px 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  line-height: 1.2em;
}
.white_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 2px solid #2d4655;
  border-right: 2px solid #2d4655;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.white_btn span {
  background-color: #8f9faa;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 8px;
  right: 10px;
  margin-left: 10px;
}

.s_white_btn {
  padding: 5px 8px;
  background-color: revert;
}

.telllink_btn {
  color: #2d4655;
  font-weight: bold;
  border: solid 1px #2d4655;
  padding: 6px 10px;
  display: inline-block;
}

.outerlink_btn {
  position: relative;
  color: #2d4655;
  font-weight: bold;
  border: solid 1px #2d4655;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.outerlink_btn::after {
  content: "";
  background-image: url(../img/outerlink_icon.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blue_box_link {
  background-color: #576b77;
  text-align: center;
  font-weight: bold;
  padding: 18px 0px 35px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48%;
}
.blue_box_link::before {
  content: "";
  background-image: url(../img/arrow_layer_blue.svg);
  width: 30px;
  height: 14px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blue_box_link b {
  color: #96a3aa;
  font-size: 3.5rem;
  display: block;
  line-height: 1em;
  margin-bottom: 8px;
}
.blue_box_link span {
  color: #fff;
  font-size: 3.8vw;
}

/*タイトル*/
.lbl_ttl {
  /*font-size: 1.8rem;*/
  font-size: 4.6vw;
  font-weight: bold;
  background-color: #2d4655;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.upage_ttl_area .lbl_ttl {
  font-size: 2.1rem;
  margin-bottom: 0;
}

.message_sec {
  margin-top: 25px;
}
.message_sec .lbl_ttl {
  font-size: 1.7rem;
  padding: 10px 15px;
}

.cup_ttl {
  font-size: 1.7rem;
  color: #2d4655;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.cup_ttl::after {
  content: "";
  width: 32px;
  height: 5px;
  background-color: #35af78;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.bb_ttl {
  color: #2d4655;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: solid 1px rgba(34, 54, 67, 0.25);
  margin-bottom: 15px;
  line-height: 1.5em;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb_ttl span {
  font-size: 1.5rem;
}

.simple_ttl {
  color: #2d4655;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.simple_subttl {
  color: #4e5e69;
  font-weight: bold;
}

/*テーブル*/
.row_th_tbl {
  width: 100%;
  border: solid 2px #2d4655;
  font-size: 1.4rem;
}
.row_th_tbl tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
.row_th_tbl th,
.row_th_tbl td {
  vertical-align: middle;
  padding: 8px;
}
.row_th_tbl th {
  background-color: rgba(34, 54, 67, 0.3);
  color: #2d4655;
  font-weight: bold;
  width: 25%;
}

.scroll_tbl {
  overflow-x: scroll;
  position: relative;
  padding-bottom: 15px;
  width: 95%;
  margin: auto;
}
.scroll_tbl > * {
  min-width: 640px;
}
.scroll_tbl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.scroll_tbl::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さ */
}
.scroll_tbl::-webkit-scrollbar-thumb {
  background: #999; /* ツマミの色 */
  border-radius: 100px; /* ツマミ両端の丸み */
}
.scroll_tbl::-webkit-scrollbar-track {
  background: #ccc; /* トラックの色 */
  border-radius: 100px; /* トラック両端の丸み */
}

.tbl_r_caption {
  font-size: 1.2rem;
  text-align: right;
}

.col_th_tbl {
  width: 100%;
  border: solid 2px #2d4655;
  font-size: 1.2rem;
  background-color: #fff;
}
.col_th_tbl tbody.tbl_block {
  border-bottom: solid 2px #2d4655;
}
.col_th_tbl tr td,
.col_th_tbl tr th {
  border: solid 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  padding: 8px 10px;
}
.col_th_tbl tr th {
  background-color: #8aa0ac;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.col_th_tbl tr td:first-of-type {
  color: #2d4655;
  font-weight: bold;
}

table tr .tbl_rtxt {
  text-align: right;
}

.tbl_gray_cell {
  background-color: #e6e6e6;
}

.row_2head_tbl tr td:nth-last-of-type(n + 8) {
  color: #2d4655;
  font-weight: bold;
}
.row_2head_tbl tr th {
  padding: 5px 2px;
}
.row_2head_tbl tr td {
  vertical-align: baseline;
}
.row_2head_tbl tr td:nth-last-child(-n + 7) {
  text-align: right;
}

.row_1head_tbl tr td:not(:first-of-type) {
  text-align: right;
}

.fixed_tbl {
  table-layout: fixed;
}

/*リスト*/
.simple_list {
  text-indent: -1em;
  padding-left: 1em;
}

.maki_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maki_list > li span {
  background-color: #2d4655;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
}
.maki_list > li p {
  padding: 5px 10px;
  background-color: #eaedee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 88px);
}

.bullet_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bullet_list::before {
  content: "・";
}

.circle_list > li {
  position: relative;
  padding-left: 20px;
}
.circle_list > li::before {
  content: "";
  background-color: #8aa0ac;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.wall_list_ttl {
  font-size: 1.7rem;
  font-weight: bold;
  color: #2d4655;
  line-height: 1.5em;
}

.wall_list > li span {
  position: relative;
  padding: 0 12px;
  display: block;
  margin-bottom: 5px;
}
.wall_list > li span::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #8f9faa;
  position: absolute;
  left: 0;
}

.number_list {
  padding-left: 1.5em;
}
.number_list > li {
  list-style: auto;
}

.ab_list {
  padding-left: 1.5em;
}
.ab_list > li {
  list-style: lower-alpha;
}

.bg_number_list {
  counter-reset: number 0;
}
.bg_number_list > li {
  margin-bottom: 40px;
}
.bg_number_list > li > span {
  position: relative;
  background-color: #2d4655;
  color: #fff;
  font-weight: bold;
  padding: 3px 12px 3px 14vw;
  display: inline-block;
  font-size: min(2rem, 5vw);
}
.bg_number_list > li > span::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  color: #8f9faa;
  font-weight: bold;
  left: 3vw;
  bottom: -3vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(5.2rem, 12.5vw);
  font-family: "Figtree", sans-serif;
  font-weight: 800;
}
.bg_number_list > li > p {
  margin-top: 20px;
}

.news_list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  color: #223643;
}

.news_list_date {
  margin-right: 35px;
}

.news_list_arrow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_list_arrow_content::before {
  content: "";
  background-image: url(../img/arrow_layer_blue.svg);
  width: 37px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

/*リンク*/
.right_link {
  text-align: right;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right_link::before {
  content: "";
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/*下層MV*/
.page_mv {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 5px;
  font-size: 1.1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  line-height: 1.5em;
}
.pankuzu li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 10px;
}

.page_mv_ttl {
  color: #0b3341;
  font-weight: bold;
  font-size: 2.8rem;
}

.page_mv_ttl_spfix {
  font-size: 2rem;
}

/*扉ページ*/
.cond_img {
  /* position: absolute; */
  top: 0;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right 50% bottom 0;
  object-position: right 50% bottom 0;
}

.cond_noimg {
  background-color: #2d4655;
}

.cond_txt {
  /* position: absolute; */
  right: 5%;
}

.cond_full .cond_txt {
  right: 10%;
}

.cond_ttl {
  font-size: 1.7rem;
  color: #223643;
  font-weight: bold;
  /* text-shadow: 0px 0px 5px #231815; */
  line-height: 1.5em; /* Safari用 */
  text-align: left;
  display: block;
}

.cond_caption {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px #231815;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 1.4rem;
}

.cond_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cond_contents {
  margin-bottom: 10px;
}

.cond_2 {
  width: 48.5%;
}

.cond_3 {
  width: 48.5%;
}

.cond_4 {
  width: 48.5%;
}

.cond_full {
  width: 100%;
}

.cond_ice {
  width: 100%;
}

.cond_stick {
  width: 100%;
}

.cond_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  z-index: 1;
  overflow: hidden;
}

.cond_full .cond_main,
.cond_ice .cond_main,
.cond_stick .cond_main {
  height: 185px;
}

.cond_sub {
  font-weight: bold;
  font-size: 1.4rem;
}

.cond_sub_parent {
  font-size: 1.7rem;
  color: #2d4655;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cond_sub li:not(.cond_sub_parent) {
  color: #666666;
  text-decoration: underline;
  margin-bottom: 2px;
}

/*ドロップダウン*/
.dropdown_trigger {
  cursor: pointer;
  position: relative;
  width: 100%;
  font-weight: bold;
}
.dropdown_trigger + * {
  display: none;
}

.dropdown_icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 16px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dropdown_icon:before,
.dropdown_icon:after {
  display: block;
  content: "";
  background-color: #35af78;
  border-radius: 10px;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}
.dropdown_icon:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropdown_on .dropdown_icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sticky_note {
  background-color: rgba(213, 198, 142, 0.15);
  color: #2d4655;
  font-weight: bold;
  padding: 15px 15px;
  margin-bottom: 15px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 10px #35af78;
}

.sticky_note2 {
  font-size: 105%;
  color: #2d4655;
  font-weight: bold;
  text-align: center;
  padding: 15px 15px;
}

/*グラフ*/
.gragh_item_contents:not(:last-of-type) {
  margin-bottom: 35px;
}

.gragh_item_img {
  margin-bottom: 25px;
}

.gragh_item_full {
  width: 100%;
}

.gragh_item_full_wrap {
  background-color: #fff;
  padding: 5%;
}

.gragh_item_full .gragh_item_img {
  padding-right: 20px;
  margin-bottom: 10px;
}

/*テキスト*/
.Btxt {
  color: #2d4655;
}

.txt_link {
  text-decoration: underline;
  color: #1374c1;
}

/*==================================================
$header
==================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  padding: 10px;
  line-height: 1em;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
  height: 60px;
}

.header_top {
  width: 100%;
}

.header_logo {
  content: "";
  background-image: url(../img/logo_en.png);
  display: block;
  width: 74%;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.toppage .header.change .header_logo {
  background-image: url(../img/logo_change.svg);
}

.global_menu_wrap {
  width: 90%;
}

.global_menu {
  height: calc(100vh - 200px);
  overflow-y: scroll;
}

.menu:not(:last-of-type) {
  margin-bottom: 30px;
}
.menu > p,
.menu > a {
  position: relative;
}

.parent_menu > .curtain {
  margin-bottom: 20px;
}
.parent_menu > .curtain::before,
.parent_menu > .curtain::after {
  content: "";
  background-color: #223643;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parent_menu > .curtain::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.parent_menu > .curtain.menu_on::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.parent_menu > .curtain span {
  background-color: #223643;
  color: #fff;
  display: inline-block;
  padding: 12px;
}

.childmenu {
  display: none;
  width: 100%;
  pointer-events: none;
  font-size: 1.5rem;
}
.childmenu > .inner > .childmenu_top {
  margin-bottom: 10px;
  display: inline-block;
}

.global_menu_wrap.is-active .childmenu {
  pointer-events: auto;
}

.childmenu_list {
  margin-top: 10px;
}
.childmenu_list li {
  margin-bottom: 20px;
  display: block;
}
.childmenu_list li a {
  display: block;
}
.childmenu_list li.childmenu_sublist a {
  font-size: 1.5rem;
  padding: 0;
  position: relative;
}
.childmenu_list li.childmenu_sublist a:not(:first-of-type) {
  padding-left: 1em;
}
.childmenu_list li.childmenu_sublist a:not(:first-of-type)::after {
  content: "・";
  position: absolute;
  left: 0;
}

.menu_contact_btn {
  position: absolute;
}

.toppage .header.change {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toppage .header.change::before {
  content: "";
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

/*ハンバーガーメニューのスタイル */
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 30px;
  height: 25px;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #223643;
  border-radius: 4px;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 11px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.is-active span {
  /*#btn01*/
}
.menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-40deg);
  transform: translateY(10px) rotate(-40deg);
}
.menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(40deg);
  transform: translateY(-11px) rotate(40deg);
}

.toppage .header.change .menu-btn span {
  background-color: #ffffff;
}

.menu-btn,
.menu-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global_menu_wrap {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #e7ebec;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 30px 15px 0;
}

/* アニメーション後のメニューの状態 */
.global_menu_wrap.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}

/*header_top_tools*/
.h_lang_wrap {
  background-color: #fff;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 10px;
}

.h_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.h_lang li {
  display: inline-block;
  margin: 0 2px;
}
.h_lang a {
  color: #000;
  font-size: 1rem;
}

.switchArea::before {
  content: "／";
}

form.site_search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
form.site_search::before {
  content: "";
  background-image: url(../img/magnify_glass.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
}
form.site_search input {
  border: none;
  border-radius: 100px;
  background-color: #f2f2f2;
  height: 32px;
  font-size: 1.5rem;
  padding: 5px 10px 5px 30px;
  font-family: inherit;
  width: 100%;
}
form.site_search button {
  display: none;
}

/*==================================================
$footer
==================================================*/
.totop {
  background: #8f9faa;
  border-radius: 100px;
  position: absolute;
  width: 150px;
  right: 0;
  left: 0;
  bottom: 214px;
  margin: auto;
  text-align: center;
  padding: 10px 0 10px 25px;
}
.totop:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 15px;
  left: 25px;
  margin: auto;
  -webkit-transform: rotate(-45deg) skew(7deg, 7deg);
  transform: rotate(-45deg) skew(7deg, 7deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.totop span {
  display: block;
  font-size: 1.1rem;
}

.foot_top {
  background-color: #f2f2f2;
  font-size: 1.5rem;
}
.foot_top .inner {
  position: relative;
  padding: 70px 0 40px;
}

.foot_general_top {
  background-color: #2d4655;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
}

.foot_link_catg {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.foot_link_lbl {
  border: solid 1px rgba(34, 54, 67, 0.25);
  padding: 5px 10px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.foot_link_lbl::before,
.foot_link_lbl::after {
  content: "";
  background-color: #223643;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.foot_link_lbl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.foot_link_lbl.menu_on::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.foot_link_wrap {
  width: 90%;
  margin: auto;
  display: none;
}

.foot_row:nth-of-type(2) .foot_link_wrap {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.foot_link_list {
  margin-bottom: 20px;
}
.foot_link_list li.foot_link_parent a {
  color: #2d4655;
  font-weight: bold;
}
.foot_link_list li a {
  display: block;
  color: #666666;
}

.foot_btm {
  background-color: #2d4655;
  color: #fff;
  font-size: 1.3rem;
  padding: 60px 0 35px;
  position: relative;
}

.foot_btm_list {
  margin: auto;
}
.foot_btm_list li {
  padding: 0 15px;
  line-height: 1em;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.foot_btm_list li:not(:last-of-type) a {
  border-right: solid 1px;
  padding-right: 15px;
}

.foot_copy {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

/*==================================================
$toppage
==================================================*/
/*mv*/
.mv {
  position: relative;
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 77vw;
  background-image: url(../img/top_title_en_sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.mv .slider_wp {
  padding-top: 20vw;
}

.slick-slide {
  height: 77vw !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mv01 {
  background-image: url(../img/mv01_sp.png);
}

.mv02 {
  background-image: url(../img/mv02_sp.png);
}

.mv03 {
  background-image: url(../img/mv03_sp.png);
}

.mv_txt {
  color: #2d4655;
  text-align: center;
  position: absolute; /* Safari用 */
  top: 30px; /* Safari用 */
  left: 0;
  right: 0;
  margin: auto;
}
.mv_txt::before {
  content: "";
  background-image: url(../img/mv_icon.svg);
  width: 170px;
  height: 170px;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -105px;
}

.mv_ttl {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.mv_subttl {
  font-weight: bold;
}

.mv_curtain {
  position: absolute;
  bottom: 0;
  left: 5%;
  color: #223643;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 7px;
}
.mv_curtain::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #35af78;
}

/*top_intro_sec*/
main > section.top_intro_sec {
  padding: 38px 0 60px;
}

/*==================================================
$company
==================================================*/
/*=================================
$message
=================================*/
.message_intro {
  margin-top: -40px;
  position: relative;
  z-index: -1;
}

.message_float {
  position: absolute;
  bottom: -130px;
  color: #2d4655;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 3px 3px 6px #fff;
  text-align: center;
  right: 0;
  left: 0;
}

.message_sign {
  position: absolute;
  right: 0;
  bottom: -15px;
  background-color: #dee1e3;
  text-align: center;
  padding: 5px 10px;
  width: 45%;
}
.message_sign img {
  width: 55%;
}
.message_sign p {
  font-weight: bold;
  font-size: 1.1rem;
}

/*=================================
$overview
=================================*/
.member_skill {
  background-color: #fff;
  border-radius: 20px;
  border: solid 2px #2d4655;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 6px 0px -3px #251e1c;
  box-shadow: 0px 6px 0px -3px #251e1c;
}

.member_skill_ttl {
  padding: 15px 0 15px 25px;
}

.member_skill_tbl {
  margin-bottom: 20px;
  min-width: 800px;
}
.member_skill_tbl tr td:nth-of-type(n + 3) {
  text-align: center;
  width: 10%;
  font-size: 2.5rem;
  line-height: 1em;
}

.member_detail_area .s_inner {
  width: 90%;
}

.member_detail_wrap {
  color: #2d4655;
}
.member_detail_wrap:not(:last-of-type) {
  margin-bottom: 64px;
}

.member_detail_img {
  margin-bottom: 10px;
  text-align: center;
}
.member_detail_img img {
  width: 80%;
}

.member_detail_position {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 10px;
}

.member_detail_name {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 10px;
  display: inline-block;
}

.member_detail_ttl {
  background-color: #fff;
}
.member_detail_ttl b {
  background-color: #2d4655;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}

.kitai_yaku {
  padding: 20px 0 10px;
}
.kitai_yaku .yakut {
  margin-bottom: 5px;
}
.kitai_yaku .yakut > b {
  font-weight: bold;
}
.kitai_yaku .yaku_txt {
  font-size: 95%;
}

.member_detail_history {
  background-color: #fff;
  padding: 20px;
}

.member_detail_history_list {
  font-size: 1.5rem;
}
.member_detail_history_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_detail_history_list li span {
  width: 4.5em;
}
.member_detail_history_list li span:nth-of-type(2) {
  text-align: right;
  width: 2.5em;
  margin-right: 1em;
}
.member_detail_history_list li p {
  width: calc(100% - 7em);
}

.history_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.history_list li span {
  width: 8em;
}
.history_list li p {
  width: calc(100% - 8em);
}

/*=================================
$business
=================================*/
.company_img {
  margin-bottom: 33px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

.company_intro_txt {
  margin-bottom: 10px;
}

.segment_txt {
  margin-bottom: 10px;
}

.segment_logo {
  display: block;
  margin: 0 auto 20px;
}

.segment_group_contents:not(:last-of-type) {
  margin-bottom: 35px;
}

.segment_group_top {
  margin-bottom: 20px;
}

.segment_group_subttl {
  color: #495e66;
  font-weight: bold;
}

.business_company_list {
  padding: 10px 20px;
  background-color: #fff;
  color: #2d4655;
  font-weight: bold;
  margin-bottom: 25px;
}
.business_company_list .bullet_list {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.business_item_txt {
  margin-bottom: 10px;
}

.business_item_img {
  text-align: center;
}

/*=================================
$group
=================================*/
.group_logo {
  margin-bottom: 5px;
  height: 30px;
}

.group_company_name {
  border-bottom: solid 1px rgba(34, 54, 67, 0.25);
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.group_company_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0b3341;
}

.group_company_link {
  color: #8aa0ac;
}

.group_company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group_company_list li {
  margin-bottom: 20px;
}
.group_company_list li:first-of-type {
  width: 100%;
}
.group_company_list li:nth-of-type(2),
.group_company_list li:nth-of-type(3),
.group_company_list li:nth-of-type(4) {
  margin-right: 80px;
}

.group_company_map {
  width: 100%;
  height: 238px;
}

/*=================================
$group
=================================*/
.recruit_catg .lbl_ttl {
  margin-bottom: 20px;
}

.recruit_contents:not(:last-of-type) {
  margin-bottom: 50px;
}

/*==================================================
$ir
==================================================*/
/*=================================
$business
=================================*/
/*=================================
$highlight
=================================*/
.highlight_sec {
  padding-bottom: 120px;
}

.inter_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(34, 54, 67, 0.25);
  font-weight: bold;
}

.inter_tab {
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  width: 50%;
  padding: 5px;
  color: #2d4655;
}

.inter_tab_content {
  display: none;
}
.inter_tab_content.show {
  display: block;
}
.inter_tab_content.highlight_show {
  display: block;
}

.highlight_tbl tr td:nth-of-type(2) {
  text-align: center;
}
.highlight_tbl tr td:nth-child(n + 3) {
  text-align: right;
}

.highlight_graph_tbl tr th {
  font-size: 1.2rem;
  padding: 2px 5px;
}
.highlight_graph_tbl tr td {
  color: revert !important;
  font-weight: revert !important;
  font-size: 1.2rem !important;
  text-align: right;
  padding: 8px 3px !important;
}

/*=================================
$rent_compare
=================================*/
.rent_compare_sec {
  padding-bottom: 150px;
}

/*=================================
$segment
=================================*/
.segment_sec:not(:last-of-type) {
  margin-bottom: 50px;
}

.segment_circle_graph {
  display: block;
  padding: 30px 20px 60px;
  margin: auto;
}

/*=================================
$management
=================================*/
/*=================================
$message
=================================*/
.ir_message_tbl {
  font-weight: bold;
  min-width: 700px;
}
.ir_message_tbl tbody {
  border: solid 2px #2d4655;
}
.ir_message_tbl tr:first-of-type th:first-of-type {
  background-color: #fff;
  color: revert;
  text-align: right;
  vertical-align: bottom;
  border-right: solid 2px #2d4655;
}
.ir_message_tbl tr td:nth-last-child(n + 7) {
  border-right: solid 2px #2d4655;
}
.ir_message_tbl tr td:nth-last-of-type(7) {
  text-align: center;
}

/*=================================
$strategy
=================================*/
.medium_wrap {
  margin-bottom: 60px;
}

.medium_contents {
  position: relative;
}
.medium_contents .bullet_list {
  font-size: 1.4rem;
}
.medium_contents:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  padding-bottom: 19px;
}
.medium_contents:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -14px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.medium_pyramid_area {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.medium_pyramid_area::before {
  content: "";
  width: 100%;
  height: 15%;
  background:
    -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #dee1e3)) no-repeat top left/50% 100%,
    -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #dee1e3)) no-repeat bottom right/50% 100%;
  background:
    linear-gradient(to bottom right, transparent 50%, #dee1e3 50%) no-repeat top left/50% 100%,
    linear-gradient(to bottom left, transparent 50%, #dee1e3 50%) no-repeat bottom right/50% 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%); /* Safari用 */
  transform: translate(-50%);
}

.medium_pyramid_item:not(:last-of-type) {
  margin-bottom: 50px;
}

.medium_pyramid_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d4655;
  text-align: center;
  margin-bottom: 15px;
}
.medium_pyramid_ttl + .simple_ttl {
  border-bottom: 2px solid rgba(34, 54, 67, 0.25);
  padding-bottom: 2px;
  display: inline;
}

.medium_pyramid_item .wall_list > li:not(:last-of-type) {
  margin-bottom: 30px;
}
.medium_pyramid_item .wall_list li span {
  font-size: 2rem;
  color: #2d4655;
  font-weight: bold;
  margin-bottom: 10px;
}

.medium_pyramid_sub {
  margin-bottom: 15px;
}

.medium_ideal_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2d4655;
}

.medium_ideal_subttl {
  margin-bottom: 0;
}

.medium_ideal_caption {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 auto 15px;
}

.esg_icon_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medium_esg_contents:not(:last-of-type) {
  margin-bottom: 45px;
}

.main_strategy_contents_subttl {
  font-size: 1.8rem;
  color: #4e5e69;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.esg_icon {
  width: 70px;
  margin-right: 2%;
  margin-bottom: 2% !important;
}

.main_strategy_bg {
  padding: 35px 5%;
}

.main_strategy_list.wall_list > li {
  margin-bottom: 30px !important;
}

.main_strategy_list.wall_list > li span::before {
  background-color: #ccc;
}

.main_strategy_contents:not(:last-of-type) {
  margin-bottom: 80px;
}

.strategy_tbl {
  table-layout: fixed;
}
.strategy_tbl tr th:nth-of-type(3) {
  border: solid 1px #8aa0ac;
  position: relative;
}
.strategy_tbl tr th:nth-of-type(3)::after {
  content: "";
  background-image: url(../img/arrow_layer_white.svg);
  width: 25px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -13px;
}
.strategy_tbl tr td:nth-of-type(3) {
  position: relative;
}
.strategy_tbl tr td:nth-of-type(3)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.25);
}
.strategy_tbl tr td:nth-child(n + 2) {
  text-align: right;
}

/*=================================
$shareholder
=================================*/
/*=================================
$basic
=================================*/
.sh_basic_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sh_basic_info_list li {
  width: 48%;
  margin-bottom: 28px;
}

.sh_basic_gragh_list {
  color: #2d4655;
}
.sh_basic_gragh_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.sh_basic_gragh_list li div {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.sh_basic_gragh_list li span {
  font-weight: bold;
}
.sh_basic_gragh_list li > p {
  width: 100%;
}

.sh_basic_tbl th {
  font-size: 1.5rem;
}

/*=================================
$contact
=================================*/
.sh_contact_tab.inter_tab_wrap {
  border: none;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sh_contact_tab.inter_tab_wrap span {
  width: 50%;
  font-size: 1.2rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 5px;
}

.sh_contact_cause {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sh_contact_cause::after {
  content: "";
  background-image: url(../img/arrow_layer_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
}
.sh_contact_cause p {
  color: #576b77;
  font-weight: bold;
  margin-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sh_contact_cause p::before {
  content: "●";
  margin-right: 5px;
}

.sh_contact_result {
  background-color: #2d4655;
  color: #fff;
  border-radius: 20px;
  font-size: 1.7rem;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

/*=================================
$rules
=================================*/
.sh_rules_item {
  padding: 32px 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
}

/*=================================
$irlibrary
=================================*/
.select_wrap {
  background-color: #fff;
  z-index: 1;
  width: 70%;
  position: absolute;
  right: 0;
  top: 60px;
}

.news_top .select_wrap {
  top: 20px;
}

.select_btn {
  border-bottom: 1px solid rgba(34, 54, 67, 0.25);
  position: relative;
  margin-bottom: 8px;
}
.select_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #223643;
  border-right: 1px solid #223643;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 6px;
  top: 8px;
}

#divSelect,
#press_link,
.news_archive {
  display: none;
}

#divSelect > * > *,
#press_link > * > *,
.news_archive > * {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  padding: 0 10px;
}

.gbox_inner {
  margin-top: 30px;
}

div#divDataArea h3 {
  color: #2d4655;
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: solid 1px rgba(34, 54, 67, 0.25);
  margin-bottom: 15px;
  line-height: 1.5em;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0 !important;
}
div#divDataArea table tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
}
div#divDataArea table td img {
  display: block;
  margin: 0 0 5px 0;
}
div#divDataArea dl dt {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 5px;
  width: 50%;
  position: inherit;
  justify-content: space-between;
}
div#divDataArea dl dd {
  vertical-align: middle;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
  padding: 0 0 15px;
}
div#divDataArea dl a,
div#divDataArea table a {
  text-decoration: underline;
}

.pdf_downloader {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
}

.e-ir_img {
  position: absolute;
  right: 0;
  bottom: -10px;
}

div#announcement {
  margin: 0;
}

.ir_report_cyo02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.ir_report_cyo02 li .float_l {
  margin-right: 30px;
}

.ir_movie_box iframe {
  width: 100%;
  height: 190px;
  margin: 0 auto 30px;
  display: block;
}

.contents_right_h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #2d4655;
}

.news_wrap2 a dl dt span.icon_soukai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.news_wrap2 a dl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  padding: 15px 0px;
}

.news_wrap2 a dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*=================================
$individual
=================================*/
/*=================================
$individual_feature
=================================*/
.dog_kanban_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dog_kanban_wrap:not(:last-of-type) {
  margin-bottom: 80px;
}

.dog_kanban_ttl {
  border: solid 3px #2d4655;
  position: absolute;
  background-color: #fff;
  color: #2d4655;
  font-weight: bold;
  top: -18px;
  left: 0;
  padding: 3px;
}

.glance_data {
  font-size: 2.5rem;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}
.glance_data span {
  font-size: 1.8rem;
}
.glance_data .glance_data_caption {
  display: block;
  line-height: 1.2em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.dog_kanban {
  width: 100%;
  position: relative;
}

.dog_kanban_wrap:first-of-type .dog_kanban {
  width: 48%;
}

.dog_kanban_wrap:last-of-type .dog_kanban {
  width: 48%;
}

.bg_blue.dog_kanban {
  color: #fff;
  padding: 40px 0 25px;
  -webkit-box-shadow: 5px 5px 0px 0px #96a3aa;
  box-shadow: 5px 5px 0px 0px #96a3aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_cream.dog_kanban {
  -webkit-box-shadow: 5px 5px 0px 0px #eee7cf;
  box-shadow: 5px 5px 0px 0px #eee7cf;
  padding: 70px 25px 50px;
}

.bg_transparent.dog_kanban {
  -webkit-box-shadow: 5px 5px 0px 0px #96a3aa;
  box-shadow: 5px 5px 0px 0px #96a3aa;
  padding: 30px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.grace_segment_wrap {
  font-weight: bold;
  margin-bottom: 35px;
}

.grace_segment_contents {
  background-color: #fff;
  position: relative;
  padding: 60px 15px 25px;
}

.grace_segment_ttl {
  background-color: #2d4655;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.grace_segment_data {
  font-size: 2.8rem;
  line-height: 1em;
  text-align: center;
}
.grace_segment_data span {
  font-size: 2.1rem;
}

.grace_segment_fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #231815;
  padding: 15px;
  margin-top: 25px;
  position: relative;
}
.grace_segment_fukidashi span {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-right: 20px;
}
.grace_segment_fukidashi b {
  font-size: 4rem;
  line-height: 1em;
}
.grace_segment_fukidashi small {
  font-size: 2rem;
}
.grace_segment_fukidashi::before,
.grace_segment_fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.grace_segment_fukidashi::before {
  border-color: transparent transparent #231815 transparent;
  top: -15px;
}
.grace_segment_fukidashi::after {
  border-color: transparent transparent #fff transparent;
  top: -13px;
}

.grace_caption {
  font-size: 1.5rem;
}

.glance_breakdown {
  font-weight: bold;
  margin-left: 15px;
}
.glance_breakdown li {
  font-size: 1.8rem;
  color: #2d4655;
  background-color: #fff;
  width: 170px;
  position: relative;
  padding-left: 85px;
  text-align: center;
}
.glance_breakdown li span {
  background-color: #c0c8cc;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.glance_graph_img {
  margin: 0 auto 50px;
  display: block;
}

/*=================================
$dividend
=================================*/
.sh_benefits_block {
  padding: 12px;
}

.sh_benefits_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sh_benefits_wrap a {
  margin-bottom: 15px !important;
}

.faq_tbl {
  width: 100%;
}

.faq_tbl thead {
  display: none;
}

.faq_tbl tr td,
.faq_tbl tr th {
  width: 100%;
  display: block;
}

.faq_tbl tr td {
  border-left: solid 2px #fff;
}

.faq_tbl thead tr td,
.faq_tbl thead tr th {
  padding: 5px 10px;
  background-color: #96a3aa;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

.faq_tbl tbody tr:not(:last-of-type) {
  margin-bottom: 10px;
  display: block;
}

.faq_tbl tbody tr th,
.faq_tbl tbody tr td {
  padding: 15px;
  font-size: 1.5rem;
}

.faq_tbl tbody tr th {
  background-color: #c0c8cc;
  font-weight: bold;
}

.faq_tbl tbody tr th::before {
  content: "Q. ";
}

.faq_tbl tbody tr td {
  background-color: #fff;
}

.faq_tbl tbody tr td::before {
  content: "A. ";
}

.foot_contact_bx:not(:last-of-type) {
  border-bottom: solid 8px #e6e6e6;
  padding: 0 0 25px;
  margin-bottom: 25px;
}

.foot_contact_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.foot_contact_list li span {
  border: solid 1px rgba(0, 0, 0, 0.25);
  padding: 2px 15px;
  margin-right: 20px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.foot_contact_number {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1em;
}
.foot_contact_number::before {
  content: "";
  background-image: url(../img/ir/individual/foot_contact.png);
  width: 75px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .foot_contact_number::before {
    background-image: url(../img/ir/individual/foot_contact@2x.png);
  }
}
.foot_contact_list li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*=================================
$sitemap
=================================*/
.sitemap_lbl {
  display: block;
  margin-bottom: 10px;
  padding: 7px 50px 7px 15px;
}

.sitemap_catg {
  margin-bottom: 40px;
}
.sitemap_catg ul > li {
  margin-bottom: 10px;
}
.sitemap_catg ul > li > a {
  color: #223643;
  font-weight: bold;
}
.sitemap_catg ul > li > ol > li > a {
  color: #666666;
}

/*==================================================
$news
==================================================*/
.news_top_latest {
  margin-top: 30px;
}

div.pager div.wp-pagenavi span.pages {
  display: none;
}
div.pager div.wp-pagenavi span.current {
  background-color: #35af78;
  border: none;
  color: #fff;
}
div.pager div.wp-pagenavi a.page {
  color: #223643;
  border: none;
}
div.pager div.wp-pagenavi a.nextpostslink,
div.pager div.wp-pagenavi a.previouspostslink {
  border: none;
}

/*=================================
$irnews
=================================*/
.news_tab_link {
  border: none;
  margin-bottom: 0;
}
.news_tab_link span {
  width: auto;
  padding: 5px 15px;
}

/*=================================
$irrelease
=================================*/
.ir_release div#divDataArea h3.contents_right_h3 {
  /* display: none !important; */
}

.group_news_lbl {
  border: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px !important;
}

a.group_news_lbl {
  min-width: 150px;
}
a.group_news_lbl::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
}

.medical_news_lbl {
  background-color: #5c8faf;
}

a.medical_news_lbl:hover {
  background-color: #237fad;
}

.interior_news_lbl {
  background-color: #d17c72;
}

a.interior_news_lbl:hover {
  background-color: #ce5249;
}

div#divDataArea_oshi {
  padding: 20px;
  background-color: rgba(213, 198, 142, 0.15);
}
div#divDataArea_oshi h3.contents_right_h3 {
  font-size: 1.7rem;
  color: #2d4655;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
div#divDataArea_oshi h3.contents_right_h3::after {
  content: "";
  width: 32px;
  height: 5px;
  background-color: #35af78;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
div#divDataArea_oshi span {
  text-align: center;
  display: block;
}

/* =======================================
	form
========================================== */
.contact_form {
  margin-bottom: 50px;
}
.contact_form table {
  margin-bottom: 65px;
  width: 100%;
}
.contact_form table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.contact_form table tbody tr th {
  padding: 10px 20px;
  background: #909aa1;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
}
.contact_form table tbody tr th > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_form table tbody tr th > span > span.red_required {
  color: #35af78;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.contact_form table tbody tr td {
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
  width: 100%;
  display: block;
}
.contact_form table tbody tr td span.form_td_txt {
  display: block;
}
.contact_form table tbody tr td label {
  margin-right: 10px;
}
.contact_form table tbody tr td textarea {
  width: 100%;
  border: solid 1px #ccc;
}
.contact_form div.privacy_btn {
  background: #f3f4ef;
  padding: 20px;
  margin-bottom: 20px;
}
.contact_form div.privacy_btn p {
  margin-bottom: 20px;
}
.contact_form button.btn1 {
  width: 340px;
  padding: 20px 0;
  text-align: center;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
}
.contact_form .blue_btn input {
  background-color: transparent;
  border: none;
  font-family: inherit;
  color: inherit;
  width: 100%;
  cursor: pointer;
}
.contact_form .bnt_submit:first-of-type:not(.on) {
  background-color: #bdc3c7;
  border: solid 2px #bdc3c7;
  pointer-events: none;
}

.form_privacy_bx {
  border: solid 1px #000;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 70px;
}

.form_privacy_ttl {
  color: #223643;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.poppop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
}

#modal_wrap {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border-radius: 5px;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_btn_wrap {
  text-align: center;
}

.pop_btn_wrap input {
  font-size: 16px;
  padding: 0;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pop_btn_wrap br {
  display: none;
}

.pop_btn_wrap h4 {
  font-size: 16px;
}

#modal_wrap table {
  margin: 0 auto 13px;
}

#modal_wrap table tr {
  font-size: 12px;
}

#modal_wrap table tr td,
#modal_wrap table tr th {
  padding: 5px 10px;
}

.poppop {
  display: none;
}

/*決算短信調整*/
.contents.results div#divDataArea dl dt img {
  display: none;
}

.contents.results div#divDataArea dl dt {
  padding: 8px 0 5px 50px;
}

.contents.results div#divDataArea dl dt::before {
  color: #dfe3e5;
  font-size: 2.5rem;
  line-height: 1em;
  position: absolute;
  left: 15px;
}

.contents.results div#divDataArea dl dt:last-of-type::before {
  content: "1Q";
}

.contents.results div#divDataArea dl dt:nth-last-of-type(2)::before {
  content: "2Q";
}

.contents.results div#divDataArea dl dt:nth-last-of-type(3)::before {
  content: "3Q";
}

.contents.results div#divDataArea dl dt:nth-last-of-type(4)::before {
  content: "4Q";
}

.contents.results div#divDataArea dl dt:nth-last-of-type(5)::before {
  content: "4Q";
}

.contents.results div#divDataArea_setsu dl dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.contents.results div#divDataArea dl dd:nth-last-of-type(5) {
  border-bottom: none;
  margin-bottom: 0;
}

.contents.results div#divDataArea dl dd:nth-last-of-type(5) + dt {
  display: none;
}

/*検索結果*/
.search_list li a {
  padding: 15px 0;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
.search_list li a h2 {
  font-weight: bold;
}
.search_list li a p {
  font-size: 1.4rem;
}
.search_list li a p.search_url {
  margin-top: 10px;
  word-break: break-all;
  font-size: 1.2rem;
}
.search_list li a p.search_url::before {
  content: "URL";
  background-color: #333;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1.1rem;
}

/*20221128*/
.ftbox .btn_wp {
  max-width: 650px;
  margin: 0 auto;
}

/*20230313*/
.top_news_ir_wp_wpp {
  margin: 0 auto;
  width: 90%;
  padding-top: 40px;
}

.top_news_ir_wp .news_list > a {
  display: block;
}

.top_news_ir_wp #divDataArea > dl > dd > a {
  text-decoration: none;
}

/*20230608 tuiki*/
.social_dlbox_wp .flex_33l {
  display: block;
  margin: 4% 0;
}
.social_dlbox_wp .flex_33l > div {
  width: 100%;
  margin-bottom: 2%;
}
.social_dlbox_wp .flex_33l > div img {
  margin: 0 auto;
  display: block;
}
.social_dlbox_wp .flex_33l > div span {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.social_dlbox_wp .social_dlbox {
  font-size: 15px;
}
.social_dlbox_wp .social_dlbox dl {
  margin-bottom: 10px;
  padding-left: 20px;
}
.social_dlbox_wp .social_dlbox dl dt span {
  display: inline-block;
  position: relative;
}
.social_dlbox_wp .social_dlbox dl dt span::before {
  content: "●";
  position: absolute;
  left: -20px;
  top: 0;
}

/*20230706 tuiki*/
.nlister > a {
  display: block;
}
.nlister .news_list_date {
  word-break: keep-all;
}

/*20230907 tuika*/
.history_list_uebox {
  padding: 30px 20px;
}
.history_list_uebox .btn_wp {
  padding-top: 20px;
}

/*20231102 tuiiki*/
.ul50 > li {
  margin-bottom: 2%;
}

.usashi_1102 > li {
  margin: 0 auto;
  max-width: 400px;
}
.usashi_1102 > li:not(:last-child) {
  margin-bottom: 2%;
}

/*20231208*/
#m2024 .umekondoru {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden;
}

#m2024 .umekondoru iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}

/*20240620 tuiki*/
.md_ccont_wp {
  padding-bottom: 25px;
}

.md_ccont_wp > dl > dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 15px;
}

.md_ccont_wp > dl > dt h4 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.md_ccont_wp > dl > dd {
  width: 100%;
}

.md_ccont_wp > dl > dd h5 {
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: bold;
  color: #223643;
  border-bottom: solid 3px #dee1e3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.md_ccont_wp > dl > dd .disc {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.5;
}

.md_ccont_wp > dl > dd .disc > li {
  margin: 5px 0;
  list-style-type: disc;
  font-size: 1.5rem;
  font-weight: 500;
}

.md_ccont_wp > dl > dd .disc > li::marker {
  font-size: 70%;
}

.md_ccont_wp .dl1 > dt {
  background-color: #909aa1;
}

.md_ccont_wp .dl1 > dd > div {
  width: 100%;
}

.md_ccont_wp .dl1 > dd > div:last-child {
  margin-top: 15px;
}

.md_ccont_wp .dl2 {
  margin-top: 30px;
  border-top: solid 1px #b1b1b1;
  padding-top: 30px;
  position: relative;
}

.md_ccont_wp .dl2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
}

.md_ccont_wp .dl2 > dt {
  background-color: #223643;
}

.md_ccont_wp .dl2 .cbox:last-of-type {
  margin-top: 32px;
}

.md_ccont_wp .dl2 .cbox > b {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background-color: #223643;
  font-size: 1.8rem;
  padding: 3px 10px 3px 50px;
  line-height: 1.3;
}

.md_ccont_wp .dl2 .cbox > b > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #8f9faa;
  position: absolute;
  left: 10px;
  bottom: 0;
  line-height: 1.2;
}

.medium_pyramid_item .wall_list > li.kai1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medium_pyramid_item .wall_list > li.kai2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.medium_pyramid_item .wall_list > li.kai2 .scroll_tbl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.medium_pyramid_item .wall_list > li.kai2 .grys {
  background-color: #e9ebec;
}

.medium_pyramid_item .wall_list > li.kai2 .grys2 {
  background-color: #e9ebec;
  position: relative;
}

/* .medium_pyramid_item .wall_list > li.kai2 .grys2::before {
  content: "";
  display: block;
  height: 100%;
  width: 13px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
} */
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th {
  width: 150px;
  word-break: keep-all;
}

/* .medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th:nth-of-type(1) {
  width: 21%;
}
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th:nth-of-type(2) {
  width: 20%;
}
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th:nth-of-type(3) {
  width: 20%;
}
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th:nth-of-type(4) {
  width: 21%;
}
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr th:nth-of-type(5) {
  width: 18%;
} */
.medium_pyramid_item .wall_list > li.kai2 .col_th_tbl tr td:nth-of-type(3)::after {
  display: none;
}

.kaitbx_wp {
  width: 100%;
  margin-bottom: 40px;
}

.kswbox {
  width: 100%;
  overflow-y: auto;
}

.kaitbx_tb {
  width: 230%;
  border: solid 2px #2d4655;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kaitbx_tb thead th {
  vertical-align: middle;
  background-color: #8aa0ac;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 8px 10px;
  font-size: 1.2rem;
}

.kaitbx_tb thead th.thr2 {
  width: 80px;
}

.kaitbx_tb thead th:not(.thr2) {
  width: 150px;
}

.kaitbx_tb thead th.on_bar::after {
  content: "";
  background-image: url(../img/arrow_layer_white.svg);
  width: 25px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -13px;
  z-index: 2;
}

.kaitbx_tb thead th:nth-of-type(2),
.kaitbx_tb thead th:nth-of-type(3),
.kaitbx_tb thead th:nth-of-type(5) {
  border-right: solid 1px #b1b1b1;
}

/* .kaitbx_tb thead th:nth-of-type(7) {
  width: 20%;
} */
/* .kaitbx_tb thead th.bars {
  content: "";
  padding: 0;
  width: 5px;
  position: relative;
}
.kaitbx_tb thead th.bars img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: unset;
  width: 25px;
  z-index: 2;
} */
.kaitbx_tb tbody tr {
  border-bottom: solid 2px #2d4655;
}

.kaitbx_tb tbody tr td {
  vertical-align: middle;
  border: solid 1px #b1b1b1;
  font-size: 1.2rem;
  text-align: right;
  padding: 8px 10px;
}

.kaitbx_tb tbody tr td.td_ltxt {
  color: #2d4655;
  font-weight: bold;
}

.kaitbx_tb tbody tr td.gry {
  background-color: #e9ebec;
}

.kaitbx_tb tbody tr td.bold {
  color: #2d4655;
}

.kaitbx_tb tbody tr td.td_ctxt {
  padding: 3px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 2px #2d4655;
  color: #2d4655;
}

.kaitbx_tb tbody tr td.td_ltxt {
  text-align: left;
}

.kaitbx_tb tbody tr td.bar_td {
  padding: 0;
}

.sasute {
  padding-top: 20px;
  margin-bottom: 40px;
}

.faq_tbl .iidqa_tb {
  margin-top: 10px;
}

.faq_tbl .iidqa_tb table thead {
  background-color: #808080;
  display: table-header-group;
}

.faq_tbl .iidqa_tb table thead tr {
  display: table-row;
}

.faq_tbl .iidqa_tb table thead tr th {
  vertical-align: middle;
  line-height: 1.3;
  width: auto;
  padding: 3px 5px;
  font-size: 1.2rem;
  background-color: #808080;
  display: table-cell;
}

.faq_tbl .iidqa_tb table thead tr th::before {
  display: none;
}

.faq_tbl .iidqa_tb table thead tr th:nth-of-type(1) {
  text-align: center;
}

.faq_tbl .iidqa_tb table thead tr th:nth-of-type(2) {
  text-align: left;
  border-left: solid 1px #eee;
}

.faq_tbl .iidqa_tb table tbody tr {
  display: table-row;
}

.faq_tbl .iidqa_tb table tbody tr th {
  vertical-align: middle;
  padding: 3px 5px;
  text-align: center;
  width: auto;
  background-color: #fff;
  font-size: 1.4rem;
  border: solid 1px #cedeae;
  display: table-cell;
}

.faq_tbl .iidqa_tb table tbody tr th::before {
  display: none;
}

.faq_tbl .iidqa_tb table tbody tr td {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 5px;
  text-align: center;
  width: auto;
  border: solid 1px #cedeae;
}

.faq_tbl .iidqa_tb table tbody tr td::before {
  display: none;
}

.faq_tbl .iidqa_tb table tbody tr:nth-child(even) td {
  background-color: #ebf1de;
}

/*20240718*/
#csr_newpage .inner_link_box0 .btnbtn_wwp .btn_wp > a {
  font-size: 18px;
  padding: 8px 15px 8px 35px;
  line-height: 1.4;
}

#csr_newpage .inner_link_box0 .btnbtn_wwp .btn_wp:not(:first-child) > a {
  margin-top: 20px;
}

/*20240709*/
.bkc_gryx {
  background-color: #e9ebec;
}

.mwkc .blue_btn.type0x {
  padding: 7px 10px 7px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mwkc .blue_btn.type0x > span {
  background-color: #8f9faa;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 1px 10px;
  margin-left: 20px;
}

.mwkc .d_bl {
  display: block;
}

.mwkc > section {
  padding: 10% 0;
}

.mwkc .bold {
  font-weight: bold;
}

.mwkc .bkc_ggren {
  background-color: #35af78;
}

.mwkc .btn_wp {
  margin: 8% auto 0;
}

.mwkc .btn_wp .blue_btn {
  min-width: 80%;
  font-size: 5vw;
}

.mwkc .btn_wp.retu2 {
  max-width: 880px;
  margin: 0 auto;
  width: 96%;
}

.mks1_tit01 {
  text-align: center;
}
.mks1_tit01 > b {
  display: inline-block;
  position: relative;
  font-size: 5vw;
  font-weight: bold;
  padding-bottom: 15px;
}
.mks1_tit01 > b::after {
  content: "";
  width: 32px;
  height: 6px;
  background-color: #35af78;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.maruwaka_list .mlist_wp {
  margin-top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.maruwaka_list .mlist_wp > a {
  width: 48%;
  margin-bottom: 4%;
}

.maruwaka_list .mlist_wp > a:not(:nth-child(even)) {
  margin-right: 4%;
}

.maru_tit_wp {
  padding: 2% 0;
  background-color: #2d4655;
  text-align: center;
  font-size: 6vw;
  color: #fff;
  font-weight: bold;
}
.maru_tit_wp b {
  font-weight: bold;
}

.dgk_list_wp {
  margin-top: 6%;
}

.dgk_list_wp > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dgk_list_wp > ul > li {
  width: 48%;
  padding: 4%;
  margin-bottom: 4%;
}

.dgk_list_wp > ul > li.type2 {
  width: 100%;
}

.dgk_list_wp > ul > li.type2 .st_iconwp .iicon {
  width: 17%;
}

.dgk_list_wp > ul > li.type2 .st_iconwp .dbx {
  width: 83%;
}

.dgk_list_wp > ul > li .glance_data {
  color: #223643;
  font-size: 4rem;
}

.dgk_list_wp > ul > li .glance_data small {
  font-size: 3.8vw;
}

.dgk_list_wp > ul > li .kdadl {
  margin-top: 5px;
}

.dgk_list_wp > ul > li .kdadl > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #223643;
}

.dgk_list_wp > ul > li .kdadl > dl > dt {
  margin-right: 13vw;
  position: relative;
}

.dgk_list_wp > ul > li .kdadl > dl > dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 0 3vw 3vw;
  border-color: transparent transparent transparent #223643;
  position: absolute;
  right: -8vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dgk_list_wp > ul > li .kdadl > dl .txf {
  font-weight: bold;
  line-height: 1.3;
  font-size: 4vw;
}

.glance_datax {
  color: #223643;
  font-size: 3.8vw;
  line-height: 1.3;
}

.glance_datax > em {
  font-size: 6vw;
  font-weight: bold;
}

.glance_datax > em > small {
  font-size: 3.8vw;
}

#mwk_sec01 .txt01 {
  padding-top: 8%;
  text-align: center;
  font-size: 4.5vw !important;
}

.mwk_sec_ul {
  margin-top: 8%;
}

.mwk_sec_ul > li {
  margin-top: 9%;
  width: 100%;
}

.mwk_sec_ul > li .bb_ttl {
  margin-top: 3%;
}

.mwk_sec_ul > li .img_wp {
  margin-top: 3%;
}

.bar_gry {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e9ebec));
  background: linear-gradient(transparent 60%, #e9ebec 60%);
}

#mwk_sec02 .txt02 {
  padding-top: 5vw;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 2;
}

.fwfel {
  font-family: Helvetica;
}

.mwk_sec02_bontbox {
  padding-top: 64px;
}

.mwk_sec02_start_box {
  background-color: #e9ebec;
  text-align: center;
  border: solid #2d4655 3px;
  border-radius: 12px;
  padding: 3%;
  -webkit-box-shadow: 0 7px 0px #2d4655;
  box-shadow: 0 7px 0px #2d4655;
}

.mwk_sec02_start_box .incont > b {
  font-size: 6vw;
  font-weight: bold;
  margin-top: 4vw;
}

.mwk_sec02_start_box .incont > p {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1%;
  color: #2d4655;
}

.mwk_sec02_start_box .mnun {
  display: block;
  margin: -9vw auto -2vw;
  width: 45vw;
  text-align: center;
  color: #fff;
  padding: 3vw 0;
  border-radius: 10vw;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}

.mk2dlwp {
  max-width: 880px;
  margin: 0 auto;
}

.mk2dlwp > dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk2dlwp > dl .img_wp {
  margin-top: 7px;
}

.mk2dlwp > dl:not(.kan) {
  padding-top: 3vw;
}

.mk2dlwp > dl:not(.kan)::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1vw;
  height: 100%;
  background-color: #fff;
  content: "";
  display: block;
  border-left: solid 1vw #2d4655;
  border-right: solid 1vw #2d4655;
}

.mk2dlwp > dl.kan {
  position: relative;
  height: 14vw;
}

.mk2dlwp > dl.kan::before {
  width: 7vw;
  height: 14vw;
  display: block;
  position: absolute;
  content: url(../img/c_dotted.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mk2dlwp > dl:first-child {
  padding-top: 12vw;
}

.mk2dlwp > dl.jun > dt {
  padding-right: 5vw;
  text-align: right;
}

.mk2dlwp > dl.jun > dd {
  padding-left: 5vw;
}

.mk2dlwp > dl.jun > dd .ctxt {
  position: relative;
}

.mk2dlwp > dl.jun > dd .ctxt > strong {
  position: relative;
}

.mk2dlwp > dl.jun > dd .ctxt > strong::before {
  position: absolute;
  top: -0.2vw;
  left: -7.6vw;
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  border: solid 2px #fff;
  background-color: #2d4655;
  border-radius: 50%;
}

.mk2dlwp > dl.gya {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mk2dlwp > dl.gya.lasmae {
  padding-bottom: 4vw;
}

.mk2dlwp > dl.gya > dt {
  padding-left: 5vw;
}

.mk2dlwp > dl.gya:not(.fukikei) .ctxt {
  position: relative;
}

.mk2dlwp > dl.gya:not(.fukikei) .ctxt > strong {
  position: relative;
}

.mk2dlwp > dl.gya:not(.fukikei) .ctxt > strong::before {
  position: absolute;
  top: -0.2vw;
  right: -7.6vw;
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  border: solid 2px #fff;
  background-color: #2d4655;
  border-radius: 50%;
}

.mk2dlwp > dl.gya > dd {
  padding-right: 5vw;
  text-align: right;
}

.mk2dlwp > dl.fukikei .ctxt {
  position: relative;
  width: calc(100% - 2vw);
  background-color: rgba(53, 175, 120, 0.2);
  border-radius: 3vw;
  padding: 7%;
  top: -3vw;
}

.mk2dlwp > dl.fukikei .ctxt::before {
  content: "";
  display: block;
  position: absolute;
  right: -4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 0 2vw 4vw;
  border-color: transparent transparent transparent rgba(53, 175, 120, 0.2);
}

.mk2dlwp > dl.fukikei .ctxt p {
  margin-left: 0;
  font-size: 4.2vw;
  font-weight: bold;
  color: #2d4655;
  line-height: 1.3;
}

.mk2dlwp > dl > dt {
  width: 50%;
}

.mk2dlwp > dl > dd {
  width: 50%;
  position: relative;
}

.mk2dlwp > dl > dd .ctxt {
  padding-bottom: 16px;
}

.mk2dlwp > dl > dd .ctxt strong {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}

.mk2dlwp > dl > dd .ctxt > p {
  font-size: 3.6vw;
}

.cr_ggren {
  color: #35af78;
}

.st_iconwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.st_iconwp .dbx .hosjo {
  color: #909aa1;
  font-size: 4vw;
  font-weight: bold;
}

.st_iconwp.wp2 .iicon {
  width: 30%;
}

.st_iconwp.wp2 .dbx {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mwk_sec03 .grace_segment_data {
  font-size: 7.6vw;
}

#mwk_sec03 .grace_segment_data span {
  font-size: 5.5vw;
}

#mwk_sec03 .glance_data {
  font-size: 6vw;
}

#mwk_sec03 .glance_data span {
  font-size: 4.5vw;
}

#mwk_sec03 .tit03 {
  text-align: center;
  font-size: 6vw;
  margin: 7vw auto;
}

#mwk_sec03 .dog_kanban_wrap {
  margin-bottom: 40px;
}

#mwk_sec03 .dog_kanban_wrap .bg_blue {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 3%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mwk_sec03 .dog_kanban_wrap .bg_blue .iicon {
  width: 30%;
}

#mwk_sec03 .dog_kanban_wrap .bg_blue .dbx {
  width: 70%;
}

#mwk_sec03 .grace_segment_contents {
  border: solid 1px #e9ebec;
  padding: 0;
}

#mwk_sec03 .grace_segment_contents .tbox {
  padding: 32px 15px 25px;
}

#mwk_sec03 .grace_segment_contents .tbox .grace_segment_fukidashi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 15px;
}

#mwk_sec03 .grace_segment_contents .tbox .grace_segment_fukidashi .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "NOTO SANS JP";
}

#mwk_sec03 .grace_segment_contents .tbox .grace_segment_fukidashi .mn {
  padding-left: 20px;
  position: relative;
  font-size: 10vw;
}

#mwk_sec03 .grace_segment_contents .tbox .grace_segment_fukidashi .mn small {
  font-size: 5vw;
}

#mwk_sec03 .grace_segment_contents .tbox .grace_segment_fukidashi .mn::before {
  content: "△";
  line-height: 1.4;
  font-size: 4vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

#mwk_sec03 .grace_segment_contents .grace_segment_ttl {
  padding: 4px 0;
  position: relative;
  left: unset;
  top: unset;
  background-color: #e9ebec;
  color: #2d4655;
  font-size: 4vw;
}

#mwk_sec03 .btn_wp.retu2 {
  margin-top: 8%;
  text-align: center;
}

#mwk_sec03 .btn_wp.retu2 > a {
  margin: 3% auto;
}

.dog_kanban_wrap2 {
  padding: 40px 25px 40px;
}

.dog_kanban_wrap2 .img_wp {
  margin: 24px auto 40px;
  text-align: center;
}

.dog_kanban_wrap2 .segume .iicon {
  width: 60px;
}

.dog_kanban_wrap2 .segume .dbx {
  width: calc(100% - 60px);
  margin-left: 10px;
  color: #909aa1;
  font-size: 4vw;
  font-weight: bold;
}

.dog_kanban_wrap2 .grace_segment_wrap {
  margin-bottom: 0;
}

.dog_kanban_wrap3 {
  margin-top: 40px;
}

.dog_kanban_wrap3 .bg_blue {
  padding: 4%;
  display: block;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dog_kanban_wrap3 .bg_blue .iicon {
  display: none;
}

.dog_kanban_wrap3 .bg_blue .dbx {
  width: 100%;
}

.dog_kanban_wrap3 .ebxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0px;
}

.dog_kanban_wrap3 .ebxs .glance_data {
  position: relative;
}

.dog_kanban_wrap3 .ebxs .glance_data::before {
  content: "";
  display: block;
  width: 11vw;
  height: 9vw;
  background-image: url(/common/img/ir/mwkc/mwk_sec03_icon04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.dog_kanban_wrap3 .glance_breakdown2 {
  margin-left: 4vw;
}

.dog_kanban_wrap3 .glance_breakdown2 > li {
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 5vw;
  font-weight: bold;
  width: 36vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dog_kanban_wrap3 .glance_breakdown2 > li span {
  font-size: 3.8vw;
}

.dog_kanban_wrap3 .glance_breakdown2 > li small {
  font-size: 4vw;
}

.nsjp {
  font-family: "NOTO SANS JP";
}

#mwk_sec04 .ms4box {
  padding: 8% 0;
}

#mwk_sec04 .ms4box .txt01 {
  margin-top: 6%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8%;
  font-size: 4.5vw !important;
}

#mwk_sec04 .mkretu2_wp {
  margin-top: 6%;
}

#mwk_sec04 .mkretu2_wp .btn_wp {
  text-align: center;
}

#mwk_sec04 .mkretu2_wp .btn_wp > a {
  margin: 3% auto;
}

.mks4_dlwp {
  margin-top: 7%;
}

.mks4_dlwp .btn_wp {
  margin-top: 35px;
}

.mks4_juns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mks4_juns > li {
  width: 25%;
  background-color: #2d4655;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mks4_juns > li:not(:first-child) {
  border-left: solid 0.6vw #fff;
  position: relative;
}

.mks4_juns > li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 0 2vw 2vw;
  border-color: transparent transparent transparent #ffffff;
}

.mks4_juns > li .tox {
  text-align: center;
  padding: 4vw 0 8vw;
  line-height: 1.3;
}

.mks4_juns > li .tox strong {
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 3.3vw;
  word-break: keep-all;
}

.mks4_juns > li .tox span {
  color: #bdc3c7;
  font-size: 2.6vw;
  font-weight: normal;
  line-height: 1.3;
  display: inline-block;
}

.ykakomi_box {
  padding: 2vw;
  margin-top: -8vw;
}

.ykakomi_box .insbox {
  border: solid 1.3vw #bdc3c7;
  border-top: none;
  position: relative;
  padding-top: 11vw;
  padding-bottom: 6vw;
}

.ykakomi_box .insbox::before,
.ykakomi_box .insbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5vw;
  height: 1vw;
  background-color: #bdc3c7;
}

.ykakomi_box .insbox::before {
  left: 0;
}

.ykakomi_box .insbox::after {
  right: 0;
}

.ykakomi_box .insbox .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4vw 0 2.4vw 4vw;
  border-color: transparent transparent transparent #bdc3c7;
  position: absolute;
  content: "";
  display: block;
  left: 4vw;
  top: -2vw;
}

.ykakomi_box .contb {
  max-width: 960px;
  margin: 0 auto;
  width: 92%;
  background-color: #e9ebec;
  padding: 5% 5% 2%;
}

.ykakomi_box .snonaka .tit_wp {
  text-align: center;
}

.ykakomi_box .snonaka .tit_wp h5 {
  font-size: 4.6vw !important;
}

.ykakomi_box .ykakomi_ul > li {
  background-color: #fff;
  width: 100%;
  padding: 0 5% 5%;
  color: #2d4655;
  -webkit-box-shadow: 4px 4px 0 #2d4655;
  box-shadow: 4px 4px 0 #2d4655;
  margin: 5% auto 10%;
}

.ykakomi_box .ykakomi_ul > li > p {
  text-align: center;
  font-weight: bold;
  margin: 5% auto;
  line-height: 1.5;
  font-size: 3.6vw;
}

.ykakomi_box .ykakomi_ul > li .ykk_tit {
  padding: 3% 0;
  background-color: #2d4655;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 4.2vw;
}

.ykakomi_box .ykakomi_ul > li .yul > li {
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.8vw;
  padding-left: 5px;
  margin-bottom: 15px;
}

.ykakomi_box .ykakomi_ul > li .img_wp {
  margin: 25px auto 0;
}

.yy_tuik {
  position: relative;
  padding-left: 7vw;
  display: inline-block;
}
.yy_tuik::before {
  content: "";
  display: block;
  width: 4vw;
  height: 5.9vw;
  background: url(../img/yy_tuik.png) no-repeat;
  position: absolute;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_maru_sec {
  padding-bottom: 40px !important;
}
.top_maru_sec .inner {
  width: 90%;
  margin: auto;
}
.top_maru_sec .bannner_wp {
  text-align: center;
}
.top_maru_sec .bannner_wp > a {
  display: inline-block;
}

/*20240808*/
.irno_tlinks_wp .kobox .cond_main2 {
  position: relative;
  display: block;
}

.irno_tlinks_wp .kobox .cond_main3 {
  position: relative;
  display: block;
}

.irno_tlinks_wp .kobox .cond_ttl {
  margin: 5px 0 10px;
}

.irno_tlinks_wp .ul_one {
  padding-bottom: 15px;
}

.irno_tlinks_wp .sonoshita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.irno_tlinks_wp .sonoshita > div {
  margin-bottom: 2%;
  width: 48%;
}

/*20240930*/
.toggle:checked + .title + .content.kebwpp {
  max-height: unset;
}

.content.kebwpp .kenkousengen_box p {
  padding: 0;
}

.kenkousengen_box {
  padding-bottom: 50px;
}

.kenkousengen_box .inbox {
  padding: 2%;
}

.kb_tit {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.kenkousengen_box .fbox .txt02 {
  text-align: right;
  margin-top: 10px;
}

.kenkousengen_box .mbox > ul > li {
  margin-top: 20px;
}

.kenkousengen_box .bdisc {
  margin-top: 20px;
}

.kenkousengen_box .bdisc > li {
  position: relative;
}

.kenkousengen_box .bdisc > li:not(:last-child) {
  margin-bottom: 8%;
}

.kenkousengen_box .bdisc > li > strong {
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 4%;
  width: 180px;
  height: 180px;
  border: double 7px #2d4655;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.kenkousengen_box .bdisc > li > .txt01 {
  text-align: center;
}

.sharedresearch_banner {
  text-align: center;
  margin-top: 4%;
}
.sharedresearch_banner > a {
  display: inline-block;
  max-width: 480px;
  width: 100%;
}
.sharedresearch_banner > a > img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.alinks {
  word-break: break-all;
  color: #2196f3;
  text-decoration: underline;
}

/*20241126*/
.bk_daida {
  background-color: #faf8f1;
}

.gra_wra img {
  margin: 0 auto;
}

.d_blo {
  display: block;
}

/*20250701*/
.cyosei_250701 tbody > tr .hs0705_tbd01 {
  word-break: auto-phrase;
  text-align: left;
}

.cyosei_250701 tbody > tr .hs0705_tbh01.tbl_rtxt {
  text-align: right;
}

.ovaotbwp {
  overflow-x: auto;
  overflow-y: hidden;
}

.ovaotbwp > table {
  width: 260%;
}

/*20250822*/
.btn_wp_mmmx {
  margin: 35px 0 25px;
}

.btn_wp_mmmx > a {
  color: #2d4655;
  min-height: 60px;
  max-width: 380px;
}

.manameme_sec {
  padding-bottom: 50px;
}
.manameme_sec .message_float {
  bottom: -165px;
}
.manameme_sec .lbl_ttl {
  position: relative;
  top: -16px;
}
.manameme_sec .message_sign {
  width: 70%;
  bottom: -45px;
}
.manameme_sec .message_sign > img {
  max-width: 177px;
  width: 40%;
}

.manameme_cfo .message_float {
  bottom: -185px;
}
.manameme_cfo .message_sign {
  right: 0;
  bottom: -33px;
  padding: 5px 10px;
  width: 70%;
}
.manameme_cfo .message_sign .taiti {
  font-weight: 600;
}

.bk_grysx {
  background-color: #dee1e3;
}

.nkensaku_wp .inbox {
  width: 90%;
  max-width: 576px;
  margin: 0 auto;
}

.search_form .fboxx {
  padding: 15px 0px;
}
.search_form .fboxx .inppwp {
  background-color: #fff;
  border: solid 3px #2d4655;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 15px 0 40px;
  margin-bottom: 15px;
}
.search_form .fboxx .inppwp::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/searchs_icon.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search_form .fboxx .inppwp .inp_ttxx {
  border: none;
  padding: 5px 5px;
  width: 100%;
}
.search_form .fboxx .inppwp .inp_ttxx:focus {
  outline: none;
}
.search_form .fboxx .inppwp .inp_ttxx:focus-visible {
  outline: none;
}
.search_form .fboxx > .jikou {
  background-color: #2d4655;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 40px;
  width: 120px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.news_list .note_hit {
  border-bottom: none !important;
}

.saishin_ir_block .titi_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.saishin_ir_block .lbl_ttl {
  margin-bottom: 0;
}
.saishin_ir_block .saishinir_list > li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
.saishin_ir_block .saishinir_list > li > a {
  padding: 15px 0;
  display: inline-block;
}
.saishin_ir_block .saishinir_list > li > a span {
  position: relative;
}
.saishin_ir_block .saishinir_list > li > a span.pdfs::after {
  content: url(../img/pdf.gif);
  margin: 0 4px;
}

.ikatu > a {
  font-weight: bold;
  padding: 8px 14px;
}

/*tuikidesu*/
.pt60 {
  padding-top: 7%;
}

.pt70 {
  padding-top: 8%;
}

.pt80 {
  padding-top: 9%;
}

.pt90 {
  padding-top: 10%;
}

.pt100 {
  padding-top: 11%;
}

.lilistwpw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lilistwpw > a {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 10px;
}

.engroup_company_sec .listnotachi {
  max-width: 1000px;
  margin: 0 auto;
}
.engroup_company_sec .comp_gr_cyo01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.engroup_company_sec .comp_gr_cyo01 > li {
  margin: 1%;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.engroup_company_sec .comp_gr_cyo01 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.engroup_company_sec .comp_gr_cyo01 > li > a img {
  max-width: 94%;
}
.engroup_company_sec .tebletachi .en_group_company_name {
  color: #2d4655;
  font-size: 2.2rem;
  display: inline-block;
  font-weight: 600;
}
.engroup_company_sec .tebletachi .tits_or_g {
  display: block;
}
.engroup_company_sec .alinss {
  color: #8aa0ac;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}

.ulireven_sec {
  padding: 30px 0 10px;
}
.ulireven_sec .ulireven > ul {
  width: 100%;
}
.ulireven_sec .ulireven > ul li {
  width: 100%;
}
.ulireven_sec .ulireven > ul li:first-child {
  border-bottom: solid 1px #2d4655;
  margin-bottom: 30px;
}
.ulireven_sec .ulireven > ul li:last-child {
  padding-left: 3.5%;
}
.ulireven_sec .ulireven > ul li .txts {
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.fhtables tbody tr .tdxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.fhtables tbody tr .tdxx > span {
  font-size: 80%;
}
.fhtables tbody tr td:not(:first-child) {
  text-align: right;
}

.overflow-y {
  overflow-x: scroll;
  position: relative;
}

.row_2head_tblex thead tr th {
  padding: 5px 2px;
}
.row_2head_tblex tbody td {
  text-align: right;
}
.row_2head_tblex tbody td.main {
  color: #2d4655;
  font-weight: bold;
  font-size: 1.5rem;
}

.sh_basic_info_list2 > li {
  margin-bottom: 28px;
  width: 100%;
}
.sh_basic_info_list2 > li > span {
  position: relative;
  padding: 0 12px;
  display: block;
  margin-bottom: 5px;
}
.sh_basic_info_list2 > li > p {
  display: block;
}

.en_dividend .sesebox2 .txt02 {
  font-size: 87.3%;
}
.en_dividend .dvitbbe_wpw {
  max-width: 790px;
}
.en_dividend .dvitbbe_wpw .divitable1 {
  min-width: 690px !important;
}
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:first-child {
  text-align: left;
  width: 140px;
}
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:nth-of-type(2),
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:nth-of-type(3),
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:nth-of-type(4) {
  width: 89px;
}
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:nth-of-type(5) {
  width: 138px;
}
.en_dividend .dvitbbe_wpw .divitable1 tbody tr td:not(:first-child) {
  text-align: right;
  font-weight: 600;
}

.divitable2 thead tr th {
  width: 33.3333333333%;
}
.divitable2 tbody tr td:not(:first-child) {
  text-align: right;
  font-weight: 600;
}

.en_libraryxdd .flexshibu {
  position: relative;
}
.vvvtitle {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2d4655;
  display: block;
}

.dalistbox > a {
  color: #2d4655;
  display: block;
}
.dalistbox > a > dl dt {
  width: 100%;
  margin-bottom: 2%;
}
.dalistbox > a > dl dd {
  width: 100%;
}

.flexshibu .select_wrap {
  min-width: 283px;
}
.flexshibu .select_btn {
  opacity: 0.8;
}

.view_box .gbox_catebox {
  margin-bottom: 70px;
}
.view_box .chechenbox .chengetitles_ex {
  display: none !important;
}
.view_box .chechenbox > .view_box_inner {
  display: none;
}
.view_box .chechenbox > .view_box_inner.onn {
  display: block;
}

.en_sustainabilitytop .title04 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.en_sustainabilitytop .title04 > img {
  padding-right: 10px;
}
.en_sustainabilitytop .flort_img_wp {
  max-width: 100%;
  margin-bottom: 10%;
  text-align: center;
}
.en_sustainabilitytop .flort_img_wp .imgg_wp {
  margin-bottom: 20px;
}
.en_sustainabilitytop .flort_img_wp .imgg_wp .ttxt {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.disc {
  padding-left: 25px;
}
.disc > li {
  list-style: disc;
}

.decimal {
  padding-left: 25px;
}
.decimal > li {
  list-style: decimal;
}

.en_environment .susti_box2 .hosoku .smmtxt {
  font-size: 67%;
}
.en_environment .susti_box2 .img_wp {
  text-align: center;
  padding: 5% 0 6%;
}
.en_environment .susti_box2 .img_wp img {
  max-width: 96%;
}
.en_environment .dldtwp {
  max-width: 850px;
  margin: 0 auto;
}
.en_environment .dldtwp > dl > dt {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}
.en_environment .dldtwp > dl > dd {
  width: 100%;
}
.en_environment .dldtwp > dl > dd .dddwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.en_environment .dldtwp > dl > dd .dddwp > ul {
  width: 61%;
  font-size: 1.4rem;
  font-weight: 600;
}
.en_environment .dldtwp > dl > dd .dddwp > .img_wp {
  max-width: 132px;
  width: 38%;
}

/* =======================================
  ESG Data Page - csr_contents.css
========================================== */
/* common_title01 */
.common_title01 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
  color: #223643;
}

.common_title01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 5px;
  background-color: #35af78;
  display: block;
}

/* step */
.step {
  padding: 7px 15px;
  background-color: #223643;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: 0.1em;
}

/* egs_box */
.egs_box .environment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.egs_box .overview_box {
  padding-bottom: 12%;
  position: relative;
}

.egs_box .overview_box:not(:last-of-type) {
  margin-bottom: 12%;
}

.egs_box .overview_box:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.egs_box .environment dl.naiyou dt {
  padding: 10px 0 10px 15px;
}

.egs_box .environment dl dt {
  border-left: 6px solid #8f9faa;
  max-width: 110px;
  width: 100%;
  padding-left: 15px;
  font-weight: bold;
}

.egs_box .environment dl dd {
  max-width: 608px;
  width: 100%;
}

.egs_box .environment dl dd .SDGs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.egs_box .environment dl dd .SDGs_list li {
  margin-right: 10px;
}

.egs_box .environment dl dd .SDGs_list img {
  max-width: 100%;
  width: auto;
}

/* inner_egs_box */
.inner_egs_box {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}

/* egs_data tables */
.egs_data_tblwrap {
  margin-bottom: 30px;
}

.egs_data_tbl {
  width: 100%;
  font-size: 14px;
}

.egs_data_tbl tbody {
  border: solid 2px #000;
}

.egs_data_tbl tbody tr th,
.egs_data_tbl tbody tr td {
  border: solid 1px #ddd;
  padding: 10px;
}

.egs_data_tbl tbody tr th {
  background-color: #8f9faa;
  color: #fff;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.egs_data_tbl tbody tr td:nth-last-of-type(-n + 5) {
  text-align: right;
  vertical-align: middle;
}

.egs_data_tbl:not(.subitem_tbl) tbody tr td:nth-last-of-type(6) {
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
  white-space: nowrap;
}

.egs_data_tbl tbody tr td.colhead {
  font-size: 16px;
  font-weight: bold;
}

.egs_data_tbl tbody tr td.esg_tbl_center {
  vertical-align: middle;
  text-align: center;
}

/* en_esg */
.en_esg_data .subitem_tbl.egs_data_tbl tbody tr .scopen {
  word-break: keep-all;
  white-space: normal;
}

/* csr_esg_captions */
.csr_esg_captions .noten2 {
  font-size: 12px;
}

.csr_esg_captions .noten {
  padding-left: 25px;
}

.navieval_dl_wp > dl {
  margin-bottom: 7%;
}
.navieval_dl_wp > dl > dt {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
.navieval_dl_wp > dl > dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navieval_dl_wp > dl > dd > p {
  padding-top: 20px;
}

.navieval_dlu_txtwp {
  padding-top: 20px;
}

.en_ir_policy .basic_policy_sec {
  padding-top: 0 !important;
}

.blue_btn.nolinks {
  pointer-events: none;
}
.blue_btn.nolinks::before {
  display: none;
}

.nolinkz {
  pointer-events: none;
}

sub {
  vertical-align: text-bottom;
}
sub.untd {
  vertical-align: baseline;
  font-size: 70%;
}

.title04ex {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #11812c;
}

.tit04ex b {
  font-weight: 800;
  font-size: 115%;
  display: inline-block;
  border-bottom: solid 1px rgba(34, 54, 67, 0.25);
  padding: 0 5px;
}

.en_sustainabilitytop .setsub_box .inbox2 {
  padding-top: 25px;
}
.en_sustainabilitytop .setsub_box .inbox2 strong {
  display: block;
  font-weight: 800;
}
.en_sustainabilitytop .mmmllliss > li {
  padding-top: 15px;
}

.cr_cons {
  color: #223643;
}

.en_highlights .flexnobox > a,
.en_segment .flexnobox > a {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.en_esg_data .egs_data_tblwrap {
  max-width: 100%;
  overflow-y: auto;
}

.en_message .message_sec .lbl_ttl {
  margin-bottom: 40px;
}
.en_message .message_sign {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 5px 0.5%;
  width: 30%;
}
.en_message .message_sign img {
  width: 80%;
}
.en_message .message_sign p {
  font-size: 2.4vw;
}

.cescte_dlswp > dl {
  margin: 4px 0px;
}
