@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

body, html,
div, p, span, blockquote, u, s, i, b,
table, tr, th, td,
ul, ol, dl, li, dt, dd,
strong, h1, h2, h3, h4, h5, em,
header, footer, nav, aside, section,
input, select, option, textarea, button {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333434;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

/*@media (min-width: 768px) {
  body {
    width: 1240px;
  }
}

@media (min-width: 1240px) {
  body {
    width: 100%;
  }
}*/

body.fixed {
  height: 100%;
  overflow: hidden;
}

.wrap {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.page_top {
  overflow: hidden;
}

/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 17px;
  padding-bottom: 17px;
}

.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  color: #333434;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumb a {
  color: #004831;
  font-weight: 700;
  transition: .3s linear;
}
.breadcrumb a:hover {
  border-bottom: 1px solid #004831;
  opacity: .7;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .breadcrumb li {
    font-size: 11px;
  }
  .breadcrumb li:not(:last-child)::after {
    margin-right: 6px;
    margin-left: 6px;
  }
}

/* visual */
.visual {
  overflow: hidden;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.visual.-bg-none {
  height: 150px;
}

.visual_image {
  overflow: hidden;
  position: relative;
  height: 150px;
}
.visual_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.visual_title {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding: 15px 15px 15px 28px;
  color: #004831;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.visual_title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 4px solid #c4d700;
}

@media (max-width: 767px) {
  .visual {
    padding-right: 0;
    padding-left: 0;
    border-top-color: #d5dedb;
    border-bottom: none;
  }

  .visual.-bg-none {
    height: 90px;
  }

  .visual_image {
    height: 90px;
  }
  .visual_image img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: none;
    transform: none;
  }

  .visual_title {
    right: 10px;
    left: 10px;
    padding: 20px 10px 20px 12px;
    font-size: 2.4rem;
  }

/* tci ps */
  .visual_title.-smaller {
    font-size: 1.6rem;
  }
  #investor .visual_title.-smaller {
    padding: 20px 50px 20px 12px;
  }
/* tci ps end */

	.visual_title::before {
    border-left-width: 2px;
  }
}

/* banner */
.banner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.banner_unit2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.banner_item {
  -webkit-flex-basis: calc(580 / 1200 * 100%);
  flex-basis: calc(100% / 2 - 40);
  border: 1px solid #d5dedb;
}
.banner_item a {
  display: block;
  transition: .3s;
}
.banner_item a:hover {
  opacity: .7;
}

.banner_image {
}
.banner_image img {
  width: 100%;
}

.banner_contents {
  display: -webkit-flex;
  display: flex;
  padding: 8px 20px;
}

.banner_text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 48px;
  color: #004831;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner_unit {
    display: block;
  }

  .banner_item:not(:first-child) {
    margin-top: 20px;
  }

  .banner_text {
    min-height: 40px;
    font-size: 1.6rem;
  }
}

/* nav-page */
.nav-page {
  overflow: hidden;
  padding-top: 56px;
}
.nav-page_lead {
  margin-bottom: 80px;
  color: #333434;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.75;
}

.nav-page_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  margin-top: -40px;
  margin-left: -42px;
  padding-bottom: 72px;
}
.nav-page_unit::before {
  content: "";
  position: absolute;
  top: 132px;
  right: calc(50% - 50vw - 42px);
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: #e5edea;
}
.nav-page_unit:first-child {
  margin-top: -16px;
}

.nav-page_item {
  -webkit-flex-basis: calc(99% / 3 - 42px);
  flex-basis: calc(99% / 3 - 42px);
  margin-top: 40px;
  margin-left: 42px;
  background-color: #fff;
  border: 1px solid #d5dedb;
}

.nav-page_item a {
  display: block;
  transition: .3s;
}
.nav-page_item a:hover {
  opacity: .7;
}
.nav-page_item a:hover .nav-page_image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.nav-page_item a:hover .nav-page_title {
  border-bottom: 1px solid #004831;
}

.nav-page_image {
  overflow: hidden;
}
.nav-page_image img {
  width: 100%;
  transition: .3s;
}

.nav-page_contents {
  padding: 16px 20px 12px;
}

.nav-page_title {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #004831;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
}
.nav-page_title img {
  margin-left: 8px;
  vertical-align: -1px;
}

