@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media print,
screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .big-sp {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
}

.freezePage {
  position: fixed !important;
  height: auto !important;
  left: 0;
  right: 0;
}

html.freezePage {
  overflow-y: scroll;
  overflow-x: hidden;
}

.inner {
  width: 1160px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1160px) {
  .inner {
    padding: 0 20px;
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1024px) {
  .inner {
    max-width: calc(100% - 80px);
    padding: 0 40px;
  }
}

.common__header .header__logo {
  margin-left: 60px;
}

@media screen and (max-width: 1100px) {
  .common__header .header__logo {
    margin-left: 20px;
  }
}

.common__header .menu__list__item.lang {
  display: flex;
}

.common__header .menu__list__item.lang a:not(.current) {
  color: rgba(55, 71, 79, 0.5) !important;
}

.common__header .menu__list__item.lang a.current {
  pointer-events: none;
}

.common__header .header__wrap .header__menu__list .menu__list__item {
  padding: 0 50px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 1300px) {
  .common__header .header__wrap .header__menu__list .menu__list__item {
    padding: 0 15px 0 0;
    font-size: 12px;
  }
}

.common__header .header__wrap .header__menu__list .menu__list__item a {
  position: relative;
  display: block;
  font-weight: 600;
  color: #37474f;
}

.common__header .header__wrap .header__menu__list .menu__list__item a:after {
  height: 2px;
  content: "";
  background: #1b75bc;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  transition: all 0.4s;
}

@media print,
screen and (min-width: 1025px) {
  .common__header .header__wrap .header__menu__list .menu__list__item a:hover {
    color: #005ea1;
  }

  .common__header .header__wrap .header__menu__list .menu__list__item a:hover:after {
    right: 0;
  }
}

.menu-toggle {
  width: 100px;
  height: 100px;
  background-color: #0277bd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
  box-sizing: border-box;
  transition: all 0.3s;
}

@media print,
screen and (min-width: 1025px) {
  .menu-toggle:hover {
    background-color: #98a6c9;
  }
}

@media screen and (max-width: 1024px) {
  .menu-toggle {
    width: 55px;
    height: 55px;
  }
}

.menu-toggle span {
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .menu-toggle span {
    width: 20px;
  }
}

.menu-toggle span:not(:last-child) {
  margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
  .menu-toggle span:not(:last-child) {
    margin-bottom: 3px;
  }
}

.menu-toggle.active {
  background-color: #fff;
}

.menu-toggle.active span {
  background-color: #0277bd;
}

.menu-toggle.active span:first-child {
  transform: rotate(45deg) translate(4px, 4px);
}

@media screen and (max-width: 1024px) {
  .menu-toggle.active span:first-child {
    transform: rotate(45deg) translate(2px, 2px);
  }
}

.menu-toggle.active span:last-child {
  transform: rotate(-45deg) translate(2px, -2px);
}

@media screen and (max-width: 1024px) {
  .menu-toggle.active span:last-child {
    transform: rotate(-45deg) translate(1.5px, -1.5px);
  }
}

.menuList {
  display: flex;
  text-align: left;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .menuList {
    display: block;
    height: 100%;
    overflow: auto;
  }
}

.menuList .col {
  width: calc((100% - 120px) / 4);
}

@media screen and (max-width: 1024px) {
  .menuList .col {
    width: 100%;
  }
}

.menuList .col:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .menuList .col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.menuList .col a {
  transition: all 0.3s;
}

@media print,
screen and (min-width: 1025px) {
  .menuList .col a:hover {
    opacity: 0.7;
  }
}

.menuList .col .menuTtl {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5f6c72;
  display: block;
}

.menuList .col .menuTtl:not(:first-child) {
  margin-top: 40px;
}

.menuList .col ul {
  padding: 0;
}

.menuList .col ul li:not(:last-child) {
  margin-bottom: 20px;
}

.menuList .col ul li a {
  font-size: 12px;
  display: block;
  color: #fff;
}

.menuList .col .lang {
  margin-top: 45px;
  color: #fff;
  font-size: 16px;
}

.menuList .col .lang a {
  font-size: 16px;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  color: #fff;
}

.menuList .col .lang a:not(.current) {
  color: #9ba3a7;
}

.menuList .col .lang a.current {
  pointer-events: none;
}

.spmenu__wrap {
  position: fixed;
  top: 0;
  bottom: 33%;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #0277bd;
  display: none;
}

@media screen and (max-width: 1024px) {
  .spmenu__wrap {
    padding: 85px 0;
  }
}

.spmenu__wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .spmenu__wrap .inner {
    padding: 0 40px;
    display: block;
  }
}

.spmenu__wrap .inner .menuTtl {
  font-size: 18px;
  border-color: #3592ca;
}

.spmenu__wrap .inner .col li a {
  font-size: 14px;
}

.spmenu__wrap .ss-scroll {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  height: 50px;
}

.breadcrumb {
  margin: 0 0 60px;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb .bread__list {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb .bread__list .list__item {
  color: #37474f;
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 0 15px;
}

.breadcrumb .bread__list .list__item:first-child {
  padding-left: 0;
}

.breadcrumb .bread__list .list__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: -2.5px;
  width: 5px;
  height: 9px;
  background: url("/assets/images/common/arrow.png") center/cover no-repeat;
}

.breadcrumb .bread__list .list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #37474f;
}

@media print,
screen and (min-width: 1025px) {
  .breadcrumb .bread__list .list__item a:hover {
    text-decoration: underline;
  }
}

.breadcrumb .bread__list .list__item.current:after {
  content: "";
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 1024px) {
  .post-list {
    margin: 0;
    padding-top: 30px !important;
  }
}

.post-list .post {
  display: block;
  box-sizing: border-box;
  margin: 0 20px 40px;
  position: relative;
  transition: none;
}

@media screen and (max-width: 1024px) {
  .post-list .post {
    margin: 0 0 20px;
  }

  .post-list .post:last-child {
    margin-bottom: 0;
  }
}

.post-list .post .articleImage {
  position: relative;
}

.post-list .post .articleImage .img {
  background-color: #D0D0D0;
  overflow: hidden;
}

.post-list .post .articleImage .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.post-list .post .articleImage .img.people {
  background: linear-gradient(to top, #ffffff 0%, #e3e7e8 70%);
}

.post-list .post .articleImage .category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 0 15px;
  line-height: 30px;
  background-color: #0277bd;
  color: #fff;
  text-align: center;
}

.post-list .post .textCont {
  padding: 10px 0;
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .post-list .post .textCont {
    padding: 5px 0;
    margin-top: 5px;
  }
}

.post-list .post .textCont .tag {
  background-color: #b0bec5;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
}

.post-list .post .textCont .text {
  font-size: 16px;
  font-weight: bold;
  color: #37474f;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 50px;
  transition: all 0.3s;
}

.post-list .post .textCont .text.auto {
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .post-list .post .textCont .text {
    height: auto;
    display: block;
  }
}

.post-list .post .textCont .text02 {
  font-size: 14px;
  color: #37474f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
}

.post-list .post .textCont .text03 {
  font-size: 14px;
  color: #37474f;
}


.post-list .post .textCont .text02.line3 {
  -webkit-line-clamp: 3;
  height: 60px;
}

