.header_nav {
  overflow: visible;
}
.header_nav_pc {
  margin-bottom: 1.5em;
}
.header_sub_pc {
  margin-bottom: 1em;
}
.header_sub_pc ul a {
	padding: 2em;
}
.header_sub_pc ._priority a {
	padding: 1.6em 2em;
}

.header_sub_pc ul {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}


div[class^="header_sub_"] .languageNav {
  position: relative;
  z-index: 100;
}

div[class^="header_sub_"] .languageNav .select {
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  top: -2px;
  margin-right: 2rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


div[class^="header_sub_"] .languageNav .select:before {
  content: " \f0ac";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  color: var(--main-color);
  font-size: 1.2rem;
}

div[class^="header_sub_"] .languageNav .select:after {
  content: " \f107";
  font-family: FontAwesome;
  margin-left: 0.5rem;
  vertical-align: middle;
}


div[class^="header_sub_"] .languageNav .select:hover {
  color: var(--main-color);
}
div[class^="header_sub_"] .languageNav ul {
  display: block;
}
div[class^="header_sub_"] .languageNav ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -1rem;
  z-index: 1000;
  background: #fff;
  width: 100%;
  border-top: 2px solid #11ac89;
  -webkit-box-shadow: 0 0 0.3rem #999;
          box-shadow: 0 0 0.3rem #999;
  max-width: 170px;
}
div[class^="header_sub_"] ul li,
div[class^="header_sub_"] .languageNav ul li {
  list-style: none;
}


div[class^="header_sub_"] .languageNav ul li {
  display: block;
  width: 100%;
  text-align: center;
  color: #666;
  padding: 0.8rem 0.2rem;
  margin: 0;
}
div[class^="header_sub_"] .languageNav ul li:first-child {
  padding-bottom: 0.3rem;
}
div[class^="header_sub_"] .languageNav ul li:last-child {
  padding-top: 0.3rem;
}

div[class^="header_sub_"] .languageNav ul li a {
  display: block;
  color: #11ac89;
  text-decoration: none;
}

div[class^="header_sub_"] .languageNav ul a::before,
div[class^="header_sub_"] .languageNav ul a::after {
  display: none;
}
div[class^="header_sub_"] .languageNav ul a {
  padding: 0;
}

div[class^="header_sub_"] .languageNav ul li a:hover {
  color: #eda3c3;
}

@media screen and (min-width: 769px) {
.header_sub_sp {
  display: none;
}
}

@media screen and (max-width: 768px) {
  div[class^="header_sub_"] .languageNav {
    margin-top: 0.5em;
  }
  div[class^="header_sub_"] .languageNav .select {
    margin-right: 4.5em;
  }
  
  .header_nav_sp > ul._top > ._priority {
    padding: 0;
  }
  .header_nav_sp > ul._top > ._priority a {
    padding: .75em 0em .75em 1em;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
  }
  .header_nav_sp > ul._top > ._priority > a::before,
  .header_nav_sp > ul._top > ._priority > a::after {
    background-color: #ffffff;
  }
}

