@charset "utf-8";
@import url('/css/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* =======================================

  CommonElements

======================================= */
body{
  position: relative;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
  body {
    letter-spacing: 0.05em;
    font-feature-settings: normal;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.mb0 {margin-bottom: 0!important;}
.pb0 {padding-bottom: 0!important;}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  max-width: 100%;
}

main * {
  word-break: break-all;
}

a:link { text-decoration:none; color: #253382;}
a:visited { text-decoration:none; color: #253382;}
a:active { text-decoration:none; color: #253382;}
a:hover { text-decoration:none; color: #253382;}

div#fixed_top {
  position: fixed;
  display: block;
}
div#fixed_top:hover {
}

@media only screen and (max-width: 768px) {
  body{
    letter-spacing: 0.1rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ------------------------------------
  header
------------------------------------ */
header {
  width: 100%;
  height: 100px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
}
header #header_logo a {
  width: 63px;
  margin: 0 0 0 14px;
  display: block;
  transition: all 0.3s ease-out;
}
header #header_logo a img {
  transition: all 0.3s ease-out;
}
header nav {
  margin-left: auto;
}
header nav #global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav #global_nav li.nav_lower .lower_list {
  display: none;
}
header nav #global_nav li {
  position: relative;
  z-index: 1;
}
header nav #global_nav li a {
  height: 64px;
  margin-top: 38px;
  padding: 0 16px;
  color: #222222;
  white-space: nowrap;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav #global_nav li:not(.nav_language):not(.nav_facility):not(.nav_recruit):not(.nav_inquiry) a::after {
  content: "";
  width: calc(100% - 32px);
  height: 4px;
  margin: 0 16px;
  display: block;
  background: #253382;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
}
header nav #global_nav li.nav_language {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: absolute;
  top: 16px;
  right: 309px;
  z-index: 2;
}
header nav #global_nav li.nav_language a {
  width: 80px;
  height: auto;
  margin: 0;
  padding: 0.4em 0;
  display: block;
  color: #222222;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
header nav #global_nav li.nav_language a:last-of-type {
  border-right: 1px solid #e2e2e2;
}
header nav #global_nav li.nav_facility {
  margin: 0 5px 0 8px;
}
header nav #global_nav li.nav_recruit,
header nav #global_nav li.nav_inquiry {
  margin: 0 5px 0 0;
}
header nav #global_nav li.nav_facility a,
header nav #global_nav li.nav_recruit a,
header nav #global_nav li.nav_inquiry a {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  background: #f6f6f6;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header nav #global_nav li.nav_inquiry a {
  letter-spacing: -0.1em;
}
header nav #global_nav li.nav_facility a::before,
header nav #global_nav li.nav_recruit a::before,
header nav #global_nav li.nav_inquiry a::before {
  display: block;
  font-family: 'aeonmall';
  font-size: 2.4rem;
  color: #133051;
}
header nav #global_nav li.nav_facility a::before {
  content: "\e909";
}
header nav #global_nav li.nav_recruit a::before {
  content: "\e906";
}
header nav #global_nav li.nav_inquiry a::before {
  content: "\e905";
}

