@charset "utf-8";

/**
* Theme Name: BNS_JP
* Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black-color);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: var(--black-color);
}

a img, a span, a div, a li, a > strong{
  transition: .3s;
}

.grid {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px){
  .grid{ width: calc(100% - 6.4%) }
}

::selection {
  background: #333;
  color: var(--white-color);
}

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/*
========= css for HEADER & FOOTER  ==============
*/

/* header_top css */
.p-groupHeader-01 * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  box-sizing: border-box;
}

.p-groupHeader-01 {
  position: relative;
  z-index: 1000;
}

.p-groupHeader-01 {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  box-sizing: border-box;
  background-color: var(--white-color);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 74px;
}

.p-groupHeader__groupLogo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}

.p-groupHeader-01 a {
  transition: opacity .3s;
}

.p-groupHeader-01 .p-groupHeader__groupLogo--pc {
  width: 176px;
}
.p-groupHeader-01 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-groupHeader-01 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-groupHeader__inner {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 8px 16px 8px 0;
}

.p-groupHeader-01 .p-groupHeader__lineElement {
  background: url(assets/images/lineElement-01.png) no-repeat left top/100%;
  height: 8px;
}

.p-groupHeader__lineElement {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.p-groupHeader__companyLogo {
  flex: 0 1 auto;
  margin: 0 0 0 auto;
}

.p-groupHeader__companyLogo img {
  width: auto;
  height: 18px;
  max-height: 18px;
  vertical-align: middle;
}

/* navbar css */
#sp_menu{
  width: calc(100% - 5em);
  width: var(--col-12);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header__navbar {
  background-color: var(--bg-gray);
  height: 65px;
}

.header__navbar-contain {
  height: 100%;
  position: relative;
}

.navbar__navigation.flex__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 766px;
  width: 50%;
  min-width: 500px;
  margin-left: 20px;
}

.navbar__navigation.flex__navigation:first-child{
  width: 60%;
  justify-content: end;
}