@media print,
screen and (min-width: 1025px) {
  .post-list .post:hover .textCont .text {
    color: #0277bd;
  }

  .post-list .post:hover .articleImage .img img {
    transform: scale(1.1);
  }
}

.post-list.col-3 .post {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 1024px) {
  .post-list.col-3 .post {
    width: 100%;
  }
}

.post-list.col-3 .post .articleImage .img {
  height: 220px;
}

@media screen and (max-width: 1024px) {
  .post-list.col-3 .post .articleImage .img {
    height: 180px;
  }
}

.post-list.col-2 .post {
  width: calc((100% - 90px) / 2);
}

@media screen and (max-width: 1024px) {
  .post-list.col-2 .post {
    width: 100%;
  }
}

.post-list.col-2 .post .articleImage .img {
  height: 345px;
}

@media screen and (max-width: 1024px) {
  .post-list.col-2 .post .articleImage .img {
    height: 180px;
  }
}

.section {
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 45px 0;
  }
}

.section h2,
.section h3 {
  margin: 0 auto 25px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  color: #37474f;
  line-height: 1.5;
}

.section h2:not(.no-icon),
.section h3:not(.no-icon) {
  padding-top: 55px;
  background: url(../svg/ic_title.svg) top center no-repeat;
}

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

  .section h2:not(.no-icon),
  .section h3:not(.no-icon) {
    padding-top: 45px;
    background-size: 45px;
  }
}

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

  .section h2,
  .section h3 {
    font-size: 27px;
    margin: 0 auto 30px;
  }
}

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

  .section h2,
  .section h3 {
    font-size: 23px;
  }
}

.section h2 span,
.section h3 span {
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0277bd;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  line-height: 1;
}

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

  .section h2 span,
  .section h3 span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

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

  .section h2 span,
  .section h3 span {
    font-size: 14px;
  }
}

.section h3 {
  font-size: 24px;
  text-align: left;
  width: 300px;
  max-width: 100%;
  background: none;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .section h3 {
    text-align: center;
  }
}

.section h3 span {
  margin-bottom: 10px;
}

.section .txt-lead {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #37474f;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .section .txt-lead {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .section .txt-lead {
    font-size: 13px;
  }
}

.section .txt-lead.big {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .section .txt-lead.big {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}

.section .txt-lead.big2 {
  font-size: 18px;
}

.section.gray-bg {
  background-color: #f0f3f4;
}

.section.white-bg {
  background-color: #fff !important;
}

.section.--short .txt-lead {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .section.--short .txt-lead {
    text-align: left;
  }
}

.section.section-solution,
.section.section-service {
  padding-bottom: 0;
}

.section.section-earth {
  background: url(../images/corporate/earth.png) top center no-repeat;
  padding: 125px 0 160px;
}

@media screen and (max-width: 1024px) {
  .section.section-earth {
    padding: 105px 0 60px;
    background-size: calc(100% - 60px);
    background-position: top 45px center;
  }
}

.section.section-strategy {
  padding-bottom: 120px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy {
    padding-bottom: 45px;
  }
}

.section.section-strategy+.section {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy+.section {
    padding-top: 90px;
  }
}

.section.section-strategy .txt-lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .txt-lead {
    margin-bottom: 20px;
  }
}

.section.section-strategy .chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .chart-wrapper {
    flex-direction: column;
    margin: 20px 0;
  }
}

.section.section-strategy .chart-wrapper img {
  margin: 0 25px;
  max-width: 100%;
}

.section.section-strategy .chart-wrapper .text-wrapper {
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .chart-wrapper .text {
    text-align: left !important;
    flex-basis: 0;
    flex-grow: 1;
  }
}

.section.section-strategy .chart-wrapper .text:first-child {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .chart-wrapper .text:first-child {
    margin-right: 20px;
  }
}

.section.section-strategy .chart-wrapper .text:first-child .ttl {
  color: #0277bd;
}

.section.section-strategy .chart-wrapper .text:last-child {
  text-align: left;
}

.section.section-strategy .chart-wrapper .text:last-child .ttl {
  color: #546e7a;
}

.section.section-strategy .chart-wrapper .text .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .chart-wrapper .text .ttl {
    font-size: 15px;
  }
}

.section.section-strategy .chart-wrapper .text p {
  font-size: 14px;
  color: #546e7a;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .chart-wrapper .text p {
    font-size: 10px;
  }
}

.section.section-strategy .highlight {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  padding: 0 65px;
  border-radius: 20px;
  background-color: #1171b1;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .section.section-strategy .highlight {
    padding: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .section.section-strategy .highlight {
    font-size: 12px;
  }
}

.section.section-guide {
  text-align: center;
}

.section.section-guide ul {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .section.section-guide ul {
    margin-top: 15px;
  }
}

.section.section-guide ul li {
  font-size: 28px;
  font-weight: bold;
  color: #0277bd;
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .section.section-guide ul li {
    font-size: 20px;
  }
}

.section.section-guide ul li:not(:last-child) {
  margin-bottom: 25px;
}

.section.section-guide ul li span {
  margin: 0 25px;
}

.section.section-news {
  background-color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .section.section-news {
    padding-bottom: 110px;
  }
}

.section.section-news .news__wrap {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap {
    display: inline-block;
    margin-bottom: 45px;
  }
}

.section.section-news .news__wrap .news__title {
  width: auto;
  margin-right: auto;
  margin-left: 0;
}

.section.section-news .news__wrap .news__inner {
  box-sizing: border-box;
  width: calc(100% - 300px);
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap .news__inner {
    width: 100%;
  }
}

.section.section-news .news__wrap .news__inner .news__list {
  padding: 0;
}

.section.section-news .news__wrap .news__inner .news__list .news__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap .news__inner .news__list .news__item {
    flex-wrap: wrap;
  }
}

.section.section-news .news__wrap .news__inner .news__list .news__item:not(:last-child) {
  margin-bottom: 30px;
}

.section.section-news .news__wrap .news__inner .news__list .news__item:last-of-type {
  border-bottom: none;
}