/* mini */
.mini_header header {
  height: 70px;
  box-shadow: 0px 8px 16px 0px rgba(53,56,65,.08);
}
.mini_header header #header_logo a {
  width: 50px;
}
.mini_header header nav #global_nav li a {
  height: 70px;
  margin-top: 0;
  padding: 0 16px;
}
.mini_header header nav #global_nav li a span {
  margin-bottom: 0;
  display: block;
  color: #133051;
  font-size: 1.0rem;
  letter-spacing: 0;
}
.mini_header header nav #global_nav li.nav_language {
  display: none;
}
.mini_header header nav #global_nav li.nav_facility {
  margin: 0 2px 0 16px;
}
.mini_header header nav #global_nav li.nav_recruit {
  margin: 0 2px 0 0;
}
.mini_header header nav #global_nav li.nav_inquiry {
  margin: 0;
}
.mini_header header nav #global_nav li.nav_facility a,
.mini_header header nav #global_nav li.nav_recruit a,
.mini_header header nav #global_nav li.nav_inquiry a {
  width: 70px;
  height: 70px;
  border-radius: 0;
}
.mini_header header nav #global_nav li.nav_facility a::before,
.mini_header header nav #global_nav li.nav_recruit a::before,
.mini_header header nav #global_nav li.nav_inquiry a::before {
  margin-bottom: 0;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) header nav #global_nav li a,
  body:not(.tab_view) header nav #global_nav li a:before,
  body:not(.tab_view) header nav #global_nav li a:after,
  body:not(.tab_view) header nav #global_nav li a span {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) header nav #global_nav li a:hover {
    color: #253382;
  }
  body:not(.tab_view) header nav #global_nav li:not(.nav_language):not(.nav_facility):not(.nav_recruit):not(.nav_inquiry) a:hover::after {
    bottom: 0;
    opacity: 1;
  }
  body:not(.tab_view) header nav #global_nav li.nav_language a:hover {
    background: #f6f6f6;
  }
  body:not(.tab_view) header nav #global_nav li.nav_facility a:hover,
  body:not(.tab_view) header nav #global_nav li.nav_recruit a:hover,
  body:not(.tab_view) header nav #global_nav li.nav_inquiry a:hover {
    color: #ffffff;
    background: #133051;
  }
  body:not(.tab_view) header nav #global_nav li.nav_facility a:hover span,
  body:not(.tab_view) header nav #global_nav li.nav_recruit a:hover span,
  body:not(.tab_view) header nav #global_nav li.nav_inquiry a:hover span {
    color: #ffffff;
  }
  body:not(.tab_view) header nav #global_nav li.nav_facility a:hover::before,
  body:not(.tab_view) header nav #global_nav li.nav_recruit a:hover::before,
  body:not(.tab_view) header nav #global_nav li.nav_inquiry a:hover::before {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1166px) {
  header nav #global_nav li a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 980px) {
  header {
    width: 980px;
  }
}

@media only screen and (min-width: 769px) {
  header nav #global_nav li .lower_list {
    display: none!important;
  }
}

@media only screen and (max-width: 768px){
  header {
    min-width: auto;
    min-width: initial;
    width: 100%;
    height: 70px;
  }
  header.scroll_up {top: 0;}
  header.scroll_down {top: -70px;}
  header #header_logo a {
    width: 50px;
    margin: 10px;
    z-index: 1003;
  }
  header #btn_open {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
  header #btn_open a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    z-index: 10;
  }
  header #btn_open a span {
    width: 35px;
    height: 2px;
    display: block;
    background: #133051;
    position: absolute;
    left: 16px;
  }
  header #btn_open a span:nth-child(1) {
    top: 16px;
  }
  header #btn_open a span:nth-child(2) {
    top: 24px;
  }
  header #btn_open a span:nth-child(3) {
    top: 32px;
  }
  header #btn_open .txt,
  #btn_close .txt {
    letter-spacing: 0;
    color: #133051;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }

