@charset "utf-8";
/* =======================================

	Customize Style

======================================= */
/* 本文中のリンク */
main a:link, main a:visited, main a:active, main a:hover {
  color: #F08300;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  /* hover area control*/
    #global_header .info .name img{
          transition: 0.2s;
    }
    #global_header .info .name img:hover{
        opacity: 0.5;
    }
    
    
  #global_nav a {
    min-height: 50px;
    display: inline-block;
  }
  #global_nav a:hover {
    color: #f08300;
  }
  #global_nav ul li::after {
 
    z-index: -1;
  }
  #global_nav ul li:hover::after {
    background: #f08300;
  }
  /* hover area control*/
  .pattern_01 .cont_index li a img {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
    flex-shrink: 0;
  }
  .pattern_01 .cont_index li a {
    align-items: center;
    text-shadow: 0 0 7px rgba(0,0,0,.5);
  }
  #global_nav ul li {
    font-size: 16px;
    position: relative;
  }
  #global_nav ul li a.active:after {
    bottom: 0px;
  }
  .accordion h3 {
    color: #FFF !important;
  }
}
/* 見出し */
h1, h2, .cont_header .txt_catch {
  color: #F08300;
}
.unit {
  color: #333333;
  font-size: 1.6rem;
}
.h_bg {
  background-color: #F08300;
}
.h_tri::before {
  border-color: transparent transparent transparent #F08300;
}
.h_qa {
  color: #F08300;
}
.h_qa02 {
  color: #333;
}
/* リストの● */
.ul_round li::before {
  background-color: #F08300;
}
/* グローバルヘッダー右上のボタン */

#global_header .sub_menu > ul li a.qa {
    background-image: url(../img/ico_qa.png);
background-position: 8px center;
    padding: 9px 16px 9px 40px;
}
#global_header .sub_menu > ul li a.qa > span{
  text-align: left;
  line-height: 1.5;
}

#global_header .sub_menu > ul li a {
  background-color: #F08300;
}
#global_header.nav_02 .sub_menu > ul li a {
  background-color: #3887EF;
}
#global_header.nav_03 .sub_menu > ul li a {
  color: #F08300;
  background-color: #D3EEF9;
  border: 1px solid #F08300;
}
body.pc_view #global_header .sub_menu > ul li a:hover {
  background-color: #F3B161;
}

/* グローバルナビの区切り点の色 */
#global_nav {
  border-top: none;
  text-align: left;
}
#global_nav ul {
  display: block;
  width: 90%;
  max-width: 1280px;
  height: 70px;
  margin: 0 auto;
}
#global_nav ul li {
  margin: 0 1.4em;
  padding: 0;
  font-weight: bold;
}
#global_nav ul li:nth-child(n+2)::before {
  content: none;
}
#global_nav ul::after{
  content: none;
    }
