@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap);
@import url(//use.typekit.net/eme6xfr.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  background: #f7f7f7;
  color: #1a1a1a;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}
a.hvop {
  transition: opacity 0.3s ease;
}
a.hvop:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

img {
  height: auto;
}

strong {
  font-weight: bold;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }

  a.hvop:hover {
    opacity: 1;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-grid-col-2 .l-grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.l-grid-col-2 .l-grid-item:nth-child(2n) {
  margin-right: 0;
}

.l-grid-col-3 .l-grid-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.l-grid-col-3 .l-grid-item:nth-child(3n) {
  margin-right: 0;
}

.l-grid-col-4 .l-grid-item {
  width: 23%;
  margin-right: 2.6666%;
  margin-bottom: 4%;
}
.l-grid-col-4 .l-grid-item:nth-child(4n) {
  margin-right: 0;
}

/* ===== layout ===== */
.layout-type01 {
  max-width: 1000px;
  margin: auto;
  padding: 0 40px;
}

.layout-type02 {
  max-width: 1120px;
  margin: auto;
  padding: 0 40px;
}

.layout-type03 {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

/* ===== title ===== */
.title-type01 {
  text-align: center;
  margin-bottom: 50px;
}
.title-type01 .ttl-text__en {
  font-size: 4rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.title-type01 .ttl-text__en2ja {
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
}
.title-type01 .ttl-text__ja {
  font-weight: bold;
  letter-spacing: 0.2em;
}

.title-type02 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 90px 0;
  background: #b3db11;
  background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
}

.title-type03 {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.title-type03:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #b3db11;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.title-type04 {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 6px 1em;
  min-width: 90px;
  background: #b3db11;
  border-radius: 30px;
  margin-bottom: 25px;
}

.title-type05 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #e6e6e6;
  padding: 30px 1em;
}

.title-type06 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #b3db11;
  font-weight: bold;
  font-size: 2rem;
}

.title-type07 {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px !important;
}
.title-type07:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #b3db11;
  position: absolute;
  top: 0.2em;
  left: 0;
}

/* ===== btn ===== */
.btn-type01 {
  margin-top: 50px;
  text-align: center;
}
.btn-type01 a {
  display: inline-block;
  padding: 20px 80px 20px 40px;
  border: 2px solid #25333c;
  position: relative;
  font-size: 1.6rem;
}
.btn-type01 .arrow {
  position: absolute;
  width: 68px;
  height: 2px;
  background: #25333c;
  top: 50%;
  right: -26px;
}
.btn-type01 .arrow:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #25333c;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
  transform-origin: right top;
}

.btn-type02 {
  margin-top: 50px;
  text-align: center;
}
.btn-type02 a {
  display: inline-block;
  padding: 20px 40px 20px 80px;
  border: 2px solid #25333c;
  position: relative;
  font-size: 1.6rem;
}
.btn-type02 .arrow {
  position: absolute;
  width: 68px;
  height: 2px;
  background: #25333c;
  top: 50%;
  left: -26px;
}
.btn-type02 .arrow:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #25333c;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-35deg);
  transform-origin: left top;
}

.btn-type03 {
  display: inline-block;
  padding: 2px;
  background: #8fccb0;
  background: linear-gradient(10deg, #8fccb0 0%, #b3db11 100%);
  border-radius: 40px;
}
.btn-type03 span {
  display: block;
  background: #fff;
  position: relative;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 40px;
  padding-right: 80px;
  border-radius: 40px;
}
.btn-type03 span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #25333c;
}

/* ===== list ===== */
.list-type01 .item {
  margin-bottom: 15px;
}
.list-type01 .item:last-child {
  margin-bottom: 0;
}
.list-type01 .item__inner {
  display: flex;
  background: #fff;
  padding: 8px;
  -webkit-align-items: center;
  align-items: center;
}
.list-type01 .item__date {
  background: #f0f0f0;
  text-align: center;
  width: 160px;
  padding: 0.5em 0;
}
.list-type01 .item__title {
  width: calc(100% - 252px);
  margin-left: auto;
}
.list-type01 .item .ico-new {
  display: inline-block;
  background: #af8821;
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
  width: 44px;
  border-radius: 26px;
  text-align: center;
}
.list-type01 .item__category {
  margin-left: 10px;
  width: 72px;
  text-align: center;
}
.list-type01 .item__category span {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  line-height: 26px;
}

.list-type02 .item {
  border-bottom: 2px solid #b3db11;
  font-size: 1.7rem;
}
.list-type02 .item:first-child {
  border-top: 2px solid #b3db11;
}
.list-type02 .item__inner {
  display: block;
  padding: 30px;
}
.list-type02 .item__date {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  padding-right: 72px;
  position: relative;
}
.list-type02 .item__date .ico-new {
  position: absolute;
  width: 72px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ba9d11;
  right: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 30px;
}
.list-type02 .item__title {
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
  padding-left: 25px;
}

.list-type03 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-type03 li {
  width: 48%;
  margin-top: 60px;
}
.list-type03 li:first-child,
.list-type03 li:nth-child(2) {
  margin-top: 0;
}
.list-type03 .item-image {
  margin-bottom: 15px;
}
.list-type03 .item-btn {
  text-align: right;
}
.list-type03 .item-btn span {
  line-height: 55px;
}

/* ===== table ===== */
.table-type01 {
  width: 100%;
  text-align: left;
}
.table-type01 tr {
  background: #e6e6e6;
}
.table-type01 tr:nth-child(2n) {
  background: #fff;
}
.table-type01 th {
  width: 120px;
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}
.table-type01 th:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #b3db11;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 15px;
}
.table-type01 .no-txt:before {
  content: none;
}
.table-type01 td {
  padding: 1.5em;
  vertical-align: middle;
}

.td-member p {
  margin-bottom: 0.5em;
}
.td-member p:last-child {
  margin-bottom: 0;
}
.td-member .col span {
  width: 110px;
}
.td-member .col span:last-child {
  width: calc(100% - 110px);
  margin-left: auto;
  color: #646464;
}