.navbar__main.flex__navigation {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__navigation-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar__navigation .navbar__navigation-list{
  border-right: solid var(--black-color) 1px;
  padding: 0 1em;
  height: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar__navigation .navbar__navigation-list:last-child{
  border: 0
}

.navbar__navigation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.navbar__navigation-item.contact:hover .navigation-item__desc{
  background-color: var(--black-color);
  color: var(--white-color);
}

.navbar__navigation-item.contact:hover .navigation-item__desc i:before{
  content: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2016.92%2019.68%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-1%2C%20.cls-2%2C%20.cls-3%2C%20.cls-4%20%7B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-5%2C%20.cls-2%2C%20.cls-4%20%7B%20fill%3A%20%23040000%3B%20%7D%20.cls-2%2C%20.cls-3%20%7B%20stroke-width%3A%201.08px%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-4%20%7B%20stroke-width%3A%20.75px%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-2%22%20x%3D%224.15%22%20y%3D%222.78%22%20width%3D%2212.23%22%20height%3D%2216.36%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22m12.05%2C1.85c-.22%2C0-.42-.15-.48-.36-.16-.55-.66-.95-1.26-.95s-1.1.4-1.26.95c-.06.21-.26.36-.48.36h-.89v1.85h5.26v-1.85h-.89Z%22%2F%3E%3Ccircle%20class%3D%22cls-5%22%20cx%3D%2210.31%22%20cy%3D%221.82%22%20r%3D%22.64%22%2F%3E%3Cpolygon%20class%3D%22cls-4%22%20points%3D%221.79%2017.26%201.08%2019.2%200.38%2017.26%200.38%209.23%201.79%209.23%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22.38%22%20y%3D%227.97%22%20width%3D%221.41%22%20height%3D%221.25%22%2F%3E%3Cline%20class%3D%22cls-4%22%20x1%3D%22.38%22%20x2%3D%221.79%22%20y1%3D%2217.26%22%20y2%3D%2217.26%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%226.06%22%20y2%3D%226.06%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%228.12%22%20y2%3D%228.12%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%2210.19%22%20y2%3D%2210.19%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%2212.25%22%20y2%3D%2212.25%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%2214.31%22%20y2%3D%2214.31%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.94%22%20x2%3D%226.58%22%20y1%3D%2216.37%22%20y2%3D%2216.37%22%2F%3E%3C%2Fsvg%3E');
}

.navbar__navigation-item.contact .navigation-item__desc{
  position: relative;
  line-height: 1;
  color: var(--black-color);
  font-size: var(--font-12px);
  background: var(--white-color);
  border: 1px solid var(--black-color);
  border-radius: 2em;
  padding: .75em 1em .75em 2.75em;
  transition: .3s;
}

.navbar__navigation-item.contact .navigation-item__desc:before{
  content: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.93%2019.68%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20stroke-width%3A%20.77px%3B%20%7D%20.cls-2%2C%20.cls-3%2C%20.cls-4%2C%20.cls-5%20%7B%20stroke%3A%20%23040000%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-3%2C%20.cls-4%2C%20.cls-5%20%7B%20stroke-width%3A%201.08px%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%23040000%3B%20%7D%20.cls-5%20%7B%20fill%3A%20none%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-3%22%20x%3D%224.16%22%20y%3D%222.78%22%20width%3D%2212.23%22%20height%3D%2216.36%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m12.06%2C1.85c-.22%2C0-.42-.15-.48-.36-.16-.55-.66-.95-1.26-.95s-1.1.4-1.26.95c-.06.21-.26.36-.48.36h-.89v1.85h5.26v-1.85h-.89Z%22%2F%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2210.32%22%20cy%3D%221.82%22%20r%3D%22.64%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-2%22%20points%3D%221.8%2017.26%201.09%2019.2%20.39%2017.26%20.39%209.23%201.8%209.23%201.8%2017.26%22%2F%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%22.39%22%20y%3D%227.97%22%20width%3D%221.41%22%20height%3D%221.25%22%2F%3E%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22.39%22%20y1%3D%2217.26%22%20x2%3D%221.8%22%20y2%3D%2217.26%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%226.06%22%20x2%3D%226.6%22%20y2%3D%226.06%22%2F%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%228.12%22%20x2%3D%226.6%22%20y2%3D%228.12%22%2F%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%2210.19%22%20x2%3D%226.6%22%20y2%3D%2210.19%22%2F%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%2212.25%22%20x2%3D%226.6%22%20y2%3D%2212.25%22%2F%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%2214.31%22%20x2%3D%226.6%22%20y2%3D%2214.31%22%2F%3E%20%3Cline%20class%3D%22cls-5%22%20x1%3D%2213.95%22%20y1%3D%2216.37%22%20x2%3D%226.6%22%20y2%3D%2216.37%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  position: absolute;
  display: inline-block;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: -1.75em;
  line-height: 0;
}

.navbar__main .navbar__navigation-list.bg-color--red .navigation-item__desc{
  transition: .3s;
}

.navbar__navigation .navbar__navigation-item:hover,
.navbar__main .navbar__navigation-list.bg-color--red:hover .navigation-item__desc{
  color: var(--btn-red)
}

.navbar__main .navbar__navigation-list.bg-color--red:hover{
  background-color: var(--white-color);
}


.navigation-item__header {
  font-size: var(--font-16px);
  font-family: Outfit, sans-serif;
  font-weight: bold;
}

.navigation-item__desc {
  font-size: var(--font-15px);
  font-weight: bold;
  color: var(--font-color);
}

.navbar__main {
  margin-left: 1.25%;
}

.navbar__lang li{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--black-color);
}

.navbar__lang{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.navbar__lang li.selected{
  background: var(--black-color);
}

.navbar__lang li{
  background: var(--white-color);
  display: inline-block;
  margin-right: .5em;
}

.navbar__lang li i{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.navbar__lang li i:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
}

.navbar__lang a:hover li{
  background: var(--black-color);
}

.navbar__lang li.disabled{
  opacity: .4;
  position: relative;
}

.navbar__lang a li{
  transition: .3s;
}

.navbar__lang li.disabled:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--black-color);
}

.navbar__lang li .jp:before{
  width: 14px;
  content: url('./assets/images/jp-0.svg')
}