#global_nav ul li::after {

  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #f08300;
  transition: .3s;
  opacity: 0;
}
#global_nav ul li:hover::after {
  opacity: 1;
}
#global_nav a.active {
  color: #f08300;
}
#global_nav a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -15px;
  background: #f08300;
}
/* コンテンツヘッダー */
.cont_header {
  background: #fce6cc;
}
.cont_header.visual .catch {
  color: #F08300;
}
/* コンテンツ中のボタン */
.btn_area a:link, .btn_area a:visited, .btn_area a:active, .btn_area a:hover {
  border-color: #F08300;
  color: #F08300;
}
body.pc_view .btn_area a:hover {
  background-color: #D7F1FC;
}
.btn_area a.btn_blue {
  color: #fff;
  border-radius: 5px;
  background-color: #F08300;
}
.btn_area a.btn_blue::after, .btn_area a.btn_grad::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
body.pc_view .btn_area a.btn_blue:hover {
  background-color: #0049D2;
  border: solid 2px #0049D2;
}
.btn_area a.btn_grad {
  color: #fff;
  border-radius: 0;
  border: none;
  background: linear-gradient(90deg, rgba(0, 63, 181, 1) 0%, rgba(0, 45, 120, 1) 100%);
}
body.pc_view .btn_area a.btn_grad:hover {
  background: linear-gradient(90deg, rgba(0, 63, 181, 0.8) 0%, rgba(0, 45, 120, 0.8) 100%);
}
.btn_area a.btn_light_blue {
  color: #333;
  border-radius: 0;
  border: none;
  background: #E8F0F5;
}
body.pc_view .btn_area a.btn_light_blue:hover {
  background-color: #F08300;
  color: #fff;
}
.btn_area a.btn_light_blue:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
/* グローバルフッター */
#global_footer .ft_menu {
  width: 100%;
  background: #f08300;
}
#global_footer .copy {
  background: #283543;
}
#cont_menu {
  background: transparent;
}
#cont_menu ul {
  justify-content: space-between;
}
#global_footer nav.three_column ul li {
  width: auto;
  margin: 0;
}
#page_top {
  background: #283543;
}
/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
.global_menu_sp ul li:first-child {
  color: #f08300;
}
#pg_index .btn_area a {
  border: none;
  border-radius: 0;
  color: #FFF;
  background-color: #F08300;
  position: relative;
    border:1px solid #F08300;
}
#pg_index .btn_area a:hover {
  background-color: #FFF;
    color:  #F08300;
    border:1px solid #F08300;
}
#pg_index .btn_area a::after{
background: transparent url(../img/ico_blank_f.png) center/100% no-repeat;
}
#pg_index .btn_area a:hover::after{
background: transparent url(../img/ico_blank.png) center/100% no-repeat;
}
/*
#pg_index .btn_area a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #f57c00;
  border-left: 15px solid transparent;
}*/
#pg_index .btn_area.blue a {
  border-color: #F08300;
  color: #F08300;
}
#pg_index .btn_area.blue_02 a {
  background-color: #E8F0F5;
  border-color: #E8F0F5;
  color: #333;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}


#pg_index .btn_area.blue_02 a:hover {
  color: #fff;
  background-color: #F08300;
}
#pg_index .btn_area.blue_02 a[target='_blank']:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
#pg_index .btn_area.blue_02 a[href*='.pdf']:hover:after {
  background: transparent url(../img/ico_pdf_f.png) center center no-repeat;
  background-size: 100%;
}
/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
main:not(#pg_index) a[target='_blank']::after {
  display: none;
}
#pg_index .cont_header.visual::after {
  background: #e2e2e2 url(../img/header_bg_pc.png) center center repeat;
  background-size: auto 580px;
  background-position: -100px top;
}
  /* pg_indexレイアウト変更 start */

@media only screen and (max-width: 768px) {



   #pg_index .cont_header.visual {
    width: 100%;
    height: auto;
    aspect-ratio: 75 / 58;
  }
  #pg_index .cont_header.visual::after {
    background-size: 600%;
    background-position-y: 0%;
    background-position-x: 65.5% !important;
  }
 }

  /* pg_indexレイアウト変更 end */

.cont_header.visual .wrap {
  /*max-width: 100%;*/
  margin-left: auto;
  display: flex;
  align-content: center;
  padding-bottom: 0;

  padding-top: 0;
}
.cont_header.visual.large .wrap {
  height: 100%;
}

#pg_index .cont_header.visual h1 {
  margin-bottom: 15px;
}
#pg_index .cont_header.visual h1, #pg_index .cont_header.visual hgroup p {
  color: #FFF;
  text-shadow: 0 0 10px rgba(40, 53, 67, .7);
}
#pg_index .cont_header.visual hgroup p {
  margin-bottom: 0px;
  font-weight: bold;
}
#pg_index .cont_header p.txt_catch {
  color: #FFF;
  background: #283543;
  display: table;
  padding: 5px 9px;
  width: auto;
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .cont_header.visual .wrap{
padding:97px 0;

  }
  .cont_header.visual .wrap, .cont_header.visual .wrap hgroup {
    margin: auto;

  }
  #pg_index .cont_header p.txt_catch {
    margin: auto;
  }
  .cont_index li {
    width: 100%;
    height: 160px;
  }


  #global_header .sub_menu > ul li a.qa {


        font-size: 1rem;
        background-position: center 4px !important;
    }

  #global_header .sub_menu > ul li a.qa span {
    line-height: 1.3;
