@charset "UTF-8";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/* PC用非表示 ====================*/
.pc {
  display: none !important;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.nav-global_link {
  padding-right: 0;
  background-color: #fff;
}
.nav-global_link::before, .nav-global_link::after {
  content: none;
}

.nav-global_ac {
  padding-right: 33px;
  background-color: #f0f0f0;
}
.nav-global_ac::before, .nav-global_ac::after {
  content: "";
  top: 50%;
  right: 20px;
  width: 14px;
  height: 2px;
  background-color: #004831;
}
.nav-global_ac::before {
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
}
.nav-global_ac::after {
  visibility: visible;
  opacity: 1;
  left: auto;
  bottom: auto;
  border-bottom: 0;
  transform: translateY(-50%) rotate(90deg);
}

.nav-global_ac.is-active {
  color: #004831;
}
.nav-global_ac.is-active::after {
  visibility: hidden !important;
  opacity: 0 !important;
}

.nav-dropdown_list li a {
  padding: 5px 10px 5px 30px;
}
.nav-dropdown_list li br {
  display: block;
}

/* 言語切り替え非表示 */
/*.nav-global_language { display: none !important; }*/
/*----------------------------------------------------
	nav-local
----------------------------------------------------*/
.nav-local {
  margin-top: 36px;
}

/*----------------------------------------------------
	gr-footer
----------------------------------------------------*/
.gr-footer {
  margin-top: 60px;
  padding: 30px 10px 40px;
  border-top: 1px solid #d6dedb;
}
.gr-footer .container {
  padding: 0;
}
.gr-footer h2.gr-footer-title {
  font-size: 18px;
  font-weight: bold;
  color: #004931;
  line-height: 1;
}
.gr-footer .gr-footer-menu {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  border-top: 1px solid #d6dedb;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list {
  padding: 14px 0 16px;
  border-bottom: 1px solid #d6dedb;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list li + li {
  margin-top: 0.35em;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list li a {
  text-justify: none;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #004831;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list li a span {
  font-size: 1.2rem;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list li.title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.gr-footer .gr-footer-menu ul.gr-footer-menu_list li.title strong {
  font-size: 1.3rem;
  font-weight: bold;
}

.nav-local + .gr-footer {
  margin-top: 0;
}

/*----------------------------------------------------
	ページ 共通
----------------------------------------------------*/
img.-border {
  border: 1px solid #d6dedb;
}

.gr-header {
  overflow: initial;
  padding: 0;
}
.gr-header + .l-area-common {
  margin-top: 30px;
  padding-top: 0;
}
.gr-header .gr-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-height: 66px;
  margin-top: 10px;
  padding: 0 10px 5px 12px;
  color: #004831;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.gr-header .gr-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px solid #c4d700;
}
.gr-header .gr-img {
  position: relative;
  margin-top: 30px;
  padding: 0 10px 7.692vw;
}
.gr-header .gr-img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 43.077vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.gr-header .gr-img img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}

.l-area-common {
  padding: 0;
}
.l-area-common + .l-area-common {
  margin-top: 40px;
}

.l-area-common_text p strong {
  font-weight: bold;
}
.l-area-common_text p.gr-text_note {
  font-size: 1.2rem;
}
.l-area-common_text p:not(:first-child) {
  margin-top: 0;
}
.l-area-common_text ul.c-table_notes {
  margin-top: 1.5em;
  font-size: 1.4rem;
}
.l-area-common_text ul.c-table_notes span {
  display: inline-block;
  margin-right: 0.5em;
}

.l-area-common_image {
  display: table;
  margin: 0 auto;
}
.l-area-common_image:not(:first-child) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.gr-column_item + .gr-column_item {
  margin-top: 25px;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top .gr-header {
  padding: 25px 0 30px;
}
body#top .gr-header .container {
  position: relative;
}
body#top .gr-header .gr-title--top {
  margin: 0;
  padding: 0;
  min-height: initial;
  letter-spacing: 0;
}
body#top .gr-header .gr-title--top::before {
  content: none;
}
body#top .gr-header .c-info_more {
  position: absolute;
  right: 10px;
  bottom: -25px;
  margin: 0;
  padding: 0;
}
body#top .l-area-common h2.c-title {
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 0;
}
body#top .l-area-common h2.c-title::before {
  content: none;
}
body#top .l-area-common h2.c-title span {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 18px;
  text-align: center;
  font-size: 2.2rem;
}
body#top .l-area-common h2.c-title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(50% - 67px);
  width: 135px;
  height: 3px;
  background: url("../../img/top/bg_h2_sp.svg") center center no-repeat;
  background-size: contain;
}
body#top .l-area-common img {
  width: 100%;
}
body#top .l-area-common--ceo {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-bottom: 10.256vw;
}
body#top .l-area-common--ceo::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vw;
  background: url("../img/bg_header01sp.png") center bottom no-repeat;
  background-size: auto 100vw;
}
body#top .l-area-common--ceo .container {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
body#top .l-area-common--ceo .gr-img {
  overflow: hidden;
  width: 100%;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body#top .l-area-common--ceo .gr-img a {
  display: block;
}
body#top .l-area-common--division .gr-column01 {
  margin-top: 30px;
}
body#top .l-area-common--division .gr-column01 .gr-column_item + .gr-column_item {
  margin-top: 15px;
}
body#top .l-area-common--division .gr-column01 .gr-column_item {
  overflow: hidden;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