/* ===== block ===== */
.block-type01 {
  margin-bottom: 80px;
}
.block-type01:last-child {
  margin-bottom: 0;
}
.block-type01 .block__contents.l-grid {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block-type01 .block__contents.l-grid .cont-box {
  width: 49%;
}
.block-type01 .cont-box {
  margin-bottom: 30px;
}
.block-type01 .cont-box:last-child {
  margin-bottom: 0;
}
.block-type01 .cont-box .box__title {
  margin-bottom: 0;
}
.block-type01 .cont-box .box__text {
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1.8;
}

.block-type02 {
  margin-bottom: 70px;
}
.block-type02:last-child {
  margin-bottom: 0;
}
.block-type02 .block__contents {
  line-height: 1.8;
}

.block-type03 {
  margin-bottom: 80px;
}
.block-type03:last-child {
  margin-bottom: 0;
}
.block-type03 .block__title {
  margin-bottom: 15px;
}
.block-type03 .block__image {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 10px;
}
.block-type03 .block__text {
  text-align: left;
  line-height: 1.8;
}
.block-type03 .block__text .lead {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 1em;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  /* ===== layout ===== */
  .layout-type01,
  .layout-type02,
  .layout-type03 {
    padding: 0 20px;
  }

  /* ===== title ===== */
  .title-type02 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout-type01,
  .layout-type02,
  .layout-type03 {
    padding: 0 15px;
  }

  /* ===== title ===== */
  .title-type01 {
    margin-bottom: 25px;
  }
  .title-type01 .ttl-text__en {
    font-size: 2.6rem;
  }
  .title-type01 .ttl-text__ja {
    font-size: 1.1rem;
  }

  .title-type02 {
    padding: 22px 0;
    position: relative;
    background: none;
  }
  .title-type02:before {
    content: "";
    width: 100%;
    height: calc(100% + 12px);
    position: absolute;
    left: 0;
    top: 0;
    background: #b3db11;
    background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
    background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
    background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  }
  .title-type02 .ttl-text {
    position: relative;
  }

  .title-type03 {
    margin-bottom: 10px;
  }

  .title-type04 {
    margin-bottom: 15px;
  }

  .title-type05 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    padding: 20px 1em;
  }

  .title-type06 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .title-type07 {
    margin-bottom: 20px !important;
  }

  /* ===== btn ===== */
  .btn-type01 {
    margin-top: 40px;
  }
  .btn-type01 a {
    padding: 15px 60px 15px 30px;
    font-size: 1.4rem;
  }

  .btn-type02 {
    margin-top: 40px;
    text-align: center;
  }
  .btn-type02 a {
    padding: 15px 30px 15px 60px;
    font-size: 1.4rem;
  }

  .btn-type03 span {
    line-height: 50px;
    font-size: 1.4rem;
    padding-left: 25px;
    padding-right: 60px;
  }
  .btn-type03 span:after {
    margin-top: -6px;
    right: 30px;
    border-width: 6px 0 6px 12px;
  }

  /* ===== list ===== */
  .list-type01 .item {
    margin-bottom: 10px;
  }
  .list-type01 .item__inner {
    padding: 5px;
    display: block;
  }
  .list-type01 .item__date {
    font-size: 1.1rem;
    width: 140px;
  }
  .list-type01 .item__title {
    width: 100%;
    padding: 0.6em 1em;
    line-height: 1.8;
    box-sizing: border-box;
  }
  .list-type01 .item__date,
  .list-type01 .item__category {
    display: inline-block;
    vertical-align: middle;
  }
  .list-type01 .item__category {
    width: 60px;
    line-height: 20px;
  }
  .list-type01 .item__category span {
    font-size: 0.8rem;
  }

  .list-type02 .item {
    font-size: 1.3rem;
  }
  .list-type02 .item__inner {
    padding: 15px 0;
  }
  .list-type02 .item__date {
    display: inline-block;
    width: auto;
    padding-right: 65px;
    margin-bottom: 10px;
  }
  .list-type02 .item__date .ico-new {
    width: 55px;
    line-height: 20px;
    margin-top: -10px;
  }
  .list-type02 .item__title {
    padding-left: 0;
    display: block;
    text-decoration: none;
  }

  .list-type03 li {
    width: 100%;
    margin: 0 0 35px;
  }
  .list-type03 li:last-child {
    margin-bottom: 0;
  }
  .list-type03 .item-btn span {
    line-height: 45px;
  }

  /* ===== table ===== */
  .table-type01 th {
    padding: 1em;
    padding-left: 30px;
  }
  .table-type01 th:before {
    left: 6px;
    margin-top: -8px;
  }
  .table-type01 td {
    padding: 0 1em 1.5em;
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .table-type01 th,
  .table-type01 td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .table-type01 .col {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .table-type01 .col span {
    width: 12em;
  }
  .table-type01 .col span:last-child {
    width: calc(100% - 12em);
  }
  .td-member .col span {
    width: 100%;
  }
  .td-member .col span:last-child {
    width: 100%;
  }

  /* ===== block ===== */
  .block-type01 {
    margin-bottom: 45px;
  }
  .block-type01 .block__contents.l-grid .cont-box {
    width: 100%;
  }
  .block-type01 .cont-box {
    margin-bottom: 20px;
  }
  .block-type01 .cont-box .box__text {
    margin-top: 10px;
  }

  .block-type02 {
    margin-bottom: 45px;
  }

  .block-type03 {
    margin-bottom: 50px;
  }
  .block-type03 .block__image {
    margin-bottom: 25px;
  }
  .block-type03 .block__text .lead {
    text-align: center;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.site-header {
  border-top: 4px solid #b3db11;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  letter-spacing: 0;
  transition: 0.4s;
}
.site-header__inner {
  height: 94px;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.site-header .header-logo {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.site-header .header-logo .logo__image {
  background: #fff;
  width: 220px;
  height: 94px;
  display: table;
  text-align: center;
}
.site-header .header-logo .logo__image a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .header-logo .logo__text {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 25px;
  color: #fff;
  transition: 0.4s;
  width: 188px;
}

.global-nav__list {
  -webkit-align-items: center;
  align-items: center;
}
.global-nav .menu-item {
  width: 145px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.global-nav .menu-item:last-child {
  width: 160px;
}
.global-nav .menu-item:last-child a {
  color: #1a1a1a;
  background: #b3db11;
}
.global-nav a {
  line-height: 94px;
  display: block;
  text-align: center;
  color: #fff;
  background: rgba(72, 72, 72, 0.7);
  transition: opacity 0.3s ease;
}
.global-nav a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.global-nav_trigger {
  display: none;
}

.site-header-fix {
  background: #fff;
  box-shadow: 0px 10px 16px -6px rgba(0, 0, 0, 0.4);
}
.site-header-fix .header-logo .logo__text {
  color: #b3b3b3;
}

@media only screen and (max-width: 1200px) {
  .site-header {
    border-top: 2px solid #b3db11;
    background: #fff;
  }
  .site-header__inner {
    height: 60px;
  }
  .site-header .header-logo .logo__image {
    width: 170px;
    height: auto;
  }
  .site-header .header-logo .logo__image img {
    width: 150px;
  }
  .site-header .header-logo .logo__text {
    font-size: 1.1rem;
    color: #b3b3b3;
    width: 155px;
  }

  .global-nav__list {
    display: none;
    position: fixed;
    top: 62px;
    right: 0;
    width: 100%;
    height: calc(100vh - 62px);
    max-width: 375px;
    background: rgba(0, 0, 0, 0.8);
  }
  .global-nav .menu-item {
    width: 100%;
    font-size: 1.4rem;
  }
  .global-nav .menu-item:last-child {
    width: 100%;
  }
  .global-nav a {
    line-height: 60px;
  }

  .global-nav_trigger {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #b3db11;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-nav_trigger > div {
    width: 26px;
    height: 22px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -11px;
  }
  .global-nav_trigger span {
    position: absolute;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .global-nav_trigger span:nth-of-type(1) {
    top: 0;
  }
  .global-nav_trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .global-nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .global-nav_trigger.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .global-nav_trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .global-nav_trigger.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media only screen and (max-width: 768px) {
  .site-header__inner {
    height: 50px;
  }
  .site-header .header-logo .logo__image {
    width: 110px;
  }
  .site-header .header-logo .logo__image img {
    width: 100px;
  }
  .site-header .header-logo .logo__text {
    font-size: 0.9rem;
    padding-left: 10px;
    width: 205px;
  }

  .global-nav_trigger {
    width: 50px;
    height: 50px;
  }

  .global-nav__list {
    top: 52px;
    height: calc(100vh - 52px);
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.site-footer {
  border-top: 10px solid #b3db11;
  color: #fff;
  background: #232323;
  position: relative;
}
.site-footer a {
  color: #fff;
}

.site-footer__top {
  padding: 70px 0 50px;
  background: url(../images/common/bg-footer.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.site-footer__top .company-info {
  margin-bottom: 20px;
}
.site-footer__top .company-info .info__logo {
  margin-bottom: 20px;
}
.site-footer__top .company-info .info__text {
  line-height: 1.7;
}
.site-footer__top .company-info .address a {
  color: #888;
}
.site-footer__top .relation-info {
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: 70px;
}
.site-footer__top .relation-info:before,
.site-footer__top .relation-info:after {
  content: "";
  width: 35px;
  background: #fff;
  height: 1px;
  position: absolute;
  top: 0;
}
.site-footer__top .relation-info:before {
  left: 0;
}
.site-footer__top .relation-info:after {
  right: 0;
}
.site-footer__top .relation-info__inner {
  position: relative;
}
.site-footer__top .relation-info__inner:before,
.site-footer__top .relation-info__inner:after {
  content: "";
  width: 35px;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.site-footer__top .relation-info__inner:before {
  left: 0;
}
.site-footer__top .relation-info__inner:after {
  right: 0;
}
.site-footer__top .relation-info .info__box {
  width: 50%;
  box-sizing: border-box;
  padding: 5px 0 10px;
  line-height: 1.7;
  position: relative;
}
.site-footer__top .relation-info .info__box:before,
.site-footer__top .relation-info .info__box:after {
  content: "";
  width: 35px;
  background: #fff;
  height: 1px;
  position: absolute;
}
.site-footer__top .relation-info .info__box:before {
  top: 0;
}
.site-footer__top .relation-info .info__box:after {
  bottom: 0;
}
.site-footer__top .relation-info .info__box:first-child:before,
.site-footer__top .relation-info .info__box:first-child:after {
  right: 0;
}
.site-footer__top .relation-info .info__box:last-child {
  border-left: 1px solid #fff;
}
.site-footer__top .relation-info .info__box:last-child:before,
.site-footer__top .relation-info .info__box:last-child:after {
  left: 0;
}
.site-footer__top .relation-info .box-head {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.site-footer__top .relation-info .box-head:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #888;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.site-footer__top .relation-info .head-title__en {
  color: #888;
  font-size: 1.8rem;
}
.site-footer__top .relation-info .box-text {
  font-size: 1.3rem;
}
.site-footer__top .sns-list {
  -webkit-justify-content: center;
  justify-content: center;
}
.site-footer__top .sns-list li {
  margin: 0 10px;
}

.site-footer__bottom {
  padding: 50px 0 40px;
}
.site-footer__bottom .footer-nav {
  margin-bottom: 60px;
}
.site-footer__bottom .footer-nav__list {
  width: 36%;
  box-sizing: border-box;
  border-left: 1px solid #333;
  padding: 8px 25px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.site-footer__bottom .footer-nav__list:first-child {
  width: 28%;
}
.site-footer__bottom .footer-nav__list:last-child {
  border-right: 1px solid #333;
}
.site-footer__bottom .footer-nav__list a {
  display: block;
  position: relative;
}
.site-footer__bottom .footer-nav__list .item {
  margin-bottom: 25px;
}
.site-footer__bottom .footer-nav__list .item:last-child {
  margin-bottom: 0;
}
.site-footer__bottom .footer-nav__list .top-link {
  padding-left: 18px;
}
.site-footer__bottom .footer-nav__list .top-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #b3db11;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.site-footer__bottom .footer-nav__list .child {
  padding: 18px 0 0 18px;
}
.site-footer__bottom .footer-nav__list .child li {
  margin-bottom: 10px;
}
.site-footer__bottom .footer-nav__list .child li:last-child {
  margin-bottom: 0;
}
.site-footer__bottom .footer-nav__list .child a {
  padding-left: 20px;
}
.site-footer__bottom .footer-nav__list .child a:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.site-footer__bottom .footer-caution {
  text-align: center;
  color: #888;
  font-size: 1.2rem;
}
.site-footer__bottom .footer-caution .copyright {
  font-size: 1.1rem;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .site-footer {
    border-width: 5px;
  }

  .site-footer__top {
    padding: 30px 0 25px;
    font-size: 1.3rem;
  }
  .site-footer__top .footer-inner {
    padding: 0 40px;
  }
  .site-footer__top .company-info .info__logo {
    margin-bottom: 30px;
  }
  .site-footer__top .company-info .info__logo img {
    width: 110px;
  }
  .site-footer__top .relation-info {
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  .site-footer__top .relation-info:before,
  .site-footer__top .relation-info:after {
    width: 1px;
    height: 18px;
  }
  .site-footer__top .relation-info__inner:before,
  .site-footer__top .relation-info__inner:after {
    width: 1px;
    height: 18px;
  }
  .site-footer__top .relation-info .info__box {
    width: 100%;
    padding: 20px 0;
  }
  .site-footer__top .relation-info .info__box:before,
  .site-footer__top .relation-info .info__box:after {
    width: 1px;
    height: 18px;
  }
  .site-footer__top .relation-info .info__box:first-child:before,
  .site-footer__top .relation-info .info__box:first-child:after {
    top: auto;
    bottom: 0;
  }
  .site-footer__top .relation-info .info__box:first-child:after {
    left: 0;
  }
  .site-footer__top .relation-info .info__box:last-child {
    border-left: none;
    border-top: 1px solid #fff;
  }
  .site-footer__top .relation-info .info__box:last-child:before,
  .site-footer__top .relation-info .info__box:last-child:after {
    bottom: auto;
    top: 0;
  }
  .site-footer__top .relation-info .info__box:last-child:after {
    right: 0;
    left: auto;
  }
  .site-footer__top .relation-info .box-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .site-footer__top .relation-info .box-head:after {
    width: 36px;
    margin-left: -18px;
  }
  .site-footer__top .relation-info .box-head .head-title__ja {
    font-size: 1.1rem;
  }
  .site-footer__top .relation-info .box-text {
    font-size: 1.1rem;
  }

  .site-footer__bottom {
    padding: 25px 0 30px;
  }
  .site-footer__bottom .footer-nav {
    /*display: none;*/
  }
  .site-footer__bottom .footer-nav__list {
    width: 100%;
  }
  .site-footer__bottom .footer-nav__list:nth-child(1),
  .site-footer__bottom .footer-nav__list:nth-child(2) {
    display: none;
  }
  .site-footer__bottom .footer-caution {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .site-footer__bottom .footer-caution .copyright {
    font-size: 0.8rem;
    margin-top: 6px;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
.wrapper {
  overflow: hidden;
}

.site-main {
  padding-bottom: 140px;
  position: relative;
  background: #f7f7f7;
}
.site-main:after {
  content: "";
  width: 100%;
  height: 796px;
  background: url(../images/common/bg-main-bottom.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-main__inner {
  position: relative;
  z-index: 1;
}

.btn-pagetop {
  position: absolute;
  bottom: 80px;
  right: 40px;
  z-index: 1;
}

.page-head {
  text-align: center;
  display: table;
  width: 100%;
  height: 540px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.page-head:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(58, 65, 72, 0.45);
}
.page-head__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.page-head .title__en {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-head .title__en2ja {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-head .title__ja {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.page-head.no-image {
  height: 340px;
  color: #1a1a1a;
}
.page-head.no-image:before {
  content: none;
}
.page-head.no-image .page-head__inner {
  padding-top: 90px;
}
.page-head.no-image .title__en {
  font-size: 4.7rem;
}
.page-head.no-image .title__ja {
  font-size: 1.9rem;
}

.page-nav {
  background: #b3db11;
}
.page-nav__list {
  padding: 0;
}
.page-nav li {
  width: 160px;
  text-align: center;
}
.page-nav li.current a {
  background: #fff;
}
.page-nav li.current a:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.page-nav li.current-menu-item a {
  background: #fff;
}
.page-nav li.current-menu-item a:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.page-nav a {
  display: block;
  line-height: 76px;
  position: relative;
  font-size: 1.7rem;
}

.page-section {
  padding: 100px 0 0;
}
.page-section:last-child {
  padding-bottom: 100px;
}
.page-section .sec-inner.l-grid {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.page-section .sec-inner.l-grid .sec-header {
  width: 175px;
}
.page-section .sec-inner.l-grid .sec-contents {
  background: #fff;
  width: calc(100% - 175px);
  box-sizing: border-box;
  padding: 40px 40px 100px;
  position: relative;
}
.page-section .sec-contents {
  margin-bottom: 85px;
}
.page-section .sec-contents:last-child {
  margin-bottom: 0;
}
.page-section .sec-lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 55px;
  font-size: 1.7rem;
}
.page-section .sec-lead .lead__title {
  color: #b3b3b3;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0 40px;
  margin-bottom: 20px;
}
.page-section .sec-lead .lead__title:before,
.page-section .sec-lead .lead__title:after {
  content: "";
  width: 30px;
  background: #b3b3b3;
  height: 1px;
  position: absolute;
  top: 50%;
}
.page-section .sec-lead .lead__title:before {
  left: 0;
}
.page-section .sec-lead .lead__title:after {
  right: 0;
}
.page-section .sec-lead .lead__text {
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-head {
    height: 270px;
  }
  .page-head .title__en {
    font-size: 3.2rem;
  }
  .page-head .title__ja {
    font-size: 1.6rem;
  }
  .page-head.no-image {
    height: 250px;
  }
  .page-head.no-image .page-head__inner {
    padding-top: 0;
  }
  .page-head.no-image .title__en {
    font-size: 3.2rem;
  }
  .page-head.no-image .title__ja {
    font-size: 1.6rem;
  }

  .page-section .sec-inner.l-grid .sec-header {
    width: 130px;
  }
  .page-section .sec-inner.l-grid .sec-contents {
    width: calc(100% - 130px);
    padding: 20px 20px 50px;
  }
  .page-section .sec-lead {
    margin-bottom: 45px;
    font-size: 1.5rem;
  }
  .page-section .sec-lead .lead__title {
    padding: 0 25px;
  }
  .page-section .sec-lead .lead__title:before,
  .page-section .sec-lead .lead__title:after {
    width: 16px;
  }
  .page-section .sec-lead .lead__text {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 52px;
  }

  .site-main {
    padding-bottom: 60px;
    background-size: 960px;
  }
  .site-main:after {
    background-size: 960px;
    height: 398px;
  }

  .btn-pagetop {
    display: none;
  }

  .page-nav {
    margin-bottom: 20px;
  }
  .page-nav li {
    width: 25%;
  }
  .page-nav li.current a:after {
    width: 6px;
    height: 6px;
  }
  .page-nav li.current-menu-item a:after {
    width: 6px;
    height: 6px;
  }
  .page-nav a {
    line-height: 50px;
    font-size: 1.3rem;
  }

  .page-section {
    padding: 30px 0 60px;
  }
  .page-section:last-child {
    padding-bottom: 0;
  }
  .page-section .sec-inner.l-grid .sec-header {
    width: 100%;
  }
  .page-section .sec-inner.l-grid .sec-contents {
    width: 100%;
    max-width: 96%;
    margin: auto;
    padding: 10px 10px 50px;
    border: 1px solid #b3b3b5;
    box-sizing: border-box;
  }
  .page-section .sec-contents {
    margin-bottom: 45px;
  }
}
/*------------------------------------------
  home
------------------------------------------*/
.BD-home .wrapper {
  padding-top: 98px;
}
.BD-home .site-header {
  background: #fff;
}
.BD-home .site-header .header-logo .logo__text {
  color: #b3b3b3;
}

.home-mv-section {
  position: relative;
}
.home-mv-section .mv-slider {
  margin: auto;
  text-align: center;
  position: relative;
}
.home-mv-section .mv-slider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.home-mv-section .slick-list {
  overflow: visible;
}
.home-mv-section .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.home-mv-section .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.home-mv-section .slick-dots li.slick-active button {
  background: #b3db11;
}
.home-mv-section .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  outline-style: none;
}
.home-mv-section .mv-lead {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  z-index: 1;
}
.home-mv-section .mv-lead .lead__text {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding-left: 30px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}
.home-mv-section .mv-lead .lead__logo {
  position: absolute;
  top: -50px;
  left: 30px;
}

.home-lead-section {
  padding: 120px 0;
  text-align: center;
}
.home-lead-section .sec-header {
  margin-bottom: 50px;
}
.home-lead-section .sec-header .logo {
  margin-bottom: 50px;
}
.home-lead-section .sec-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
}
.home-lead-section .lead-text p {
  font-size: 1.7rem;
  line-height: 2.1;
  margin-bottom: 1.5em;
}
.home-lead-section .lead-text p:last-child {
  margin-bottom: 0;
}
.home-hub-section {
  padding-bottom: 90px;
  border-bottom: 4px solid #ebebeb;
}
.home-hub-section .hub-block {
  margin-bottom: 80px;
}
.home-hub-section .hub-block:last-child {
  margin-bottom: 0;
}
.home-hub-section .hub-block:nth-child(odd) .head__title {
  padding-left: 60px;
  padding-right: 30px;
}
.home-hub-section .hub-block:nth-child(odd) .head__title:before {
  right: -210px;
}
.home-hub-section .hub-block:nth-child(odd) .head__image-logo {
  right: 58px;
}
.home-hub-section .hub-block:nth-child(even) .head__title {
  padding-right: 60px;
  padding-left: 30px;
}
.home-hub-section .hub-block:nth-child(even) .head__title:before {
  left: -210px;
}
.home-hub-section .hub-block:nth-child(even) .head__image-logo {
  left: 58px;
}
.home-hub-section .block__head {
  margin-bottom: 40px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.home-hub-section .head__title {
  width: 32%;
  position: relative;
  box-sizing: border-box;
  background: #b3db11;
  background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  padding: 65px 0 125px;
}
.home-hub-section .head__title:before {
  content: "";
  width: 2000px;
  height: 100%;
  background: #b3db11;
  background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  position: absolute;
  top: 0;
}
.home-hub-section .head__title .title {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.home-hub-section .head__title .title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-hub-section .head__title .lead {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.home-hub-section .head__image {
  width: 68%;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  position: relative;
}
.home-hub-section .head__image-logo {
  position: absolute;
  bottom: -8px;
}
.home-hub-section .block__text {
  text-align: center;
  line-height: 1.8;
}

.home-tech-section {
  padding: 50px 0 90px;
  border-bottom: 4px solid #ebebeb;
}
.home-tech-section .tech-list {
  max-width: 714px;
  margin: auto;
  text-align: center;
}
.home-tech-section .tech-list li {
  width: 30%;
  padding: 30px 0 20px;
  margin-bottom: 5%;
  margin-right: 5%;
  background: #b3db11;
  background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  border-radius: 8px;
}
.home-tech-section .tech-list li:nth-child(3n) {
  margin-right: 0;
}
.home-tech-section .tech-list .item__icon {
  margin-bottom: 20px;
}
.home-tech-section .tech-list .item__text {
  color: #fff;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.home-tech-section .btn-more {
  margin-top: 30px;
}

.home-info-section {
  padding: 140px 0 0;
}
.home-info-section .btn-more {
  text-align: center;
  margin-top: 55px;
}

@media only screen and (max-width: 1200px) {
  .BD-home .wrapper {
    padding-top: 62px;
  }
  .home-mv-section .mv-lead .lead__text {
    font-size: 3.6rem;
  }
  .home-mv-section .mv-lead .lead__logo {
    top: -30px;
  }
  .home-mv-section .mv-lead .lead__logo img {
    width: 712px;
  }
}
@media only screen and (max-width: 768px) {
  .BD-home .wrapper {
    padding-top: 52px;
  }

  .home-mv-section .slick-dots {
    display: none !important;
  }
  .home-mv-section .mv-lead .lead__text {
    font-size: 3.2rem;
    padding: 40px 0;
    padding-left: 25px;
  }
  .home-mv-section .mv-lead .lead__logo {
    left: 25px;
  }
  .home-mv-section .mv-lead .lead__logo img {
    width: 325px;
  }

  .home-lead-section {
    padding: 60px 0 50px;
  }
  .home-lead-section .sec-header {
    margin-bottom: 30px;
  }
  .home-lead-section .sec-header .logo {
    margin-bottom: 30px;
  }
  .home-lead-section .sec-header .logo img {
    width: 190px;
  }
  .home-lead-section .sec-title {
    font-size: 3rem;
  }
  .home-lead-section .lead-text {
    padding: 0 20px;
  }
  .home-lead-section .lead-text p {
    font-size: 1.4rem;
    text-align: left;
  }

  .home-hub-section {
    padding-bottom: 50px;
    border-bottom: 2px solid #ebebeb;
  }
  .home-hub-section .sec-inner {
    padding: 0;
  }
  .home-hub-section .hub-block {
    margin-bottom: 40px;
  }
  .home-hub-section .hub-block:nth-child(odd) .block__head:before {
    left: 0;
  }
  .home-hub-section .hub-block:nth-child(odd) .head__title {
    padding-left: 30px;
  }
  .home-hub-section .hub-block:nth-child(odd) .head__image {
    padding-left: 10px;
  }
  .home-hub-section .hub-block:nth-child(odd) .head__image-logo {
    right: 20px;
  }
  .home-hub-section .hub-block:nth-child(even) .block__head:before {
    right: 0;
  }
  .home-hub-section .hub-block:nth-child(even) .head__title {
    padding-right: 30px;
    margin-left: auto;
  }
  .home-hub-section .hub-block:nth-child(even) .head__image {
    padding-right: 10px;
  }
  .home-hub-section .hub-block:nth-child(even) .head__image-logo {
    left: 20px;
  }
  .home-hub-section .block__head {
    position: relative;
  }
  .home-hub-section .block__head:before {
    content: "";
    width: 75%;
    height: 100%;
    background: #b3db11;
    background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
    background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
    background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
    position: absolute;
    top: 0;
  }
  .home-hub-section .head__title {
    width: 75%;
    padding: 30px 0 20px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    background: none;
  }
  .home-hub-section .head__title:before {
    content: none;
  }
  .home-hub-section .head__title .title {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .home-hub-section .head__title .title:after {
    width: 50px;
  }
  .home-hub-section .head__title .lead {
    font-size: 1.4rem;
  }
  .home-hub-section .head__image {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .home-hub-section .head__image-logo {
    width: 150px;
    bottom: -20px;
  }
  .home-hub-section .block__text {
    text-align: left;
    padding: 0 20px;
  }

  .home-tech-section {
    padding: 35px 0 50px;
    border-bottom: 2px solid #ebebeb;
  }
  .home-tech-section .tech-list li {
    width: 32%;
    padding: 15px 0 10px;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .home-tech-section .tech-list li:nth-child(3n) {
    margin-right: 0;
  }
  .home-tech-section .tech-list .item__icon {
    margin-bottom: 5px;
  }
  .home-tech-section .tech-list .item__icon img {
    width: 60px;
  }
  .home-tech-section .tech-list .item__text {
    font-size: 1.5rem;
  }

  .home-info-section {
    padding: 35px 0 0;
  }

  .home-info-section .btn-more {
    margin-top: 40px;
  }
}
/*------------------------------------------
  company
------------------------------------------*/
.contents-company-hub {
  margin-bottom: 85px;
}
.contents-company-hub:last-child {
  margin-bottom: 0;
}
.contents-company-hub .hub-box {
  margin-bottom: 30px;
}
.contents-company-hub .hub-box:last-child {
  margin-bottom: 0;
}
.contents-company-hub .hub-box-foot {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #dcdcdc;
}
.contents-company-hub .contents__head {
  background: #e6e6e6;
  padding: 0 14px;
  height: 92px;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
}
.contents-company-hub .contents__head .ttl-text__en {
  width: 48%;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1.2;
}
.contents-company-hub .contents__head .ttl-text__ja {
  width: 48%;
  margin-left: auto;
  font-weight: bold;
  text-align: right;
}
.contents-company-hub .contents__text {
  margin-bottom: 30px;
}
.contents-company-hub .contents__text:last-child {
  margin-bottom: 0;
}
.contents-company-hub .contents__text .text {
  padding-left: 30px;
  line-height: 1.8;
}

.contents-company-history .lead_image {
  text-align: center;
  margin-bottom: 40px;
}
.contents-company-history .history__box {
  background: #e6e6e6;
  padding: 16px 0;
  padding-right: 16px;
  line-height: 1.8;
  position: relative;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contents-company-history .history__box:after {
  content: "";
  width: 4px;
  height: calc(100% + 30px);
  background: #b3db11;
  position: absolute;
  top: 0;
  left: 31px;
  border-radius: 8px;
}
.contents-company-history .history__box:first-child:after {
  top: 16px;
}
.contents-company-history .history__box:nth-child(2n) {
  background: #fff;
}
.contents-company-history .history__box .box-label {
  width: 120px;
  font-weight: bold;
}
.contents-company-history .history__box .box-label p {
  position: relative;
  display: inline-block;
  padding-left: 54px;
}
.contents-company-history .history__box .box-label p:before {
  content: "";
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border: 6px solid #b3db11;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.contents-company-history .history__box .box-text {
  width: calc(100% - 120px);
}

.contents-company-career {
  margin-bottom: 85px;
}
.contents-company-career:last-child {
  margin-bottom: 0;
}
.contents-company-career .career-box {
  margin-bottom: 20px;
}
.contents-company-career .career-box:last-child {
  margin-bottom: 0;
}
.contents-company-career .contents__head {
  background: #e6e6e6;
  padding: 20px 14px;
  margin-bottom: 15px;
}
.contents-company-career .contents__head .ttl-text__sub {
  margin-bottom: 5px;
}
.contents-company-career .contents__head .ttl-text__main {
  font-size: 2rem;
  font-weight: bold;
}
.contents-company-career .contents__head .ttl-text__main span {
  font-size: 1.5rem;
  font-weight: normal;
}
.contents-company-career .careerlist li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dcdcdc;
}
.contents-company-career .careerlist li:last-child {
  margin-bottom: 0;
}
.contents-company-career .careerlist li .year {
  font-weight: bold;
  width: 5em;
  display: table-cell;
  vertical-align: top;
}
.contents-company-career .careerlist li .text {
  display: table-cell;
  vertical-align: top;
}

.box__text__business {
  position: relative;
}
.box__text__business p {
  position: relative;
  padding-left: 30px;
}
.box__text__business p:last-child:after {
  height: 50%;
}
.box__text__business p:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 50%;
}
.box__text__business p:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
}

.businesslist01 {
  margin-bottom: 50px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.businesslist01 li {
  width: 48%;
  text-align: center;
}
.businesslist01 li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.businesslist01 li:first-child p {
  width: 48%;
  margin: auto;
}
.businesslist01 li p {
  display: flex;
  height: 110px;
  width: 100%;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #b3db11;
  background: -moz-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: -webkit-linear-gradient(top, #b3db11 0%, #8fccb0 100%);
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  border-radius: 6px;
}

.businesslist02 {
  -webkit-justify-content: center;
  justify-content: center;
}
.businesslist02 li {
  box-sizing: border-box;
  width: 30%;
  text-align: center;
}
.businesslist02 li p {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .company-section {
    padding-top: 0;
  }
  .company-section .sec-inner {
    padding: 0;
  }
  .company-section .sec-lead {
    padding-top: 30px;
  }

  .contents-company-hub {
    margin-bottom: 30px;
  }
  .contents-company-hub .hub-box {
    margin-bottom: 25px;
  }
  .contents-company-hub .hub-box-foot {
    margin-top: 40px;
  }
  .contents-company-hub .contents__head {
    padding: 14px;
    height: auto;
    margin-bottom: 25px;
  }
  .contents-company-hub .contents__head .ttl-text__en {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .contents-company-hub .contents__head .ttl-text__ja {
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    position: relative;
    padding-left: 35px;
  }
  .contents-company-hub .contents__head .ttl-text__ja:before {
    content: "";
    width: 26px;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .contents-company-hub .contents__text {
    margin-bottom: 30px;
  }
  .contents-company-hub .contents__text:last-child {
    margin-bottom: 0;
  }
  .contents-company-hub .contents__text .text {
    padding-left: 30px;
    line-height: 1.8;
  }

  .contents-company-history .lead_image {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .contents-company-history .lead_image img {
    width: 285px;
  }
  .contents-company-history .history__box:after {
    content: none;
  }
  .contents-company-history .history__box:first-child:after {
    top: 16px;
  }
  .contents-company-history .history__box .box-label {
    width: 100%;
  }
  .contents-company-history .history__box .box-label p {
    padding-left: 30px;
  }
  .contents-company-history .history__box .box-label p:before {
    width: 16px;
    height: 16px;
    border: 4px solid #b3db11;
    left: 7px;
    top: 4px;
  }
  .contents-company-history .history__box .box-text {
    width: 100%;
  }
  .contents-company-history .history__box .box-text p {
    padding-left: 30px;
  }

  .contents-company-career {
    margin-bottom: 40px;
  }
  .contents-company-career .contents__head {
    padding: 15px 10px;
  }
  .contents-company-career .contents__head .ttl-text__sub {
    margin-bottom: 5px;
  }
  .contents-company-career .contents__head .ttl-text__main {
    font-size: 1.6rem;
  }
  .contents-company-career .contents__head .ttl-text__main span {
    font-size: 1.2rem;
  }
  .contents-company-career .careerlist li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .contents-company-career .careerlist li .year {
    width: 4em;
  }

  .businesslist01 {
    margin-bottom: 20px;
  }
  .businesslist01 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .businesslist01 li:last-child {
    margin-bottom: 0;
  }
  .businesslist01 li:first-child {
    margin-bottom: 10px;
  }
  .businesslist01 li:first-child p {
    width: 100%;
  }

  .businesslist02 li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
/*------------------------------------------
  technology
------------------------------------------*/
.BD-technology .site-main {
  background-image: none;
  padding-bottom: 230px;
}

.contents-tech {
  background: #fff;
  padding: 40px;
}

.tech-item-label {
  margin-bottom: 25px;
}
.tech-item-label:last-child {
  margin-bottom: 0;
}
.tech-item-label a {
  height: 120px;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 210px;
  background: #e6e6e6;
  position: relative;
}
.tech-item-label .thumb {
  margin-right: 15px;
  overflow: hidden;
  width: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tech-item-label .label {
  font-weight: bold;
  font-size: 1.6rem;
}
.tech-item-label .link {
  position: absolute;
  right: 35px;
  line-height: 42px;
  background: #fff;
  width: 170px;
  text-align: center;
  border: 2px solid #25333c;
  font-size: 1.2rem;
  padding-right: 30px;
  box-sizing: border-box;
}
.tech-item-label .link .arrow {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #25333c;
  top: 50%;
  margin-top: 2px;
  right: 20px;
}
.tech-item-label .link .arrow:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #25333c;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
  transform-origin: right top;
}

.tech-detail-label {
  margin-bottom: 25px;
  height: 92px;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 1em;
  background: #e6e6e6;
  position: relative;
}
.tech-detail-label .category {
  position: absolute;
  line-height: 40px;
  width: 100px;
  border: 2px solid #25333c;
  text-align: center;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.tech-detail-label .label {
  font-weight: bold;
  font-size: 2rem;
}

.technology-item {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.technology-item .item {
  width: 48%;
  margin-bottom: 25px;
}
.technology-item .item__inner {
  display: block;
}
.technology-item .item__image {
  border-bottom: 2px solid #b3db11;
  margin-bottom: 20px;
}
.technology-item .item__image img {
  width: 100%;
}
.technology-item .item__text .title {
  margin-bottom: 10px;
}
.technology-item .item__text .caption {
  padding-left: 30px;
}
.technology-item .item__text .caption span {
  display: inline-block;
  border: 1px solid #b3db11;
  font-weight: bold;
  line-height: 30px;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 0 2em;
}

@media only screen and (max-width: 768px) {
  .contents-tech {
    padding: 10px;
  }

  .tech-item-label {
    margin-bottom: 10px;
  }
  .tech-item-label a {
    height: 75px;
    padding-right: 50px;
  }
  .tech-item-label .thumb {
    width: 50px;
  }
  .tech-item-label .label {
    font-size: 1.4rem;
  }
  .tech-item-label .link {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    right: 10px;
    line-height: 1;
    background: none;
    width: 40px;
    height: 40px;
    padding-right: 0;
  }
  .tech-item-label .link .arrow {
    height: 2px;
    right: 50%;
    margin-right: -10px;
  }
  .tech-item-label .link .arrow:after {
    height: 2px;
  }

  .tech-detail-label {
    height: 60px;
    padding-left: 100px;
    margin-bottom: 15px;
  }
  .tech-detail-label .category {
    font-size: 1.2rem;
    width: 75px;
    line-height: 30px;
    left: 10px;
    margin-top: -15px;
  }
  .tech-detail-label .label {
    font-size: 1.6rem;
  }

  .technology-item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .technology-item .item {
    width: 100%;
  }
  .technology-item .item:last-child {
    margin-bottom: 0;
  }
  .technology-item .item__image {
    margin-bottom: 15px;
  }
  .technology-item .item__text .title {
    margin-bottom: 10px;
  }
  .technology-item .item__text .caption {
    font-size: 1.2rem;
  }
  .technology-item .item__text .caption span {
    line-height: 26px;
  }
}
/*------------------------------------------
  information
------------------------------------------*/
.BD-information .site-header .header-logo .logo__text {
  color: #b3b3b3;
}
.BD-information .site-main {
  background-image: none;
  padding-bottom: 230px;
}
.BD-information .page-nav li {
  width: 120px;
  font-weight: bold;
}

.BD-information-top .page-nav li:first-child a {
  background: #fff;
}
.BD-information-top .page-nav li:first-child a:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.information-article {
  padding-top: 60px;
}
.information-article .article-header {
  margin-bottom: 25px;
}
.information-article .article-header .date {
  font-size: 1.7rem;
  display: inline-block;
  padding-right: 86px;
  position: relative;
  margin-bottom: 10px;
}
.information-article .article-header .date .ico-new {
  position: absolute;
  width: 72px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ba9d11;
  right: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 30px;
}
.information-article .article-header .category {
  margin-bottom: 15px;
}
.information-article .article-header .category span {
  display: inline-block;
  width: 72px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  line-height: 26px;
}
.information-article .article-header .title {
  font-size: 2rem;
  font-weight: bold;
}
.information-article .article-header .title .ico-new {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  width: 52px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  background: #ba9d11;
  border-radius: 30px;
}
.information-article .article-contents {
  background: #fff;
  padding: 35px 20px;
  line-height: 1.8;
}
.information-article .article-contents .contents__inner {
  max-width: 830px;
  margin: auto;
}
.information-article .article-contents p {
  margin-bottom: 1.5em;
}
.information-article .article-contents p:last-child {
  margin-bottom: 0;
}
.information-article .article-contents a {
  text-decoration: underline;
}

.information-btn {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .BD-information .site-main {
    padding-bottom: 60px;
  }
  .BD-information .page-nav li {
    width: 70px;
  }

  .BD-information-top .page-nav li:first-child a:after {
    width: 6px;
    height: 6px;
  }

  .information-article {
    padding-top: 0;
  }
  .information-article .article-header {
    margin-bottom: 20px;
  }
  .information-article .article-header .date {
    font-size: 1.3rem;
    padding-right: 65px;
    margin-bottom: 5px;
  }
  .information-article .article-header .date .ico-new {
    width: 55px;
    line-height: 20px;
    margin-top: -10px;
  }
  .information-article .article-header .category {
    margin-bottom: 10px;
  }
  .information-article .article-header .category span {
    width: 60px;
    font-size: 0.8rem;
    line-height: 20px;
  }
  .information-article .article-header .title {
    font-size: 1.7rem;
  }
  .information-article .article-contents {
    padding: 25px;
    border: 1px solid #b3b3b5;
  }
}
/*------------------------------------------
  consulting
------------------------------------------*/
/*------------------------------------------
  consulting
------------------------------------------*/
.consulting-section {
  padding-bottom: 90px;
}
.consulting-section .hub-block {
  margin-bottom: 80px;
}
.consulting-section .hub-block:last-child {
  margin-bottom: 0;
}
.consulting-section .hub-block:nth-child(odd) .head__title {
  padding-left: 60px;
  padding-right: 30px;
}
.consulting-section .hub-block:nth-child(odd) .head__title:before {
  right: -210px;
}
.consulting-section .hub-block:nth-child(even) .head__title {
  padding-right: 60px;
  padding-left: 30px;
}
.consulting-section .hub-block:nth-child(even) .head__title:before {
  left: -210px;
}

.block__head {
  margin-bottom: 40px;
  align-items: flex-start;
}

.head__title {
  width: 45%;
  position: relative;
  box-sizing: border-box;
  background: #b3db11;
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  padding: 65px 0 125px;
}
.head__title:before {
  content: "";
  width: 2000px;
  height: 100%;
  background: #b3db11;
  background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
  position: absolute;
  top: 0;
}
.head__title .title {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.head__title .title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.head__title .lead {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.head__image {
  width: 55%;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  position: relative;
}

.head__image-logo {
  position: absolute;
  bottom: -8px;
}

.lead__text {
  padding: 65px 0;
  text-align: center;
  line-height: 1.8;
}

.block__text {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .consulting-section {
    padding-bottom: 50px;
    border-bottom: 2px solid #ebebeb;
  }
  .consulting-section .sec-inner {
    padding: 0;
  }
  .consulting-section .hub-block {
    margin-bottom: 40px;
  }
  .consulting-section .hub-block:nth-child(odd) .block__head:before {
    left: 0;
  }
  .consulting-section .hub-block:nth-child(odd) .head__title {
    padding-left: 20px;
    padding-right: 0;
  }
  .consulting-section .hub-block:nth-child(odd) .head__image {
    padding-left: 10px;
  }
  .consulting-section .hub-block:nth-child(odd) .head__image-logo {
    right: 20px;
  }
  .consulting-section .hub-block:nth-child(even) .block__head:before {
    right: 0;
  }
  .consulting-section .hub-block:nth-child(even) .head__title {
    padding-right: 30px;
    margin-left: auto;
  }
  .consulting-section .hub-block:nth-child(even) .head__image {
    padding-right: 10px;
  }
  .consulting-section .hub-block:nth-child(even) .head__image-logo {
    left: 20px;
  }
  .consulting-section .block__head {
    position: relative;
  }
  .consulting-section .block__head:before {
    content: "";
    width: 93%;
    height: 100%;
    background: #b3db11;
    background: linear-gradient(to bottom, #b3db11 0%, #8fccb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3db11', endColorstr='#8fccb0',GradientType=0 );
    position: absolute;
    top: 0;
  }
  .consulting-section .head__title {
    width: 93%;
    padding: 30px 0 20px;
    -ms-order: 1;
    order: 1;
    background: none;
  }
  .consulting-section .head__title:before {
    content: none;
  }
  .consulting-section .head__title .title {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .consulting-section .head__title .title:after {
    width: 50px;
  }
  .consulting-section .head__title .lead {
    font-size: 1.4rem;
  }
  .consulting-section .head__image {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -ms-order: 2;
    order: 2;
  }
  .consulting-section .head__image-logo {
    width: 150px;
    bottom: -20px;
  }
  .consulting-section .block__text {
    text-align: left;
    padding: 0 20px;
  }
}
/*------------------------------------------
  privacy
------------------------------------------*/
.BD-privacy .site-header .header-logo .logo__text {
  color: #b3b3b3;
}

.list-privacy {
  padding-left: 1em;
}
.list-privacy .icon-list {
  position: relative;
  padding-left: 25px;
}
.list-privacy .icon-list .icon {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------
  contact
------------------------------------------*/
.BD-contact .site-header .header-logo .logo__text {
  color: #b3b3b3;
}
.BD-contact .site-main {
  background-image: none;
}

.contents-form .form-lead {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}

.form-table {
  width: 100%;
  text-align: left;
}
.form-table tr {
  border-top: 2px solid #b3db11;
}
.form-table tr:last-child th,
.form-table tr:last-child td {
  vertical-align: middle;
}
.form-table tr:last-child td {
  padding: 20px 1em;
}
.form-table th,
.form-table td {
  vertical-align: top;
  box-sizing: border-box;
}
.form-table th {
  font-size: 1.8rem;
  width: 265px;
  padding: 1.5em;
  position: relative;
}
.form-table th span {
  color: #ff0000;
  font-size: 1.3rem;
  position: absolute;
  right: 1em;
  top: 2.4em;
}
.form-table td {
  padding: 1em;
  padding-right: 0;
}
.form-table .form-wrapper {
  margin-bottom: 15px;
}
.form-table .form-wrapper:last-child {
  margin-bottom: 0;
}
.form-table input[type="text"] {
  width: 100%;
  max-width: 520px;
  background: #fff;
  height: 46px;
  border: 1px solid #ccc;
  padding: 0 0.5em;
}
.form-table textarea {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.5em;
}

.form-input-agreement {
  font-size: 1.8rem;
}
.form-input-agreement input {
  display: none;
}
.form-input-agreement .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  border-radius: 2px;
  line-height: 1;
}
.form-input-agreement .mwform-checkbox-field-text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: #fff;
  border-radius: 2%;
  border: 1px solid #ccc;
}
.form-input-agreement
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  margin-top: -6px;
  width: 14px;
  height: 10px;
  border-left: 3px solid #b3db11;
  border-bottom: 3px solid #b3db11;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}
.form-submit input {
  width: 250px;
  height: 60px;
  background: #b3db11;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .contents-form .form-lead {
    text-align: left;
    margin-bottom: 30px;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }
  .form-table th {
    font-size: 1.4rem;
    padding: 1.5em 0 1em;
  }
  .form-table th span {
    position: static;
    display: inline-block;
  }
  .form-table td {
    padding: 0 0 1.5em !important;
  }
  .form-table .form-wrapper {
    margin-bottom: 10px;
  }

  .form-input-agreement {
    font-size: 1.4rem;
  }
  .form-input-agreement .agreement-link {
    display: block;
    padding-left: 35px;
  }
}

.home-company-section {
  margin-bottom: 160px;
}
.home-company-section .sec-header {
  margin-bottom: 25px;
}
.home-company-section .sec-inner {
  max-width: 1654px;
  margin: auto;
}
.home-company-section .sec-contents {
  position: relative;
}
.home-company-section .sec-contents:before {
  content: "";
  width: 46%;
  height: 90%;
  background: #8fccb0;
  background: linear-gradient(90deg, rgba(143, 204, 176, 0.8) 0%, #b3db11 100%);
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-20deg);
  transform-origin: right top;
  z-index: 1;
}
.home-company-section .company-cont {
  padding-top: 140px;
  position: relative;
}
.home-company-section .company-cont:before,
.home-company-section .company-cont:after {
  content: "";
  width: 16%;
  height: calc(100% - 260px);
  background: #b6c0c5;
  position: absolute;
  opacity: 0.5;
  transform: skewX(-20deg);
}
.home-company-section .company-cont:before {
  bottom: 220px;
  left: 5%;
}
.home-company-section .company-cont:after {
  bottom: 0;
  right: 0;
  transform-origin: right top;
}
.home-company-section .company-image {
  width: 56%;
  position: relative;
  z-index: 2;
}
.home-company-section .company-image img {
  position: relative;
}
.home-company-section .company-text {
  margin-left: 1%;
  position: relative;
  z-index: 2;
}
.home-company-section .company-text__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  line-height: 1.9;
}
.home-company-section .company-text__btn {
  text-align: right;
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .home-company-section .company-text__lead {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-company-section {
    margin-bottom: 70px;
  }
  .home-company-section .sec-header {
    position: relative;
    z-index: 1;
    padding: 50px 0 25px;
    margin-bottom: 0;
    background-image: url(../images/bg-home-company-sp.png);
    background-repeat: no-repeat;
    background-position: left 14% top;
    background-size: 144px;
  }
  .home-company-section .sec-contents:before {
    width: 80%;
    height: 50%;
    right: 5%;
  }
  .home-company-section .company-cont {
    padding-top: 0;
    position: relative;
  }
  .home-company-section .company-cont:before,
  .home-company-section .company-cont:after {
    width: 80%;
    height: 80%;
  }
  .home-company-section .company-cont:before {
    content: none;
  }
  .home-company-section .company-cont:after {
    right: auto;
    left: 80%;
  }
  .home-company-section .company-image {
    width: 100%;
  }
  .home-company-section .company-text {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 20px 60px;
  }
  .home-company-section .company-text__lead {
    font-size: 1.4rem;
  }
  .home-company-section .company-text__btn {
    text-align: center;
  }
}

.home-values-section {
  padding-bottom: 115px;
  border-bottom: 4px solid #ebebeb;
}
.home-values-section .sec-contents {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-values-section .values-cont {
  text-align: center;
  width: 48%;
}
.home-values-section .values-image {
  position: relative;
  margin-bottom: 20px;
}
.home-values-section .values-image__label {
  width: 200px;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    90deg,
    rgba(143, 204, 176, 1) 0%,
    rgba(179, 219, 17, 1) 100%
  );
}
.home-values-section .values-image__label p:first-child {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.home-values-section .values-image__label p:last-child {
  font-size: 1.4rem;
}
.home-values-section .values-text__lead {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .home-values-section {
    padding-bottom: 75px;
    border-bottom: 2px solid #ebebeb;
  }
  .home-values-section .values-cont {
    width: 100%;
    margin-bottom: 45px;
  }
  .home-values-section .values-cont:last-child {
    margin-bottom: 0;
  }
  .home-values-section .values-image {
    margin-bottom: 15px;
  }
  .home-values-section .values-image__label {
    width: 186px;
    padding: 15px 0;
  }
  .home-values-section .values-image__label p:first-child {
    font-size: 2rem;
  }
  .home-values-section .values-image__label p:last-child {
    font-size: 1.2rem;
  }
  .home-values-section .values-text__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.company-section .campany-lead {
  margin-bottom: 50px;
}
.company-section .campany-lead__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  margin-bottom: 1em;
}
.company-section .campany-lead__text p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.company-section .campany-lead__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .company-section .campany-lead {
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .company-section .campany-lead__title {
    font-size: 3rem;
  }
}

.page-nav__list__technology li:first-child a {
  background: #fff;
}
.page-nav__list__technology li:first-child a:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.technology-article {
  padding-top: 155px;
}
.technology-article__inner {
  background: #fff;
  padding: 40px;
  padding-bottom: 80px;
}
.technology-article .article-header {
  margin-bottom: 40px;
}
.technology-article .article-header__title {
  display: flex;
  background: #e6e6e6;
  padding: 20px;
  -webkit-align-items: center;
  align-items: center;
}
.technology-article .article-header__title .category {
  border: 1px solid #1a1a1a;
  padding: 0.5em 1em;
}
.technology-article .article-header__title .label {
  margin-left: 1em;
  font-weight: bold;
  font-size: 2rem;
}
.technology-article .article-header__lead {
  padding: 30px 0 40px;
  border-bottom: 2px solid #dcdcdc;
  line-height: 2;
}
.technology-list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #dcdcdc;
}
.technology-list li:last-child {
  margin-bottom: 0;
}
.technology-list .item-image {
  width: 38%;
}
.technology-list .item-cont {
  margin-left: auto;
  width: 58%;
}
.technology-list .item-cont__text {
  padding-left: 30px;
}
.technology-list .item-cont__btn {
  text-align: right;
  margin-top: 20px;
}
.technology-list .item-cont__btn span {
  line-height: 55px;
  font-size: 1.4rem;
}
.technology-list .item-cont__btn span.icon:after {
  content: none;
}
.technology-list .item-cont__btn span.icon:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  margin-top: -15px;
  right: 35px;
}
.technology-list .item-cont__btn span.pdf:before {
  background-image: url(../images/common/ico-pdf.png);
}
.technology-list .item-cont__btn span.link:before {
  background-image: url(../images/common/ico-link.png);
}
.technology-list .item-cont__btn span.ebook:before {
  background-image: url(../images/common/ico-ebook.png);
}
.btn-technology-top {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page-nav__list__technology li:first-child a:after {
    width: 6px;
    height: 6px;
  }
  .technology-article {
    padding-top: 30px;
  }
  .technology-article__inner {
    padding: 10px;
    padding-bottom: 40px;
  }
  .technology-article .article-header {
    margin-bottom: 25px;
  }
  .technology-article .article-header__title {
    padding: 15px 10px;
  }
  .technology-article .article-header__title .category {
    border: 2px solid #1a1a1a;
    font-size: 1.3rem;
  }
  .technology-article .article-header__title .label {
    font-size: 1.6rem;
  }
  .technology-article .article-header__lead {
    padding: 15px 0 25px;
    border-width: 1px;
  }
  .technology-list li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-width: 1px;
  }
  .technology-list .item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .technology-list .item-cont {
    width: 100%;
  }
  .technology-list .item-cont__text {
    padding-left: 0;
  }
  .technology-list .item-cont__btn {
    margin-top: 15px;
  }
  .technology-list .item-cont__btn span {
    line-height: 45px;
    font-size: 1.3rem;
  }
  .technology-list .item-cont__btn span.icon:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
  }
  .btn-technology-top {
    margin-top: 40px;
  }
}
/*------------------------------------------
  support
------------------------------------------*/
.BD-support .site-main {
  padding-bottom: 230px;
}
.support-article {
  padding: 140px 40px 0;
}
.scroll-text {
  display: none;
}
.article-table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  min-width: 1120px;
}
.article-table th,
.article-table td {
  border: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 11px;
  padding: 6px;
  box-sizing: border-box;
}
.article-table th:nth-child(-n + 3) {
  width: 33.33%;
}
.article-table th {
  background: #b3db11;
}
.article-table td {
  background: #fff;
  vertical-align: middle;
}
.article-table td a {
  color: #113ddb;
}
.article-table td a:hover {
  text-decoration: underline;
}
.article-table .td-center {
  text-align: center;
  width: 120px;
}
@media only screen and (max-width: 1199px) {
  .scroll-text {
    display: block;
    margin-bottom: 16px;
  }
  .support-article__scroll {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .article-table th,
  .article-table td {
    padding: 0.5em;
  }
}
