@charset "UTF-8";

html {
  background-color: #f3f3f3;
}
.groupheader{
 position: fixed;
 width: 100%;
 z-index: 2;
}
.content-area{
 padding-top: 63px;
}
.pages header.entry-header {
  display: none;
}
.forSP {
  display: none;
}
.forPC {
  display: block;
}
img.forPC {
  display: inline;
}
.full_ph {
  display: block;
}
.small_ph {
  display: none;
}

/* header */
.groupheader__list{
    max-width: 630px;
}
.groupheader__language{
    margin-top: -3px;
}
.groupheader__language a{
    /* width: 2em; */
    padding: 3px 10px;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 870px){
    .groupheader__language{
        display: none;
    }
}

.scala_group_content.business {
  background-color: #f5f5f5;
}
.section_title {
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
  color: #878787;
}
.section_title h1.category_title {
  font-size: 71px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.section_title h1.category_title.fontsize_middle {
  font-size: 60px;
}
.section_title h1.category_title:after {
  content: "";
  display: block;
  width: 56px;
  margin: 30px auto;
  border-top: 2px solid #878787;
}
.section_title h1.category_title.guide {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 38px;
}
.section_title h1.category_title.guide:after {
  display: none;
}
.section_title .category_text {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5em;
}
.section_head {
  background-size: cover;
  background-position: center;
  padding: 20px 20px;
  color: #878787;
}
.section_head.company {
  min-height: 520px;
  background: url(/assets/img/company/bg_company_head.jpg);
  background-size: cover;
  background-position: center;
}
.section_head.message .section_head__item {
  min-height: 460px;
  /* background: url(/assets/img/ir/bg_greetting.jpg); */
  background-size: cover;
  background-position: center;
}
.section_head.ir {
  min-height: 240px;
  background: url(/assets/img/ir/bg_ir_head.jpg);
  background-size: cover;
  background-position: center;
}
.section_other__item {
  margin-bottom: 30px;
}
.section_other__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.list_odd .section_other__item:nth-last-child(-n + 2) {
  margin-bottom: 30px;
}
/*
.list_odd .section_other__item:nth-last-child(1) {
  margin-bottom: 0;
}
*/
.section_content.content_guide {
  width: 900px;
  padding-bottom: 100px;
}
.section_content.content_guide h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.section_content.content_guide h3 {
  padding-bottom: 15px;
  font-size: 20px;
}

.section_content.content_guide .table_wrap {
  padding-bottom: 20px;
}
.section_content.content_guide table td,
.section_content.content_guide table th {
  padding: 15px;
}
.section_other {
  width: 900px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.section_other.bg_white .section_other__list {
  justify-content: center;
}
.section_other.bg_white .section_other__item {
  width: 49%;
  color: #eb0045;
}
.section_other.bg_white .section_other__item:nth-child(odd) {
  margin-right: 1%;
}
.section_other.bg_white .section_other__item:nth-child(even) {
  margin-left: 1%;
}
.section_other.bg_white .section_other__item a {
  background: #fff;
}
.section_other.bg_white .section_other__item--title {
  top: 70px;
  bottom: auto;
  font-size: 20px;
}
.section_other.bg_white .section_other__item--text {
  text-align: center;
  position: absolute;
  top: 105px;
  width: 100%;
  height: 1em;
  margin: auto;
  color: #505050;
}
.section_other.bg_white .section_other__item--text:before {
  content: "";
  display: block;
  width: 38px;
  height: 15px;
  margin: 0 auto;
  border-top: 1px solid #878787;
}
.section_other.bg_white .section_other__item a .btn_readmore {
  color: #505050;
  text-align: right;
}

/* company */
.section_head.company {
  height: 480px;
  margin: 0 auto;
  padding: 100px 140px 0;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  text-align: center;
}
.section_head.company .section_read__text {
  padding-bottom: 2em;
  line-height: 2;
}
.section_head.company .section_read__text:last-child {
  padding-bottom: 0;
}
.section_content.vision_mission {
  width: 900px;
}
.vision_content_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.vision_content {
  width: 33%;
}
.vision_content h3.no_border {
  padding-bottom: 10px;
}
.vision_content_text {
  text-align: center;
}
.mission_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #878787;
}
.mission_content:last-child {
  border-bottom: 0;
}
.mission_read .mission_content_item {
  width: 260px;
  height: 260px;
  padding-top: 35px;
  border-radius: 100%;
  background: url(/assets/img/bg_gry_group.png);
}
.mission_title_item {
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
.mission_title_item:after {
  display: block;
  content: "";
  width: 56px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
.mission_subtitle_item,
.mission_title_item,
.mission_text_item {
  color: #fff;
  text-align: center;
}
.mission_subtitle_item {
  font-size: 12px;
}
.mission_title_item {
  font-size: 24px;
}
.mission_text_item {
  font-size: 22px;
}
.mission_content_group.mission_detail {
  width: 640px;
  padding-left: 40px;
}
.mission_content_group.mission_detail h3 {
  padding-bottom: 10px;
  font-size: 20px;
}
.mission_content_group.mission_detail h3 + .list_container {
  padding-bottom: 30px;
}
.mission_content_group.mission_detail h3 + .list_container:last-child {
  padding-bottom: 0;
}
.section_head.message {
  padding: 30px 20px 0;
}
.section_head.message .section_head__item {
  display: flex;
  /*display*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction*/
  -webkit-flex-direction: row;
  flex-direction: row;
  /*flex-wrap*/
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*justify-content*/
  -webkit-justify-content: center;
  justify-content: center;
  /*align-items*/
  -webkit-align-items: center;
  align-items: center;
  /*align-content*/
  -webkit-align-content: stretch;
  align-content: stretch;

  /* justify-content: space-between; */
  max-width: 1130px;
  max-height: 480px;
  min-height: auto;
  margin: 0 auto;
  background: #939393;
}
.section_head.message .section_head__text {
  /* position: relative; */
  width: 40%;
  padding: 10px;
  color: #fff;
}
.section_head.message .section_head__text .inner {
  /* position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 30%);
  transform: translate(-50%, -50%); */
  text-align: left;
}
.section_head.message .section_head__text .inner span {
  display: block;
  padding: 0 10%;
}
.section_head.message .ph_ceo {
  width: 60%;
  /* background-image: url(/assets/img/nagino_pc.jpg);
  background-size: cover;
  background-position: center; */
}
.section_message {
  padding: 100px 20px;
}
.section_message__text {
  width: 900px;
  margin: 0 auto;
}
.section_message__text p {
  margin-bottom: 2em;
  line-height: 2;
}
.section_message__text p:last-child {
  margin-bottom: 0;
}
.font_15 {
  font-size: 15px;
}
.font_20 {
  font-size: 20px;
}

.section_list {
  width: 900px;
  margin: 30px auto 100px;
}
.list_wrap {
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
  border-top: 1px solid #878787;
}
.list_wrap:last-child {
  border-bottom: 1px solid #878787;
}
.top_no_border .list_wrap:first-child {
  border-top: 0;
}
.list_wrap.no_border {
  border-top: 0;
  padding-top: 0;
}
.list_wrap.no_border:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.list_wrap.no_border p,
.list_wrap.no_border ol {
  width: 100%;
}

.list_wrap_i {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-top: 1px solid #878787;
}
.list_wrap_i:last-child {
  border-bottom: 1px solid #878787;
}
.top_no_border .list_wrap_i:first-child {
  border-top: 0;
}
.list_wrap_i.no_border {
  border-top: 0;
  padding-top: 0;
}
.list_wrap_i.no_border:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.list_wrap_i.no_border p,
.list_wrap_i.no_border ol {
  width: 100%;
}


.list_title {
  width: 290px;
  text-align: center;
}
.list_detail {
  width: 610px;
}
.list_title_item {
  width: 215px;
  padding: 6px;
  background-color: #a6a6a6;
  color: #fff;
}
.list_title_item_i {
  width: 215px;
  padding: 6px;
  color: #505050;
  border:1px solid #878787;
}
@media (max-width: 870px){
.list_title_item_i {
  width: 85px;
  padding: 6px;
  color: #505050;
  border:1px solid #878787;
	}
}
.list_detail_item {
  padding: 6px;
}
.item_col .list_detail_item {
  display: flex;
  justify-content: space-between;
}
.list_detail_item_btn a.btn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #505050;
  text-align: center;
}
.list_detail_item_btn a.btn:after {
  position: absolute;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
  transform: rotate(45deg);
}
.list_detail_item_btn a.btn_small {
  width: 120px;
  height: 22px;
  line-height: 22px;
}
.list_detail_item_btn a.btn_middle {
  width: 170px;
  height: 30px;
  line-height: 30px;
}
.item_col .list_detail_item_btn a.btn {
  margin-top: 0;
}
.list_detail_item_btn a.btn_small:after {
  top: 7px;
}
.list_detail_item_btn a.btn_middle:after {
  top: 11px;
}

/* title */
h2,
h3 {
  font-weight: normal;
}
h2.gray {
  margin: 0 auto;
  padding: 20px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
hr.style1{
	border-top: 1px solid #8c8b8b;
	width: 100px;
margin: 0 auto;
}
h2.gray_border {
  padding: 15px;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
h2.gray_top_border {
  padding: 15px;
  border-top: 1px solid #878787;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
h2.gray_top_border_i {
  padding: 15px 0 15px 0;
  border-top: 1px solid #878787;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
h2.bg_red {
  margin-bottom: 80px;
  padding: 35px 15px;
  background-color: #eb0045;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
h2.no_border {
  font-size: 22px;
  text-align: center;
}
.list_container.num_title_reset {
  counter-increment: item;
}
h2.no_border.num_title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 3em;
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
}
h2.no_border.num_title:before {
  position: absolute;
  left: 0;
  content: counter(item);
}
h2.no_border.num_title:after {
  content: "";
  position: absolute;
  left: 1.8em;
  width: 1px;
  height: 30px;
  background-color: #505050;
}
h2.no_border.multi_line {
  line-height: 2;
}
h3.no_border {
  /* padding-bottom: 50px; */
  font-size: 22px;
}
h3.no_border.left {
  font-size: 22px;
}
h3.no_border.pb0 {
  padding-bottom: 0;
}
h3.bottom_border {
  /* position: relative; */
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
}
h3.bottom_border:after {
  /* position: absolute; */
  /* bottom: 0; */
  content: "";
  display: block;
  width: 56px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #878787;
}
h2.font_size_large {
  font-size: 25px;
}
.section_content h2 {
  margin-bottom: 50px;
}
.section_news__title.ir {
  padding-top: 100px;
  font-size: 27px;
  text-align: center;
}
.section_content .btn_readmore {
  margin: 30px 0 80px;
  text-align: center;
}
.section_content .btn_readmore a {
  font-size: 15px;
}
.section_content {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 300px;
}
.section_content .btn_readmore a {
  width: 260px;
}
.list_circle_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_circle_wrap li {
  position: relative;
  margin: 0 15px;
  padding: 6px;
  background-image: url(/assets/img/bg_light_gray.png);
  background-repeat: repeat;
  border-radius: 100%;
  color: #878787;
  font-size: 18px;
  text-align: center;
}
.list_circle_wrap.col3 li {
  width: 278px;
  height: 278px;
}
.list_circle_wrap.col4 li {
  width: 185px;
  height: 185px;
  /* width: 234px;
  height: 234px; */
}
.list_circle_wrap li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.list_circle_wrap_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.list_circle_wrap.font_size_small li {
  font-size: 15px;
}
.bg_lightgray_image {
  padding: 6px;
  background: url(/assets/img/bg_light_gray.png);
}
.bg_lightgray_inner {
  padding: 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.alternate_list_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}
.alternate_list_wrap .alternate_title:nth-child(1),
.alternate_list_wrap .alternate_detail:nth-child(1) {
  margin-right: 30px;
}
.alternate_list_wrap .alternate_title:nth-child(2),
.alternate_list_wrap .alternate_detail:nth-child(2) {
  margin-left: 30px;
}
.alternate_title,
.alternate_detail {
  width: 50%;
}
.alternate_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  background-color: #a6a6a6;
}
.alternate_title_item,
.alternate_text_item {
  display: block;
  color: #fff;
}
.alternate_title_item {
  font-size: 20px;
}
.alternate_text_item {
  font-size: 16px;
}
.alternate_detail_item {
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
.alternate_detail_item .list_row li {
  float: left;
  width: 50%;
  text-indent: -1em;
  padding-left: 1em;
}
.alternate_detail_item li {
  padding-top: 1em;
}
.alternate_detail_item li:first-child {
  padding-top: 0;
}
.alternate_detail_item .list_row li:nth-child(2) {
  padding-top: 0;
}
.alternate_detail_item li:before {
  content: "〇";
}
.alternate_list_wrap + .btn_readmore {
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
.select-video-box {
  display: none;
  width: 660px;
  margin: 0 auto;
  padding: 25px 0 5px;
}
.select-video-box ul {
  overflow: hidden;
  border-top: 1px solid #878787;
  padding: 0 0 20px 0;
}
.select-video-box ul li {
  float: left;
  width: 25%;
  border-left: 1px solid #878787;
  border-bottom: 1px solid #878787;
  position: relative;
}
.select-video-box ul li:last-child {
  border-right: 1px solid #878787;
}
.select-video-box ul li span {
  display: block;
  color: #333;
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.select-video-box ul li span:hover {
  cursor: pointer;
  opacity: 0.8;
}
.select-video-box ul li.movie-select {
  background-color: #878787;
}
.select-video-box ul li.movie-select span {
  color: #fff;
}
.select-video-box ul li.movie-select:after {
  position: absolute;
  top: 31px;
  left: 50%;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -7px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  background-color: #878787;
}
.video-box {
  width: 660px;
  margin: 0 auto 100px;
  height: 371.25px;
}
.video-box video {
  width: 660px;
  height: auto;
  height: 371.25px;
}
.address_text,
.tel_num,
.to_access {
  text-align: center;
}
.address_text {
  padding-bottom: 30px;
  font-size: 20px;
}
.tel_num {
  margin: 0 auto;
  padding-bottom: 50px;
}
.tel_num .number {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 30px;
  text-align: center;
}
.tel_num .number:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #878787;
}
.tel_num .number:after {
  position: absolute;
  top: 15px;
  left: 14px;
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url(/assets/img/icon_tel.svg) no-repeat;
  background-size: 22px 21px;
  color: #000;
}
.to_access {
  position: relative;
  padding: 40px 0 100px;
  font-size: 20px;
}
.to_access:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "アクセス";
  width: 100%;
  text-align: center;
}
.map {
  margin-bottom: 50px;
}
.map iframe,
.map object,
.map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
/*  -ms-filter: grayscale(100%);*/
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section_news.ir {
  padding-bottom: 0;
}
.section_news.ir + .section_other {
  padding-top: 80px;
}
.section_content.policy {
  width: 900px;
  padding-bottom: 100px;
}
.switch_data_wrap {
  padding-bottom: 50px;
  counter-increment: item;
}
.switch_data_wrap:last-child {
  padding-bottom: 0;
}
.switch_title {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 0;
  background-color: #a6a6a6;
}
.switch_title:hover {
  cursor: pointer;
}
.switch_title_item {
  display: flex;
  width: calc(100% - 60px);
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
  padding-left: 100px;
  color: #fff;
  font-size: 22px;
}
.switch_title_item:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 100px;
  color: #fff;
  font-size: 54px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
}
.switch_title_item:before {
  content: counter(item);
}
.switch_content {
  display: none;
  padding: 50px 40px;
  background-color: #fff;
}
.icon_list_wrap {
  padding-bottom: 40px;
}
.icon_list_wrap:last-child {
  padding-bottom: 0;
}
.num_list_wrap:last-child .num_list {
  padding-bottom: 0;
}
h4.border_light_gray {
  margin-bottom: 40px;
  padding: 13px;
  border: 1px solid #878787;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
h4.no_border {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.25;
}
.circle_list_item {
  padding-bottom: 30px;
}
.circle_list_item:last-child {
  padding-bottom: 0;
}
.circle_list_title_item {
  padding-bottom: 10px;
}
.circle_list_title_item:before {
  content: "〇";
  text-indent: 1em;
  padding-left: -1em;
}
.circle_list_detail {
  padding-left: 1em;
}
.circle_list_text_item {
  padding-bottom: 0.5em;
}
.circle_list_text_item:last-child {
  padding-bottom: 0;
}
.caution {
  position: relative;
  padding-left: 1em;
}
.caution:before {
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
.caution.caution_small_size {
  font-size: 12px;
}
.caution.mark_chara {
  padding-left: 2em;
}
.caution.mark_chara:before {
  content: "注：";
}
.caution.mark_chara2 {
  padding-left: 2em;
}
.caution.mark_chara2:before {
  content: "※：";
}
.list_text {
  padding: 0 0 1em 1em;
}
.list_text.center {
  text-align: center;
}
.num_list_text_item {
  padding-bottom: 7px;
}
.num_list_text {
  padding-bottom: 7px;
}
.num_list {
  padding: 0 0 20px 1em;
}
.policy_list_wrap:last-child .num_list {
  padding-bottom: 0;
}
.num_list_item {
  position: relative;
  padding: 0 0 7px 1.75em;
}
.num_list_item:last-child {
  padding-bottom: 0;
}
.num_list_item:before {
  position: absolute;
  left: 0;
}
.num_list_item:nth-child(1):before {
  content: "①";
}
.num_list_item:nth-child(2):before {
  content: "②";
}
.num_list_item:nth-child(3):before {
  content: "③";
}
.num_list_item:nth-child(4):before {
  content: "④";
}
.num_list_item:nth-child(5):before {
  content: "⑤";
}
.num_list_item:nth-child(6):before {
  content: "⑥";
}
.num_list_item:nth-child(7):before {
  content: "⑦";
}
.num_list_item:nth-child(8):before {
  content: "⑧";
}
.num_list_item:nth-child(9):before {
  content: "⑨";
}
.brackets .num_list_item:nth-child(1):before {
  content: "(1)";
}
.brackets .num_list_item:nth-child(2):before {
  content: "(2)";
}
.brackets .num_list_item:nth-child(3):before {
  content: "(3)";
}
.brackets .num_list_item:nth-child(4):before {
  content: "(4)";
}
.brackets .num_list_item:nth-child(5):before {
  content: "(5)";
}
.brackets .num_list_item:nth-child(6):before {
  content: "(6)";
}
.brackets .num_list_item:nth-child(7):before {
  content: "(7)";
}
.brackets .num_list_item:nth-child(8):before {
  content: "(8)";
}
.brackets .num_list_item:nth-child(9):before {
  content: "(9)";
}
.dot_list {
  padding: 0 0 20px;
}
.dot_list:last-child {
  padding-bottom: 0;
}
.dot_list_item {
  position: relative;
  padding: 0 0 7px 1em;
}
.dot_list_item:last-child {
  padding-bottom: 0;
}
.dot_list_item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0.2em;
  width: 2px;
  height: 2px;
  background-color: #505050;
}
.section_content.calender_img {
  padding-bottom: 80px;
  text-align: center;
}
.section_content.calender_img svg,
.section_content.calender_img img {
  width: 1000px;
  height: auto;
}
.section_content.each_color {
  width: 100%;
  max-width: none;
  padding: 50px 0;
}
.section_content.each_color:nth-child(odd) {
  background-color: #fff;
}
.section_content.each_color:last-child {
  padding-bottom: 100px;
}
.border_list_wrap {
  width: 900px;
  margin: 0 auto;
}
.border_list_name {
  padding-bottom: 30px;
  border-bottom: 1px solid #878787;
  font-size: 22px;
}
.section_news.ir_calender {
  padding: 0;
}
.section_news.border_gray {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 90px;
}
.section_news.border_gray .section_news__item {
  /* display: flex; */
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #878787;
}
.section_news.border_gray.last_no_boder .section_news__item:last-child {
  border-bottom: 0;
}
.section_news.border_gray .section_news__list {
  margin-top: 0;
  margin-bottom: 0;
}
.section_news.border_gray.history {
  padding-bottom: 100px;
}
.section_news.border_gray.history .section_news__list {
  border-top: 1px solid #878787;
}
.section_news.border_gray.history .section_news__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}
.section_news.border_gray.history .section_news__item .date {
  width: 135px;
  line-height: 1.5;
 }
.section_news.border_gray.history .section_news__item .title {
  white-space: normal;
  line-height: 1.5;
}
.has_icon .section_news__item a {
  width: 100%;
  align-items: center;
}
.section_content.finance {
  width: 900px;
}
.section_content.finance.read_content {
  padding-bottom: 80px;
}
.read_text {
  padding-bottom: 30px;
  line-height: 2;
}
.table_wrap {
  padding-bottom: 80px;
}
.table_wrap .table_unit {
  padding-bottom: 10px;
  text-align: right;
}
.table_wrap table {
  width: 100%;
  border-collapse: collapse;
  /* margin: 0 0 20px 0; */
}
.table_wrap .cell_kessan_section {
  vertical-align: middle;
}
.table_wrap .cell_kessan_24,
.table_wrap .cell_kessan_25,
.table_wrap .cell_kessan_26,
.table_wrap .cell_kessan_27,
.table_wrap .cell_kessan_28 {
  width: 93px;
}
.table_wrap .cell_kessan_section {
  width: 40%;
}
.table_wrap .cell_kessan_year {
  width: 15%;
}
.table_wrap th {
  padding: 15px 3px;
  background-color: #a6a6a6;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.table_wrap td {
  padding: 10px;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  text-align: center;
}
.table_wrap th:last-child,
.table_wrap tr td:last-child {
  border-right: 0;
}
.table_wrap tbody {
  border-top: 1px solid #878787;
}
.table_wrap thead + tbody {
  border-top: 0;
}
.table_wrap tr.kessan_month td {
  text-align: center;
}
.table_wrap td.cell_title {
  padding-left: 20px;
  text-align: left;
}
.table_wrap td.cell_title.sub_item {
  padding-left: 40px;
  /* text-align: right; */
}
.table_wrap td.val {
  width: 9em;
  /* text-align: right; */
}
.table_wrap td.val.hyphen {
  text-align: center;
}
.table_wrap td.val.minus {
  color: #c00;
}
.table_wrap .table_align_left th,
.table_wrap .table_align_left td {
  text-align: left;
}
.table_wrap .table_side_border {
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}
.table_wrap .table_no_border tbody {
  border-top: 0;
}
.table_wrap .table_no_border tr:last-child th,
.table_wrap .table_no_border tr:last-child td {
  border-bottom: 0;
}
.table_wrap .td_white td {
  background-color: #fff;
}
.table_wrap .th_white_border th {
  border-bottom: 1px solid #fff;
}
.btn_toggle {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
}
.btn_toggle:hover {
  cursor: pointer;
}
.btn_toggle:before {
  position: absolute;
  top: 29px;
  left: 17px;
  content: "";
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.btn_toggle:after {
  position: absolute;
  top: 17px;
  left: 29px;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #fff;
}
.btn_toggle.open:after {
  display: none;
}
.btn_readmore.btn_middle a {
  width: 260px;
}
.btn_readmore.btn_large a {
  width: 380px;
  margin: 0 auto;
  padding: 24px 30px;
  height: auto;
}
.btn_center {
  text-align: center;
}
.btn_border_gray {
  border: 1px solid #505050;
  background-color: #fff;
}
.btn_large {
  width: 660px;
  margin: 0 auto;
}
.btn_full {
  width: 100%;
  margin: 0 auto;
}
.btn_large a {
  display: block;
  height: 90px;
  padding: 30px;
  line-height: 30px;
  font-size: 20px;
}
.btn .icon_window {
  position: relative;
}
.btn .icon_window:before {
  position: absolute;
  top: 40px;
  right: 30px;
  content: "";
  width: 15px;
  height: 14px;
  background: url(/assets/img/icon_window.svg) no-repeat;
  background-size: 15px 14px;
}
.btn .icon_window:after {
  position: absolute;
  top: 20px;
  right: 75px;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #505050;
}
.section_pdf {
  width: 900px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.wrap_pdf {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf_text_item {
  padding-right: 50px;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt20 {
  padding-top: 20px;
}
.pt10 {
  padding-top: 10px;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb15{
  margin-bottom: 15px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb50{
  margin-bottom: 50px;
}
.mb80{
  margin-bottom: 80px;
}
.text_link {
  color: #0071b6;
  text-decoration: underline;
}
.read_text {
  font-size: 18px;
}
.center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center;
}
.section_content.strength {
  width: 100%;
  max-width: none;
  padding-top: 95px;
  background-image: url(/assets/img/business/bg_content.jpg);
  background-size: cover;
  background-position: center;
}
.section_content .btn_readmore {
  margin: 0;
  padding: 0 0 80px;
}
.strength_wrap .text_wrap {
  padding-bottom: 50px;
}
.strength_wrap,
.business_wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.strength_wrap:before,
.business_wrap:after {
  position: absolute;
  top: 100px;
  /* left: -170px; */
  content: "";
  color: rgba(166, 166, 166, 0.3);
  font-size: 137px;
  writing-mode: vertical-rl;
}
.strength_wrap:before {
  left: -180px;
  /* content: "STRENGTH"; */
  /* width: 95px;
  height: 774px;
  background-image: url(/assets/img/business/text_strength.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
}
.business_wrap:after {
  right: -200px;
  /* content: "BUSINESS"; */
  /* width: 95px;
  height: 707px;
  background-image: url(/assets/img/business/text_business.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
}
.strength_wrap .read_text,
.business_wrap .read_text {
  line-height: 2;
}
.business_wrap .text_wrap.wrap_read {
  margin-bottom: 100px;
  padding: 0;
}
.business_wrap .text_wrap {
  margin-bottom: 80px;
  /* padding: 40px 40px; */
}
.business_wrap .text_wrap .bg_lightgray_inner .default_text {
  line-height: 2;
}
.business_wrap .text_wrap:last-child {
  margin-bottom: 0;
}
.business_wrap .text_wrap.wrap_read {
  background-color: transparent;
}
.business_wrap .bottom_border + .text_wrap {
  margin-top: 50px;
}
.strength_wrap .btn_large,
.business_wrap .btn_large {
  width: auto;
}
.section_content .text_wrap .text_large {
  font-size: 18px;
}
.section_content.capability {
  width: 100%;
  max-width: none;
}
.ph_content_wrap {
  position: relative;
  /* min-height: 780px; */
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  counter-increment: item;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ph_content_wrap:nth-child(1) {
  background-image: url(/assets/img/business/bg_strength1.jpg);
}
.ph_content_wrap:nth-child(2) {
  background-image: url(/assets/img/business/bg_strength2.jpg);
}
.ph_content_wrap:nth-child(3) {
  background-image: url(/assets/img/business/bg_strength3.jpg);
}
.ph_content_wrap:before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  content: counter(item);
  display: block;
  width: 100px;
  margin: 0 auto;
  color: #a6a6a6;
  font-size: 100px;
  line-height: 1;
  text-align: center;
}
.content_wrap.bottom_border {
  margin-bottom: 80px;
  padding-bottom: 100px;
  border-bottom: 1px solid #878787;
}
.content_wrap.bottom_border + .btn_large {
  width: auto;
}
.ph_content_item {
  width: 900px;
  margin: 0 auto;
}
.ph_image_wrap {
  width: 365px;
  margin: 80px auto 60px;
}
.section_content.capability .text_default {
  line-height: 2;
}

/* news */
.section_content.news_list {
  padding-bottom: 100px;
}
.section_content.news_list .section_news.border_gray {
  padding-bottom: 80px;
}
.section_content.news_list .section_news__item a {
  align-items: flex-start;
}
.section_content.news_list .section_news__item .date {
  line-height: 1.3;
}
.section_news.border_gray .section_news__item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #878787;
}
.section_content.news_list .section_news__item .title {
  white-space: normal;
  line-height: 1.3;
}

.section_news.border_gray .other-link-wrap.section_news__item {
  position: relative;
  padding-bottom: 40px;
}
.section_news.border_gray .other-link-wrap.section_news__item .other-link {
  position: absolute;
  top:55px; 
  left:193px;
}
.section_news.border_gray.library .other-link-wrap.section_news__item .other-link {
  top:50px;
}
.section_news.border_gray .other-link-wrap.section_news__item .other-link:hover{
  text-decoration: underline;
}
.select_wrap.news_select {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 30px;
  text-align: right;
}

.category_text_year{
text-align:center; 
font-size:22px;
color:#878787;
 padding: 0 0 40px;
}


.select_wrap select {
  padding: 10px;
}
.select_wrap.news_select select {
  min-width: 130px;
}
.paging_wrap {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.paging_wrap .btn_prev,
.paging_wrap .btn_next {
  width: 5em;
}
.paging_wrap .btn_prev {
  text-align: left;
}
.paging_wrap .btn_next {
  text-align: right;
}
.paging_wrap .btn_prev a,
.paging_wrap .btn_next a {
  position: relative;
  font-size: 16px;
}
.paging_wrap .btn_prev a {
  padding-left: 20px;
}
.paging_wrap .btn_next a {
  padding-right: 20px;
}
.paging_wrap .btn_prev a:before,
.paging_wrap .btn_next a:after {
  position: absolute;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
}
.paging_wrap .btn_prev a:before {
  left: 0;
  transform: rotate(-135deg);
}
.paging_wrap .btn_next a:after {
  right: 0;
  transform: rotate(45deg);
}
.paging_wrap .btn_numlist a {
  padding: 0 10px;
  font-size: 16px;
}
.paging_wrap .btn_numlist a:hover {
  text-decoration: underline;
}
.news .entry-header {
  padding: 30px 0 50px;
}
.news .entry-header .date,
.news .entry-header .company {
  font-size: 15px;
  text-align: right;
}
.news .entry-header .entry-title {
  padding: 50px 0;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
.news .entry-content {
  padding-bottom: 50px;
}
.news .entry-content h2 {
  margin-bottom: 20px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.news .entry-content h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.news .entry-content h4 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.news .entry-content p {
  padding-bottom: 1em;
  font-size: 15px;
  line-height: 2;
}
/* 削除 word-break: break-all; */

.news .entry-content p a,
.news .entry-content td a {
  color: #0071b6;
  text-decoration: underline; 
  line-height: 1.2; 
}
.news .entry-content p:last-child {
  padding-bottom: 0;
}
.news .entry-content p sup {
  font-size: 12px;
  vertical-align: super;
}
.news .entry-content .news_capbox {
  text-align: center;
  padding-bottom: 30px;
}
.news .entry-content .news_capbox span.news_cap {
  display: block;
  padding: 5px;
}
.news .entry-content .news_imgbox {
  width: 100%;
  max-width: 660px;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
  margin: 0 auto;
}
.news .entry-content .news_linkbox dl {
  padding-bottom: 15px;
}
.news .entry-content .news_linkbox dt {
  padding-bottom: 3px;
  font-size: 81.25%;
  font-weight: bold;
}
.news .entry-content .news_linkbox dd {
  padding-bottom: 15px;
  font-size: 81.25%;
}

/* PCキャプチャ基本設定 */
.news .entry-content .news_imgbox .imgbox_item_pc {
  width: 500px;
  height: auto;
}
.news .entry-content .news_imgbox .imgbox_item_pc .imgbox_item_inner {
  border: 1px solid #ddd;
  height: 250px;
  overflow: hidden;
}

/* SPキャプチャ基本設定 */
.news .entry-content .news_imgbox .imgbox_item_sp {
  width: 170px;
  height: 347px;
  background: url(/assets/img/news/news_bg_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}
.news .entry-content .news_imgbox .imgbox_item_sp .imgbox_item_inner {
  position: absolute;
  bottom: 42px;
  left: 11px;
  width: 148px;
  height: 263px;
  overflow: hidden;
}
.news .entry-content .news_imgbox .imgbox_item_inner img {
  width: 100%;
  height: auto;
  margin: 0;
}

/* SPキャプチャ基本設定 ：iPhone X フレーム */
.news .entry-content .news_imgbox .imgbox_item_sp.fl_ipx {
  width: 170px;
  height: 347px;
  background: url(/img/news/news_bg_sp_ipx.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}
.news .entry-content .news_imgbox .imgbox_item_sp.fl_ipx .imgbox_item_inner {
  position: absolute;
  top: 36px;
  left: 10px;
  width: 150px;
  height: 302px;
  overflow: hidden;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  z-index: 1;
}
.news .entry-content .news_imgbox .imgbox_item_sp.fl_ipx:before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 60px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #000;
  z-index: 2;
  margin-left: -30px;
}

/* PCキャプチャのみパターン */
.news .entry-content #imgbox_pconly.news_imgbox .imgbox_item_pc {
  margin: 0 auto;
}

/* PCキャプチャ・SPキャプチャ 横並びパターン */
.news .entry-content #imgbox_pcsp.news_imgbox {
  padding: 10px 40px;
}
.news .entry-content #imgbox_pcsp.news_imgbox .imgbox_item_pc {
  float: left;
  width: 400px;
}
.news .entry-content #imgbox_pcsp.news_imgbox .imgbox_item_sp {
  float: right;
}

/* PCキャプチャ・SPキャプチャ 4つパターン */
/*
.news .entry-content #imgbox_pcspx2.news_imgbox {
  padding: 10px 10px 30px 10px;
}
*/

.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_left {
  float: left;
  width: 47%;
}
.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_right {
  float: right;
  width: 47%;
}

.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_pc {
  float: left;
  width: 265px;
  z-index: 1;
}
.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_sp {
  float: right;
  width: 107px;
  height: 220px;
  margin-top: -180px;
  z-index: 2;
}
.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_sp .imgbox_item_inner {
  position: absolute;
  bottom: 26px;
  left: 7px;
  width: 93px;
  height: 166px;
  overflow: hidden;
}
.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_sp.fl_ipx:before {
  width: 30px;
  height: 1px;
  margin-left: -15px;
  bottom: 9px;
}
.news .entry-content #imgbox_pcspx2.news_imgbox .imgbox_item_sp.fl_ipx .imgbox_item_inner {
  top: 24px;
  height: 190px;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 10px 10px;
}

/* PC i-livechat 用 */
.news .entry-content #imgbox_livechat.news_imgbox .imgbox_item_pc {
  width: 530px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.news .entry-content #imgbox_livechat.news_imgbox .imgbox_item_pc .imgbox_item_inner {
  height: 300px;
}
.news .entry-content #imgbox_livechat.news_imgbox .imgbox_item_pc .imgbox_item_inner_chat {
  width: 85px;
  height: auto;
  border: 3px solid #e60303;
  padding: 3px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.news .entry-content #imgbox_livechat.news_imgbox .imgbox_item_pc .imgbox_item_inner_chat img {
  display: block;
  width: 100%;
  height: auto;
}

.news .entry-content .news_table {
  padding: 20px 0;
}
.news .entry-content .news_table th,
.news .entry-content .news_table td {
  padding: 10px;
  text-align: left;
}
.news .entry-content .news_table th {
  border-right: 1px solid #878787;
  border-left: 1px solid #878787;
  border-bottom: 1px solid #fff;
}
.news .entry-content .news_table td {
  background-color: #fff;
}
.news .entry-content .news_table th:last-child,
.news .entry-content .news_table tr td:last-child {
  border-right: 1px solid #878787;
}
.news .entry-content .news_table tr:last-child th {
  border-bottom: 1px solid #878787;
}

.thum_content_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.thum_content_wrap.col2 .thum_content {
  width: calc(50% - 35px);
  height: 100%;
}
.thum_content_wrap.col2-small .thum_content {
  width: 50%;
}
.thum_content_wrap.col2 .thum_content:nth-child(odd) {
  margin-right: 35px;
}
.thum_content_wrap.col2 .thum_content:nth-child(even) {
  margin-left: 35px;
}
.thum_content_wrap.col1-small .thum_content,
.thum_content_wrap.col2-small .thum_content {
  display: flex;
  }
.thum_content_wrap.col3 {
  justify-content: space-between;
}
.thum_content_wrap.col3 .thum_content {
  width: calc((100% - 40px) / 3);
  /* padding: 0 12px; */
  height: 100%;
}
.thum_image_wrap {
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* min-height: 250px; */
  margin-bottom: 40px;
  background: url(/assets/img/bg_light_gray.png);
  z-index: -1;
}
.thum_content_wrap.col1-small .thum_content .thum_image_wrap,
.thum_content_wrap.col2-small .thum_content .thum_image_wrap {
  width: 128px;
  height: 128px;
  margin-right: 15px;
} 
.thum_content_wrap.col2-small .thum_content:nth-child(even) {
  padding-left: 20px;
} 
.thum_content_wrap.col2-small .thum_content:nth-child(odd) {
  padding-right: 20px;
}
.thum_content_wrap.col1-small .thum_content .thum_content_text,
.thum_content_wrap.col2-small .thum_content .thum_content_text {
  width: calc(100% - 138px);
}
.thum_content_text_caution{
  position: relative;
  padding-left: 3em;
}
.thum_content_text_caution span.mark{
  position: absolute;
  left: 0;
}
.thum_content_text_item {
  padding-bottom: 10px;
}
.thum_content_text_item:last-child {
  padding-bottom: 0;
}
.thum_image_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.thum_text_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* position: absolute;
  top: 40px; */
  width: 100%;
  padding-top: 20px;
  text-align: center;
  z-index: 1;
  font-size: 22px;
}
.col2 .thum_text_item {
  min-height: 70px;
}
.col3 .thum_text_item {
  min-height: 100px;
}
.thum_image_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
}
.col2 .thum_image_item {
  min-height: 250px;
}
.col1-small .thum_image_item,
.col2-small .thum_image_item {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.col3 .thum_image_item {
  min-height: 230px;
}
.thum_image_item img {
  height: auto;
}
.col2 .thum_content:nth-child(1) .thum_image_item img {
  width: 189px;
}
.col2 .thum_content:nth-child(2) .thum_image_item img {
  width: 200px;
}
.col3 .thum_content:nth-child(1) .thum_image_item img {
  width: 200px;
}
.col3 .thum_content:nth-child(2) .thum_image_item img {
  width: 190px;
}
h3 + .thum_content_wrap.col3 .thum_content:nth-child(3) .thum_image_item img {
  width: 223px;
  position: relative;
  top: -17px;
}
.col3 .thum_content:nth-child(3) .thum_image_item img {
  width: 183px;
}
.thum_content_list_wrap {
  border-top: 1px solid #878787;
}
.thum_content_list_item {
  border-bottom: 1px solid #878787;
}
.thum_content_list_item a,
.thum_content_list_item span {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 15px 20px 15px 0;
}
.thum_content_list_item a:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
  transform: rotate(45deg);
}
.section_news.ir.library {
  width: 900px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.calender_list .section_news {
  padding-left: 0;
  padding-right: 0;
}
.section_news__item a {
  align-items: flex-start;
}
.section_news__item a .title {
  white-space: normal;
  min-height: 1.2em;
  line-height: 1.2;
}
.section_news__item i.red_all {
  background-color: #eb0045;
}
.section_news__item i.gray {
  background-color: #646464;
}
.section_news__item i.icon_small {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 0 10px;
}
.section_news__item span.icon_pdf {
  width: 25px;
  height: 27px;
  margin-left: auto;
  background: url(/assets/img/icon_pdf.svg) no-repeat;
  background-size: 25px 27px;
  -webkit-background-size: 25px 27px;
}
.section_news__item span.icon_mov {
  width: 25px;
  height: 27px;
  margin-left: auto;
  background: url(/assets/img/icon_mov.svg) no-repeat;
  background-size: 25px 27px;
  -webkit-background-size: 25px 27px;
}
section.menu_content {
  width: 910px;
  margin: 30px auto 0;
}
.menu_list_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.menu_list {
  width: calc(100% / 3);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.menu_list .menu_link {
  position: relative;
  display: block;
  padding: 15px;
  height: 50px;
  background-color: #a6a6a6;
  color: #fff;
}
.menu_list .menu_link:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.menu_list .menu_link:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 32px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}ß

/* lists */
.list_group.icon_square .square_list_item {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
.list_group.icon_square .square_list_item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #505050;
}
.list_group.icon_square .square_list_item:last-child {
  padding-bottom: 0;
}
.list_group.icon_dot .dot_list_item {
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.list_group.icon_dot .dot_list_item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #505050;
}
.list_group.icon_dot .dot_list_item:last-child {
  padding-bottom: 0;
}
.list_group.mark_list .mark_list_item {
  position: relative;
  padding-left: 3em;
  padding-bottom: 15px;
}
.list_group.mark_list .mark_list_item .mark {
  position: absolute;
  left: 0;
}
.list_group.mark_list .marklist_item:last-child {
  padding-bottom: 0;
}

/* link */
.text-link {
  color: #0071B6;
  text-decoration: underline;
  word-break: break-all;
}

/* img */
.img_wrap{
}

.img_center{
  text-align: center;
}

.section_content.logos{
  min-height: 0;
}
.logo_svg img{
  width: 45%;
  min-width: 280px;
}
.logo_diversity img{
  width: 40%;
  min-width: 280px;
}

/* top */
@media (max-width: 700px){
.section_group {
  position: relative;
	height: 100%;
	}
.scala-business{
width: 100%;
height: 100%;
    position: absolute;
    top: 80px;
    right: 0vw;
}
}
@media (min-width: 701px){
.section_group {
	  position: relative;
    height: 80%;
}
	.scala-business{
height: 100%;
    position: absolute;
    bottom: 0vw;
    right: 0vw;
}
.section_about.buisiness h2.gray_border{
		margin-bottom: 50px;

/* contact_information */
.container-contact_information{
	padding-bottom:20px;
	/*display*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*flex-direction*/
	-webkit-flex-direction:row;
	flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	/*align-items*/
	-webkit-align-items:stretch;
	align-items:stretch;
	/*align-content*/
	-webkit-align-content:stretch;
	align-content:stretch;
}
.block-contact_information{
	border:1px solid #878787;
	margin-bottom:30px;
	padding:20px;
	width:calc(50% - 15px);
}
@media (max-width: 870px){
	.block-contact_information{
		border:1px solid #878787;
		margin-bottom:30px;
		padding:20px;
		width:calc(100%);
	}
}
.block-contact_information-wide{
	width:100%;
}
.block-contact_information:nth-child(1){
	margin-left:0;
	margin-right:0;
}
.block-contact_information:nth-child(2){
	margin-left:0;
	margin-right:15px;
}
.block-contact_information:nth-child(3){
	margin-left:15px;
	margin-right:0;
}
.block-contact_information:nth-child(4){
	margin-left:0;
	margin-right:15px;
}
@media (max-width: 870px){
	.block-contact_information:nth-child(1),
	.block-contact_information:nth-child(2),
	.block-contact_information:nth-child(3),
	.block-contact_information:nth-child(4){
		margin-left:0;
		margin-right:0;
	}
}
.contact_information-readtext{
	font-size:16px;
	padding-bottom:20px;
}
.contact_information{
	font-size:16px;
	padding-bottom:15px;
	/*display*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*flex-direction*/
	-webkit-flex-direction:row;
	flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	/*align-items*/
	-webkit-align-items:stretch;
	align-items:stretch;
	/*align-content*/
	-webkit-align-content:stretch;
	align-content:stretch;
}
.contact_information-item{
	width:33.33%;
	position:relative;
	padding-left:1.5em;
	padding-bottom:0.5em;
}
.contact_information-item:before{
	content:'';
	position:absolute;
	top:0.65em;
	left:0.45em;
	width:4px;
	height:4px;
	border-radius:4px;
	background-color:#333;
}
.contact_information-btn{
	padding-bottom:5px;
}
.contact_information-btnlink{
	background-color:#f7be00;
	width:100%;
	max-width:450px;
	height:65px;
	margin:0 auto;
	font-size:18px;
	/*display*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*flex-direction*/
	-webkit-flex-direction:row;
	flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;
	/*align-items*/
	-webkit-align-items:center;
	align-items:center;
	/*align-content*/
	-webkit-align-content:stretch;
	align-content:stretch;
}
@media (max-width: 870px){
	.contact_information-item{
		width:50%;
	}
}

/* contact_information-tel */

.contact_information-tel{
	padding-bottom:100px;
}
.contact_information-tel .tel_list_content{
	padding:0 20px;
	/*display*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	/*flex-direction*/
	-webkit-flex-direction:row;
	flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	/*align-items*/
	-webkit-align-items:stretch;
	align-items:stretch;
	/*align-content*/
	-webkit-align-content:stretch;
	align-content:stretch;
}
.contact_information-tel .tel_list_item{
	width:50%;
}
@media (max-width: 870px){
	.contact_information-tel .tel_list_content{
		width:285px;
		margin:0 auto;
		padding:0;
		/*flex-wrap*/
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.contact_information-tel .tel_list_item{
		width:100%;
	}
	.contact_information-tel .tel_list_wrap{
		padding-bottom:20px;
	}
	.section_news.border_gray .other-link-wrap.section_news__item .other-link {
  position: absolute;
  top:70px; 
  left:0px;
}
}
.contact_information-tel .small_text{
	padding:0 20px;
}