body#top .l-area-common--division .gr-column02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
body#top .l-area-common--division .gr-column02 .gr-column_item {
  overflow: hidden;
  width: calc((100% - 10px) / 2);
  margin-top: 0;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
body#top .l-area-common--division .gr-column03 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3.636%;
  position: relative;
  margin-top: 40px;
  padding: 50px 10px 30px;
  background: #F4F4F4;
  border-radius: 6px;
}
body#top .l-area-common--division .gr-column03 h4.gr-title {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: calc(50% - 135px);
  width: 270px;
  padding: 0 15px;
}
body#top .l-area-common--division .gr-column03 h4.gr-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
body#top .l-area-common--division .gr-column03 h4.gr-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
body#top .l-area-common--division .gr-column03 h4.gr-title span {
  display: block;
  position: relative;
  z-index: 1;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004831;
  line-height: 1;
  background: #fff;
}
body#top .l-area-common--division .gr-column03 .gr-column_item + .gr-column_item {
  margin-top: 15px;
}
body#top .l-area-common--division .gr-column03 .gr-column_item img {
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}
body#top .l-area-common--transformation {
  padding: 40px 0;
  background: #F4F4F4;
}
body#top .l-area-common--transformation .gr-img {
  overflow: hidden;
  display: table;
  margin-top: 30px;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
body#top .l-area-common--interview .container {
  position: relative;
}
body#top .l-area-common--interview h3.gr-title {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 135px);
  width: 270px;
  padding: 0 15px;
}
body#top .l-area-common--interview h3.gr-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
body#top .l-area-common--interview h3.gr-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
body#top .l-area-common--interview h3.gr-title span {
  display: block;
  position: relative;
  z-index: 1;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004831;
  line-height: 1;
  background: #fff;
}
body#top .l-area-common--interview .gr-column {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3.636%;
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding: 50px 10px 30px;
  background: #F4F4F4;
  border-radius: 6px;
}
body#top .l-area-common--interview .gr-column .gr-column_item + .gr-column_item {
  margin-top: 15px;
}
body#top .l-area-common--interview .gr-column .gr-column_item img {
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}
body#top .l-area-common--organization {
  position: relative;
}
body#top .l-area-common--organization .gr-column01 {
  margin-top: 30px;
}
body#top .l-area-common--organization .gr-column01 .gr-column_item + .gr-column_item {
  margin-top: 15px;
}
body#top .l-area-common--organization .gr-column01 .gr-column_item {
  overflow: hidden;
  background: #F4F4F4;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
body#top .l-area-common--organization .gr-column02 {
  margin-top: 60px;
}
body#top .l-area-common--organization .gr-column02 .gr-column_item + .gr-column_item {
  margin-top: 15px;
}
body#top .l-area-common--organization .gr-column02 .gr-column_item {
  overflow: hidden;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