/* close btn */
  #btn_close {
    display: none;
    width: 70px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    cursor: pointer;
  }
  .menu_open #btn_close {
    display: block;
  }
  #btn_close a {
    width: 70px;
    height: 70px;
    display: block;
  }
  #btn_close a span {
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    top: 24px;
    left: calc(50% - 10px);
    background: #133051;
  }
  #btn_close a span:nth-child(1) {
    transform: rotate(45deg);
  }
  #btn_close a span:nth-child(2) {
    transform: rotate(-45deg);
  }

  html.menu_open {
    overflow: hidden;
  }
  .menu_open #rsp_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255,.85);
  }
  header nav {
    width: 100%;
    display: none;
  }
  body.menu_open header {
    display: block;
  }
  body.menu_open header nav {
    height: calc(100vh - 70px);
    overflow: auto;
    display: block;
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    z-index: 9999;
  }
  header nav #global_nav {
    width: 100%;
    display: block;
    margin-bottom: 10em;
  }
  header nav #global_nav > li {
    margin: 0!important;
    border-bottom: 1px solid #253382;
  }
  header nav #global_nav > li > a {
    width: 100%!important;
    height: auto!important;
    margin-top: 0;
    padding: 16px 12% 16px 4%!important;
    display: block;
    text-align: left;
    font-size: 1.5rem!important;
    letter-spacing: 0.1em!important;
    line-height: 1.4!important;
    border-radius: 0!important;
    background: #f6f6f6;
  }
  header nav #global_nav li.nav_language {
    position: relative;
    top: 0;
    right: 0;
  }
  header nav #global_nav li.nav_language a {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 16px 0!important;
    text-align: center;
    background: #ffffff;
  }
  header nav #global_nav li.nav_facility a::before,
  header nav #global_nav li.nav_recruit a::before,
  header nav #global_nav li.nav_inquiry a::before {
    display: none;
  }
  header nav #global_nav li.nav_facility a span:nth-child(1),
  header nav #global_nav li.nav_recruit a span:nth-child(1),
  header nav #global_nav li.nav_inquiry a span:nth-child(1) {
    display: block!important;
  }
  header nav #global_nav li.nav_lower .sw_btn {
    width: 12vw;
    height: 3.5em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header nav #global_nav li.nav_lower .sw_btn::before {
    content: "\e900";
    font-family: 'aeonmall';
    text-align: center;
    font-size: 1em;
    color: #133051;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header nav #global_nav li.nav_lower.lower_open .sw_btn::before {
    content: "\e903";
  }
  header nav #global_nav li .lower_list ul li a {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
    padding: 16px 12% 16px 4%;
    white-space: normal;
    font-size: 1.4rem;
    text-align: left;
    background: #ffffff;
    border-radius: 0;
    border-top: 1px solid #f6f6f6;
  }
}
/* ------------------------------------
  fixed_top
------------------------------------ */
#fixed_top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 11;
}
#fixed_top a {
  width: 40px;
  height: 40px;
  display: block;
  background: #32353C;
  box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.08);
}
#fixed_top a::before {
  font-family: 'aeonmall';
  content: "\e903";
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 40px;
}


/* ------------------------------------
  common elements
------------------------------------ */
/* contents */
#container {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.contents_wrap {
  width: 1166px;
  min-width: 980px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

h1 {
  font-size: 2rem;
  line-height: 1.4;
}
h2 {
  font-size: 2rem;
  line-height: 1.4;
}