.nav-page_text {
  margin-top: 5px;
  color: #333434;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .nav-page {
    padding-top: 24px;
  }
  .nav-page_lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .nav-page_unit {
    display: block;
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .nav-page_unit::before {
    content: none;
  }

  .nav-page_item {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-page_contents {
    padding-bottom: 16px;
  }

  .nav-page_title {
    font-size: 1.8rem;
  }

  .nav-page_text {
    line-height: 1.5;
  }
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.picture_container {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

@media (max-width: 1023px) {
  .header {
    border-bottom: solid 3px #004831;
  }
}

/* header-top */
.header-top {
  height: 65px;
  border-bottom: 5px solid #c4d700;
  background: #004831;
}

.header-top .container {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.header-top img[src*="logo_group_01"] {
  width: 121px;
}
.header-top img[src*="logo_group_02"]  {
  width: 80px;
}
@media (max-width: 1023px) {
  .header-top {
    height: 65px;
  }
  .header-top img[src*="logo_group_01"] {
    width: 122px;
  }
  .header-top img[src*="logo_group_02"]  {
    width: 79px;
  }
  .header .container {
       padding: 4px 30px 0 14px;
  }
}

/* header-info */
.header-info {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 78px;
}

.header-info_logo {
  font-size: 10px;
  line-height: 1;
}
.header-info_logo a {
  display: inline-block;
}
.header-info_logo a img {
  width: 33.7rem;
}

.header-info_guide {
  display: -webkit-box;
  display: flex;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 16px;
}

.header-info_guide .guideList {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header-info_guide .guideList li {
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 1;
}
.header-info_guide .guideList li::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 0;
  border-left: 1px solid #d5dedb;
}

.header-info_guide .guideList a {
  display: inline-block;
  position: relative;
  color: #004831;
  padding-left: 10px;
  transition: .3s;
}

.header-info_guide .guideList a::before {
  content: "";
  position: absolute;
  left: -3px;
  top: calc(50% + 1px);
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.header-info_guide .guideList a:hover {
  text-decoration: underline;
}

.header-info_guide .guideList a:hover::before {
  -webkit-transform: translateX(2px) translateY(-50%) rotate(45deg);
  transform: translateX(2px) translateY(-50%) rotate(45deg);
}

.header-info_guide .letterExpansion {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding-left: 20px;
  font-size: 13px;
  color: #004831;
  line-height: 1;
}

.header-info_guide .letterExpansion ul {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 10px;
}

.header-info_guide .letterExpansion li {
  font-size: 14px;
  font-weight: 700;
}

.header-info_guide .letterExpansion li:not(:first-child) {
  margin-left: 7px;
}

.header-info_guide .letterExpansion a {
  display: block;
  padding: 4px 2px;
  color: #ccc;
}

.header-info_guide .letterExpansion a.select {
  position: relative;
  color: #004831;
}

.header-info_guide .letterExpansion a.select::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #004831;
}

.header-menu {
  display: none;
  font-size: 10px;
  font-weight: 700;
  color: #004831;
  cursor: pointer;
}
.header-menu::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  margin: auto;
  background: url(/assets/img/icon_menu.png) center/contain no-repeat;
}

@media (max-width: 1023px) {
  .header-info {
    height: 78px;
    justify-content: center;
  }

  .header-info_logo a img {
    width: 272px;
  }


  .header-info_guide {
    display: none;
  }

  .header-menu {
    display: block;
  }
}
@media (max-width: 767px) {
    .header-info {
      padding: 0 15px !important;
    }
}
/* nav-global */
.nav-global {
  position: relative;
  border-bottom: 1px solid #d5dedb;
}
.nav-global::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 4px solid #f5f5f5;
}

#company .nav-global_link[href*="company"] {
  color: #c4d700;
}
#company .nav-global_link[href*="company"]::after {
  visibility: visible;
  opacity: 1;
}
#investor .nav-global_link[href*="investor"] {
  color: #c4d700;
}
#investor .nav-global_link[href*="investor"]::after {
  visibility: visible;
  opacity: 1;
}
#sustainability .nav-global_link[href*="sustainability"] {
  color: #c4d700;
}
#sustainability .nav-global_link[href*="sustainability"]::after {
  visibility: visible;
  opacity: 1;
}
#news .nav-global_link[href*="news"] {
  color: #c4d700;
}
#news .nav-global_link[href*="news"]::after {
  visibility: visible;
  opacity: 1;
}

.nav-global_overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  transition: .5s;
}