body#top .l-area-common--download {
  margin-top: 40px;
}
body#top .l-area-common--download .container {
  padding: 30px 10px 40px;
  background: #F4F4F4;
}
body#top .l-area-common--download .gr-column .gr-column_item + .gr-column_item {
  margin-top: 0;
}
body#top .l-area-common--download .gr-column .gr-column_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
body#top .l-area-common--download .gr-column h2.gr-title {
  order: 2;
  font-size: 2rem;
  font-weight: 700;
  color: #004931;
  line-height: 1.3;
}
body#top .l-area-common--download .gr-column .gr-column_img {
  order: 1;
  width: 184px;
  height: 130px;
}
body#top .l-area-common--download .gr-column .gr-column_img img {
  border: 1px solid #d6dedb;
}
body#top .l-area-common--download .gr-column ul.gr-column_list {
  padding: 14px 0 16px;
  border-bottom: 1px solid #d6dedb;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li:nth-child(2) {
  margin-top: 0.5em;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li + li {
  margin-top: 0.35em;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li > span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li a {
  text-justify: none;
  padding-bottom: 0.15em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #004831;
  border-bottom: 1px solid transparent;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li a::after {
  content: "PDF";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  width: 32px;
  height: 16px;
  padding-bottom: 1px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 16px;
  background-color: #f34a44;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li a:hover {
  border-bottom-color: #004831;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li a span {
  font-size: 1.2rem;
}
body#top .l-area-common--download .gr-column ul.gr-column_list li.indent {
  padding-left: 1em;
}

/*----------------------------------------------------
	CEOメッセージ
----------------------------------------------------*/
body#ceo .gr-header .gr-img {
  padding-bottom: 10.256vw;
}
body#ceo .gr-header .gr-img::before {
  height: 100vw;
  background-image: url("../img/bg_header01sp.png");
}
body#ceo .l-area-common {
  padding: 0;
}
body#ceo .l-area-common p.gr-text_lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
body#ceo .l-area-common .l-area-common_text p + p {
  margin-top: 1.75em;
}
body#ceo .l-area-common .gr-area-background {
  margin-top: 25px;
  padding: 20px 10px;
  background: #F5F5F5;
}
body#ceo .l-area-common .gr-area-background h3.gr-title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
body#ceo .l-area-common .gr-text_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
body#ceo .l-area-common .gr-text_name p {
  font-size: 1.2rem;
}
body#ceo .l-area-common .gr-text_name p:first-child {
  text-align: right;
}
body#ceo .l-area-common .gr-text_name p:last-child {
  width: 34.66vw;
  margin-left: 20px;
  text-align: left;
}

/*----------------------------------------------------
	CFOメッセージ
----------------------------------------------------*/
body#cfo .gr-header .gr-img {
  padding-bottom: 10.256vw;
}
body#cfo .gr-header .gr-img::before {
  height: 100vw;
  background-image: url("../img/bg_header01sp.png");
}