.section.section-news .news__wrap .news__inner .news__list .news__item time {
  font-size: 16px;
  margin-right: 35px;
  padding: 8px 0;
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category {
  width: 13%;
  font-size: 10px;
  margin-right: 35px;
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap .news__inner .news__list .news__item .category {
    width: 33%;
  }
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category span {
  padding: 8px 0;
  color: #fff;
  background: #005ea1;
  display: block;
  text-align: center;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap .news__inner .news__list .news__item .category span {
    padding: 0;
    line-height: 20px;
  }
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category span.notice {
  color: #333;
  background: #e3e3e3;
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category span.media {
  background: #005ea1;
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category span.seminar {
  background: #498ecc;
}

.section.section-news .news__wrap .news__inner .news__list .news__item .category span.press-release {
  color: #fff;
  background: #b3b3b3;
}

.section.section-news .news__wrap .news__inner .news__list .news__item .summary {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  width: calc(100% - 13% - 150px);
}

@media screen and (max-width: 1024px) {
  .section.section-news .news__wrap .news__inner .news__list .news__item .summary {
    width: 100%;
  }
}

@media print,
screen and (min-width: 1025px) {
  .section.section-news .news__wrap .news__inner .news__list .news__item .summary a:hover {
    color: #005ea1;
  }
}

.section .news__link {
  width: 260px;
  height: 70px;
  margin: 0 auto;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  display: table;
  position: relative;
  background-color: #005ea1;
  transition: all 0.3s;
}

@media print,
screen and (min-width: 1025px) {
  .section .news__link:hover {
    background-color: #98a6c9;
  }
}

@media screen and (max-width: 1024px) {
  .section .news__link {
    width: calc(100% - 80px);
  }
}

.section .news__link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(-4px) rotate(45deg);
}

.section .news__link:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(4px) rotate(-45deg);
}

.section .news__link a {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.section.single-news .news__link:before {
  right: auto;
  left: 15px;
  transform: translateY(-4px) rotate(-45deg);
}

.section.single-news .news__link:after {
  right: auto;
  left: 15px;
  transform: translateY(4px) rotate(45deg);
}

.section.single-solution .news__link {
  width: 350px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .section.single-solution .news__link {
    font-size: 14px;
  }
}

.section.single-cases .share-buttons {
  margin: 0;
}

.banner-list {
  background-color: #fff;
  padding: 60px 0 60px;
}

@media screen and (max-width: 1024px) {
  .banner-list {
    padding: 40px 0 82px;
  }
}

.banner-list .inner {
  display: flex;
  flex-wrap: wrap;
}

.banner-list .inner .banner {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cfd8dc;
  margin-bottom: 35px;
  width: calc((100% - 80px) / 3);
  color: #fff;
  transition: all 0.3s;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .banner-list .inner .banner {
    width: 100%;
    height: 75px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.banner-list .inner .banner:not(:nth-child(3n)) {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .banner-list .inner .banner:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media print,
screen and (min-width: 1025px) {
  .banner-list .inner .banner:hover {
    opacity: 0.7;
  }
}

.banner-list .inner .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-list .inner .banner p {
  position: relative;
  z-index: 2;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .homeArticle .section__home__top .ty_home_kv {
    margin-bottom: 0 !important;
  }
}

.homeArticle .keyvisual_wrapper {
  position: absolute;
  width: calc(1440px - 280px);
  max-width: 100%;
  left: calc(50% - 720px);
  top: 15%;
  padding: 0 140px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .homeArticle .keyvisual_wrapper {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .homeArticle .keyvisual_wrapper {
    width: 45%;
    left: 11%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .homeArticle .keyvisual_wrapper {
    width: 77%;
  }
}

.homeArticle .keyvisual_wrapper .ty_home_kv {
  transition-delay: 1s;
}

.homeArticle .keyvisual_wrapper .ty_home_kv img {
  width: 100%;
  height: auto;
}

.homeArticle .keyvisual_wrapper .btn_home_kv {
  width: 360px;
  max-width: 100%;
  font-family: din-2014, sans-serif;
  font-size: 1vw;
  margin-top: 30px;
  transition: all 0.3s;
  display: block;
  background-color: #0277bd;
  position: relative;
}

@media print,
screen and (min-width: 1025px) {
  .homeArticle .keyvisual_wrapper .btn_home_kv:hover {
    background-color: #98a6c9;
  }
}

.homeArticle .keyvisual_wrapper .btn_home_kv:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(-4px) rotate(45deg);
}

.homeArticle .keyvisual_wrapper .btn_home_kv:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(4px) rotate(-45deg);
}

.homeArticle .keyvisual_wrapper .btn_home_kv a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .homeArticle .keyvisual_wrapper .btn_home_kv a {
    line-height: 7vw;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .homeArticle .keyvisual_wrapper .btn_home_kv a {
    line-height: 12vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .homeArticle .keyvisual_wrapper .btn_home_kv a {
    font-size: 12px;
  }
}

.homeArticle .keyvisual__img {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 800px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .homeArticle .keyvisual__img {
    height: calc(100vh - 35px);
    min-height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .homeArticle .topics__wrap-inner {
    padding: 45px 40px;
  }
}

.homeArticle .topics__wrap-inner .ttl {
  font-size: 25px;
  font-weight: bold;
  color: #0277bd;
  font-family: din-2014, sans-serif;
}

@media screen and (max-width: 1024px) {
  .homeArticle .topics__wrap-inner .ttl {
    margin-bottom: 30px;
  }
}

.homeArticle .topics__wrap-inner .topics__slider {
  width: calc(100% - 215px);
  margin: 0;
  padding: 0;
}

.homeArticle .topics__wrap-inner .view {
  background-color: #0277bd;
  color: #fff;
  line-height: 40px;
  width: 210px;
  font-size: 14px;
  cursor: pointer;
  font-family: din-2014, sans-serif;
  position: relative;
}

@media print,
screen and (min-width: 1025px) {
  .homeArticle .topics__wrap-inner .view:hover {
    background-color: #98a6c9;
  }
}

@media screen and (max-width: 1024px) {
  .homeArticle .topics__wrap-inner .view {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
  }
}

.homeArticle .topics__wrap-inner .view:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(-4px) rotate(45deg);
}

.homeArticle .topics__wrap-inner .view:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 15px;
  top: calc(50%);
  transform: translateY(4px) rotate(-45deg);
}

.homeArticle .section__home__top .topics__wrap-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1160px;
  max-width: calc(100% - 80px);
}

@media screen and (max-width: 1024px) {
  .homeArticle .section__home__top .topics__wrap-inner {
    display: block;
  }
}

.homeArticle .bnr-wrap {
  position: absolute;
  width: calc(1440px - 280px);
  max-width: 100%;
  right: calc(50% - 720px);
  bottom: 13.6%;
  padding: 0 140px;
  height: 230px;
}

@media screen and (max-width: 1200px) {
  .homeArticle .bnr-wrap {
    right: 0;
    height: 390px;
  }
}

@media screen and (max-width: 1024px) {
  .homeArticle .bnr-wrap {
    top: 32vw;
  }
}

@media screen and (max-width: 768px) {
  .homeArticle .bnr-wrap {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .homeArticle .bnr-wrap {
    display: block;
    bottom: auto;
    top: 80%;
    left: 0;
    right: 0;
    width: 77%;
    padding: 0;
    margin: auto;
    height: auto;
  }
}

.homeArticle ul.top-bnr {
  position: absolute;
  right: 10%;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-flow: wrap-reverse;
  width: calc(38% - 20px);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .homeArticle ul.top-bnr {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .homeArticle ul.top-bnr {
    top: 0;
    margin: revert;
  }
}

@media screen and (max-width: 480px) {
  .homeArticle ul.top-bnr {
    position: relative;
    right: 0;
    left: 0;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }
}

.homeArticle ul.top-bnr li {
  position: relative;
  z-index: 100;
  width: 48%;
  margin: 10px 0px 0 10px;
}

@media screen and (max-width: 480px) {
  .homeArticle ul.top-bnr li {
    width: 48%;
    margin: 0px 0 12px 0;
  }
}

.homeArticle ul.top-bnr li a:hover {
  opacity: 0.85;
}

.homeArticle ul.top-bnr li img {
  width: 100%;
}

.footer__banner__wrap {
  padding: 2.5% 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .footer__banner__wrap {
    padding: 5% 0 20%;
  }
}

.footer__banner__wrap .footer__banner__inner {
  max-width: 992px;
  margin: 0 auto;
  position: relative;
}

.footer__banner__wrap .footer__banner__inner .footer__banner__list {
  margin: 0 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

.footer__banner__wrap .footer__banner__inner .footer__banner__list .banner__list__item {
  width: 30.9%;
  margin: 16px 1.2%;
}

@media screen and (max-width: 1024px) {
  .footer__banner__wrap .footer__banner__inner .footer__banner__list .banner__list__item {
    width: 47.6%;
    margin: 1.55% 1.2%;
  }
}

.footer__banner__wrap .footer__banner__inner .footer__banner__list .banner__list__item img {
  width: 100%;
  height: auto;
}

.common__footer {
  position: relative;
  background-color: #37474f;
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common__footer {
    padding: 75px 0 45px;
  }
}

.common__footer .btn__pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: #0277bd;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media print,
screen and (min-width: 1025px) {
  .common__footer .btn__pagetop:hover {
    background-color: #98a6c9;
  }
}

@media screen and (max-width: 1024px) {
  .common__footer .btn__pagetop {
    width: 55px;
    height: 55px;
  }
}

.common__footer .btn__pagetop:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: translateX(4.8px) rotate(50deg);
}

.common__footer .btn__pagetop:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-4.8px) rotate(-50deg);
}

.common__footer .inner {
  width: 1160px;
  max-width: calc(100% - 80px);
  padding: 0 40px;
  display: inline-block;
}

.common__footer .menuList {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .common__footer .menuList {
    display: none;
  }
}

.common__footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px -40px 0;
}

@media screen and (max-width: 1160px) {
  .common__footer .copyright {
    margin: 60px -20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .common__footer .copyright {
    flex-direction: column;
    margin: 0;
    justify-content: center;
  }
}

.common__footer .copyright p {
  color: #b0bec5;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .common__footer .copyright p {
    display: block;
    font-size: 10px;
    order: 2;
  }
}

.common__footer .copyright a {
  font-size: 12px;
  color: #fff;
  margin-left: 20px;
}

@media print,
screen and (min-width: 1025px) {
  .common__footer .copyright a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .common__footer .copyright a {
    margin-left: 0;
  }

  .common__footer .copyright a+a {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .common__footer .copyright .group-link {
    margin-bottom: 45px;
  }
}

.mv {
  position: relative;
  background-color: #ddd;
}

@media print,
screen and (min-width: 1025px) {
  .mv {
    height: 360px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .mv {
    min-height: 240px;
  }
}

.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .mv img {
    height: 240px;
    object-fit: cover;
  }
}

.mv .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 1160px;
  max-width: 100%;
  line-height: 1;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1160px) {
  .mv .info {
    padding: 0 20px;
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1024px) {
  .mv .info {
    max-width: calc(100% - 80px);
    padding: 0 40px;
  }
}

.mv .info .sub {
  font-family: din-2014, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mv .info .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.mv .info h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mv .info h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.mv .info p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mv .info p {
    font-size: 11px;
  }
}

.corporate,
.technology {
  background-color: #f5f7f8;
}

.corporate .post-list .post .textCont .text,
.technology .post-list .post .textCont .text {
  height: auto;
  display: block;
  margin-bottom: 10px;
}

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

  .corporate .post-list,
  .technology .post-list {
    padding: 55px 0 0;
    margin-bottom: 0;
  }

  .corporate .post-list .post,
  .technology .post-list .post {
    margin-bottom: 25px;
  }

  .corporate .post-list .post .textCont .text02,
  .technology .post-list .post .textCont .text02 {
    height: auto;
    display: block;
  }
}

.corporate .banner-list {
  background-color: #f0f3f4;
}

@media screen and (max-width: 1024px) {
  .corporate .banner-list .banner {
    height: 100px;
  }

  .corporate .banner-list .banner:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .corporate .section h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .corporate.history {
    background-color: #fff;
    padding-bottom: 115px;
  }
}

.corporate.history .banner-list {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .corporate.history .banner-list {
    background-color: #f5f7f8;
    padding-bottom: 32px;
  }
}

@media print,
screen and (min-width: 1025px) {
  .corporate.history .mv {
    height: 300px;
  }
}

@media (max-width: 750px) {
  .corporate.history .mv {
    min-height: 225px;
  }

  .corporate.history .mv img {
    height: 225px;
  }
}

.corporate.history .mv .info .sub {
  margin-bottom: 5px;
}

.corporate.history .mv .info h2 {
  margin-bottom: 25px;
}

.corporate.history .mv .info p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.corporate.history .breadcrumb {
  margin-bottom: 45px;
}

.corporate.history .section-intro {
  padding-top: 0px;
  padding-bottom: 95px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .section-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.corporate.history .section-intro .intro__title {
  font-size: 50px;
  color: #0277bd;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .section-intro .intro__title {
    font-size: 24px;
  }
}

.corporate.history .section-intro .txt-lead {
  letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 1025px) {
  .corporate.history .section-intro .txt-lead {
    margin-bottom: 35px;
  }
}

.corporate.history .section-intro .txt-lead+.txt-lead {
  margin-bottom: 0;
}

.corporate.history .section-intro .video {
  max-width: 980px;
  width: 100%;
  margin: 85px auto 0;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

.corporate.history .section-intro .video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.corporate.history .section-intro .video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.corporate.history .section-history {
  padding-bottom: 145px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .section-history {
    padding-bottom: 65px;
  }

  .corporate.history .section-history .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    background-color: #fff;
    max-width: calc(100% - 40px);
  }
}

.corporate.history .history__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .history__title {
    margin-bottom: 41px;
  }
}

.corporate.history .block-accordion {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 96px 110px 60px;
  box-sizing: border-box;
}

.corporate.history .block-accordion * {
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .corporate.history .block-accordion {
    padding: 0 15px 20px;
  }
}

.corporate.history .accordion .time {
  font-weight: bold;
  color: #0277bd;
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion .time {
    font-size: 13px;
  }
}

.corporate.history .accordion .marker {
  border-radius: 50%;
  background-color: #0277bd;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion .marker {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 3px;
  }
}

.corporate.history .accordion .txt {
  font-size: 16px;
  font-weight: 500;
  color: #546e7a;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion .txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.corporate.history .accordion__item {
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__item {
    margin-bottom: 15px;
  }
}

.corporate.history .accordion__item:before {
  content: "";
  width: 6px;
  left: 15px;
  top: 5px;
  bottom: -30px;
  position: absolute;
  background-color: #b8d7f4;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__item:before {
    width: 6px;
    left: 5px;
  }
}

.corporate.history .accordion__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  height: 2px;
  background-color: #eef0f1;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__item:after {
    left: 25px;
    height: 1px;
  }
}