.nav-global_contents {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px;
}

.nav-global_header {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  height: 54px;
  border-bottom: 4px solid #c4d700;
}

.nav-global_logo {
  font-size: 10px;
  line-height: 1;
}
.nav-global_logo img {
  width: 180px;
}

.nav-global_close {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 24px;
  color: #004831;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.nav-global_close::before,
.nav-global_close::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #004831;
}
.nav-global_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-global_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-global_list {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.nav-global_category {
  -webkit-flex: 1;
  flex: 1;
  border-left: 1px solid #d5dedb;
}

.nav-global_link {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 56px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.nav-global_link::after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 4px #c4d700;
  transition: opacity .3s;
}

.nav-global_link:hover::after,
.nav-global_link.is-active::after {
  visibility: visible;
  opacity: 1;
}

.nav-global_link.is-active {
  color: #c4d700;
}

.nav-global_search {
  -webkit-flex-basis: calc(268 / 1200 * 100%);
  flex-basis: calc(268 / 1200 * 100%);
  border-left: 1px solid #d5dedb;
}

.nav-global_search > div {
  display: -webkit-box;
  display: flex;
  position: relative;
  width: calc(220 / 268 * 100%);
  margin-left: auto;
}

.nav-global_search input[type="submit"] {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 0;
  color: transparent;
  background: url(/assets/img/icon_search_grren.png) center / contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-global_search input[type="text"] {
  width: 100%;
  height: 40px;
  padding-right: 15px;
  padding-left: 45px;
  border: 1px solid #004831;
  border-radius: 20px;
  color: #004831;
  font-size: 14px;
  font-weight: 700;
  outline: none;
}

.nav-global_search input[type="text"]:placeholder-shown { padding-right: 45px; color: #004831; text-align: center;}
.nav-global_search input[type="text"]::-webkit-input-placeholder { color: #004831; text-align: center;}
.nav-global_search input[type="text"]::-moz-placeholder { padding-right: 45px; color: #004831; opacity: 1; text-align: center;}
.nav-global_search input[type="text"]:-ms-input-placeholder { padding-right: 45px; color: #004831; text-align: center;}

.nav-global_search input[type="text"]:focus:placeholder-shown { color: transparent;}
.nav-global_search input[type="text"]:focus::-webkit-input-placeholder { color: transparent;}
.nav-global_search input[type="text"]:focus::-moz-placeholder { color: transparent; opacity: 1;}
.nav-global_search input[type="text"]:focus:-ms-input-placeholder { color: transparent;}

.nav-global_search input[type="text"]:focus {
  color: #004831 !important;
  text-align: left;
}

.nav-global_utility {
  display: none;
  padding: 10px 18px;
  border-top: 1px solid #d5dedb;
  background-color: #f0f0f0;
}
.nav-global_utility a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 40px;
  color: #004831;
}

.nav-global_language {
  display: none;
  border-top: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
}
.nav-global_language li {
  -webkit-flex: 1;
  flex: 1;
}
.nav-global_language li:not(:first-child) {
  border-left: 1px solid #d5dedb;
}
.nav-global_language a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 52px;
  background-color: #f0f0f0;
  color: #004831;
  text-align: center;
}
.nav-global_language a.is-active {
  background-color: #fff;
  color: #a0c81e;
}

@media (max-width: 1023px) {
  .nav-global {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-bottom: 0;
    backface-visibility: hidden;
  }
  .nav-global::after {
    content: none;
  }

  #company .nav-global_link[href*="company"],
  #investor .nav-global_link[href*="investor"],
  #sustainability .nav-global_link[href*="sustainability"],
  #news .nav-global_link[href*="news"] {
    color: #004831;
  }

  .nav-global.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 30;
  }
  .nav-global.is-active .nav-global_overlay {
    visibility: visible;
    opacity: 1;
  }
  .nav-global.is-active .nav-global_contents {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0;
  }

  .nav-global_contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 60px);
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: .3s ease-in-out .2s;
  }

  .nav-global_inner {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }

  .nav-global_header {
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
    padding-left: 20px;
  }

  .nav-global_list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .nav-global_category {
    order: 2;
    border-left: 0;
    border-top: 1px solid #d5dedb;
  }

  .nav-global_link {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 62px;
    padding-right: 54px;
    padding-left: 18px;
    background-color: #f0f0f0;
    color: #004831;
    font-weight: 700;
    text-align: left;
  }
  .nav-global_link::before,
  .nav-global_link::after {
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    background-color: #004831;
  }
  .nav-global_link::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
  }
  .nav-global_link::after {
    visibility: visible;
    opacity: 1;
    left: auto;
    bottom: auto;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .nav-global_link.is-active {
    color: #004831;
  }
  .nav-global_link.is-active:after {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .nav-global_search {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 20px;
    border-left: 0;
  }

  .nav-global_search > div {
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 100%;
    margin-left: auto;
  }

  .nav-global_search a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nav-global_search img {
    width: 20px;
    height: 20px;
  }

  .nav-global_search input[type="text"] {
    width: 100%;
    height: 40px;
    padding-right: 15px;
    padding-left: 45px;
    border: 1px solid #004831;
    border-radius: 20px;
    color: #004831;
    font-size: 14px;
    font-weight: 700;
    outline: none;
  }

  .nav-global_search input[type="text"]:placeholder-shown { padding-right: 45px; color: #004831; text-align: center;}
  .nav-global_search input[type="text"]::-webkit-input-placeholder { color: #004831; text-align: center;}
  .nav-global_search input[type="text"]::-moz-placeholder { padding-right: 45px; color: #004831; opacity: 1; text-align: center;}
  .nav-global_search input[type="text"]:-ms-input-placeholder { padding-right: 45px; color: #004831; text-align: center;}

  .nav-global_search input[type="text"]:focus:placeholder-shown { color: transparent;}
  .nav-global_search input[type="text"]:focus::-webkit-input-placeholder { color: transparent;}
  .nav-global_search input[type="text"]:focus::-moz-placeholder { color: transparent; opacity: 1;}
  .nav-global_search input[type="text"]:focus:-ms-input-placeholder { color: transparent;}

  .nav-global_search input[type="text"]:focus {
    color: #004831 !important;
    text-align: left;
  }

  .nav-global_utility {
    display: block;
  }

  .nav-global_language {
    display: -webkit-flex;
    display: flex;
  }
}

/* nav-dropdown */
.nav-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  padding: 40px;
  border: 1px solid #d5dedb;
  background-color: #f3f8f6;
  transition: .5s;
}
.nav-dropdown.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.nav-dropdown_title {
  margin-bottom: 20px;
  color: #004831;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.nav-dropdown_title a {
  color: inherit;
}
.nav-dropdown_title a:hover {
  border-bottom: 1px solid #004831;
}

.nav-dropdown_contents {}

.nav-dropdown_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.nav-dropdown_list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-basis: calc(100% / 4 - 20px);
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
}
.nav-dropdown_list > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 68px;
  padding: 8px;
  border: 1px solid #d5dedb;
  background-color: #fff;
  color: #004831;
  font-weight: 700;
  line-height: 1.334;
  text-align: center;
  transition: .3s;
}
.nav-dropdown_list > li > a:hover {
  border-color: #004831;
}

.nav-dropdown_list-2nd {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;

  padding: 20px;
  border: 1px solid #d5dedb;
  border-top: 0;
  background-color: #f9fcfb;
}
.nav-dropdown_list-2nd > li:not(:first-child) {
  margin-top: 12px;
}
.nav-dropdown_list-2nd > li > a {
  color: #004831;
}
.nav-dropdown_list-2nd > li > a:hover {
  border-bottom: 1px solid #a1b2ab;
}

.nav-dropdown_footer {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #d5dedb;
}

.nav-dropdown_list-footer {
  display: -webkit-flex;
  display: flex;
  margin-left: -20px;
}
.nav-dropdown_list-footer li {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
  color: #004831;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.334;
  text-align: left;
}
.nav-dropdown_list-footer li:first-child {
  -webkit-flex: 0 1 calc(100% / 4 - 20px);
  flex: 0 1 calc(100% / 4 - 20px);
}
.nav-dropdown_list-footer a {
  position: relative;
  color: inherit;
}
.nav-dropdown_list-footer a:hover {
  border-bottom: 1px solid #a1b2ab;
}
.nav-dropdown_list-footer img {
  margin-left: 8px;
  vertical-align: -1px;
}

.nav-dropdown_close {
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding-left: 24px;
  color: #004831;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.nav-dropdown_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 15px;
  background: url(/assets/img/icon_close.png) center center / contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-dropdown_close:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #a1b2ab;
}

@media (max-width: 1023px) {
  .nav-dropdown {
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
    transition: none;
  }

  .nav-dropdown_title {
    margin-bottom: 0;
    color: #004831;
    font-size: 16px;
    line-height: 1.5;
  }
  .nav-dropdown_title a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 62px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .nav-dropdown_title a:hover {
    border-bottom: 0;
  }

  .nav-dropdown_contents {
    border-top: 1px solid #d5dedb;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-dropdown_list {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .nav-dropdown_list > li {
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
  }
  .nav-dropdown_list > li:not(:first-child) {
    border-top: 1px solid #f3f8f6;
  }
  .nav-dropdown_list > li > a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 50px;
    padding: 0 20px 0 30px;
    border: 0;
    text-align: left;
  }
  .nav-dropdown_list > li br {
    display: none;
  }

  .nav-dropdown_list-2nd {
    padding: 0 0 0 30px;
    border: 0;
    background-color: transparent;
  }
  .nav-dropdown_list-2nd > li:not(:first-child) {
    margin-top: 0;
  }
  .nav-dropdown_list-2nd > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.334;
  }
  .nav-dropdown_list-2nd > li > a:hover {
    border-bottom: 0;
  }
  .nav-dropdown_list-2nd > li br {
    display: none;
  }

  .nav-dropdown_footer,
  .nav-dropdown_close {
    display: none;
  }
}