text-align: center;
    }
  .pattern_01 .cont_index li a, .pattern_01 .cont_index.three_column li a {
    align-items: center;
    padding-bottom: 16px;
  }
  .pattern_01 .cont_index li:first-child a {
background: transparent url(../img/pattern_01/contents_01_sp03.jpg) center center / cover  no-repeat !important;

     
  }
  .pattern_01 .cont_index li:first-child a::before {
      height:80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,  rgba(0, 0, 0, 0.3) 77%) !important;
  }
  .pattern_01 .cont_index li:nth-child(3) a::before{
    content: none;
  }
  .pattern_01 .cont_index li:nth-child(2) a {
    background-image: url(../img/pattern_01/contents_02_sp.jpg) !important;
    background-position: top 53% right !important;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .pattern_01 .cont_index li:nth-child(3) a {
background: transparent url(../img/pattern_01/contents_03_sp0.jpg) center center / cover  no-repeat !important;
  }

    
    
    
  .twocolumn .graph_img {
    width: 100%;
  }
  #cont_menu ul li a::before {
    border-color: #F08300;
  }
  #cont_menu ul li {
    border-color: #C9CACA;
  }
  #cont_menu ul li:last-child {
    border-bottom: 1px solid #C9CACA;
  }
}
span.next {
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  margin: 0 15px;
  transform: translateY(2px);
}
.pattern_01 .cont_index li a {
  justify-content: end;
  padding: 15px 5%;
}
/* 乗算用 オーバーライド */
.pattern_01 .cont_index li:first-child a {
  background: transparent url(../img/pattern_01/contents_01.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(2) a {
  background: transparent url(../img/pattern_01/contents_02.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(3) a {
  background: transparent url(../img/pattern_01/contents_03.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  border: none;
  top: auto;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
/*
.pattern_01 .cont_index li:first-child a::before {
    height:70px;
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, .56) 100%);
}*/
.pattern_01 .cont_index li:nth-child(2) a::before,
.pattern_01 .cont_index li:nth-child(3) a::before  {
     height:70px;
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, .56) 100%);
}
.pattern_01 .cont_index li a::after {

  opacity: 0;
  background: #000;
}
body.pc_view .cont_index li a:hover::after {
  opacity: 0.3;

}
h2 {
  background-color: #f1f1f1;
  border-left: 5px solid #F08300;
  padding: 6px 10px;
  font-size: 2rem;
}
h2.transparent-bg {
  background-color: transparent;
  border-left: none;
  padding: 6px 0px;

}
h4.award-event {
  margin-top: 70px;
  color: #F08300;
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-90 {
  margin-top: 90px;
}
img.reset {
  width: auto;
}
.center-block {
  display: block;
  margin: auto;
}
.attention_text {
  margin: -2.15em 0 20px 1.3em !important;
  font-size: 14px;
}
.attention_kome + p {
  margin: -2.2em 0 20px 1.3em !important
}
.attention_kome + p.mb_0 {
  margin-bottom: 0 !important;
}

.attention_note{

        font-size: 12px;
  margin-bottom: 0 !important;
}
.attention_note + p {
    font-size: 12px;
  margin: -2.3em 0 20px 1.15em !important
}

.attention_chu + p {
  margin: -2em 0 20px 2em !important
}




.topics .special {
    height:200px;
    width: auto;
}
.topics .international {
    width:280px;
}
.topics .youtube {
    width:220px;
}
.topics .gold img, .topics .silver img, .topics .bronze img {
    max-width:200px;
    margin: auto;
    display: block;
    width: 100%;
}
.topics .recochoku p:last-child {
  margin-top: 40px;
}
.topics div.two_column {
  margin-top: -35px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics div.two_column figure {
  width: 48%;
  margin: 10px 0;
}
.topics div.three_column {
  margin-top: -35px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics div.three_column figure {
  width: 32%;
  margin: 10px 0;
}
/*.topics .topics_list p {
  margin-bottom: 35px;
}*/
.topics .topics_list div.award p{
  margin-bottom: 16px;
}
.topics img.award-logo {
  margin-top: 30px;
  margin-bottom: 40px;
  width:400px;
}
.topics .topics_list section > h3 {
  background: #F08300;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 12px;
}
/*.topics .topics_list section > h3 + p {
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-align: right;
}*/
.topics .topics_list .twocolumn p {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.topics .topics_list .twocolumn p.copyright {
  font-size: 1.2rem;
}
.award p.copyright {
  text-align: right;
  margin-top: 9px;
}
.topics .twocolumn {
  gap:0 16px;
  margin-bottom: 10px;
}
.topics .twocolumn figure {
  margin-left: 0;
  margin-right: 0;
  
}




.topics .topics_list .twocolumn h3 {
  padding-top: 0;
  margin-bottom: 10px;
}
.topics .topics_list section > .twocolumn:last-of-type {
  margin-bottom: 40px;
  background-color: #000;
}
.topics .topics_list .twocolumn p:last-child {
  margin-bottom: 13px;
}
.topics .member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.topics .member {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: flex-start;
    width: calc(50% - 10px); /* 2カラム */
    box-sizing: border-box;
    margin-bottom: 30px;
}
.topics .number {
    background-color: #f60;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topics .photo img {
    width: 120px;
    height: 150px;
    display: block;
    background: linear-gradient(to bottom, #CFCFCF, #FFF);
}
.topics .info {
    /*margin-left: 35px;*/
}
.topics .position {
    font-size: 16px;
    margin-bottom: 4px;
}
.topics ruby {
    font-size: 24px;
    font-weight: bold;
}
.topics rt {
    font-size: 12px;
    color: #555;
    margin-bottom: 3px;
}
.topics .name {
    font-size: 18px;
    font-weight: bold;
}
.topics .topics_list section > h3.org-position {
    color: #283543;
    border-bottom: dotted 1px #283543;
    background: transparent;
    margin-bottom: 32px;
    padding-left: 0;
}
.youtube-area {
  max-width: 560px;
  margin: 0px auto 40px;
}
.youtube-movie {
  width: 100%;
  /* height: 315px; */
  aspect-ratio: 16 / 9;
  /* display:block; */
}

.detail-list {
  display: grid;
  grid-template-columns: 6em minmax(0, 1fr);
  column-gap: 0;
  row-gap: 0;
  font-size: 1.4rem;
  margin-bottom: 13px;
}

.detail-list dt {
  grid-column: 1;
  text-align: justify;
  text-align-last: justify;
}

.detail-list dd {
  grid-column: 2;
  margin: 0;
  min-width: 0;
}

.dividend-table-wrap {
  width: 100%;
}

.dividend-table {
  width: 100%;
  border-collapse: collapse;
  color: #263545;
  table-layout: fixed;
  margin-bottom: 10px;
}

.dividend-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.dividend-table th,
.dividend-table td {
  border: 1px solid #222;
  padding: 22px 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}


.dividend-table__head-main {
  background: #737373;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.dividend-table__head-sub {
  background: #e5e5e5;
  color: #263545;
  font-size: 16px;
}

.dividend-table__date {
  width: 25%;
}

.dividend-table tbody th {
  font-size: 18px;
  white-space: nowrap;
}

.dividend-table tbody td {
  font-size: 2rem;
  white-space: nowrap;
}

.dividend-table tbody td span {
  margin: auto;
  width: 10rem;
  display: inline-block;
  text-align: right;
}

.dividend-table__highlight th,
.dividend-table__highlight td {
  background: #f8e5c9;
}

.dividend-table__highlight th,
.dividend-table__highlight td {
  font-weight: 700;
}

tbody .dividend-table__highlight td {
  font-size: 2.3rem;
}

.topics .twocolumn>* {
  flex: 1 1 0;
}



.song-info {
  width: fit-content;
  font-size: 1.4rem;
  margin-bottom: 13px;
}

.song-info,
.song-info dl {
  padding: 0;
}

.song-info_row {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 0;
}

.song-info dt {
  font-weight: normal;
  white-space: nowrap;
}

.song-info dd {
  margin: 0;
  white-space: nowrap;
}

.credit-info {
  margin: 0;
}

.credit-info>div {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 0.45em;
}




@media (max-width: 768px) {
.topics .member {
    width: 100%;
    max-width: 352px;
    margin: auto
}
  .dividend-table th,
  .dividend-table td {
    padding: 8px 7px;
  }

  .dividend-table__head-main,
  .dividend-table__head-sub {
    font-size: 14px;
  }

  .dividend-table tbody th {
    font-size: 15px;
  }

  .dividend-table tbody td {
    font-size: 1.6rem;
    padding: 11px 0 11px;
  }

  .dividend-table tbody td span {
    width: 8rem;
  }

  tbody .dividend-table__highlight td {
    font-size: 1.84rem;
  }

  .topics .w48 .twocolumn .left_cont {
    margin-bottom: 6px;
  }

  .topics_list section>.twocolumn {
    flex-direction: column;
  }
}


.sponsorship {
    max-width:720px;
margin: 10px auto 70px;
  display: flex;
        align-items: center;
    justify-content: space-around;
}
.sponsorship li {
/*  margin-right: 17px;*/
}
.sponsorship li img {
  width: auto;
}
.prize_backnumber {
  /*margin-top: -25px;*/
}
.prize_backnumber li {
  display: inline-block;
  margin-right: 30px;
}
.topmessage .cont_header.visual.large {
  height: 486px;
  margin-bottom: 90px;
  align-items: end;
}
.cont_header.visual.large .wrap::after{
  background-position: right center;
}
.topmessage .message_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 31em;
  justify-content: center;
}
.topmessage .ceo_coo {
  display: flex;
  text-align: center;
  bottom: 0;
  /*position: absolute;
  right: 64px;*/
  max-width: 710px;
  flex-direction: row;
  align-items: end;
}
br.tablet {
  display: none;
}
.topmessage .ceo_coo div {
  width: 50%;
}
.topmessage .ceo_coo p {
  margin-bottom: 0;
  text-align: center;
  margin: auto;
}
.topmessage .cont_header.visual h1 {
  font-size: 26px;
  color: #333333;
}
.topmessage .cont_header {
  font-weight: bold;
}
.topmessage .cont_header dl dt {
  margin-top: 55px;
 /* background-color: #f08300;
  color: #FFF;*/
  padding: 3px 0px;

  width: auto;
  display: table;
  line-height: 1em;
  margin-bottom: 10px;
    position: relative;
}

.topmessage .cont_header dl dt::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px; /* テキストとの距離 */
      width: 100%;
      height: 4px;
      background: linear-gradient(to right, #F08300, #FFE32E); 
    }

.topmessage .cont_header dl dd {
  line-height: 1.5;
  font-size: 24px;
}
.topmessage .cont_header dl dd small {
  display: block;
  font-size: 0.625em;
}
.topmessage .greeting p {
  margin-bottom: 50px;
  font-size: 2rem;
}
.topmessage .greeting p:last-child {
  margin-top: -40px;
  font-weight: bold;
  text-align: right;
  color: #707070;
}
.topmessage .greeting dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
}
.topmessage .greeting dl dt {
  width: 7em;
  margin-bottom: 52px;
}
.topmessage .greeting dl dd {
  width: calc(100% - 7em);
  margin-bottom: 52px;
}

.topmessage  .letter_space_short {
  letter-spacing: -0.01em;
}

/* メッセージのPC版時の表示位置調整 */
@media only screen and (max-width: 1460px) {
  .topmessage .ceo_coo {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1330px) {
  .topmessage .cont_header.visual.large {
    height: 426px;
  }
  .topmessage .cont_header dl dt {
    margin-top: 25px;
  }
  .topmessage .ceo_coo {
    max-width: 650px;
    right: 14px;
  }
}
@media only screen and (max-width: 1220px) {
  .topmessage .ceo_coo {
    max-width: 550px;
  }
}
@media only screen and (768px < width < 1120px) {
  br.tablet {
    display: inline-block;
  }

  .topmessage .ceo_coo {
      
    max-width: 550px;
  }
}
@media only screen and (768px < width < 980px) {
          .topmessage .cont_header.visual.large {
    height: 366px;
  }

  .topmessage .ceo_coo {
    max-width: 450px;
    align-items:end;
    position: absolute;
  }
}
@media only screen and (768px < width < 800px) {
.topmessage .cont_header.visual .wrap{
        margin-left:10px;
    }
      .topmessage .ceo_coo {
        right: 0px;
    }
}
@media only screen and (375.1px < width < 576px) {
      .pattern_01 .cont_index li:first-child a {
background: transparent url(../img/pattern_01/contents_01_sp02.jpg) center center / cover no-repeat !important;
    }
}
@media only screen and (width < 375px) {
      .pattern_01 .cont_index li:first-child a {
background: transparent url(../img/pattern_01/contents_01_sp01.jpg) center center / cover no-repeat !important;
    }
}

/* トップメッセージのスマホ表示 */
@media only screen and (max-width: 768px) {
  .topmessage .cont_header.visual.large {
    /*background-color: #ffe9cf;*/
    height: auto;
    margin-bottom: 30px;
      background: #e2e2e2 url(../img/topmessage/topmessage_sp.jpg) top right no-repeat;
background-size: calc(250vw);
    
  }

  .cont_header.visual.large .wrap {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .cont_header.visual.large .wrap::after {
    display: none;
  }
  .topmessage .message_text {
    width: 100%;
    padding-bottom: 17px;
  }
  .cont_header.visual.large .wrap h1 {
    text-align: center;
    margin-bottom: 15px;
  }
  .topmessage .cont_header dl dd {
    margin-top: 8px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .topmessage .cont_header dl dt {
    margin: auto;
  }
  .topmessage .ceo_coo {
    /*background: #e2e2e2 url(../img/topmessage/topmessage_pc.jpg) center center no-repeat;*/
    position: relative;
    right: 0;
    width: calc(100% + (8% / 0.92)) !important; /* パディングを考慮して全幅にする場合 */
    max-width: none;
    margin: 0 calc(-4%/ 0.92); /* パディング分のネガティブマージンを設定 */
  }
  .topmessage .cont_header.visual.large .ceo_coo p {
    text-align: center;
  }
  .topmessage .greeting p {
    margin-bottom: 30px;
  }
  .topmessage .greeting dl {
    margin-bottom: 30px;
  }
  .topmessage .greeting dl dt, .topmessage .greeting dl dd {
    margin-bottom: 18px;
  }
  .topmessage .greeting p:last-child {
    margin-top: -10px;
  }
}
.performance .contents_wrap h3 {
  margin-top: 70px;
  color: #f08300;
  font-size: 2.4rem;
}
.performance .contents_wrap h3 small {
  color: #333333;
  font-size: 0.66em;
  font-weight: normal;
}
.performance .legend {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  flex-wrap: wrap;
}
.performance .legend.type2 {
  display: flex;
  align-items:start;
  margin: 1em 0 0;
  flex-wrap: nowrap;
}
.performance .legend li {
  display: flex;
  align-items: center;
  margin-right: 13px;
  font-size: 14px;
  white-space: nowrap;
}
.performance .legend li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.performance .legend.type2 li:last-child {
  margin-right: auto;
  margin-left: 0;
}
.performance .legend .box {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.performance .legend .takings {
  background-color: #AD9DFF;
}


.performance .square-orange-dark {
  background-color: #ff6600; /* 濃いオレンジ色 */
}




.performance .square-orange-light {
  background-color: #f9a65a; /* 明るいオレンジ色 */
}
.performance .square-orange-light2 {
  background-color: #f7c180; /* 薄いオレンジ色 売上高前計画 */
}
.performance .square-orange {
  background-color: #f08300; /* オレンジ色 売上高新計画 */
}
.performance .square-yellow {
  background-color: #ffdd00; /* 黄色 */
}

.performance .square-gray {
  background-color: #888888; /* 灰色 */
}
.performance .square-gray2 {
  background-color: #888888; /* 灰色 営業利益実績 */
}
.performance .square-gray-light {
  background-color: #888888; /* 灰色 売上高実績 */
}
.performance .square-blue-light {
  background-color: #aeeef8; /* 淡い水色 */
}
.performance .square-blue-light2 {
  background-color: #aee0e7; /* 淡い水色 営業利益前計画 */
}
.performance .square-gray-dark {
  background-color: #555555; /* 濃い灰色 */
}

.performance .square-blue-bright {
  background-color: #33c5f2; /* 明るい水色 */
}

.performance .square-blue-bright2 {
  background-color: #5dc2d0; /* 明るい水色 営業利益新計画 */
}






.performance .legend .unit {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 860px) {
  .performance .legend li:last-child {
    margin-right: 0;
    margin-left: auto;
  }
}
figure.graph-between, div.ac-between {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
div.ac-between {
  justify-content: center;
}
figcaption.orange {
  margin-bottom: 10px;

}
.kpi figcaption{
  display: flex;
  width:100%;
}
.kpi figcaption span{
      margin-right: 0;
    margin-left: auto;
}

figcaption.orange::before {
  content: "■";
  color: #f08300;
}
figcaption.orange small {
  font-size: 0.66em;
  font-weight: normal;
}

figcaption span.green {
  /*font-size: 0.83em;*/
}
figcaption span.green::before {
  content: "■";
  color: #8fc31f;
}
@media only screen and (max-width: 768px) {
  .performance .contents_wrap h3 {
    margin-top: 50px;
  }
  .twocolumn figure.graph_img {
    margin-bottom: 65px;
  }
  .performance .legend.type2{
    flex-wrap: wrap;
  }
}
div.gold, div.silver, div.bronze, div.award > div {
  padding-top: 10px;
  border-top: 1px solid;
  line-height: 20px;
  margin-bottom: 10px;
}
div.gold h3, div.silver h3, div.bronze h3 {
  background: transparent;
  font-size: 2.4rem;
}
div.gold {
  border-color: #A37643;
}
div.gold h3 {
  color: #A37643;
}
div.silver {
  border-color: #9E9D9F;
}
div.silver h3 {
  color: #9E9D9F;
}
div.bronze {
  border-color: #ad645c;
}
div.bronze h3 {
  color: #ad645c;
}
div.award > div {
  border-top: solid 1px #F08300;
}
div.award h3 {
  padding-top:0;
  color: #F08300;
  margin-bottom: 10px;
}
div.award p{
  font-size: 1.4rem;
}
div.team {
  justify-content: center;
  margin: 0;
  width: 88%;
}
div.team figure:nth-child(odd) {
  margin-right: 8px;
}
div.team figure:nth-child(even) {
  margin-left: 8px;
}
.topics .award div.ac-between {
 align-content: flex-start;
}
.topics figure.overname {
  position: relative;
  display: inline-block;
}
.topics .award figure.overname {
    width: 47%;
}
figure.overname figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  padding: 7px 0;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  div.gold img, div.silver img, div.bronze img, div.award img {
    margin: auto;
    display: block;
    max-width: none !important;
        width: 100%;
  }
  .topics figure.w48 img{ 
    width: 67%;
  }

  .topics section figure.grid3 img{
    width:calc(50% - 8px);
  }

  .topics .bronze figure img{
    width:calc(50% - 8px);
  }
  .topics .award .twocolumn{
      flex-direction: column; 
  }
  div.ac-between {
    flex-direction: column;
  }
  div.ac-between > * {
    width: 100%;
  }
}

@media print {
  .topmessage .ceo_coo {
    display: flex;
    text-align: center;
    bottom: 0;
    position: absolute;
    right: 0px;
    max-width: 440px;
    flex-direction: row;
	}
  .topmessage .message_text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 15em;
  }
}