.corporate.history .accordion__item:last-child:after {
  display: none;
}

.corporate.history .accordion__item:last-child:not(.active):before {
  bottom: calc(100% + 5px);
  transition: 0.44s ease-in-out;
}

.corporate.history .accordion__item:last-child:before {
  bottom: 0;
}

.corporate.history .accordion__item:last-child .item:last-child:before {
  content: "";
  width: 16px;
  left: 10px;
  top: 5px;
  bottom: -30px;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__item:last-child .item:last-child:before {
    left: 0;
  }
}

.corporate.history .accordion__item.active .accordion__ttl:before {
  transform: rotate(180deg);
}

.corporate.history .accordion__ttl {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-bottom: 11px;
}

@media print,
screen and (min-width: 1025px) {
  .corporate.history .accordion__ttl:hover .time {
    opacity: 0.7;
  }
}

@media print,
screen and (min-width: 1025px) {
  .corporate.history .accordion__ttl {
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__ttl {
    padding-left: 25px;
    margin-bottom: 4px;
  }
}

.corporate.history .accordion__ttl:before {
  content: "";
  width: 15px;
  height: 8px;
  position: absolute;
  right: 23px;
  top: 8px;
  background-image: url(../images/icon/ico_down_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__ttl:before {
    width: 17px;
    height: 9px;
    right: 2px;
    top: 6px;
  }
}

.corporate.history .accordion__ttl .time {
  font-size: 24px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__ttl .time {
    font-size: 20px;
  }
}

.corporate.history .accordion__ttl .marker {
  width: 24px;
  height: 24px;
  top: 3px;
  left: 6px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__ttl .marker {
    width: 18px;
    height: 18px;
    left: -1px;
    top: 2px;
  }
}

.corporate.history .accordion__content {
  display: none;
}

.corporate.history .accordion__content .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 50px;
  padding-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__content .item {
    padding-left: 25px;
    padding-bottom: 15px;
  }
}

.corporate.history .accordion__content .item:last-child {
  padding-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__content .item:last-child {
    padding-bottom: 18px;
  }
}

.corporate.history .accordion__content .time {
  width: 112px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__content .time {
    width: 70px;
  }
}

.corporate.history .accordion__content .txt {
  width: calc(100% - 112px);
  margin-top: -3px;
}

@media screen and (max-width: 1024px) {
  .corporate.history .accordion__content .txt {
    width: calc(100% - 70px);
    margin-top: -4px;
  }
}

.vision .big-txt {
  font-size: 1.8rem;
  color: #0277bd;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.vision .big-txt img {
  width: 555px;
  max-width: 80%;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .vision .big-txt img {
    max-width: 95%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .vision .big-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .message .mv .pc {
    display: block !important;
  }

  .message .mv .sp {
    display: none !important;
  }
}

.message .section {
  margin: 0;
}

@media print,
screen and (min-width: 1025px) {
  .message .section {
    padding: 0;
  }
}

.message .section.bg-info {
  background: #f5f7f8;
}

.message .section .txt-lead {
  text-align: left;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .message .section .txt-lead {
    margin-bottom: 20px;
    line-height: 2;
  }
}

.message .section .txt-lead.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .message .section .txt-lead.right {
    padding-top: 20px;
  }
}

.message .section .information_ceo {
  padding: 0 10% 90px;
}

@media screen and (max-width: 767px) {
  .message .section .information_ceo {
    padding: 0;
  }
}

.message .section .information_ceo .note {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .message .section .information_ceo .note {
    font-size: 10px;
    line-height: 2;
    text-align: center;
    margin-top: 35px;
    text-align: left;
  }
}

.message .section .information_ceo .note a {
  color: #0277bd;
  display: inline-block;
  text-decoration: underline;
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

@media print,
screen and (min-width: 1025px) {
  .message .section .information_ceo .note a:hover {
    opacity: 0.5;
  }
}

.message .section__news {
  padding: 90px 0 1px;
  background: #f0f3f4;
}

@media screen and (max-width: 767px) {
  .message .section__news {
    padding: 16% 0 20%;
  }
}

.message .section .box-results {
  max-width: 980px;
  background: #f9fafb;
  margin: 77px auto;
  padding: 60px 14%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .message .section .box-results {
    margin: 0 -20px;
    padding: 45px 20px;
  }
}

.message .section .box-results dl {
  display: flex;
  padding-bottom: 25px;
}

.message .section .box-results dl dt,
.message .section .box-results dl dd {
  font-size: 18px;
  font-weight: bold;
}

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

  .message .section .box-results dl dt,
  .message .section .box-results dl dd {
    font-size: 13px;
    line-height: 1.1538461538;
  }
}

.message .section .box-results dl dt {
  color: #0277bd;
  margin-right: 30px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .message .section .box-results dl dt {
    margin-right: 5px;
    letter-spacing: 1px;
  }
}

.message .section .box-results dl dd {
  color: #37474f;
  line-height: 1;
}

.message .section .box-results dl dd span {
  font-size: 14px;
  line-height: 1.2142857143;
  display: block;
  color: #37474f;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .message .section .box-results dl dd span {
    padding-top: 3%;
    font-size: 11px;
    line-height: 1.4285714286;
  }
}