/* global menu PC */
@media screen and (max-width: 1020px) and (min-width: 769px) {
  .header_nav .inner {
    display: block;
    position: relative;
  }
  .header_logo {
    position: absolute;
    top: 24px;
    width: 180px;
    left: 0;
  }
  .header_logo a object {
    max-width: 100%;
  }
  .header_nav_pc ul {
    font-size: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_sub_pc {
    margin-bottom: 1.5em;
  }
  .header_nav_pc {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) and (min-width: 560px) {
  .top .header {
    margin-top: 20vw;
  }
}

/* footer */
.footer_logo a {
  margin-right: 1em;
}

/* common */
.note {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 3.3vw;
  }
}
.subpage .header span + p {
  margin-top: 2em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* business */
.business .header .mv,
.business_image {
  width: 100%;
}
.business_title {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .business_section .business_box .more_button {
    right: 4%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .business .header .mv_copy {
    font-size: 57px;
  }
  .business_title {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  .business_title {
    font-size: 7.4vw;
  }
  .footer_contact.business_footer .business_footer_list {
    margin-bottom: 1em;
  }
}

/* business detail */
@media screen and (min-width: 769px) {
  .business_heading {
    margin-top: 20vw;
  }
}

/* business business-hr */
.business_maincopy {
  padding-left: 4%;
  padding-right: 4%;
}
.banner_area-ess {
  display: block;
  margin-top: 120px;
  text-align: center;
}
span.banner_area-ess {
  margin-top: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.banner_area-ess a {
  transition: 0.3s;
}
.banner_area-ess a:hover {
  opacity: 0.6;
}
.banner_area-ess a img {
  transition: 0.3s;
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .business_block p {
    line-height: 1.6;
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  .business_column,
  .business_vision {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_area-ess a img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .business_column_box p.note {
    font-size: 3.3vw;
  }
  .banner_area-ess {
    width: 90%;
    margin-top: 12vw;
    margin-left: auto;
    margin-right: auto;
  }
  span.banner_area-ess {
    margin-top: 10vw;
  }
}

/* business business-ir */
.business_ir_section_label {
  padding: 2em 1em;
}
@media screen and (min-width: 769px) {
  .business_ir_case_content .anime_left_image + h4 {
    margin-top: 12em;
  }
  .business_ir_section {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* group */
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .group .header .mv_inner {
    width: 70vw;
  }
  .group .header .mv_copy {
    font-size: min(76px, 9vw);
  }
}
@media screen and (min-width: 769px) {
.group.subpage .main {
    width: 92%;
  }
}

/* margin */
.margin.subpage .innerBox02 {
  max-width: 950px;
  width: 92%
}
.margin.subpage .innerBox01 {
  max-width: 980px;
  width: 96%;
}

/* cmn contact block */
.footer_contact {
  padding: 80px 2%;
}
@media screen and (max-width: 768px) {
  footer_contact {
    padding: 11.25vw 2%;
  }
  .footer_contact p {
    margin-bottom: 1em;
  }
}

/* contact input */
.form_confirm ._button-main {
  min-width: 218px;
  padding: 0;
}
.subpage .inquiry_form .form_confirm .confirm_button {
  padding: 1em 2.5em;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.form_confirm ._button-main::after {
  position: absolute;
  right: 2.5em;
}

/* contact confirm */
.inquiry_confirm_select,
.inquiry_confirm_textarea,
.inquiry_confirm_input {
  background: #ffffff;
  border: none;
}
.subpage .inquiry_form > div {
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.subpage .inquiry_form .form_name span {
  margin-right: 5%;
  width: 45%;
}
.confirm_button.btn-submit._button-main::after {
  position: absolute;
  right: 2.5em;
}
.subpage .inquiry_form .form_confirm.form_conversion ._button-main {
  padding: 0;
}
.form_confirm.form_conversion ._button-main::after {
  position: absolute;
  right: 2.5em;
  width: 3em;
}
.form_confirm.form_conversion ._button-main._button-return .confirm_button.btn-return  {
  text-align: right;
}
.form_confirm.form_conversion ._button-main._button-return::after {
  left: 2.5em;
  width: 3em;
}
.subpage .inquiry_form .form_confirm.form_conversion ._button-return._button-return::before {
  left: 2.5em;
}
@media screen and (min-width: 769px) {
  .subpage .inquiry_form .form_confirm.form_conversion ._button-main {
    min-width: auto;
  }
}

/* contact thanks */
.subpage .header .inquiry_thx_text {
  max-width: calc(1024px + 8%);
  padding-left: 4%;
  padding-right: 4%;
}

/* faq */
.faq_q {
  padding-right: 4.5em;
}
@media screen and (max-width: 768px) {
  .faq_q {
    padding-right: 2.5em;
  }
}

/* message */
.mV_main h1 {
  line-height: 1.6;
}
.mV_main.message {
  overflow: initial;
}
.box_h1 {
  position: absolute;
  background-color: rgba(255,255,255, 0.8);
  padding: 2em 3em;
  bottom: -40px;
  margin: auto;
  transform: none;
  color: var(--main-color);
  left: 0;
}
.box_h1.right {
  right: 0;
  left: auto;
}
.box_h1 h1 {
  position: static;
  transform: none;
}
.box_h1 .position,
.box_h1 .name {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.box_h1 .position {
  display: block;
  font-size: max(1vw,16px);
  line-height: 1.4;
  margin-top: 4em;
}
.box_h1 .name {
  display: block;
  font-size: max(1.4vw,18px);
  line-height: 1.4;
}
.box_h1.right .position,
.box_h1.right .name {
  text-align: right;
}
.box .container_text .container_title {
  margin-bottom: 0.5em;
}
.mV_subText p + p {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .mV_main .mission_title-sp.up {
    top: 90px;
  }
  .mV_main h1.bg {
    transform: translateX(-50%);
  }
  .box_h1.right {
    bottom: 100px;
  }
  .box .container_title.bg {
    background-color: #fff;
    width: 35vw;
    min-width: 600px;
    padding: 3vw 3vw 0;
    line-height: 1.5;
    font-size: 40px;
  }
  .box .container_title.bg + .container_text {
    margin-top: 0;
    padding-top: 1.5vw;
  }
  .mV_sub .mV_subTitle {
    width: 26%;
  }
  .mV_subText {
    width: 74%;
  }
}
@media screen and (max-width: 768px) {
  .box_h1 {
    transform: none;
    padding: 1em;
    bottom: -10vw;
  }
  .box_h1.right {
    bottom: -14vw;
  }
  .box_h1 h1 {
    margin-top: 0;
    margin-left: 0;
  }
  .box_h1 .position {
    margin-top: 2em;
      font-size: max(3.2vw,14px);
  }
  .box_h1 .name {
    font-size: max(3.8vw,16px);
  }
  .main.main_message {
    margin-top: 20vw;
  }
  .mV_main h1.bg {
    bottom: 30px;
    padding: 0.8em 0.6em;
    margin-left: 0.6em;
  }
  .box .container_text .container_title {
    transform: none;
  }
  .mission_page .section.last:last-of-type {
    margin-bottom: 0;
    margin-top: 28vw;
  }
  .mission_page .container_text {
    margin-top: 54.5vw;
  }
  .main_message .content_right:first-child .container_text {
    margin-top: 44.5vw;
  }
  .mission_page .section.long {
    margin-top: 40vw;
  }
}
.mV_sub + .section_message {
  display: none;
}

/* access */
.access_nav {
  top: 91px;
}
.access .main h3.title_heading {
  width: 100%;
  margin-block-end: -1em;
  color: var(--main-color);
}
.access .main h2 + .title_heading {
  margin-block-start: 0;
}
.access .main h4.title_office {
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-block: 40px -1.5em;
  width: 100%;
}
.access .inner .content.access_develop section.content_small {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .access .main h4.title_office {
    font-size: 4.6vw;
  }

}

/* Recruit */
.recruit_site_list .narrow_text {
  letter-spacing: 1px;
}

/* company */
.company .main .table_type02 td a.link_img::before,
.company .main .table_type02 td a.link_img::after {
  display: none;
}

/* information */
.information_detail .table_type01 {
  table-layout: fixed;
  min-width: 50%;
  margin: 1em auto 0;
}
.information_detail .table_type01 th,
.information_detail .table_type01 td {
  padding: 5px 10px;
}
.information_detail .table_type01 th {
  font-weight: normal;
  background-color: #e6e6e6;
}
.information_detai .header h1 + span {
  margin-bottom: 2em;
}
.information_detail .table_type01 caption {
  font-weight: bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 0.5em;
}
.information_detail .table_type01 tbody {
  border-top: 1px solid #999;
}
.information_detail .table_type01 th {
  border-bottom: 1px solid #999;
  font-weight: bold;
  color: var(--main-color);
}
.information_detail .table_type01 td {
  word-break: break-all;
  border-bottom: 1px solid #999;
}
.information_detail .table_ma {
  width: 100%;
  margin-bottom: 2em;
}
.information_detail .table_ma {
  margin-top: -1em;
}
.information_detail .table_ma tr td:first-of-type {
  width: 3em;
  text-align: center;
}
.information_detail .table_ma tr td:nth-of-type(2) {
  width: 9em;
}
.information_detail .table_ma tr td:last-of-type {
  width: auto;
}


/* security*/

@media screen and (min-width: 769px) {
  .security.subpage .main dl dd {
    width: 85%;
  }
}

/* common */
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
.mt_3em {
  margin-top: 3em !important;
}
.mt_0 {
  margin-top: 0 !important;
}

/* top */
.banner_area a:nth-child(1).banner_single {
  margin-right: 0;
}
.box_service_site {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  background: rgba(0,47,124,0.6);
}
.box_service_site.bg_none {
  background: transparent;
}
.box_col2 {
  display: flex;
  justify-content: space-around;
}
.box_col2 > .col {
  width: 49%;
  padding: 0 40px;
}
.service .box_service_site h3 {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: left;
}
.service .txt_service {
  margin-top: 2.5em;
}
.service .box_service_site p {
  text-align: left;
}
.service .box_service_site .service_banner {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.service .service_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service .more_button {
    width: 50.5vw;
  }
  .service .box_col2 {
    display: block;
    width: 100%;
    padding: 10vw 0;
  }
  .service .box_col2 > .col {
    width: 100%;
    padding: 0 5%;
  }
  .service .box_col2 > .col + .col {
    margin-top: 12vw;
  }
  .service .box_service_site .service_banner {
    width: 100%;
  }
}

/* sponsor */
.sponsor.subpage {
  padding-top: 92px;
}
.sponsor.subpage .main {
  max-width: 100%;
}
.sponsor.subpage .header {
  background-image: url(../images/jp/company/sponsor/bg_sponsor_header.jpg);
  background-size: cover;
  text-align: center;
  padding: 110px 3%;
  color: #ffffff;
}
.sponsor.subpage .header h1 img {
  max-width: 625px;
  width: 80%;
}
.sponsor.subpage .header h1::after {
  display: none;
}
.sponsor.subpage .header p {
  font-size: 1.5rem;
  line-height: 2.3;
}
.sponsor.subpage header p .line_break {
  display: inline-block;
  font-size: 1.5rem;
}
.sponsor_block {
  padding: 100px 0;
}
.sponsor_block:nth-of-type(odd) {
  background-color: #FFF7FC;
}
.sponsor_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.sponsor_block .sponsor_content {
  width: 48%;
  max-width: 510px;
}
.sponsor.subpage .main .sponsor_content_title {
  font-size: 1.875em;
  border-bottom: none;
  text-align: center;
  line-height: 1.5;
}
.sponsor.subpage .main .sponsor_content_title::after {
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background: linear-gradient(to right, var(--gradation-color4), var(--gradation-color1));
  left: calc(50% - 50px);
  top: calc(100% + 20px);
}
.sponsor.subpage .sponsor_content_p {
  line-height: 1.5;
}
.sponsor.subpage .sponsor_content_link {
  text-align: center;
}
.sponsor_link_list li {
  list-style-type: none;
}
.sponsor_link_list li + li {
  margin-top: 12px;
}
.sponsor.subpage .sponsor_content_link a {
  background: linear-gradient(to right, var(--gradation-color4), var(--gradation-color1));
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  padding: 15px 35px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 5px 3px 0 rgba(51, 51, 51, 0.25);
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.sponsor.subpage .sponsor_content_link a:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.sponsor.subpage .sponsor_content_link a:hover {
  opacity: .7;
}
.sponsor_content_img {
  border: 1px solid #CC569C;
}
.sponsor_slider {
  margin-bottom: 8px;
}
.sponsor_slider_nav .slick-slide {
  margin-left: 8px;
}
.sponsor_slider_nav .slick-prev,
.sponsor_slider_nav .slick-next {
  width: 40px;
  height: 50px;
  background: #CC569C;
  z-index: 1;
}
.sponsor_slider_nav .slick-prev,
.sponsor_slider_nav .slick-next,
.sponsor_slider_nav .slick-prev:hover,
.sponsor_slider_nav .slick-prev:focus,
.sponsor_slider_nav .slick-next:hover,
.sponsor_slider_nav .slick-next:focus {
  background: #CC569C;
}
.sponsor_slider_nav .slick-prev {
  left: 0;
}
.sponsor_slider_nav .slick-next {
  right: 0;
}
.sponsor_slider_nav .slick-prev:before,
.sponsor_slider_nav .slick-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.sponsor_slider_nav .slick-prev:before {
  transform: rotate(-135deg);
  right: 10px;
}
.sponsor_slider_nav .slick-next:before {
  transform: rotate(45deg);
  right: 15px;
}
.sponsor_slider_nav .slick-prev:hover,
.sponsor_slider_nav .slick-next:hover {
  background-color: #CC569C;
}
.sponsor.subpage .breadcrumb {
  margin-top: 0;
}
.sponsor.subpage .sponsor_photo_credit {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.88em;
}
@media screen and (min-width: 560px) and (max-width: 768px) {
  .sponsor.subpage {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 768px){
  .sponsor.subpage {
    padding-top: 14vw;
  }
  .sponsor.subpage .header {
    padding:80px 3% 90px;
  }
  .sponsor.subpage .header p {
    font-size: 1em;
    line-height: 2;
  }
  .sponsor.subpage header p .line_break {
    font-size: 1em;
  }
  .sponsor_block {
    padding: 60px 0;
  }
  .sponsor.subpage .main .sponsor_content_title {
    font-size: 1.5rem;
    order: 1;
    margin-bottom: 1em;
  }
  .sponsor.subpage .main .sponsor_content_title::after {
    top: 102%;
  }
  .sponsor_inner {
    flex-direction: column;
    padding: 0 3%;
  }
  .sponsor_inner .sponsor_content {
    width: 100%;
  }
  .sponsor_content.content_sub{
    order: 2;
    margin: 0 auto;
  }
  .sponsor_inner .sponsor_content.content_main {
    display: contents;
  }
  .sponsor_content_p {
    order: 3;
  }
  .sponsor_content_link {
    order: 4;
  }
  .sponsor.subpage .sponsor_content_p {
    font-size: 0.875rem;
    margin: 1.4rem 0;
  }
  .sponsor.subpage .sponsor_content_link a {
    font-size: 0.92rem;
  }
}

/**********GLONAV SERVICE**********/
@media screen and (min-width: 769px) {
  .header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service {
    width: calc(20em + 2% + 18em);
  }
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li._priority a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li._priority {
  width: 21em;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li._priority a span.svg-blank {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.integration .lines {
  line-height: 1.4;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.integration .lines .ttl {
  font-size: 1.2em;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.integration .lines .sub {
  font-size: 0.9em;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.integration a {
  background-color: #006155;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.integration a::before {
  background: #000;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(2) {
  width: 19.5em;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(3),
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(5),
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(7) {
  margin-right: 0;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(4) {
  margin-right: 2%;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(5),
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(7) {
  margin-top: 24px;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(6) {
  margin-left: 75px;
}
@media screen and (min-width: 1040px) {
  .header_nav_pc > ul > li.selected nav.nav-inner > ul.nav-inner_service > li:nth-of-type(6) {
    margin-top: 0;
  }
}

/* top our service site */
@media screen and (min-width: 769px) {
  .service .box_service_site > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .box_service_site > .col > p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* service business ir*/
.banner_area-sss .banner_link img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner_area-sss .banner_link:hover img {
  opacity: 0.6;
}
.banner_area-sss .banner_link.protrude {
  /* border: 2px solid #007364; */
  display: block;
}
.banner_area-sss .banner_link img  {
  width: 100%;
  max-width: 800px;
}
.banner_area-sss .txt {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner_area-sss .txt {
    font-size: 3.8vw;
  }
}

/* sp nav SNS*/
._sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3em;
}
._sns li {
  list-style-type: none;
  margin: 0 20px;
}
._sns li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
._sns li a:hover {
  opacity: 0.6;
}
._sns li a img {
  height: 35px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .header_nav_sp > ul._top > li:last-of-type {
    margin-bottom: 2em;
  }
}

/* footer SNS */
.footer_sns {
  margin-top: 80px;
}
.footer_sns .footer_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer_sns .footer_sns_list li {
  list-style-type: none;
  margin: 0 30px;
}
.footer_sns .footer_sns_list li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_sns .footer_sns_list li a:hover {
  opacity: 0.6;
}
.footer_sns .footer_sns_list li a img {
  height: 35px;
  width: auto;
}
.information_detail .footer_sns .footer_sns_list li a img {
  height: 35px !important;
}
.footer_sns.only_sp {
  margin-top: -10vw;
}
@media screen and (min-width: 769px) {
  .footer_copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns.only_sp .footer_sns_list li {
    margin: 0 20px;
  }
  .footer_sns.only_sp .footer_sns_list {
    margin-bottom: 25vw;
  }
}


/* common */
@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only_sp {
    display: none;
  }
}

/* top bnr area */
.banner_area.inner {
  flex-wrap: wrap;
}
.banner_area.banner_rows a:nth-child(2n) {
  margin-bottom: 3em;
}
.banner_wide .banner_image {
  max-width: 840px;
  width: 100%;
  height: auto;
}
.banner_wide {
  margin-bottom: 5em;
}
.banner_area.inner + .banner_area.inner {
  margin-top: 3em;
}
.banner_area .banner_wide + a {
  margin-right :5em;
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .banner_area a:nth-child(1),
  .banner_area.banner_rows a:nth-child(2n) {
    margin: 0 2% 30px;
  }
  .banner_area a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.banner_rows a:nth-child(2n),
  .banner_area a {
    margin-bottom: 10%;
  }
  .banner_area a:last-child {
    margin-bottom: 0;
  }
  .banner_area .banner_wide + a {
  margin-right :0;
}
.banner_wide  {
  margin-bottom: 20%;
}
}


/* health */
.health.subpage .header h1 {
  line-height: 1.3;
}
.health.subpage .header h1::after {
  margin-top: 15px;
}
.list_cmn_disc {
  margin: 1em 0;
  padding-left: 1em;
}
.list_cmn_disc li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.25em;
}
.list_cmn_disc li + li {
  margin-top: 0.5em;
}
.list_cmn_ol {
  margin: 1em 0;
}
.list_cmn_ol li {
  list-style-position: outside;
  margin-left: 1.25em;
}
.list_cmn_ol li + li {
  margin-top: 0.5em;
}
.health p + .list_cmn_disc {
  margin-top: -1em;
}
.pic_cmn_block {
  display: block;
}
@media screen and (max-width: 768px){
  .health.subpage .header h1::after {
    margin-top: 10px;
  }
}



.header_nav_pc > ul > li.selected nav.nav-inner > ul > li .nolink {
  color: var(--text-color);
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 6px 10px 6px 0;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.freelance a::before {
  background: #000;
}
.header_nav_pc > ul > li.selected nav.nav-inner > ul > li._priority.freelance a {
  background-color: #e7241b;
}

@media screen and (max-width: 768px) {
  .header_nav_sp > ul._top > li ul li .nolink {
    font-weight: normal;
  }
  .recruit_cv {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .recruit_cv .button_area:nth-of-type(3) {
    margin-top: 10px;
  }
}