.navbar__lang li .en:before{
  width: 16px;
  content: url('./assets/images/en-0.svg')
}

.navbar__lang a:hover li .jp:before,
.navbar__lang li.selected .jp:before{
  width: 14px;
  content: url('./assets/images/jp-1.svg')
}

.navbar__lang a:hover li .en:before,
.navbar__lang li.selected .en:before{
  width: 16px;
  content: url('./assets/images/en-1.svg')
}

.navbar__main .navbar__navigation-list {
  width: 120px;
  /*width: clamp(90px, 8.785vw, 120px);*/
  height: 100%;
}

.navbar__main .bg-color--red {
  background-color: var(--btn-red);
}

.navbar__main .bg-color--black {
  background-color: var(--black-color);
}

.navbar__main .navigation-item__header,
.navbar__main .navigation-item__desc {
  color: var(--white-color);
}

/* contents header */
.header_contents .box_header{
  color: var(--white-color);
}

.box_header{
  padding: 40px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
}

.box1_header{
  display: flex;
  align-items: center
}

.name_header{
  font-size: var(--font-36px);
  color: var(--white-color);
  height: 72px;
  margin-right: 20px;
}

.text1_name_header{
  color: var(--white-color);
  font-size: var(--font-16px);
  font-weight: bold;
}

.bread_crumbs_wrapper{
  max-width: 1200px;
  width: calc(100% - 72px);
  margin-bottom: 40px;
}

.img_name_header{
  width: auto;
  height: 84px;
}

.backgroud_products,
.backgroud_company{
  background-color: var(--bns-blue);
}

.backgroud_episode,
.backgroud_press-inquiries{
  background-color: var(--bns-lightblue);
}

.backgroud_creator02,
.backgroud_privacypolicy,
.backgroud_recruit,
.backgroud_cookies{
  background-color: var(--bns-yellow);
}
.backgroud_publications,
.backgroud_news,
.backgroud_404{
  background-color: var(--bns-red);
}

.company h1{
  margin-bottom: 40px;
  font-size: var(--font-30px);
}


select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%206.93%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cstyle%3E.d%20%7Bfill%3A%20%23040000%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpolygon%20class%3D%22d%22%20points%3D%223.46%206%206.93%200%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 7px 6px;
  background-position: right 10px center;
}

select::-ms-expand {
  display: none;
}

/* company footer */
.company.footer{
  margin-top: 72px;
  padding: 72px 0;
}

.company.footer .dFlex{
  justify-content: space-around;
}

.company.footer .dFlex > a,
.company .links > a{
  line-height: 1;
  display: block;
  flex-basis: calc(20% - 10px);
  overflow: hidden;
  text-align: center;
  border-radius: var(--radius-sm);
  font-size: var(--font-16px);
  font-weight: bold;
  color: var(--white-color);
  height: 115px;
  position: relative;
}

[lang="ja"] .company.footer .dFlex > a,
.company .links > a{
  flex-basis: calc(33% - 10px);
}

.company.footer .dFlex > a:before,
.company .links > a:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #808080;
  background-repeat: no-repeat;
  background-position-x: center;
  transition: .3s;
}

.company.footer .dFlex > a:hover:before,
.company .links > a:hover:before{
  opacity: .7;
}

.company .links > a > span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.company .links > a:after{
  content: url('./assets/images/btn_arrow-0.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
}

.c-message:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-message.jpg');
  background-size: cover;
  background-position-y: center;
}
.company.footer .c-message:before{
  background-position-y: top;
}

.c-message.small:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-message02.jpg');
  background-size: cover;
  background-position-y: center;
}

.c-purpose:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-purpose.jpg');
  background-size: cover;
}

.c-overview:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-overview.jpg');
  background-size: 135%;
}

.c-domain:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-domain.jpg');
  background-size: cover;
  background-position-y: center;}

.c-legal:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-legal.jpg');
  background-size: 100%;
}

.c-health:before{
  background-image: radial-gradient(rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 100%),
  url('./assets/images/bg-c-health.jpg');
  background-position: center;
  background-size: cover;
}


/* company index */
.company .links{
  flex-wrap: wrap;
}