.footer-group a:hover, .footer-description a:hover, .footer-menu-pc a:hover, .footer-menu-sp a:hover {
  opacity: 0.3;
}

.footer-group {
  padding: 60px 0 80px;
}

@media (max-width: 1023px) {
  .footer-group {
    padding: 30px 0 40px;
  }
}

.footer-group_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .footer-group_ttl {
    margin-bottom: 10px;
  }
}

.footer-group_ttl h2 {
  font-size: 24px;
  color: #004831;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.23px;
}

.footer-group_ttl img {
  width: 160px;
}

img.pc-footer.pc-footer_smbc_logo.left {
  width: 80px;
  margin-bottom: 15px;
}

.footer-group_contents {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer-group_contents::after {
  content: '';
  width: 19.5%;
}

.footer-group_contents li {
  margin-top: 20px;
  width: 24.5%;
}

@media (max-width: 1023px) {
  .footer-group_contents li {
    width: 49%;
    padding: 10px 0;
    background-color: #fff;
  }
}

.footer-group_contents img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 285px;
}

@media (max-width: 1023px) {
  .footer-group_contents img {
    height: 65px;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .footer-group_contents img {
    height: auto;
    width: 100%;
  }
}

.footer-group_item {
  margin-top: 15px;
  padding: 40px 0;
  height: 100px;
  width: 19%;
  font-size: 12px;
  color: #333434;
}

@media (max-width: 1023px) {
  .footer-group_item {
    height: 85px;
    width: 49%;
    font-size: 14px;
  }
}

.footer a {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer a:hover {
  opacity: .7;
}

/* nav-footer */
.nav-footer {
  padding-top: 72px;
  padding-bottom: 64px;
  background-color: #004831;
}

.nav-footer_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav-footer_item {
  -webkit-flex-basis: calc(100% / 4 - 36px);
  flex-basis: calc(100% / 4 - 36px);
}

.nav-footer_title {
  padding-bottom: 12px;
  border-bottom: 2px solid #a0c81e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.334;
}
.nav-footer_title ~ .nav-footer_title {
  margin-top: 40px;
}
.nav-footer_title a {
  color: inherit;
}
.nav-footer_title img {
  margin-right: 10px;
}

.nav-footer_list {
  margin-top: 20px;
}
.nav-footer_list li {
  color: #ddd;
}
.nav-footer_list li:not(:first-child) {
  margin-top: 8px;
}
.nav-footer_list a {
  color: inherit;
}

.nav-footer_speaker {
  margin-top: 20px;
}
.nav-footer_speaker .rsbtn {
  margin-bottom: 0;
}

.nav-footer_utility {
  overflow: hidden;
  margin-top: 20px;
}
.nav-footer_utility ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 864px;
  margin-top: -8px;
  margin-left: -24px;
}
.nav-footer_utility li {
  margin-top: 8px;
  color: #ddd;
  font-size: 12px;
  line-height: 1.334;
  letter-spacing: .04em;
}
.nav-footer_utility li::before {
  content: "｜";
  display: inline-block;
  margin-right: .5em;
  margin-left: .5em;
}
.nav-footer_utility a {
  color: inherit;
}

.nav-footer_footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 24px;
}