.message .banner-list {
  background: #fff;
}

.technology {
  background-color: #f5f7f8;
}

.technology .section {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .technology .section {
    padding: 45px 0;
  }
}

@media screen and (max-width: 1024px) {
  .technology .section .post-list .post .textCont .text02 {
    display: block;
    height: auto;
  }
}

.personal-information {
  background-color: #f5f7f8;
}

@media screen and (max-width: 1024px) {
  .personal-information .personal-info__title {
    margin-bottom: 6px;
  }
}

.personal-information .personal-info__title:not(.no-icon) {
  padding-top: 65px;
}

@media screen and (max-width: 1024px) {
  .personal-information .personal-info__title:not(.no-icon) {
    padding-top: 49px;
  }
}

@media screen and (max-width: 1024px) {
  .personal-information .personal-info__title span {
    margin-bottom: 10px;
  }
}

.personal-information .txt-lead {
  letter-spacing: 0.05em;
  margin-bottom: 74px;
}

@media screen and (max-width: 1024px) {
  .personal-information .txt-lead {
    letter-spacing: normal;
  }

  .personal-information .txt-lead.big {
    margin-bottom: 31px;
  }
}

.personal-information .section-personal-info {
  padding-top: 5px;
  padding-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .personal-information .section-personal-info {
    padding-top: 43px;
    padding-bottom: 90px;
  }
}

.personal-information .block {
  max-width: 1000px;
  margin: 0 auto;
}