/*----------------------------------------------------
	 DISCUSSION　社外取締役座談会 
----------------------------------------------------*/
body#discussion .gr-header .gr-img::before {
  height: 100vw;
  background-image: url("../img/bg_header02sp.png");
}
body#discussion .l-area-common h2.gr-title + .c-title {
  margin-top: 32px;
}
body#discussion .l-area-common h2.gr-title {
  padding-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004832;
  line-height: 1;
  border-top: 1px solid #D8E1DF;
}
body#discussion .l-area-common ul.gr-list_member01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
  margin-top: 25px;
}
body#discussion .l-area-common ul.gr-list_member01 li {
  position: relative;
  width: calc((100% - 10px) / 2);
}
body#discussion .l-area-common ul.gr-list_member01 li p.gr-text_lead {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.64;
}
body#discussion .l-area-common ul.gr-list_member01 li p.gr-text_name {
  margin-top: 10px;
  font-size: 1.2rem;
}
body#discussion .l-area-common ul.gr-list_member01 li p.gr-text_name strong {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
body#discussion .l-area-common ul.gr-list_member02 {
  display: flex;
  justify-content: space-between;
  gap: 3.333%;
  max-width: 830px;
  margin: 25px auto 0;
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item--member {
  width: calc((100% - 30px) / 3);
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item--close {
  width: 15px;
  margin-top: 10vw;
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item--close img {
  width: 100%;
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item p.gr-text_lead {
  min-height: 5em;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.64;
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item p.gr-text_name {
  margin-top: 15px;
  text-align: center;
  font-size: 1rem;
}
body#discussion .l-area-common ul.gr-list_member02 li.gr-list__item p.gr-text_name strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
body#discussion .l-area-common .l-area-common_text + .l-area-common_text {
  margin-top: 2em;
}
body#discussion .l-area-common .l-area-common_text p + p {
  margin-top: 1.75em;
}
body#discussion .l-area-common .l-area-common_text p strong.kadonaga,
body#discussion .l-area-common .l-area-common_text p strong.sawada,
body#discussion .l-area-common .l-area-common_text p strong.lake,
body#discussion .l-area-common .l-area-common_text p strong.anchi {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
body#discussion .l-area-common .l-area-common_text p strong.kadonaga::after,
body#discussion .l-area-common .l-area-common_text p strong.sawada::after,
body#discussion .l-area-common .l-area-common_text p strong.lake::after,
body#discussion .l-area-common .l-area-common_text p strong.anchi::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0;
  width: 1em;
  height: 1em;
  border-radius: 100vmax;
}
body#discussion .l-area-common .l-area-common_text p strong.kadonaga::after {
  background: #C3D800;
}
body#discussion .l-area-common .l-area-common_text p strong.sawada::after {
  background: #5C8477;
}
body#discussion .l-area-common .l-area-common_text p strong.lake::after {
  background: #64A7C3;
}
body#discussion .l-area-common .l-area-common_text p strong.anchi::after {
  background: #004832;
}

/*----------------------------------------------------
	価値創造のための事業戦略
----------------------------------------------------*/
body#division .gr-header + .l-area-common {
  margin-top: 0;
}
body#division .gr-header + .l-area-common h2.gr-title {
  border-top: none;
}
body#division .gr-header .gr-anchor {
  margin-top: 30px;
  padding: 30px 10px 40px;
  background: #efefef url("../img/bg_header02sp.png") center bottom no-repeat;
  background-size: cover;
}
body#division .gr-header .gr-anchor h2.gr-title_anchor {
  font-size: 2.2rem;
  font-weight: bold;
  color: #004831;
  line-height: 1;
}
body#division .gr-header .gr-anchor ul.gr-list_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
body#division .gr-header .gr-anchor ul.gr-list_anchor li {
  overflow: hidden;
  width: calc((100% - 10px) / 2);
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
body#division .gr-header .gr-anchor ul.gr-list_anchor li img {
  width: 100%;
}
body#division .l-area-common h2.gr-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  padding: 40px 0 25px;
  border-top: 1px solid #D8E1DF;
  border-bottom: 4px solid #E4E4E4;
}
body#division .l-area-common h2.gr-title::before, body#division .l-area-common h2.gr-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 70px;
  height: 4px;
}
body#division .l-area-common h2.gr-title::before {
  left: 0;
  background: #004631;
}
body#division .l-area-common h2.gr-title::after {
  left: 70px;
  background: #C3D800;
}
body#division .l-area-common h2.gr-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
body#division .l-area-common h2.gr-title strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
body#division .l-area-common + .l-area-common {
  margin-top: 40px;
}
body#division .l-area-common + .l-area-common .gr-column {
  border-top: 1px solid #D8E1DF;
}
body#division .l-area-common .gr-column {
  padding-top: 40px;
}
body#division .l-area-common h3.gr-title {
  margin: 30px 0 25px;
  padding-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  border-top: 1px solid #D4D4D4;
}
body#division .l-area-common p.gr-text_name {
  margin-top: 15px;
  font-size: 1.4rem;
}
body#division .l-area-common p.gr-text_name span + span {
  margin-left: 1.5em;
}
body#division .l-area-common p.gr-text_name span {
  display: inline-block;
}
body#division .l-area-common p.gr-text_name strong {
  display: block;
  margin-top: 0.2em;
  font-weight: 600;
  font-size: 1.8rem;
}
body#division .l-area-common p.gr-text_note {
  margin-top: 1em;
}
body#division .l-area-common p.gr-text_lead {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
body#division .l-area-common p.gr-text_indent {
  margin-top: 0.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