.company .links > a{
  line-height: 1;
  flex-basis: calc(33.3% - 10px);
  font-size: var(--font-25px);
  height: 230px;
}


/* footer */
footer{
  background: var(--bg-gray);
  padding-top: 82px;
  position: relative;
  margin-top: 104px;
}

.p-groupFooter__lineElement{
  position: absolute;
  width: 100%;
  top: 0;
  height: 10px;
  background: url(assets/images/lineElement-02.png) no-repeat left top/100%;
}

.footer__container{
  display: flex;
  justify-content: space-between;
}

.footer__container a:hover{
  color: var(--btn-red);
}

footer .info{
  font-size: var(--font-19px);
}

footer strong{
  font-weight: bold;
}

footer address{
  font-style: normal;
  font-size: var(--font-12px);
}

footer .mb-ex li{
  margin-bottom: 1.25em;
}

footer li{
  margin-bottom: .5em;
}

footer .link a li{
  font-size: var(--font-13px);
}

footer .link a li:before,
footer .related_companies a:before{
  content: '- ';
}

footer .related_companies a{
  font-size: var(--font-14px);
}

.footer__social{
  background: #4B4B4B;
  color: var(--white-color);
  padding: 1em 0;
  font-size: var(--font-12px);
  margin-top: 72px;
}

.footer__social a{
  color: var(--white-color);
}

.footer__social-container{
  display: flex;
  align-items: center;
}

.footer__social-right{
  flex: 1;
  text-align: right;
}

.footer_navi__item-social-link{
  margin: 0 6px;
}

.footer_navi__item-social-link:last-child{
  margin-right: 0;
}

.footer_navi__item-social-link img{
  width: 32px;
  height: 32px;
}

.footer__copyright{
  background: var(--white-color);
  font-size: var(--font-10px);
  padding: 1em 0;
}

.mobile__navigation {
  display: none;
}

#crumbs{
  font-size: var(--font-11px);
  margin-top: 1em;
}

#crumbs li{
  display: inline-block;
}

#crumbs li:after{
  content: '\00a0＞\00a0';
}

#crumbs li:last-child:after{
  content: '';
}

#toTop{
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 13px;
  bottom: 105px;
  z-index: 99999;
}

#toTop img.hover,
.main_publication .a_more img.hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
}