.personal-information .block__ttl {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .personal-information .block__ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.personal-information .block__body {
  color: #37474f;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .personal-information .block__body {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.personal-information .block__body p+p {
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .personal-information .block__body p+p {
    margin-top: 27px;
  }
}

.personal-information .block__body ul {
  padding: 0;
}

.personal-information .block .list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

.personal-information .block .list-note--number li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.personal-information .block+.block {
  margin-top: 48px;
}

@media screen and (max-width: 1024px) {
  .personal-information .block+.block {
    margin-top: 35px;
  }
}

.security-policy {
  background-color: #f5f7f8;
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title {
    margin-bottom: 6px;
  }
}

.security-policy .personal-info__title:not(.no-icon) {
  padding-top: 65px;
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title:not(.no-icon) {
    padding-top: 49px;
  }
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title span {
    margin-bottom: 10px;
  }
}

.security-policy .txt-lead {
  letter-spacing: 0.05em;
  margin-bottom: 74px;
}

@media screen and (max-width: 1024px) {
  .security-policy .txt-lead {
    letter-spacing: normal;
  }

  .security-policy .txt-lead.big {
    margin-bottom: 31px;
  }
}

.security-policy .section-personal-info {
  padding-top: 5px;
  padding-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .security-policy .section-personal-info {
    padding-top: 43px;
    padding-bottom: 90px;
  }
}

.security-policy .block {
  max-width: 1000px;
  margin: 0 auto;
}

.security-policy .block__ttl {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.security-policy .block__body {
  color: #37474f;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__body {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.security-policy .block__body p+p {
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__body p+p {
    margin-top: 27px;
  }
}

.security-policy .block__body ul {
  padding: 0;
}

.security-policy .block .list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

.security-policy .block .list-note--number li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.security-policy .block+.block {
  margin-top: 48px;
}

@media screen and (max-width: 1024px) {
  .security-policy .block+.block {
    margin-top: 35px;
  }
}

.security-policy {
  background-color: #f5f7f8;
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title {
    margin-bottom: 6px;
  }
}

.security-policy .personal-info__title:not(.no-icon) {
  padding-top: 65px;
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title:not(.no-icon) {
    padding-top: 49px;
  }
}

@media screen and (max-width: 1024px) {
  .security-policy .personal-info__title span {
    margin-bottom: 10px;
  }
}

.security-policy .txt-lead {
  letter-spacing: 0.05em;
  margin-bottom: 74px;
}

@media screen and (max-width: 1024px) {
  .security-policy .txt-lead {
    letter-spacing: normal;
  }

  .security-policy .txt-lead.big {
    margin-bottom: 31px;
  }
}

.security-policy .section-personal-info {
  padding-top: 5px;
  padding-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .security-policy .section-personal-info {
    padding-top: 43px;
    padding-bottom: 90px;
  }
}

.security-policy .block {
  max-width: 1000px;
  margin: 0 auto;
}

.security-policy .block__ttl {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.security-policy .block__body {
  color: #37474f;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__body {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.security-policy .block__body p+p {
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .security-policy .block__body p+p {
    margin-top: 27px;
  }
}

.security-policy .block__body ul {
  padding: 0;
}

.security-policy .block .list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

.security-policy .block .list-note--number li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.security-policy .block+.block {
  margin-top: 48px;
}

@media screen and (max-width: 1024px) {
  .security-policy .block+.block {
    margin-top: 35px;
  }
}




.terms {
  background-color: #f5f7f8;
}

.terms .section-terms {
  padding-top: 2px;
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .terms .section-terms {
    padding-top: 44px;
    padding-bottom: 93px;
  }
}

.terms .section-terms h2 {
  padding-top: 66px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
  .terms .section-terms h2 {
    padding-top: 48px;
    margin-bottom: 7px;
  }

  .terms .section-terms h2 span {
    margin-bottom: 9px;
  }
}

.terms .section-terms .txt-lead {
  margin-bottom: 72px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .terms .section-terms .txt-lead {
    text-align: center;
    margin-bottom: 31px;
  }
}

.terms .block {
  max-width: 1000px;
  margin: 0 auto;
}

.terms .block__ttl {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 27px;
}

@media screen and (max-width: 1024px) {
  .terms .block__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.terms .block__body {
  color: #37474f;
  line-height: 2.25;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .terms .block__body {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.terms .block+.block {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .terms .block+.block {
    margin-top: 34px;
  }
}

.c-ico--pdf {
  display: inline-block;
  vertical-align: middle;
}

@media print,
screen and (min-width: 1025px) {
  .c-ico--pdf {
    width: 24px;
    height: 29px;
    background: url(../images/common/ico_pdf.png) no-repeat 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .c-ico--pdf {
    width: 21px;
    height: 26px;
    background: url(../images/common/ico_pdf_sp.png) no-repeat 0 0/21px 26px;
  }
}

@media print,
screen and (min-width: 1025px) {
  .section-notice {
    padding-top: 0;
    padding-bottom: 120px;
  }
}

.section-notice .txt-lead {
  letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 1025px) {
  .section-notice .txt-lead {
    font-size: 16px;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .section-notice .txt-lead {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 374px) {
  .section-notice .txt-lead {
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-notice {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

@media print,
screen and (min-width: 1025px) {
  .p-notice>li+li {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .p-notice>li+li {
    margin-top: 20px;
  }
}

.p-notice__inner {
  display: flex;
  background-color: #FFF;
}

@media print,
screen and (min-width: 1025px) {
  .p-notice__inner {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .p-notice__inner {
    height: 70px;
  }
}

.p-notice__ttl {
  background-color: #7f8c93;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}

@media print,
screen and (min-width: 1025px) {
  .p-notice__ttl {
    width: 62.5%;
    font-size: 16px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-notice__ttl {
    width: 67%;
    font-size: 14px;
    padding-left: 11%;
  }
}

.p-notice__pdf {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: underline;
}

@media print,
screen and (min-width: 1025px) {
  .p-notice__pdf {
    width: 37.5%;
  }
}

@media screen and (max-width: 1024px) {
  .p-notice__pdf {
    width: 33%;
  }
}

.p-notice__pdf span {
  display: block;
  color: #37474f;
}

@media print,
screen and (min-width: 1025px) {
  .p-notice__pdf span {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .p-notice__pdf span {
    margin-top: 7px;
    font-size: 11px;
  }
}

.p-notice__pdf:hover {
  opacity: 0.75;
  text-decoration: none;
}

@media print,
screen and (min-width: 1025px) {
  .section-isms {
    padding-top: 0;
    padding-bottom: 120px;
  }
}

.section-isms .txt-lead {
  letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 1025px) {
  .section-isms .txt-lead {
    font-size: 16px;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .section-isms .txt-lead {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 374px) {
  .section-isms .txt-lead {
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-isms {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

@media print,
screen and (min-width: 1025px) {
  .p-isms>li+li {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .p-isms>li+li {
    margin-top: 20px;
  }
}

.p-isms__inner {
  display: flex;
  background-color: #FFF;
}

@media print,
screen and (min-width: 1025px) {
  .p-isms__inner {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .p-isms__inner {
    min-height: 70px;
  }
}

.p-isms__ttl {
  background-color: #7f8c93;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}

.p-isms__ctt {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
}



@media print,
screen and (min-width: 1025px) {
  .p-isms__ttl {
    width: 30%;
    font-size: 16px;
    padding-left: 40px;
  }
  .p-isms__ctt {
    width: 70%;
    font-size: 16px;
    padding: 40px;
  }

}

@media screen and (max-width: 1024px) {
  .p-isms__ttl {
    width: 40%;
    font-size: 14px;
    padding: 5%;
  }
  .p-isms__ctt {
    width: 60%;
    font-size: 14px;
    padding: 5%;
  }
}




@media print,
screen and (min-width: 1025px) {
  .section-officer {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-officer .inner02 {
    padding: 0 20px;
    max-width: calc(100% - 40px);
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer {
    margin-top: -20px;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__item {
    width: calc(33.33% - 27px);
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__item {
    background-color: #FFF;
    padding: 20px;
    margin-top: 20px;
  }
}

.p-officer__item img {
  max-width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__top {
    padding-bottom: 25px;
    position: relative;
  }

  .p-officer__top:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__top {
    display: flex;
  }
}

.p-officer__img {
  background: linear-gradient(to top, #ffffff 0%, #e3e7e8 70%);
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__img {
    position: relative;
    cursor: pointer;
  }

  .p-officer__img:hover .p-officer__trigger {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__img {
    width: 50%;
  }
}

.p-officer__img img {
  width: 100%;
  display: block;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__trigger {
    width: 86px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -43px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .p-officer__trigger span {
    display: block;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: din-2014, sans-serif;
    color: #fff;
    font-weight: 500;
    padding-top: 7px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
  }

  .p-officer__trigger .-close {
    background-color: #0277bd;
    transform: translateY(-30px);
  }

  .p-officer__trigger .-more {
    background-color: #37474f;
    transform: translateY(-30px);
  }

  .p-officer__trigger:hover span {
    opacity: 0.75;
  }
}

.p-officer__header {
  font-weight: bold;
  text-align: center;
  color: #37474f;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__header {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__header {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__header .position {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__header .position {
    font-size: 11px;
    color: #0277bd;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__header .name {
    margin-top: 8px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__header .name {
    margin-top: 6px;
    font-size: 18px;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__info {
    padding: 40px 37px 44px;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__info {
    margin-top: 20px;
  }
}

.p-officer__info p {
  text-align: justify;
  color: #37474f;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__info p {
    line-height: 2.1428571429;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__info p {
    font-size: 11px;
    line-height: 2.1428571429;
  }
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__message {
    text-align: right;
    margin-top: 22px;
  }
}

.p-officer__message .btn-message {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__message .btn-message {
    display: inline-block;
    font-size: 16px;
    color: #0277bd;
    padding-right: 22px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__message .btn-message {
    font-size: 13px;
    color: #FFF;
    background-color: #0277bd;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.p-officer__message .btn-message:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 15px;
  transition: transform 0.3s ease-in;
}

@media print,
screen and (min-width: 1025px) {
  .p-officer__message .btn-message:before {
    margin-top: -7px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.83 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230277bd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.56.1A.32.32,0,0,0,.1.1.34.34,0,0,0,.1.56L7,7.5.1,14.44a.33.33,0,0,0,0,.46.33.33,0,0,0,.46,0h0L7.73,7.73a.32.32,0,0,0,0-.46Z'/%3E%3Cpath class='cls-1' d='M.33,15A.33.33,0,0,1,0,14.67a.33.33,0,0,1,.1-.23L7,7.5.1.56A.32.32,0,0,1,.1.1.32.32,0,0,1,.56.1L7.73,7.27a.32.32,0,0,1,0,.46L.56,14.9A.33.33,0,0,1,.33,15Z'/%3E%3C/svg%3E");
  }
}

@media screen and (max-width: 1024px) {
  .p-officer__message .btn-message:before {
    right: 20px;
    margin-top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.83 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.56.1A.32.32,0,0,0,.1.1.34.34,0,0,0,.1.56L7,7.5.1,14.44a.33.33,0,0,0,0,.46.33.33,0,0,0,.46,0h0L7.73,7.73a.32.32,0,0,0,0-.46Z'/%3E%3Cpath class='cls-1' d='M.33,15A.33.33,0,0,1,0,14.67a.33.33,0,0,1,.1-.23L7,7.5.1.56A.32.32,0,0,1,.1.1.32.32,0,0,1,.56.1L7.73,7.27a.32.32,0,0,1,0,.46L.56,14.9A.33.33,0,0,1,.33,15Z'/%3E%3C/svg%3E");
  }
}

.p-officer__message .btn-message:hover {
  opacity: 0.75;
}

.p-officer__message .btn-message:hover:before {
  transform: translateX(5px);
}

.p-officer .p-officer-openinfo {
  background-color: #FFF;
  display: none;
}

.p-officer .is-open .p-officer__top:before {
  opacity: 1;
  visibility: visible;
}

.p-officer .is-open .p-officer__header {
  color: #0277bd;
}

.p-officer .is-open .p-officer__trigger .-close {
  transform: translateY(0);
}

.p-officer .is-open .p-officer__trigger .-more {
  transform: translateY(0);
}

.section-recruit {
  background: #f5f7f8;
}

.section-recruit h3 {
  text-align: center;
  margin: 78px auto 26px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .section-recruit h3 {
    margin: 0 auto 14px auto;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.section-recruit__top {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .section-recruit__top {
    padding-top: 45px;
  }
}

.section-recruit__anchor {
  max-width: 940px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.section-recruit__anchor li {
  position: relative;
  width: 32%;
  flex: 0 0 32%;
  max-width: 300px;
  margin-bottom: 20px;
  background-color: #0277bd;
  height: 70px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-recruit__anchor li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.section-recruit__anchor li a {
  display: flex;
  font-size: 13px;
  color: white;
  line-height: 1.2;
  text-align: center;
  padding: 18px 0 17px;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section-recruit__anchor li a {
    font-size: 15px;
    line-height: 1.2;
    height: 70px;
  }
}

@media screen and (max-width: 330px) {
  .section-recruit__anchor li a {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 1025px) {
  .section-recruit__anchor li a:hover {
    background-color: #98a6c9;
  }
}

.section-recruit .arrow {
  position: relative;
}

.section-recruit .arrow::after {
  content: "";
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: translateY(-50%) rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table .inner {
    max-width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.section-recruit .content-table#one {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#one {
    padding-top: 17px;
  }
}

.section-recruit .content-table#two {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#two {
    padding-top: 17px;
  }
}

.section-recruit .content-table#three {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#three {
    padding-top: 17px;
  }
}

.section-recruit .content-table#four {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#four {
    padding-top: 17px;
  }
}

.section-recruit .content-table#five {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#five {
    padding-top: 17px;
  }
}

.section-recruit .content-table#six {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .content-table#six {
    padding-top: 17px;
  }
}

.section-recruit h4 {
  color: #37474f;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 20px 0 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .section-recruit h4 {
    font-size: 18px;
    line-height: 1;
  }
}

.section-recruit__content dl {
  border: 1px solid #c3c3c3;
  display: flex;
  flex-wrap: wrap;
  color: #37474f;
  margin: 0;
}

.section-recruit__content dl:not(:first-child) {
  border-top: 0;
}

.section-recruit__content dl dt {
  background: #eceff1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3636363636;
  text-align: center;
  max-width: 210px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  display: flex;
  align-items: center;
  margin: 0;
}

.section-recruit__content dl dt span {
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-recruit__content dl dt {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    padding: 14px 0 13px;
    border-bottom: 1px solid #c3c3c3;
  }
}

.section-recruit__content dl dd {
  width: calc(100% - 210px);
  padding: 15px 50px 19px 50px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.625;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section-recruit__content dl dd {
    width: 100%;
    padding: 16px 20px;
    font-size: 10px;
    line-height: 1.7;
  }
}

.section-recruit__content dl dd .txt-indent {
  text-indent: -1.2rem;
  margin-left: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section-recruit__content dl dd .txt-indent {
    text-indent: -0.8rem;
    margin-left: 0.8rem;
  }
}

.section-recruit__content dl dd .txt-indent-2 {
  text-indent: -1em;
  padding-left: 1em;
}

.section-recruit__content dl dd .ttl:not(:first-child) {
  margin-top: 15px;
}

.section-recruit .btn_contact {
  position: relative;
  max-width: 260px;
  margin: 30px auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .section-recruit .btn_contact {
    position: relative;
    max-width: 290px;
    margin: 25px auto 17px;
    cursor: pointer;
  }
}

.section-recruit .btn_contact a {
  position: relative;
  display: block;
  background-color: #0277bd;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 27px 0;
}

@media screen and (max-width: 767px) {
  .section-recruit .btn_contact a {
    font-size: 15px;
    line-height: 1;
  }
}

@media print,
screen and (min-width: 1025px) {
  .section-recruit .btn_contact a:hover {
    background-color: #98a6c9;
  }
}

.section-recruit .btn_contact::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .section-cloud {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-cloud .pc {
    display: block !important;
  }

  .section-cloud .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section-cloud .inner {
    max-width: calc(100% - 10%);
    padding: 0 5%;
  }
}

.section-cloud .ttl {
  font-size: 24px;
  color: #0277bd;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding: 64px 0 68px;
  letter-spacing: 1.1px;
}

@media screen and (max-width: 767px) {
  .section-cloud .ttl {
    font-size: 14px;
    line-height: 2;
    padding: 39px 0 28px;
  }
}

.section-cloud__top {
  background: url("/assets/images/technology/cloud_mobility/mv.jpg") center/cover no-repeat;
  text-align: center;
  padding: 45px 0;
}

.section-cloud__top-content {
  background: rgba(30, 155, 210, 0.8);
  color: #fff;
  max-width: 1056px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
  padding: 70px 75px;
}

.section-cloud__top-content .ttl_img img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section-cloud__top-content .ttl_img img {
    width: 77.8667vw;
  }
}

@media screen and (max-width: 767px) {
  .section-cloud__top-content {
    width: 90%;
    padding: 15% 6%;
  }
}

.section-cloud__top-content .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .section-cloud__top-content .txt {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

.section-cloud__top-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.section-cloud__top-content ul li:nth-child(2n-1) {
  max-width: 250px;
  background: #0277bd;
  font-size: 16px;
  line-height: 2.25;
  font-weight: bold;
  letter-spacing: 1px;
  width: 28%;
  flex: 0 0 28%;
  padding: 12px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section-cloud__top-content ul li:nth-child(2n-1) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5555555556;
    padding: 16px 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-cloud__top-content ul li {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .section-cloud__top-content ul li img {
    margin: 2% auto;
  }
}

@media screen and (max-width: 767px) {
  .section-cloud__top-content ul li:nth-child(2n) img {
    width: 14.5333vw;
    margin: 5% auto;
  }
}

.section-cloud__middle {
  background: #eceff1;
}

.section-cloud__middle dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 100px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl {
    margin: 0 5%;
    padding-bottom: 0;
    display: block;
  }
}

.section-cloud__middle dl dt {
  width: 61%;
  flex: 0 0 61%;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 2;
  color: #37474f;
  margin: -4px 0 0 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl dt {
    width: 100%;
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 2;
  }
}

.section-cloud__middle dl dt p {
  font-weight: bold;
  text-align: right;
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl dt p {
    text-align: center;
    padding-left: 12px;
    padding-top: 11px;
  }
}

.section-cloud__middle dl dt p a {
  color: #37474F;
  display: inline-block;
  text-align: right;
  float: right;
  font-weight: normal;
}

.section-cloud__middle dl dt p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl dt p a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.section-cloud__middle dl dt p a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #37474f;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl dt p a::before {
    opacity: 1;
  }
}

.section-cloud__middle dl dd {
  width: 37%;
  flex: 0 0 37%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20.7%;
  height: 0;
  max-width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section-cloud__middle dl dd {
    padding-bottom: 60%;
    overflow: inherit;
    width: auto;
    max-width: inherit;
    flex: 0 0 100%;
    margin-top: 56px;
    margin-left: -12%;
    margin-right: -12%;
  }
}

.section-cloud__middle dl dd img {
  width: 100%;
}

.section-cloud__middle dl dd iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .section-cloud__end .ttl {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.section-cloud__end dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 8.5% 0 9.5%;
  padding-bottom: 174px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl {
    margin: 0 5%;
    flex-direction: column-reverse;
    padding-bottom: 40%;
  }
}

.section-cloud__end dl dt {
  width: calc(100% - 258px);
  box-sizing: border-box;
  margin: -4px 0 0 0;
  padding-right: 7%;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl dt {
    width: 100%;
    padding-right: 0;
  }
}

.section-cloud__end dl dt p {
  font-size: 16px;
  line-height: 2;
  color: #37474f;
  letter-spacing: 1px;
  text-align: justify;
}

.section-cloud__end dl dt p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl dt p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.6px;
  }

  .section-cloud__end dl dt p:not(:last-child) {
    margin-bottom: 9.5%;
  }
}

.section-cloud__end dl dd {
  width: 258px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl dd {
    width: 57.4667vw;
    margin: 2% auto 11%;
  }
}

.section-cloud__end dl dd p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 2;
  color: #37474f;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl dd p {
    font-size: 14px;
    line-height: 1.8571428571;
    padding-top: 19%;
  }
}

.section-cloud__end dl dd .people {
  background: linear-gradient(to top, #ffffff 0%, #e3e7e8 70%);
}

.section-cloud__end dl dd img {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section-cloud__end dl dd img {
    padding: 0 4vw;
  }
}

.newsDetailArticle {
  background: #f4f6f7;
}

.newsDetailArticle .mv {
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .mv {
    min-height: auto;
  }
}

.newsDetailArticle .mv .sub {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .mv .sub {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .mv img {
    height: 100%;
  }
}

.newsDetailArticle .category {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .category {
    margin-top: 30px;
  }
}

.newsDetailArticle .category span {
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  background: #bdbdbd;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.newsDetailArticle .category span.notice {
  color: #333;
  background: #e3e3e3;
}

.newsDetailArticle .category span.media {
  background: #005ea1;
}

.newsDetailArticle .category span.seminar {
  background: #498ecc;
}

.newsDetailArticle .pageTitle {
  font-size: 36px;
  font-weight: bold;
  color: #37474f;
  line-height: 1.3;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .pageTitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .section__entry {
    margin: 30px -20px 0;
  }
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner {
  margin: 60px auto 0;
  padding: 70px 60px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner {
    width: inherit;
    max-width: inherit;
    padding: 20px;
    word-break: break-all;
    margin-top: 0;
  }
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner>time {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner>time {
    margin-top: -5px;
  }
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner p {
  line-height: 1.8;
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner img {
  max-width: 100%;
  height: auto;
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner a {
  text-decoration: underline;
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner iframe {
  max-width: 100%;
  margin: auto;
  display: inherit;
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner figure {
  max-width: 100%;
}

.newsDetailArticle .section__entry .section__entry__wrap .section__entry__inner figcaption {
  margin-top: 10px;
  line-height: 1.5;
}

.newsDetailArticle .wp_social_bookmarking_light {
  padding: 0 !important;
}

.newsDetailArticle ul.share-buttons {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle ul.share-buttons {
    margin: 30px 0 30px;
  }
}

.newsDetailArticle ul.share-buttons li {
  display: inline;
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle ul.share-buttons li {
    margin: 0 6px;
  }
}

@media screen and (max-width: 1024px) {
  .newsDetailArticle ul.share-buttons li img {
    width: 40px;
  }
}

.newsDetailArticle ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.cases_list_filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 0 0;
  margin: 0 -5px 25px;
}

@media screen and (max-width: 1024px) {
  .cases_list_filter ul {
    margin-top: 45px;
  }
}

.cases_list_filter li {
  display: block;
  width: calc(20% - 10px);
  padding: 12px 10px;
  margin: 5px;
  background-color: #0277bd;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .cases_list_filter li {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .cases_list_filter li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3% - 10px);
    min-height: 40px;
    padding: 5px;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px 10px;
  }
}

.cases_list_filter li:hover {
  opacity: 0.5;
}

.cases_list_filter li.active {
  background-color: #00487c;
}

.cases_list_filter li.active:hover {
  opacity: 1;
}