body#division .l-area-common p.gr-text_indent strong {
  display: block;
}

/*----------------------------------------------------
	 重点戦略領域インタビュー
----------------------------------------------------*/
body.interview .gr-header .gr-img::before {
  background-color: #efefef;
  background-image: url("../img/bg_header03sp.png");
}
body.interview .gr-header .gr-img img {
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.1));
}
body.interview .gr-area-member {
  width: 100%;
  margin: 25px auto 40px;
  padding: 0 10px;
}
body.interview .gr-area-member p.gr-text_note {
  font-size: 1.2rem;
}
body.interview .gr-area-member p.gr-text_name + p.gr-text_note {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #D8E1DF;
}
body.interview .gr-area-member p.gr-text_name span {
  display: block;
  min-height: 3.2em;
  font-size: 1.2rem;
}
body.interview .gr-area-member p.gr-text_name strong {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
body.interview .l-area-common .l-area-common_text + .l-area-common_text {
  margin-top: 2em;
}
body.interview .l-area-common .l-area-common_text p + p {
  margin-top: 1.75em;
}

body#interview01 .gr-area-member ul.gr-list_member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
body#interview01 .gr-area-member ul.gr-list_member li {
  width: calc((100% - 10px) / 2);
}
body#interview01 .gr-area-member ul.gr-list_member li.murase p.gr-text_name + p.gr-text_note {
  border-top: 10px solid #F6DABB;
}
body#interview01 .gr-area-member ul.gr-list_member li.munakata p.gr-text_name + p.gr-text_note {
  border-top: 10px solid #E1D1D7;
}
body#interview01 .gr-area-member ul.gr-list_member li.kouno p.gr-text_name + p.gr-text_note {
  border-top: 10px solid #D3D3D6;
}
body#interview01 .gr-area-member ul.gr-list_member li.inaba p.gr-text_name + p.gr-text_note {
  border-top: 10px solid #EDF0C9;
}
body#interview01 .gr-area-member ul.gr-list_member li.hata p.gr-text_name + p.gr-text_note {
  border-top: 10px solid #CBDAD4;
}
body#interview01 .gr-area-member p.gr-text_name {
  margin-top: 10px;
}
body#interview01 .gr-area-member p.gr-text_name span {
  min-height: 3.2em;
}
body#interview01 .l-area-common .l-area-common_text p strong.murase,
body#interview01 .l-area-common .l-area-common_text p strong.munakata,
body#interview01 .l-area-common .l-area-common_text p strong.kouno,
body#interview01 .l-area-common .l-area-common_text p strong.inaba,
body#interview01 .l-area-common .l-area-common_text p strong.hata {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
body#interview01 .l-area-common .l-area-common_text p strong.murase::after,
body#interview01 .l-area-common .l-area-common_text p strong.munakata::after,
body#interview01 .l-area-common .l-area-common_text p strong.kouno::after,
body#interview01 .l-area-common .l-area-common_text p strong.inaba::after,
body#interview01 .l-area-common .l-area-common_text p strong.hata::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0;
  width: 1em;
  height: 1em;
  border-radius: 100vmax;
}
body#interview01 .l-area-common .l-area-common_text p strong.murase::after {
  background: #F6DABB;
}
body#interview01 .l-area-common .l-area-common_text p strong.munakata::after {
  background: #E1D1D7;
}
body#interview01 .l-area-common .l-area-common_text p strong.kouno::after {
  background: #D3D3D6;
}
body#interview01 .l-area-common .l-area-common_text p strong.inaba::after {
  background: #EDF0C9;
}
body#interview01 .l-area-common .l-area-common_text p strong.hata::after {
  background: #CBDAD4;
}