.main_publication .a_more img.hover{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#toTop:hover img.hover,
.main_publication .a_more:hover img.hover{
  opacity: 1;
}

/* UI */

.btn{
  --border-color: var(--black-color);
  --bg-color: var(--white-color);
  --text-color: var(--black-color);
  --tex-align: center;
  --radius: var(--radius-sm);
  --width: 140px;
  --icon-padding: var(--icon-width);

  border-radius: var(--radius);
  text-align: var(--tex-align);
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  width: 140px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 1;
  padding: 1em 10px;
  min-height: 40px;
}

.btn:hover{
  --border-color: var(--black-color);
  --bg-color: var(--black-color);
  --text-color: var(--white-color);
}

.btn:after,
.btn:before,
.icon:before,
.icon:after{
  --icon-url: none;
  --icon-color: transparent;
  --icon-width: 0;
  --icon-height: 0;
  --icon-padding: 10px;

  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  background-color: var(--icon-color);
  width: var(--icon-width);
  height: var(--icon-height);
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  top: 50%;
  transform: translateY(-50%);
}

.btn:before, .icon:before{ left: var(--icon-padding) }
.btn:after, .icon:after{ right: var(--icon-padding) }

.btn.gray{
  --border-color: var(--btn-gray);
  --bg-color: var(--btn-gray);
  --text-color: var(--white-color);
}

.btn.gray:hover{
  --border-color: var(--btn-gray);
  --bg-color: var(--white-color);
  --text-color: var(--btn-gray);
}

.btn.red{
  --border-color: var(--btn-red);
  --bg-color: var(--btn-red);
  --text-color: var(--white-color);
}

.btn.red:hover{
  --border-color: var(--btn-red);
  --bg-color: var(--white-color);
  --text-color: var(--btn-red);
}

.btn.arrow_right{
  --icon-width: 20px;
  padding-right: var(--icon-width);
}

.btn.arrow_left,
.icon.arrow_left{
  --icon-width: 20px;
  padding-left: var(--icon-width);
}

.btn.arrow_right:after,
.btn.arrow_left:before,
.icon.arrow_right:after,
.icon.arrow_left:before{
  --icon-url: url('./assets/images/btn_arrow-0.svg');
  --icon-color: var(--text-color);
  --icon-width: 24px;
  --icon-height: 24px;
}

.btn.arrow_right:hover:after{
  --icon-color: var(--text-color);
}

.btn.arrow_left:before{
  transform: translateY(-50%) rotate(180deg);
}

.btn.arrow_right:hover:after{
  --icon-color: var(--text-color);
}

.icon.arrow_right.red:after,
.icon.arrow_left.red:before{
  --icon-color: var(--btn-red);
  --icon-padding: 0;
}

.bordered{
  border-radius: var(--radius-sm);
  overflow: hidden;
  line-height: 0;
}

.box__bg_gray{
  display: block;
  background-color: var(--bg-gray);
  border-radius: var(--radius-sm);
}

.btn_group{
  justify-content: space-between;
  margin: 40px auto;
}

.btn_group .btn-black{
  display: block;
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: var(--radius-sm);
  color: var(--white-color);
  font-weight: bold;
  width: calc(50% - 10px);
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  line-height: 1;
  position: relative;
}

.btn_group .btn-black:hover{
  background-color: var(--white-color);
  color: var(--toggle-off);
  border-color: var(--toggle-off);
}

.btn_group .btn-black:after{
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.8%207.13%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%22.4%20.3%204.9%206.3%209.4%20.3%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E');
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 6px;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  line-height: 0;
}

.btn_group .btn-black:hover:after{
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.8%207.13%22%3E%3Cpolyline%20class%3D%22d%22%20points%3D%22.4%20.3%204.9%206.3%209.4%20.3%22%20stroke%3D%22%23999999FF%22%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E');
}

.btn.more img{
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
  transition: opacity .3s;
}

.btn.more .hover{
  opacity: 0;
}

.btn.more:hover .hover{
  opacity: 1;
}


ul.disc li,
ul.hyphen li,
ol.decimal li,
ol.brackets li{
  margin-bottom: .25em;
}

ul.disc{
  list-style: disc inside;
}

ul.disc li{
  text-indent: -1.5em;
  margin-left: 1.5em;
}

ul.hyphen{
  list-style-type: '- ';
  list-style-position:inside;
}

ol.decimal{
  list-style: decimal inside;
}

ol.decimal li{
  text-indent: -1.25em;
  margin-left: 1.25em;
}

ol.brackets li{
  list-style-type: none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent: -0.75em;
  margin-left: 2em;
}

ol.brackets li:before{
  display: inline-block;
  content: "(" counter(cnt) ") ";
}

input[type="submit"],
button[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea{
  border: 1px solid #969696;
  background-color: #e4e4e4;
  padding: 1em;
  border-radius: var(--radius-sm);
  font-size: var(--font-16px);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder,
textarea::placeholder{
  font-size: var(--font-16px);
}

input, textarea{ transition: .3s }

input:focus,
textarea:focus{
  outline: 1px solid #999;
  background-color: #f9f9f9 !important;
}

select{
  border: 1px solid #969696;
  padding: 1em;
  border-radius: var(--radius-sm);
  width: 22em;
}

/* SNS Buttons */
.p-share__btn{
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--radius-sm);
  text-align: center;
  padding: 13px 0;
  line-height: 0;
  width: 150px;
  position: relative;
}

.p-share__btn:hover{
  opacity: .6;
}

.p-share__btn > img{
  margin: auto 0;
  height: 12px;
  width: auto;
}

.p-share__btn.--twitter{
  background-color: #1d81d6;
  border-color: #1d81d6;
}

.p-share__btn.--facebook{
  background-color: #1877d8;
  border-color: #1877d8;
}

.p-share__btn.--line{
  background-color: #00b900;
  border-color: #00b900;
}

.p-share__btn:before{
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.p-share__btn.--twitter:before{
  width: 26px;
  height: 21px;
  content: url('./assets/images/ico_twitter.svg');
}

.p-share__btn.--facebook:before{
  width: 22px;
  height: 22px;
  content: url('./assets/images/ico_facebook.svg');
}

.p-share__btn.--line:before{
  width: 26px;
  height: 24px;
  content: url('./assets/images/ico_line.svg');
}

.border-black{
  border: 1px solid var(--black-color)
}

.border-radius-sm{
  border-radius: var(--radius-sm);
}

:not(.btn).red{
  color: var(--btn-red);
}

dl.dl_table{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  line-height: 1.7;
}

dl.dl_table dt{
  border-right: 1px solid var(--border-gray);
  padding-right: 35px;
  padding-bottom: 7px;
}

dl.dl_table dd{
  padding-left: 35px;
  padding-bottom: 7px;
}

div.next [type="submit"].next{
  background-color: var(--bns-blue);
  color: var(--white-color);
  border: 1px solid var(--bns-blue);
  border-radius: var(--radius-sm);
  padding: 1em;
  width: 140px;
  transition: .3s;
}

div.next:hover [type="submit"].next,
div.next [type="submit"].next:focus{
  background-color: var(--white-color);
  color: var(--bns-blue);
}

div.next{
  position: relative;
  width: 140px;
}

div.next:after{
  content: url(./assets/images/btn_arrow-0.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}

div.next:hover:after{
  content: url(./assets/images/btn_arrow-blue-1.svg);
}


div.prev button.prev{
  color: var(--white-color);
  border-radius: var(--radius-sm);
  width: 140px;
  transition: .3s;
}

div.prev:hover button.prev{
  background-color: var(--white-color);
  color: var(--black-color);
}

div.prev{
  position: relative;
  width: 140px;
}

div.prev button.prev:before{
  content: url(./assets/images/btn_arrow-0.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(180deg);
  width: 20px;
  height: 20px;
}

div.prev button.prev:hover:before{
  content: url(./assets/images/btn_arrow-1.svg);
}

.p-cookie{
  position: fixed;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  left: 0;
  border-top: #f98a00 1px solid;
  background: rgba(255,255,255,0.75);
  padding: 1.5em;
}

.p-cookie a{
  text-decoration: underline;
}

.p-cookie a:hover{
  color: var(--bns-red)
}

.p-cookie .grid.dFlex{
  justify-content: space-between;
  align-items: center;
}

.p-cookie__btn{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.p-cookie__btn li{
  --bg-color: var(--border-gray);

  display: inline-block;
  background-color: var(--bg-color);
  border: 1px solid var(--bg-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 1em;
  min-width: 200px;
  text-align: center;
  transition: .3s;
}

.p-cookie__btn li:first-child{
  margin-right: 1em;
}

.p-cookie__btn li.selectAgree{
  --bg-color: var(--bns-yellow);
}

.p-cookie__btn li.selectAgree:hover{
  --bg-color: var(--white-color);
  border-color: var(--bns-yellow);
}

.p-cookie__btn li.selectNo:hover{
  --bg-color: var(--white-color);
  border-color: var(--border-gray);
}

.wpcf7-spinner{
  display: none;
}

.outfit{
  font-family: Outfit, sans-serif;
}

.outfit.bold{
  font-weight: bold;
}

.bg-gray{
  background-color: var(--bg-gray);
  border-radius: var(--radius-sm);
}

.w-100{
  width: 100% !important;
}

.mt-10px{
  margin-top: 10px !important;
}

.mt-20px{
  margin-top: 20px !important;
}

.mt-72px{
  margin-top: 72px !important;
}

.mb-72px{
  margin-bottom: 72px !important;
}

.mv-40px{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv-72px{
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mt-104px{
  margin-top: 104px !important;
}

.mb-104px{
  margin-bottom: 104px !important;
}

.mb-40px{
  margin-bottom: 40px !important;
}

.mb-05em{
  margin-bottom: .5em !important;
}

.mb-1em{
  margin-bottom: 1em !important;
}

.mt-0{
  margin-top: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.ml-10px{
  margin-left: 10px;
}

.mr-20px{
  margin-right: 20px;
}

.mr-100px{
  margin-right: 100px;
}

.mb-20px{
  margin-bottom: 20px;
}

.mb-50px{
  margin-bottom: 50px;
}

.ph-40px{
  padding-left: 40px;
  padding-right: 40px;
}

.pv-20px{
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30px{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv-40px{
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv-72px{
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-104px{
  padding-top: 104px !important;
}

.pv-104px{
  padding-top: 104px;
  padding-bottom: 104px;
}

.font-18px{
  font-size: var(--font-18px);
}

.font-23px{
  font-size: var(--font-23px);
}

.font-27px{
  font-size: var(--font-27px);
}

.txt_right{
  text-align: right;
}

.txt_center{
  text-align: center;
}

.dFlex{
  display: flex !important;
  gap: 10px
}

.dFlex.col-2 > div{
  flex-basis: 50%;
}


.dFlex.col-4 > div{
  flex-basis: 25%;
}

.flex1{
  flex: 1
}

.pc_none{
  display: none;
}

.target_blank:after,
.creator02 .pg-belong__infoLink.--icon::after{
  -webkit-mask-image: url('./assets/images/icon_ex_link.svg');
  mask-image: url('./assets/images/icon_ex_link.svg');
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  content: '';
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #dc0000;
}

@media screen and (max-width: 1021px){
  footer .info{
    margin-right: 50px;
  }
}

@media screen and (max-width: 910px){
  .footer__container,
  .footer__social-container{
    display: block !important;
  }

  .footer__container .mb-50px{
    margin-bottom: 20px;
  }

  .footer__container .link{
    line-height: 1.2;
  }

  .footer__container .mr-100px{
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__container .link{
    margin-bottom: 1.25em;
  }

  .footer__company a{
    display: inline-block;
    width: 32%;
  }

  .footer__social{
    margin-top: 52px;
    padding: 2em 0;
  }

  .footer__social-container .mr-20px{
    margin-right: 0;
  }

  .footer__social-container > div{
    margin-bottom: .5em;
  }

  .footer__social-container > div:nth-child(2){
    margin-bottom: 1.5em;
  }

  .footer__social-container > div:last-child{
    margin-bottom: 0;
  }

  .footer_navi__item-social-link:first-child{
    margin-left: 0;
  }

  .footer__social-right{
    text-align: left;
  }

  .footer__copyright-text span{
    display: block;
  }
}

@media screen and (max-width: 950px){
  /* header */
  #sp_menu{
    display: block;
    height: 0;
    transition: .3s;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
  }

  #sp_menu.on{
    display: block;
    background-color: var(--white-color);
    height: auto;
    width: 100%;
    padding: 30px 6.4%;
  }

  #sp_menu .navbar__navigation.flex__navigation,
  #sp_menu .navbar__main.flex__navigation{
    display: block;
    max-width: initial;
    min-width: auto;
    margin-left: 0;
    height: auto;
    width: auto;
  }

  #sp_menu .navbar__navigation-list{
    width: 100%;
    height: auto;
    margin: 0 auto 1em auto;
    border: 0
  }

  #sp_menu .nav_recruit{
    padding: .5em;
    border: 1px solid var(--btn-red);
    width: 260px;
  }

  #btn_sp_menu{
    display: initial;
    width: 30px;
    height: 20px;
    border: none;
    border-top: 2px solid var(--black-color);
    border-bottom: 2px solid var(--black-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    line-height: 0;
    z-index: 999;
  }

  #btn_sp_menu.on{
    border: none
  }

  #btn_sp_menu.on:before, #btn_sp_menu.on:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: var(--black-color);
  }

  #btn_sp_menu.on:before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  #btn_sp_menu.on:after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  #btn_sp_menu:before{
    content: '';
    border-top: 2px solid var(--black-color);
    display: inline-block;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 3px));
  }

  .p-groupHeader-01 .p-groupHeader__groupLogo--pc{
    width: 60px;
  }

  .header__navbar {
    height: 40px;
    position: relative;
  }

  .navbar__lang{
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
    left: 0;
  }

  .navbar__lang li{
    width: 25px;
    height: 25px;
  }

  .p-cookie__btn li{
      margin: 0.25em 0.25em 0.25em auto !important;
  }

  /* footer */
  footer{
    padding-top: 52px;
    margin-top: 52px;
    font-size: var(--font-13px);
  }

}

@media screen and (max-width: 850px){

  .company.footer .dFlex{
    justify-content: flex-start;
  }

  .company.footer .dFlex > a,
  .company .links > a {
    flex-basis: 100%;
  }

  [lang="ja"] .company.footer .dFlex > a,
  .company .links > a {
    flex-basis: 100%;
  }

  .company .links{
    justify-content: space-between;
  }

  .company .links > a {
    font-size: var(--font-16px)
  }

  .company .links > a:after{
    width: 18px;
    height: 18px;
  }

  .company .a_visit.map{
    margin-top: -6px;
  }

  .c-message.small:before{
    background-position-y: top;
  }

}

/* css responsive for header navigation on screen mobile (<866px) */
@media screen and (max-width: 768px) {
  body{
    font-size: var(--font-15px);
  }

  .navbar__lang{
    left: 10px !important;
  }

  #btn_sp_menu{
    right: 10px !important;
  }

  .box_header{
    padding: 28px 0;
    background-position-x: calc(100% + 70px);
  }

  .box1_header{
    display: block;
  }

  .name_header{
    height: 60px;
    margin-right: 0;
    margin-bottom: .75rem;
  }

  .img_name_header{
    width: auto;
    height: 60px;
  }

  .btn_group{
    display: block !important;
  }

  .btn_group .btn-black{
    width: 100%;
  }

  .btn_group .btn-black:first-child{
    margin-bottom: 1em;
  }

  .p-cookie__btn{
    display: block;
  }

  .p-cookie__btn li{
    display: block;
    margin: 1em 0 !important;
  }

  .p-cookie__btn li:last-child{
    margin: 0 !important;
  }

  .grid{
    max-width: initial;
    width: 100%;
    padding: 0 6.4%;
    position: relative;
    display: block !important;
  }

  .pc_none{
    display: initial;
  }

  .pv-104px{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .pt-104px{
    padding-top: 52px !important;
  }

  .pb-104px{
    padding-bottom: 52px !important;
  }

  .sp_none{
    display: none;
  }
}


:root {
  /* Colors: */
  --font-color: #333;
  --black-color: #000;
  --white-color: #fff;
  --gray-font-color: #8F8F8F;
  --gray-font2-color: #909090;
  --cricle-gray-color: #B1B1B1;
  --orange-color: #FD801B;
  --btn-red: #DC0000;
  --bg-gray: #e3e3e3;
  --toggle-off: #999;
  --border-gray: #d7d7d7;
  --btn-gray: #4b4b4b;
  /* main color */
  --bns-blue: #005DA5;
  --bns-yellow: #FAAF27;
  --bns-lightblue: #00A6B0;
  --bns-red: #E04656;
  /* font-size */
  --font-46-95px: 4.695rem;
  --font-10px: 1.0rem;
  --font-11px: 1.1rem;
  --font-12px: 1.2rem;
  --font-13px: 1.3rem;
  --font-14px: 1.4rem;
  --font-15px: 1.5rem;
  --font-16px: 1.6rem;
  --font-18px: 1.8rem;
  --font-19px: 1.9rem;
  --font-20px: 2.0rem;
  --font-23px: 2.3rem;
  --font-24px: 2.4rem;
  --font-25px: 2.5rem;
  --font-26px: 2.6rem;
  --font-27px: 2.7rem;
  --font-28px: 2.8rem;
  --font-30px: 3.0rem;
  --font-36px: 3.6rem;
  /* margin */
  --marign-104: 10.4rem;
  /* padding */
  --padding-10: 1rem;
  --padding-5: 0.5rem;
  /* col- */
  --col-2: 20%;
  --col-3: 25%;
  --col-4: 33.3%;
  --col-6: 50%;
  --col-12: 100%;
  /* radius */
  --radius-sm: 5px;
}

@media screen and (max-width: 768px){
  :root{
  }
}