.nav-footer_copyright {
  color: #ddd;
}

@media (max-width: 1023px) {
  .nav-footer {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .nav-footer_unit {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #fff;
  }

  .nav-footer_item {
    border-top: 1px solid #d5dedb;
  }

  .nav-footer_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    min-height: 54px;
    padding: 4px 10px;
    border-bottom: 0;
    background-color: #f0f0f0;
    color: #004831;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .04em;
    cursor: pointer;
  }
  .nav-footer_title::before,
  .nav-footer_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    background-color: #004831;
    transition: .3s;
  }
  .nav-footer_title::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-footer_title::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .nav-footer_title ~ .nav-footer_title {
    margin-top: 0;
  }
  .nav-footer_title.-recruit,
  .nav-footer_title.-search {
    display: none;
  }

  .nav-footer_list {
    display: none;
    margin-top: 0;
    padding: 10px;
  }
  .nav-footer_list li {
    color: #004831;
  }

  .nav-footer_utility ul {
    display: block;
    margin-top: -12px;
    margin-left: 0;
  }
  .nav-footer_utility li {
    margin-top: 12px;
    font-size: 14px;
  }
  .nav-footer_utility li::before {
    content: none;
  }

  .nav-footer_footer {
    display: block;
    margin-top: 40px;
  }

  .nav-footer_copyright {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .nav-footer_logo {
    margin-top: 12px;
    text-align: center;
  }
}