body#interview02 .gr-area-member ul.gr-list_member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 10px 0 20px;
}
body#interview02 .gr-area-member ul.gr-list_member li {
  width: calc((100% - 10px) / 2);
}
body#interview02 .gr-area-member p.gr-text_name span {
  min-height: 5em;
}

body#interview03 .gr-area-member ul.gr-list_member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 10px 0 20px;
}
body#interview03 .gr-area-member ul.gr-list_member li {
  width: calc((100% - 20px) / 3);
}

/*----------------------------------------------------
	 CIOメッセージ 
----------------------------------------------------*/
body#transformation .gr-header .gr-img::before {
  background-color: #efefef;
  background-image: url("../img/bg_header03.png");
}
body#transformation .l-area-common h3.gr-title:not(:first-child) {
  margin-top: 60px;
}
body#transformation .l-area-common h3.gr-title {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
}
body#transformation .l-area-common h3.gr-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body#transformation .l-area-common h3.gr-title--no01::before {
  background-image: url("../../transformation/img/no01.png");
  background-size: contain;
}
body#transformation .l-area-common h3.gr-title--no02::before {
  background-image: url("../../transformation/img/no02.png");
  background-size: contain;
}
body#transformation .l-area-common h3.gr-title--no03::before {
  background-image: url("../../transformation/img/no03.png");
  background-size: contain;
}

/*----------------------------------------------------
	 グローバル決済ビジネス 
----------------------------------------------------*/
body#interview h3.gr-title-img {
  display: table;
  margin: 30px auto 0;
}
body#interview ul.gr-list_member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 20px auto;
}
body#interview ul.gr-list_member li {
  width: calc((100% - 10px) / 2);
}
body#interview p.gr-text_name strong {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
body#interview p.gr-text_name span {
  display: block;
  margin-top: 5px;
  min-height: 3.2em;
  font-size: 1.2rem;
  text-align: initial;
}

/*----------------------------------------------------
	経営基盤
----------------------------------------------------*/
body#organization .gr-header + .l-area-common {
  margin-top: 0;
}
body#organization .gr-header .gr-anchor {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 30px 10px;
  background: #efefef url("../img/bg_header02sp.png") center bottom no-repeat;
  background-size: cover;
}
body#organization .gr-header .gr-anchor h2.gr-title_anchor {
  font-size: 2.2rem;
  font-weight: bold;
  color: #004831;
  line-height: 1;
}
body#organization .gr-header .gr-anchor ul.gr-list_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
body#organization .gr-header .gr-anchor ul.gr-list_anchor li {
  overflow: hidden;
  width: calc((100% - 28px) / 3);
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
body#organization .gr-header .gr-anchor ul.gr-list_anchor li img {
  width: 100%;
}
body#organization .l-area-common + .l-area-common {
  border-top: 1px solid #D8E1DF;
}
body#organization .l-area-common {
  padding-top: 40px;
  position: relative;
  background: url("../../organization/img/bg_sp.png") center top 40px no-repeat;
}
body#organization .l-area-common .gr-column .gr-column_item:first-child {
  position: relative;
  height: 38.462vw;
}
body#organization .l-area-common .gr-column .gr-column_item:first-child .l-area-common_image {
  display: block;
  margin: 0;
  text-align: right;
}
body#organization .l-area-common .gr-column .gr-column_item:first-child .l-area-common_image img {
  width: 53.846vw;
  height: 38.462vw;
}
body#organization .l-area-common .gr-column .gr-column_item:last-child {
  margin-top: 20px;
}
body#organization .l-area-common h2.gr-title {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 6.153vw;
  font-weight: bold;
  line-height: 1.25;
}
body#organization .l-area-common p.gr-text_name {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 3.59vw;
}
body#organization .l-area-common p.gr-text_name strong {
  display: block;
  font-size: 5.128vw;
  font-weight: 700;
}
body#organization .l-area-common .l-area-common_image {
  margin: 0;
}
body#organization .l-area-common .l-area-common_text {
  line-height: 2;
}