/* text */
.catch {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

/* btn */
.btn {
  padding: 1.3em 4em 1.3em 3em;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
  text-decoration: none!important;
  line-height: 1;
  background: #133051;
  border-radius: 2.143em;
  border: 1px solid #133051;
}
a.btn {
  color: #ffffff;
}
.btn::after {
  font-family: 'aeonmall';
  content: "\e902";
  color: #ffffff;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.btn[target='_blank']::after {
  content: "\e904";
  right: 1.4rem;
}
.btn.nega {
  color: #133051;
  background: #ffffff;
  border: 1px solid #133051;
}
.btn.nega::after {
  color: #133051;
}
.btn.nega.ghost {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.nega.ghost::after {
  color: #ffffff;
}
.btn.regular {
  width: 216px;
  padding: 1.3em 1.5em 1.3em 0.5em;
}
.btn.small {
  padding: 0.8em 2.8em 0.8em 2.2em;
  font-size: 1.3rem;
}
.btn.small::after {
  font-size: 1em;
}
.btn.reset {
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-size: 16px;
  vertical-align: middle;
}
.btn.reset::before {
  font-family: 'aeonmall';
  content: "\e908";
  margin-right: 0.2em;
  font-size: 1.8rem;
  vertical-align: middle;
}
.btn.reset::after {
  display: none;
}
.btn.search::after {
  content: "\e907";
  right: 1.4rem;
}

.btn_field {
  margin-bottom: 32px;
  text-align: left;
}
.btn_field.center {
  text-align: center;
}
.btn_field .btn {
  margin: 0 16px 0 0;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .btn,
  body:not(.tab_view) .btn::after {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) .btn:hover {
    color: #133051;
    background: #f4f4f4;
  }
  body:not(.tab_view) .btn:hover::after {
    right: 0.5rem;
    color: #133051;
  }
  body:not(.tab_view) .btn[target='_blank']:hover::after,
  body:not(.tab_view) .btn.search:hover::after {
    right: 1.4rem;
  }
}

@media only screen and (max-width: 1166px) {
  .contents_wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 980px) {
  #container {
    width: 980px;
  }
  .contents_wrap {
    width: 980px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #container {
    width: 100%;
    padding-top: 70px;
  }
  .contents_wrap {
    width: 100%;
    min-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .btn {
    margin: 0 auto;
  }
  .btn_field {
    text-align: center;
  }
  .btn_field .btn {
    margin: 4px 0;
  }
}


/* ------------------------------------
  clm
------------------------------------ */
.clm_2,
.clm_3,
.clm_4 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clm_2 > * {
  width: 567px;
  margin-right: 32px;
  margin-bottom: 32px;
}
.clm_2 > *:nth-of-type(2n) {
  margin-right: 0;
}
.clm_3 > * {
  width: 362px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.clm_3 > *:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 1166px) {
  .clm_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  .spclm_1 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}


/* ------------------------------------
  NEWS
------------------------------------ */
.news_list {
  position: relative;
}
.news_list ul {
  border-top: 1px solid #e2e2e2;
}
.news_list li {
  margin: 0!important;
  padding: 0!important;
}
.news_list li::before {
  display: none!important;
}
/* ------------------------------------
2024.03.03 追加
------------------------------------ */
.news_list li a {
  width: 100%;
  padding: 20px 2em 20px 0;
  position: relative;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  /* 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; */
  display: block;
}

.news_list li .--flex{
  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;
}

.news_list li .--flex.--main_block{
  margin-top: 10px;
}
/* ------------------------------------
  2024.03.03 追加
------------------------------------ */
.news_list li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #3174bf;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news_list li a::after {
  font-family: 'aeonmall';
  content: "\e902";
  color: #aa187a;
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  right: 0.2em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news_list li a > span {
  display: block;
  line-height: 1.3;
}
.news_time {
  color: #666666;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.news_list li a .news_time {
  margin-right: 32px;
}
/* ------------------------------------
2024.03.03 追加
------------------------------------ */
.news_time.--new{
  flex-shrink: 0;
  margin-right: 10px;
}

.post_info .--flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.news_category {
  /* width: 160px; */
  display: inline-block;
  /* padding: 0.4em; */
  padding: 0.4em 1.5em;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.3rem;
  background: #a2a2a2;
}
.news_list li a .news_category {
  /* margin-right: 32px; */
  margin-right: 15px;
}
/* ------------------------------------
  2024.03.03 追加
------------------------------------ */
.label_ir {background-color: #3174bf;}
.label_personnel {background-color: #aa187a;}
.label_sustainability {background-color: #ea9d0c;}
.label_dx {background-color: #38aa9d;}
.label_event {background-color: #bf3131;}
.label_newopen {background-color: #202f55;}
.label_plan {background-color: #e17b34;}
.label_renewal {background-color: #4b6b86;}
.label_mall {background-color: #6a5acd;}
.label_other {background-color: #a2a2a2;}
.label_infrastructure {
  background-color: #ff8200;
}
.label_society {
  background-color: #fd555f;
}
.label_environment {
  background-color: #307251;
}
.label_diversity {
  background-color: #0ea0dc;
}
.label_responsible_business {
  background-color: #5f64b4;
}
.label_community {
  background-color: #e9bc00;
}
.label_health {
  background-color: #42499B;
}
.label_international {
  background-color: #8b4513;
}

.news_list li a .news_title {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.news_list.thumb_list li a {
  padding: 16px 2em 16px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_list.thumb_list li a figure {
  width: 70px;
}
.news_list.thumb_list li a .info_set {
  width: calc(100% - 70px);
  padding: 0 0 0 16px;
}
.news_list.thumb_list li a .info_set .news_time {
  display: block;
}
.news_list.thumb_list li a .info_set .news_title {
  display: block;
  font-size: 1.3rem;
  text-overflow: clip;
  white-space: normal;
}
.news_list .btn_field {
  margin-bottom: 0;
  position: absolute;
  top: calc(-3.2em - 24px);
  right: 0;
}
.news_list .btn_field .btn {
  margin-right: 0;
}
.news_list.archive_page {
  margin-bottom: 32px;
}
.news_list.archive_page li a .info_set .news_time {
  font-size: 1.4rem;
}
.news_list.archive_page.thumb_list li a .info_set .news_title {
  font-size: 1.4rem;
}
.news_list.archive_page.thumb_list li a figure {
  width: 85px;
}
.news_list.archive_page.thumb_list li a .info_set {
  width: calc(100% - 85px);
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .news_list li a,
  body:not(.tab_view) .news_list li a::before,
  body:not(.tab_view) .news_list li a::after {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) .news_list li a:hover,
  body:not(.tab_view) .news_list li a:hover .news_time {
    color: #3174bf;
  }
  body:not(.tab_view) .news_list li a:hover::before {
    width: 100%;
  }
  body:not(.tab_view) .news_list li a:hover::after {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .news_list {
    width: 100vw;
    margin-left: -4vw!important;
  }
  .news_list li a {
    width: 100%;
    padding: 20px 4%;
    display: block;
    position: relative;
  }

  .news_list li a::before,
  .news_list li a::after {
    display: none;
  }
  .news_list li a > span {
    line-height: 1.4;
  }
  /* ------------------------------------
  2024.03.03 追加
  ------------------------------------ */
  /* .news_list li a .news_time {
    margin: 0 0 8px;
  } */

  /* .news_list li a .news_category {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 4vw;
  } */

  .news_list li a .news_category {
    margin-right: 10px;
  }

  .news_list li .--flex.--main_block{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  /* ------------------------------------
  2024.03.03 追加
  ------------------------------------ */
  .news_list li a .news_title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .news_list.thumb_list {
    margin-left: 0;
  }
  .news_list.thumb_list ul {
    width: 92%;
    margin: 0 4%;
  }
  .news_list.thumb_list li a {
    padding: 16px 1.5em 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_list.thumb_list li a::after {
    display: block;
    right: 0;
  }
  .news_list.thumb_list li a .info_set .news_time {
    margin-bottom: 0;
  }
  .news_list.thumb_list li a .info_set .news_title {
    line-height: 1.2;
  }
  .news_list .btn_field {
    padding: 32px 0 0;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
  }
}

/* ------------------------------------
  NOTICE
------------------------------------ */
.notice_list {
  position: relative;
}
.notice_list ul {
  border-top: 1px solid #e2e2e2;
}
.notice_list li {
  margin: 0!important;
  padding: 0!important;
}
.notice_list li::before {
  display: none!important;
}
.notice_list li a {
  width: 100%;
  padding: 20px 2em 20px 0;
  position: relative;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  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;
}
.notice_list li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #3174bf;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.notice_list li a::after {
  font-family: 'aeonmall';
  content: "\e902";
  color: #aa187a;
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  right: 0.2em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.notice_list li a > span {
  display: block;
  line-height: 1.3;
}
.notice_time {
  color: #666666;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.notice_list li a .notice_time {
  margin-right: 32px;
}

.notice_list li a .notice_title {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.notice_list.archive_page {
  margin-bottom: 32px;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) .notice_list li a,
  body:not(.tab_view) .notice_list li a::before,
  body:not(.tab_view) .notice_list li a::after {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) .notice_list li a:hover,
  body:not(.tab_view) .notice_list li a:hover .notice_time {
    color: #3174bf;
  }
  body:not(.tab_view) .notice_list li a:hover::before {
    width: 100%;
  }
  body:not(.tab_view) .notice_list li a:hover::after {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .notice_list {
    width: 100vw;
    margin-left: -4vw!important;
  }
  .notice_list li a {
    width: 100%;
    padding: 20px 4%;
    display: block;
    position: relative;
  }
  .notice_list li a::before,
  .notice_list li a::after {
    display: none;
  }
  .notice_list li a > span {
    line-height: 1.4;
  }
  .notice_list li a .notice_time {
    margin: 0 0 8px;
  }
  .notice_list li a .notice_title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

/* ------------------------------------
  footer
------------------------------------ */
footer#global_footer {
  position: relative;
  background: #313439;
  z-index: 10;
}
footer#global_footer #footer_nav li a {
  display: block;
  font-size: 1.6rem;
  color: #ffffff;
}
footer#global_footer #footer_nav .contents_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#global_footer #footer_nav .contents_wrap > ul > li {
  margin-bottom: 32px;
}
footer#global_footer #footer_nav .contents_wrap > ul > li > a {
  margin-bottom: 24px;
}
footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul {
  padding: 0 0 0 16px;
  border-left: 1px solid #5b5d63;
}
footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li {
  padding-bottom: 0.8em;
}
footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li > a {
  font-size: 1.3rem;
  opacity: .6;
  line-height: 1.4;
}
footer#global_footer #footer_info {
  background: #f4f4f4;
  padding: 32px 0;
}
footer#global_footer #footer_info .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer#global_footer #footer_info a {
  color: #133051;
}
footer#global_footer #footer_info .contents_wrap > a {
  margin: 0 40px 0 0;
  display: block;
}
footer#global_footer #footer_info nav.sub_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#global_footer #footer_info nav.sub_nav ul li {
  margin-right: 24px;
}
footer#global_footer #footer_info nav.sub_nav ul li a {
  font-size: 1.3rem;
}
footer#global_footer #footer_info nav.sub_nav ul li a::before {
  font-family: 'aeonmall';
  content: "\e902";
}
footer#global_footer #footer_sub {
  padding: 24px 0;
  background: #ffffff;
}
footer#global_footer #footer_sub .contents_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer#global_footer #footer_sub .contents_wrap > div a {
  display: inline-block;
  margin-right: 24px;
}
footer#global_footer #footer_sub .contents_wrap small {
  margin-left: auto;
  color: #a6a7a9;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li > a {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li > a:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 769px) {
  footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list {
    display: block!important;
  }
}

@media only screen and (max-width: 768px) {
  footer#global_footer #footer_nav .contents_wrap {
    padding: 8px 4%;
    display: block;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #4c4e55;
  }
  footer#global_footer #footer_nav .contents_wrap > ul:last-of-type li:last-of-type {
    border-bottom: none;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li > a {
    padding: 24px 10vw 24px 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul {
    padding: 0 0 16px 16px;
    border-left: none;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li {
    padding-bottom: 1em;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li .lower_list ul > li > a {
    font-size: 1.5rem;
    opacity: .6;
    line-height: 1.4;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li.nav_lower .lower_list {
    display: none;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li.nav_lower .sw_btn {
    width: 8vw;
    height: calc(1.8em + 48px);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li.nav_lower .sw_btn::before {
    content: "\e900";
    font-family: 'aeonmall';
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  footer#global_footer #footer_nav .contents_wrap > ul > li.nav_lower.lower_open .sw_btn::before {
    content: "\e903";
  }
  footer#global_footer #footer_info {
    padding: 40px 0 24px;
  }
  footer#global_footer #footer_info .contents_wrap {
    display: block;
    text-align: center;
  }
  footer#global_footer #footer_info .contents_wrap > a {
    width: 56px;
    margin: 0 auto 32px;
  }
  footer#global_footer #footer_info nav.sub_nav ul {
    margin-bottom: 16px;
    display: block;
    text-align: left;
  }
  footer#global_footer #footer_info nav.sub_nav ul li {
    margin-right: 0;
  }
  footer#global_footer #footer_info nav.sub_nav ul li a {
    display: block;
    padding: 0.5em 0;
  }
  footer#global_footer #footer_sub .contents_wrap {
    display: block;
  }
  footer#global_footer #footer_sub .contents_wrap > div {
    text-align: center;
  }
  footer#global_footer #footer_sub .contents_wrap > div a {
    margin: 0 12px 24px;
  }
  footer#global_footer #footer_sub .contents_wrap small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

/* =====================================
  :hover Opacity Elements
===================================== */

/* :hover */
@media only screen and (min-width: 769px) {
  body:not(.tab_view) footer#global_footer #footer_nav .contents_wrap > ul > li > a,
  body:not(.tab_view) footer#global_footer #footer_info nav.sub_nav ul li a {
    transition: all 0.3s ease-out;
  }
  body:not(.tab_view) footer#global_footer #footer_nav .contents_wrap > ul > li > a:hover,
  body:not(.tab_view) footer#global_footer #footer_info nav.sub_nav ul li a:hover {
    opacity: 0.7;
  }
}


/* =====================================
  ClearFixElements
===================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* =====================================
  サイト内検索
===================================== */

  .header_search-icon {
    display: none;
  }
  form table.gsc-search-box td.gsc-input {
    padding-right: 0;
    min-width: 150px;
  }
  table.gsc-input {
    background-color: #efefef;
    font-size: 12px;
  }
  .gsc-input-box {
    padding: 0;
  }
  .gsc-input .gsc-input-box {
    border: none;
  }
  .gsc-input-box input.gsc-input {
    background-color: transparent !important;
    background-image: none !important;
    font-size: 12px !important;
  }
  .gsc-search-button {
    margin-left: 0px;
  }
  .gscb_a {
    line-height: 32px;
  }
  .gsc-search-button-v2 {
    padding: 0;
    height: 32px;
    aspect-ratio: 1/1;
    background-color: #313439;
    border: none;
    border-radius: 0px;
  }
  .search-wrap {
      max-width: 300px;
      position: absolute;
      top: 13px;
      right: 500px;
      z-index: 2;
  }

  .mini_header header .search-wrap {
    display: none;
  }

  .gsc-table-cell-thumbnail .gs-web-image-box, .gs-promotion-image-box {
    width: 82px;
  }

  .gsc-orderby-container .gsc-orderby .gsc-selected-option-container {
    max-width: 100%;
  }

  .gsc-search-button.gsc-search-button-v2 {
    background-color: #f6f6f6;
    border-color: #e2e2e2;
    transition: all 0.3s ease-out;
  }
  .gsc-search-button.gsc-search-button-v2 svg{
    fill: #133051;
  }
  .gsc-search-button.gsc-search-button-v2:hover {
    background-color: #133051;
  }
  .gsc-search-button.gsc-search-button-v2:hover svg {
    fill: #ffffff;
  }

  @media only screen and (max-width: 768px) {
    .header_search-icon {
      display: block;
      width: 36px;
      position: absolute;
      right: 70px;
    }
    .search-wrap {
      display: none;
      border-radius: 4px;
      background-color: #fff;
      padding: 24px 24px;
      width: 90vw;
      max-width: unset;
      position: absolute;
      top: 120%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 28%);
    }
    .search-wrap::after {
      display: block;
      content: "";
      width: 18px;
      height: 18px;
      background-color: #fff;
      position: absolute;
      bottom: 99%;
      right: 60px;
      clip-path: polygon(50% 26%, 0% 100%, 100% 100%);
    }

    .gsc-search-button.gsc-search-button-v2 {
      background-color: #133051;
      border-color: #133051;
      padding: 6px 16px;
      border-radius: 2px;
    }
    .gsc-search-button.gsc-search-button-v2 svg{
      fill: #fff;
    }
  }