@media (max-width: 1023px) {

.nav-footer_titacnone::before, .nav-footer_titacnone::after{
content:none;
}

 .nav-footer_titbt{
   border-top:1px solid #d5dedb;
} 
  
}




/* nav-footer2 検索結果ページに使用 */
.nav-footer2 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #004831;
}

.nav-footer2_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav-footer2_item {
  -webkit-flex-basis: calc(100% / 4 - 36px);
  flex-basis: calc(100% / 4 - 36px);
}

.nav-footer2_speaker {
  margin-top: 20px;
}
.nav-footer2_speaker .rsbtn {
  margin-bottom: 0;
}

.nav-footer2_footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 24px;
}

.nav-footer2_copyright {
  color: #ddd;
}

@media (max-width: 1023px) {
  .nav-footer2 {
    padding-top: 5px;
    padding-bottom: 48px;
  }

  .nav-footer2_unit {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #fff;
  }

  .nav-footer2_footer {
    display: block;
    margin-top: 40px;
  }

  .nav-footer2_copyright {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .nav-footer2_logo {
    margin-top: 12px;
    text-align: center;
  }
}
/* nav-footer2 検索結果ページに使用ここまで */


/* nav-local */
.nav-local {
  border-top: 1px solid #f3f8f6;
}

.nav-local_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 96px;
  margin-left: -52px;
}
.nav-local_list li {
  margin-left: 52px;
  color: #004831;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.nav-local_list a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.nav-local_list a:hover {
  border-bottom-color: inherit;
}
.nav-local_list a.is-active {
  color: #a0c81e;
  pointer-events: none;
}

@media (max-width: 767px) {
  .nav-local_list {
    display: block;
    height: auto;
    margin-left: 0;
  }
  .nav-local_list li {
    margin-left: 0;
  }
  .nav-local_list li:not(:first-child) {
    border-top: 1px solid #f3f8f6;
  }
  .nav-local_list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 52px;
    padding: 4px 10px;
    border-bottom: 0;
  }
}

/* nav-tab */
.nav-tab {
  border-top: 1px solid #f3f8f6;
  border-bottom: 1px solid #f3f8f6;
}

.nav-tab_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  height: 56px;
}
.nav-tab_list::-webkit-scrollbar {
  display: none;
}
.nav-tab_list li {
  color: #004831;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.nav-tab_list li:not(:first-child) {
  margin-left: 52px;
}
.nav-tab_list a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.nav-tab_list a:hover {
  border-bottom-color: inherit;
}
.nav-tab_list a.is-active {
  color: #a0c81e;
  pointer-events: none;
}

@media (max-width: 767px) {
  .nav-tab {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .nav-tab_list li:not(:first-child) {
    margin-left: 28px;
  }
}
.rsbtn {
  z-index: 15!important;
}

