@charset "UTF-8";
body {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

html,
body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

* {
  max-height: 99999px;
}

body {
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

sup {
  font-size: 70%;
}

a, .drawer-hamburger {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}

a:hover, .drawer-hamburger:hover, a:active, .drawer-hamburger:active, a:focus, .drawer-hamburger:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

/*
*/
.breakcheck {
  width: 0;
  height: 0;
  line-height: 0;
  display: table;
}

@media (min-width: 768px) {
  .breakcheck {
    display: block;
  }
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

/*
*/
#wrapper {
  font-size: 1.4rem;
  color: #2f3542;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  #wrapper {
    font-size: 1.6rem;
  }
}

/*
*/
.breadcrumb, .breadcrumb2 {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb, .breadcrumb2 {
    position: absolute;
    top: 100px;
    right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    color: #ffffff;
  }
  .breadcrumb li, .breadcrumb2 li {
    font-size: 1.4rem;
  }
  .breadcrumb li:after, .breadcrumb2 li:after {
    content: ">";
    padding: 0 8px;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .breadcrumb li:last-of-type:after, .breadcrumb2 li:last-of-type:after {
    content: "";
    display: none;
  }
  .breadcrumb li a, .breadcrumb2 li a {
    background: rgba(255, 255, 255, 0.3);
    padding: 0 10px;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .breadcrumb2 {
    position: static;
    top: auto;
    right: auto;
    color: #333;
    margin-top: 20px;
  }
  .breadcrumb2 li:after {
    color: #333;
  }
  .breadcrumb2 li a {
    background: rgba(0, 0, 0, 0.3);
  }
}

/*
*/
body.lower_page main.lower_page .bg_container {
  padding-bottom: 50px;
}

body.lower_page #footer {
  margin-top: 0;
}

/*
*/
h1.main_ttl {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  h1.main_ttl {
    font-size: 1.6rem;
  }
}

h1.main_ttl span {
  display: block;
  color: #ffffff;
}

h1.main_ttl span.en {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  h1.main_ttl span.en {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

h1.main_ttl span.jp_ttl {
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  h1.main_ttl span.jp_ttl {
    font-size: 2.5rem;
  }
}

/*
*/
.lower_page .bg_white_02 {
  background: rgba(255, 255, 255, 0.9);
}

.lower_page .bg_f7f7f7 {
  background-color: #f7f7f7;
}

/*
*/
.lower_page .mv_bg {
  padding-top: 1px;
  background: url(../img/service/it_mv_pc.png) no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .lower_page .mv_bg {
    background: url(../img/service/it_mv_pc.png) no-repeat center top;
    background-size: cover;
  }
}

/*
*/
.mv_bg__content {
  padding: 80px 0 60px;
}

@media (min-width: 768px) {
  .mv_bg__content {
    padding: 70px 0 40px;
  }
}

/*
*
*/
a.animated-button, a.animated-button2 {
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

a.animated-button:hover, a.animated-button2:hover {
  color: #000 !important;
  background-color: transparent;
}

a.animated-button:hover:before, a.animated-button2:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

a.animated-button:before, a.animated-button2:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background: #ffffff;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

a.animated-button2:before {
  background: #2f3542;
}

a.animated-button2:hover {
  color: #fff !important;
}

/*
*/
.animateIn, .animateOut {
  opacity: 0.0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animateIn {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scrollFadeIn {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollFadeIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/********** .drawer-hamburger **********/
.drawer-hamburger {
  width: 28px;
  position: fixed;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  z-index: 100;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-hamburger-icon {
  height: 2px;
  background-color: #ffffff;
}

.drawer-hamburger-icon:before {
  top: -10px;
  height: 2px;
  background-color: #ffffff;
}

.drawer-hamburger-icon:after {
  top: 10px;
  height: 2px;
  background-color: #ffffff;
}

.drawer-hamburger-icon.blk {
  background-color: #2f3542;
}

.drawer-hamburger-icon.blk:before, .drawer-hamburger-icon.blk:after {
  background-color: #2f3542;
}

.drawer-open .drawer-hamburger-icon.blk {
  background-color: transparent;
}

.drawer--left .drawer-nav {
  left: calc((100% - 60px) * -1);
  background-color: #ffffff;
  width: calc(100% - 60px);
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .drawer--left .drawer-nav {
    display: none;
  }
}

.drawer--left .drawer-menu > li > .d-blk {
  display: block;
  line-height: 1;
  padding: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

.drawer--left .drawer-menu > li > .bgcb {
  display: block;
  line-height: 1;
  padding: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  background-color: #2f3542;
  color: #ffffff;
}

.drawer--left .drawer-menu > li > .bgcb:after {
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.drawer--left .drawer-menu .bdr_b {
  border-bottom: 1px #ebebeb solid;
}

.drawer--left .drawer-menu .bdr_t {
  border-top: 1px #ebebeb solid;
}

.drawer--left .drawer-menu .udr_l {
  padding: 5px 15px;
  font-size: 1.2rem;
  text-decoration: underline;
  display: inline-block;
}

.drawer--left .drawer-menu .arrow_r:after {
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top-color: #2f3542;
  border-right-color: #2f3542;
}

.drawer--left .drawer-menu .arrow_b:after {
  right: 20px;
  -webkit-transform: translateY(-100%) rotate(135deg);
          transform: translateY(-100%) rotate(135deg);
  border-top-color: #2f3542;
  border-right-color: #2f3542;
}

.drawer--left .drawer-menu .sub-menu {
  margin-left: 20px;
}

.drawer--left .drawer-menu .sub-menu > li > a {
  display: block;
  line-height: 1;
  padding: 20px 20px 20px 10px;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}

.drawer--left .drawer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer--left .drawer_links > * {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .drawer--left .drawer_links > * {
    font-size: 1.6rem;
  }
}

.drawer--left .drawer_links a {
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .drawer--left .drawer_links a {
    width: 40px;
    line-height: 40px;
  }
  .drawer--left .drawer_links a:hover {
    opacity: 1.0;
  }
}

.drawer--left .drawer_links a.current {
  background-color: #ced6e1;
}

.drawer--left .drawer_links a.sns {
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #f1f2f6;
}

.drawer--left .drawer_links p {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .drawer--left .drawer_links.mhover a.current {
    background-color: transparent;
  }
  .drawer--left .drawer_links.mhover a.onmouse {
    background-color: #ced6e1;
  }
}

.drawer--left .drawer-menu > li > .bgcb:after, .drawer--left .drawer-menu .arrow_r:after, .drawer--left .drawer-menu .arrow_b:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  width: 15px;
  height: 15px;
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1260px;
  }
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fw-700 {
  font-weight: 700;
}

.fz-09 {
  font-size: 0.9rem;
}

.fc_black {
  color: #000000;
}

.fc_pink {
  color: #ff4757;
}

.lh-10 {
  line-height: 1.0;
}

.lh-18 {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .lh-md-22 {
    line-height: 2.2;
  }
}

.bg_white {
  background-color: #ffffff;
}

.mw-320 {
  max-width: 320px;
}

.wd-60pc {
  width: 60%;
}

.wd-35pc {
  width: 35%;
}

@media (min-width: 768px) {
  .wd-md-25pc {
    width: 25%;
  }
  .wd-md-30pc {
    width: 30%;
  }
  .wd-md-50pc {
    width: 50%;
  }
  .wd-md-70pc {
    width: 70%;
  }
  .wd-md-75pc {
    width: 75%;
  }
  .wd-md-90pc {
    width: 90%;
  }
  .wd-md-100pc {
    width: 100%;
  }
  .wd-md-auto {
    width: auto;
  }
}

.lt-sp {
  letter-spacing: -0.2em;
}

.icn_new {
  font-size: 1.0rem;
  font-weight: 400;
  background-color: #d7d7d7;
  padding: 0.05em 0.5em;
  vertical-align: middle;
  margin-left: 0.5em;
}

@media (min-width: 768px) {
  .icn_new {
    font-size: 1.4rem;
  }
}

.top-hero__brand {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 2;
  width: 65px;
}

@media (min-width: 768px) {
  .top-hero__brand {
    width: 96px;
    top: 50px;
    left: 30px;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: calc(100% - 160px);
}

.header-container {
  display: none;
  margin-left: auto;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-container > * {
  width: 100%;
  position: relative;
  background-color: rgba(47, 53, 66, 0.5);
}

.header-container > *:last-of-type {
  background-color: white;
}

.header-container > *:last-of-type .hvr {
  display: none;
}

.header-container > *:last-of-type:hover .hvr {
  display: block;
}

.header-container > *:last-of-type:hover .dft {
  display: none;
}

.header-container > *:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #2f3542;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-container > *:hover {
  opacity: 1.0;
}

.header-container > *:hover:before {
  right: 0;
}

.header-container > * img {
  position: relative;
  z-index: 2;
}

/*
*/
.header-sub-nav,
.header-main-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-sub-nav,
  .header-main-nav {
    display: block;
  }
}

/*
*/
.header-main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
}

.header-main-nav-item-alink {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 0 20px;
}

.header-main-nav-item:first-child .header-main-nav-item-alink {
  padding-left: 30px;
}

.header-main-nav-item:last-child .header-main-nav-item-alink {
  padding-right: 30px;
}

.header-main-nav-item-alink:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.header-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.header-main-nav.active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}

/*
*/
.header-sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.header-sub-nav-item {
  background-color: #ffffff;
  position: relative;
  border-right: solid 1px #ddd;
}

.header-sub-nav-item-alink {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 10px;
}

@media (min-width: 768px) {
  .header-sub-nav-item-alink {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.header-sub-nav-item:hover .header-sub-nav-list__drop-nav-list {
  display: block;
}

.header-sub-nav-item-alink-thumbnail {
  width: 40px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .header-sub-nav-item-alink-thumbnail {
    width: 60px;
    margin-right: 10px;
  }
}

.header-sub-nav-item-alink {
  width: 125px;
}

@media (min-width: 768px) {
  .header-sub-nav-item-alink {
    width: 200px;
  }
}

.header-sub-nav-item-alink--contact {
  background: #2f3542;
  border: 1px #57606f solid;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.header-sub-nav-item-alink--contact:hover {
  color: #ffffff;
}

.header-sub-nav-item-alink:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-sub-nav-item-alink--service:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.header-sub-nav-item-alink:after {
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
}

.header-sub-nav-item-alink--contact:after {
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
}

.header-sub-nav-list__drop-nav-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: -1px;
  display: none;
  border-right: solid 1px #ddd;
}

.header-sub-nav-list__drop-nav-list-item-alink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  min-height: 70px;
  font-size: 10px;
  background-color: #ffffff;
  position: relative;
}

@media (min-width: 768px) {
  .header-sub-nav-list__drop-nav-list-item-alink {
    font-size: 14px;
  }
}

.header-sub-nav-list__drop-nav-list-item-alink:hover {
  opacity: 1;
  background-color: #e7e7e7;
}

.header-sub-nav-list__drop-nav-list-item-alink:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
}

/********** footerエリア **********/
#footer {
  margin-top: 50px;
  position: relative;
}

@media (min-width: 768px) {
  #footer .container {
    padding-left: 145px;
  }
}

#footer .footer_logo {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #footer .footer_logo {
    max-width: inherit;
    max-width: none;
    display: block;
  }
}

#footer .footer_logo > * {
  width: 100%;
}

#footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_links > * {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #footer .footer_links > * {
    font-size: 1.6rem;
  }
}

#footer .footer_links a {
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}

@media (min-width: 768px) {
  #footer .footer_links a {
    width: 40px;
    line-height: 40px;
  }
  #footer .footer_links a:hover {
    opacity: 1.0;
  }
}

#footer .footer_links a.current {
  background-color: #ced6e1;
}

#footer .footer_links a.sns {
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #f1f2f6;
}

#footer .footer_links p {
  margin-left: 5px;
}

@media (min-width: 768px) {
  #footer .footer_links.mhover a.current {
    background-color: transparent;
  }
  #footer .footer_links.mhover a.onmouse {
    background-color: #ced6e1;
  }
}

#footer .footer_group01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #footer .footer_group01 {
    display: block;
    width: 80px;
  }
}

#footer .footer_group02 {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #footer .footer_group02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-left: 15%;
  }
}

@media (min-width: 768px) {
  #footer .footer_group02 ul {
    padding-right: 1.0em;
  }
}

#footer .footer_group02 ul li:not(:first-of-type) {
  margin-top: 0.2em;
}

#footer .inq-link {
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #footer .inq-link {
    max-width: 320px;
    line-height: 50px;
    font-size: 1.4rem;
    margin-top: 20px;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#footer .inq-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#footer .copyright {
  display: block;
  font-size: 0.9rem;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .copyright {
    font-size: 1.3rem;
    line-height: 50px;
  }
}

#pagetop {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 5;
}

@media (min-width: 768px) {
  #pagetop {
    width: auto;
    right: 40px;
  }
}

#pagetop.set {
  position: absolute;
  bottom: auto;
  top: -20px;
}

@media (min-width: 768px) {
  #pagetop.set {
    top: -40px;
  }
}

#mainVisual .mv_bg, #mainVisual .mv_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#mainVisual .mv_bg {
  z-index: 1;
  background: url(../img/top/mv_bg.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  #mainVisual .mv_bg {
    background-image: url(../img/top/mv_bg_md.png);
  }
}

#mainVisual .mv_txt {
  text-align: left;
  text-indent: -9999px;
  z-index: 2;
  background: url(../img/top/mv_txt.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  #mainVisual .mv_txt {
    background-image: url(../img/top/mv_txt_md.png);
  }
}

#mainVisual .mainVisual__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 65px;
}

@media (min-width: 768px) {
  #mainVisual .mainVisual__logo {
    top: 0;
    width: 150px;
  }
}

#mainVisual .sp_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 768px) {
  #mainVisual .sp_anchor {
    display: none;
  }
}

#mainVisual .sp_anchor > * {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin-bottom: 25px;
  font-size: 1.1rem;
  font-weight: 700;
}

#mainVisual .sp_anchor > * a {
  display: block;
}

#mainVisual .sp_anchor > * a .en {
  font-size: 2.5rem;
}

#mainVisual .sp_anchor > *.quick {
  padding-left: 0;
  position: relative;
}

#mainVisual .sp_anchor > *.quick span {
  display: block;
  background-color: #ffffff;
  line-height: 50px;
  width: calc(100% - 15px);
  border-radius: 0 100px 100px 0;
  padding-left: 40px;
}

#mainVisual .sp_anchor > *.quick:before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 24px;
  display: block;
  width: 6px;
  height: 73px;
  background: url(../img/arrow01.png) no-repeat center/cover;
}

#mainVisual .pc_anchor {
  display: none;
}

@media (min-width: 768px) {
  #mainVisual .pc_anchor {
    display: block;
  }
}

#mainVisual .pc_anchor li {
  width: 250px;
}

#mainVisual .pc_anchor li:not(:first-of-type) {
  margin-top: 20px;
}

#mainVisual .pc_anchor li a {
  display: block;
  height: 40px;
  padding-left: 50px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
}

#mainVisual .pc_anchor li a:hover {
  background-color: #ffffff;
  opacity: 1.0;
}

#mainVisual .pc_anchor li a:hover:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#mainVisual .pc_anchor li a .en {
  font-size: 2.2rem;
}

#mainVisual .pc_links {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

@media (min-width: 768px) {
  #mainVisual .pc_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#mainVisual .pc_links > * {
  font-size: 2.2rem;
  font-weight: 700;
}

#mainVisual .pc_links a {
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
}

#mainVisual .pc_links a.sns, #mainVisual .pc_links a.current {
  background-color: rgba(206, 214, 225, 0.5);
}

#mainVisual .pc_links a:hover {
  opacity: 1.0;
}

#mainVisual .pc_links a.sns {
  font-weight: 400;
  font-size: 1.6rem;
}

#mainVisual .pc_links a.sns:hover {
  background-color: rgba(66, 103, 178, 0.5);
}

#mainVisual .pc_links p {
  margin-left: 5px;
}

@media (min-width: 768px) {
  #mainVisual .pc_links.mhover a.current {
    background-color: transparent;
  }
  #mainVisual .pc_links.mhover a.onmouse {
    background-color: rgba(206, 214, 225, 0.5);
  }
}

@media (min-width: 768px) {
  .map_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.map_base .leftSpace {
  display: none;
}

@media (min-width: 768px) {
  .map_base .leftSpace {
    display: block;
  }
}

.map_base #map {
  -ms-flex-negative: 100;
      flex-shrink: 100;
}

.sec_ttl {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.0;
}

@media (min-width: 768px) {
  .sec_ttl {
    font-size: 1.4rem;
    padding-right: 1em;
  }
}

.sec_ttl .en {
  font-size: 3.3rem;
}

@media (min-width: 768px) {
  .sec_ttl .en {
    font-size: 4rem;
  }
}

.sec_subttl {
  font-weight: 700;
}

@media (min-width: 768px) {
  .sec_subttl {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .sec_subttl.nlp {
    padding-left: 0;
  }
}

#sec_service {
  background: url(../img/top/service_bg.png) no-repeat right top/100% auto;
}

@media (min-width: 768px) {
  #sec_service {
    background-image: url(../img/top/service_bg_md.png);
  }
}

#sec_service .swiper-holder {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
}

@media (min-width: 768px) {
  #sec_service .swiper-holder {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  #sec_service .swiper-slideinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 50px;
    padding-right: 50px;
  }
}

#sec_service .swiper-slideinner .inner-img {
  text-align: center;
}

@media (min-width: 768px) {
  #sec_service .swiper-slideinner .inner-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 50px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #sec_service .swiper-slideinner .inner-img {
    margin-left: 100px;
  }
}

#sec_service .swiper-slideinner .inner-txt {
  margin-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

#sec_service .swiper-slideinner .inner-txt .in-ttl {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #sec_service .swiper-slideinner .inner-txt .in-ttl {
    font-size: 2.0rem;
    margin-bottom: 2.0em;
  }
}

#sec_service .swiper-slideinner .inner-txt .in-txt {
  color: #000000;
}

#sec_service .swiper-slideinner .inner-txt .in-link {
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  width: 230px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #sec_service .swiper-slideinner .inner-txt .in-link {
    width: 100%;
    max-width: none;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 60px;
  }
}

#sec_service .swiper-slideinner .inner-txt .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  #sec_service .swiper-slideinner .inner-txt {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  #sec_service .swiper-slideinner .inner-txt {
    width: 320px;
  }
}

#sec_service .imgHover {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  #sec_service .imgHover:hover {
    opacity: 1.0;
  }
  #sec_service .imgHover:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/img_link.png) no-repeat center/cover;
    z-index: 2;
  }
}

#sec_service .imgHover2 {
  display: block;
}

#sec_service .imgHover2 .thisImg {
  position: relative;
}

@media (min-width: 768px) {
  #sec_service .imgHover2 .thisImg {
    overflow: hidden;
  }
  #sec_service .imgHover2 .thisImg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/img_link.png) no-repeat center/cover;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  #sec_service .imgHover2 .whiteBox01:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  #sec_service .imgHover2:hover {
    opacity: 1.0;
  }
  #sec_service .imgHover2:hover .thisImg:after {
    opacity: 1.0;
  }
  #sec_service .imgHover2:hover .thisImg img {
    -webkit-transform: scale(1.3) rotate(9deg);
            transform: scale(1.3) rotate(9deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  #sec_service .imgHover2:hover .whiteBox01:after {
    opacity: 1.0;
  }
}

#sec_service .whiteBox01 {
  background-color: #ffffff;
  padding: 25px;
  position: relative;
}

@media (min-width: 768px) {
  #sec_service .whiteBox01 {
    padding: 45px;
  }
}

#sec_service .swiper-pagination {
  bottom: auto;
  top: 0;
  margin-top: 66%;
}

@media (min-width: 768px) {
  #sec_service .swiper-pagination {
    margin-top: 40px;
    position: static;
    padding-bottom: 3.5%;
  }
}

#sec_service .swiper-pagination-bullet {
  border: 1px #000000 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1.0;
}

#sec_service .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

#sec_service .swiper-button-next,
#sec_service .swiper-button-prev {
  width: 22.66667%;
  height: 0;
  padding-top: 13.33333%;
  top: 0;
  margin-top: 62%;
}

@media (min-width: 768px) {
  #sec_service .swiper-button-next,
  #sec_service .swiper-button-prev {
    width: 8%;
    padding-top: 8.33333%;
    top: auto;
    bottom: 0;
  }
}

#sec_service .swiper-button-next:after,
#sec_service .swiper-button-prev:after {
  content: none;
}

#sec_service .swiper-button-prev {
  background: url(../img/top/prev.png) no-repeat center/contain;
}

#sec_service .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#sec_service .swiper-button-next {
  background: url(../img/top/next.png) no-repeat center/contain;
}

#sec_service .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

#sec_news {
  background: url(../img/top/news_bg.png) no-repeat left top/100% auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #sec_news {
    background-image: url(../img/top/news_bg_md.png);
    padding-bottom: 35px;
  }
}

#sec_news .rightWhite {
  position: relative;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #sec_news .rightWhite {
    background-color: transparent;
  }
  #sec_news .rightWhite:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ffffff;
  }
}

#sec_news .rightWhite .row {
  position: relative;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  #sec_news .rightWhite .row {
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #sec_news .rightWhite .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    bottom: 0;
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  #sec_news .rightWhite .row a:hover .news-txt {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #sec_news .rightWhite .row a:hover .fc_black {
    opacity: 0.75;
  }
}

#sec_news .rightWhite .row a .news-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 39%;
}

@media (min-width: 768px) {
  #sec_news .rightWhite .row a .news-img {
    padding-right: 20px;
    width: 100%;
  }
}

#sec_news .rightWhite .row a .news-img img {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#sec_news .rightWhite .row a .news-txt {
  position: relative;
  z-index: 2;
  width: calc(61% - 30px);
}

@media (min-width: 768px) {
  #sec_news .rightWhite .row a .news-txt {
    width: 100%;
    margin-top: 10px;
  }
}

#sec_news .rightWhite .row a .icn {
  width: 45px;
}

@media (min-width: 768px) {
  #sec_news .rightWhite .row a .icn {
    width: auto;
  }
}

#sec_news .rightWhite .row a .icn img {
  display: block;
}

#sec_news .rightWhite .in-link {
  position: absolute;
  bottom: -25px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  width: 230px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #sec_news .rightWhite .in-link {
    width: 350px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 60px;
    bottom: -35px;
    right: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#sec_news .rightWhite .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#sec_profile {
  background: url(../img/top/profile_bg.png) no-repeat left top/cover;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #sec_profile {
    background-image: url(../img/top/profile_bg_md.png);
  }
}

#sec_profile .prof_inner {
  position: relative;
  z-index: 2;
}

#sec_profile .prof_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec_profile .prof_btn > * {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 60px;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}

@media (min-width: 768px) {
  #sec_profile .prof_btn > * {
    width: 200px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 50px;
  }
}

#sec_profile .prof_btn > *:nth-of-type(1) {
  background-color: #747d8c;
}

#sec_profile .prof_btn > *:nth-of-type(2) {
  background-color: #57606f;
  margin-left: 20px;
}

#sec_profile:before {
  content: "";
  display: block;
  position: absolute;
  width: 78%;
  height: 100%;
  background: url(../img/top/profile_bg2.png) no-repeat center center/cover;
  background: none no-repeat center center / cover;
  right: 0;
}

@media (min-width: 768px) {
  #sec_profile:before {
    width: 53.42857%;
    background-image: url(../img/top/profile_bg2_md.png);
  }
}

#sec_company .company_detail {
  margin-top: 30px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #sec_company .company_detail {
    display: table;
    width: 100%;
    padding: 30px 30px;
  }
}

#sec_company .company_detail ul {
  padding: 10px 14px;
}

@media (min-width: 768px) {
  #sec_company .company_detail ul {
    display: table-row;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #sec_company .company_detail ul li {
    display: table-cell;
    padding: 15px 25px;
    vertical-align: top;
  }
}

#sec_company .company_detail ul li:nth-of-type(1) {
  font-weight: 700;
}

@media (min-width: 768px) {
  #sec_company .company_detail ul li:nth-of-type(1) {
    font-size: 2.0rem;
    width: 26%;
  }
}

@media (min-width: 768px) {
  #sec_company .company_detail ul li:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

#sec_company .com_t {
  margin-top: 5px;
}

@media (min-width: 768px) {
  #sec_company .com_t {
    margin-top: 0;
  }
}

#sec_company .com_t th {
  font-weight: 700;
  padding-right: 1em;
  width: 9em;
  text-align: left;
  vertical-align: top;
}

#sec_company .com_t th,
#sec_company .com_t td {
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  #sec_company .bothends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#sec_company .mapsDummy {
  width: 100%;
  height: 20px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #sec_company .mapsDummy {
    height: 40px;
  }
}

.modal_base {
  width: 100%;
  background: url(../img/top/modal_bg.jpg) no-repeat center top/cover;
}

@media (min-width: 768px) {
  .modal_base {
    background-image: url(../img/top/modal_bg_md.jpg);
  }
}

.modal_base--vision {
  background: url(../img/top/modal_bg_vision.jpg) no-repeat center top/cover;
}

@media (min-width: 768px) {
  .modal_base--vision {
    background-image: url(../img/top/modal_bg_vision_md.jpg);
  }
}

.modal_close {
  position: absolute;
  display: block;
  background-color: #2f3542;
  color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  width: 100px;
  line-height: 40px;
  text-align: center;
  bottom: -20px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .modal_close {
    width: 210px;
    line-height: 70px;
    cursor: pointer;
    bottom: -35px;
    font-size: 1.8rem;
  }
}

.modal_close:after, .modal_close:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1.0em;
  top: 50%;
  right: 15px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .modal_close:after, .modal_close:before {
    right: 35px;
  }
}

.modal_close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.modal_close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.modaal-inner-wrapper {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .modaal-inner-wrapper {
    padding: 80px 0;
  }
}

.modaal-container {
  max-width: inherit;
  max-width: none;
  color: #2f3542;
}

.modaal-content-container {
  padding: 0;
}

#map {
  width: 100%;
  height: 210px;
}

@media (min-width: 768px) {
  #map {
    height: 420px;
  }
}

#mainVisual .mv_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#mainVisual video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

@media (min-width: 768px) {
  #mainVisual video {
    width: 100%;
    min-width: 1400px;
    z-index: 1;
  }
}

#sec_news .thumbnail_list > div .bg_white .link_inner .link_img a {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #sec_news .thumbnail_list > div .bg_white .link_inner .link_img a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/img_link.png) no-repeat center/cover;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  #sec_news .thumbnail_list > div .bg_white .link_inner .link_img a:hover {
    opacity: 1.0;
  }
  #sec_news .thumbnail_list > div .bg_white .link_inner .link_img a:hover:after {
    opacity: 1.0;
  }
  #sec_news .thumbnail_list > div .bg_white .link_inner .link_img a:hover .thumbImg {
    -webkit-transform: scale(1.3) rotate(9deg);
            transform: scale(1.3) rotate(9deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

#sec_news .thumbnail_list > div .bg_white .link_inner .link_img .thumbImg {
  display: block;
  width: 100%;
  padding-top: 69%;
  height: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#sec_news .icn {
  width: 45px;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  #sec_news .icn {
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
  }
}

#sec_news .icn img {
  display: block;
}

#sec_news .thumbnail_list > div.new .link_inner .link_img {
  position: relative;
  z-index: 1;
  width: 40%;
}

@media (min-width: 768px) {
  #sec_news .thumbnail_list > div.new .link_inner .link_img {
    width: 100%;
    padding-right: 20px;
  }
}

#sec_news .thumbnail_list > div.new a .link_inner .news-txt {
  position: relative;
  z-index: 2;
}

#sec_news .news-txt {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  width: calc(60% - 15px);
}

@media (min-width: 768px) {
  #sec_news .news-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

#sec_news .thumbnail_list > div a.hover_underline:hover {
  text-decoration: underline;
}

#sec_news .icn a:hover {
  opacity: 0.75;
}

#sec_news .link_inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #sec_news .link_inner {
    max-width: 290px;
    display: block;
    margin: 0 auto;
  }
}

#sec_news .news-txt {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  width: calc(60% - 15px);
}

@media (min-width: 768px) {
  #sec_news .news-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

#sec_news .bg_white {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  #sec_news .bg_white {
    font-size: 2.0rem;
    background: #ffffff;
  }
}

@media (min-width: 768px) {
  #top main section .container {
    padding-left: 145px;
  }
}

#sec_recruit {
  background: url(../img/top/news_bg.png) no-repeat left top/100% auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #sec_recruit {
    background-image: url(../img/top/news_bg_md.png);
    padding-bottom: 35px;
  }
}

#sec_recruit .leftWhite {
  position: relative;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #sec_recruit .leftWhite {
    background-color: transparent;
  }
  #sec_recruit .leftWhite:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    background-color: #ffffff;
  }
}

#sec_recruit .leftWhite .sec_recruit_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  background-color: #ffffff;
}

#sec_recruit .leftWhite .sec_recruit_inner_bg {
  position: relative;
  padding-top: 45.3333%;
  margin-left: -15px;
  margin-right: -15px;
  background-image: url(../img/top/recruit_bg.png);
  background-size: cover;
}

@media (min-width: 768px) {
  #sec_recruit .leftWhite .sec_recruit_inner_bg {
    position: absolute;
    top: 0;
    width: 60.8333%;
    height: 100%;
    padding: 0;
    background-size: cover;
    right: 0;
    background-image: url(../img/top/recruit_bg_md.png);
  }
}

#sec_recruit .leftWhite .in-link {
  position: absolute;
  bottom: -25px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  width: 230px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #sec_recruit .leftWhite .in-link {
    width: 350px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 60px;
    bottom: -35px;
    left: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#sec_recruit .leftWhite .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#news {
  /*
  */
  /*
  */
  /*
  */
}

#news .sp_bg_white {
  background: #ffffff;
}

@media (min-width: 768px) {
  #news .sp_bg_white {
    background: none;
  }
}

#news ul.thumbnail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news ul.thumbnail_list li {
  width: 100%;
  background: #ffffff;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #news ul.thumbnail_list li:nth-child(3n) {
    margin-right: 0;
  }
}

#news ul.thumbnail_list li p.icn {
  width: 45px;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li p.icn {
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
  }
}

#news ul.thumbnail_list li p.icn img {
  display: block;
}

#news ul.thumbnail_list li a img {
  vertical-align: middle;
}

#news ul.thumbnail_list li a .icn {
  width: 40px;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li a .icn {
    width: 70px;
  }
}

#news ul.thumbnail_list li a .icn img {
  display: block;
}

#news ul.thumbnail_list li .bg_white {
  display: block;
  padding: 10px 15px 10px 0;
  position: relative;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white {
    padding: 50px 13%;
    font-size: 2rem;
    background: #ffffff;
  }
}

#news ul.thumbnail_list li .bg_white:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px #656565 solid;
  border-right: 1px #656565 solid;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white:after {
    content: "";
    position: static;
    top: auto;
    right: auto;
    border: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#news ul.thumbnail_list li .bg_white .link_inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white .link_inner {
    max-width: 290px;
    display: block;
    margin: 0 auto;
  }
}

#news ul.thumbnail_list li .bg_white .link_inner .news-txt {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  width: calc(60% - 15px);
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white .link_inner .news-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

#news ul.thumbnail_list li .bg_white .link_inner .link_img {
  width: 40%;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white .link_inner .link_img {
    width: 100%;
  }
}

#news ul.thumbnail_list li .bg_white .link_inner .link_img a {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white .link_inner .link_img a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/img_link.png) no-repeat center/cover;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  #news ul.thumbnail_list li .bg_white .link_inner .link_img a:hover {
    opacity: 1.0;
  }
  #news ul.thumbnail_list li .bg_white .link_inner .link_img a:hover:after {
    opacity: 1.0;
  }
  #news ul.thumbnail_list li .bg_white .link_inner .link_img a:hover .thumbImg {
    -webkit-transform: scale(1.3) rotate(9deg);
            transform: scale(1.3) rotate(9deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

#news ul.thumbnail_list li .bg_white .link_inner .link_img .thumbImg {
  display: block;
  width: 100%;
  padding-top: 69%;
  height: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white a.hover_underline:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li .bg_white .mt-md-m17 {
    margin-top: 10px;
  }
}

#news ul.thumbnail_list li.new .link_inner .link_img {
  position: relative;
  z-index: 1;
}

#news ul.thumbnail_list li.new .link_inner .link_img:before {
  position: absolute;
  content: "new";
  font-weight: 700;
  color: #2f3542;
  background: #ffffff;
  padding: 5px 3px;
  font-size: 1.2rem;
  z-index: 1;
}

@media (min-width: 768px) {
  #news ul.thumbnail_list li.new .link_inner .link_img:before {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}

#news ul.thumbnail_list li.new a .link_inner .news-txt {
  position: relative;
  z-index: 2;
}

#news .in-link {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  width: 230px;
  top: 0;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #news .in-link {
    width: 350px;
    line-height: 70px;
    font-size: 1.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#news .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#news .in-link.down:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

#news .in-link.contact {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  #news .in-link.contact {
    width: 350px;
  }
}

#news hr.news_d {
  height: 2px;
  background-color: #2f3542;
  border: none;
  width: 100%;
}

#news .news_d_ttl {
  border-top: 2px solid #2f3542;
  border-bottom: 2px solid #2f3542;
  padding: 15px 0;
}

@media (min-width: 768px) {
  #news .news_d_ttl {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#news .news_d_ttl .news_d_img {
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  #news .news_d_ttl .news_d_img {
    width: calc((100% - 20px) / 5 * 3);
    margin-left: 20px;
    margin-top: 0;
  }
}

#news .news_d_ttl .news_d_txt {
  width: 100%;
}

@media (min-width: 768px) {
  #news .news_d_ttl .news_d_txt {
    border-top: 2px solid #2f3542;
    border-bottom: 2px solid #2f3542;
    padding: 30px 0;
    text-align: center;
  }
}

#news .news_d_ttl .news_d_txt .icn {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  #news .news_d_ttl .news_d_txt .icn {
    margin-top: 10px;
    margin-right: 10px;
  }
}

#news .news_d_ttl .news_d_txt .icn img {
  display: block;
}

#news .news_s {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #news .news_s {
    margin-top: 80px;
  }
}

#news .news_s a {
  text-decoration: underline;
  color: #3842fa;
  word-break: break-all;
}

#news .news_s .news_index {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #news .news_s .news_index {
    font-size: 2.2rem;
  }
}

#news .news_s ul {
  margin-left: 10px;
}

@media (min-width: 768px) {
  #news .news_s ul {
    margin-left: 15px;
  }
}

#news .news_s ul li {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #news .news_s ul li {
    font-size: 1.6rem;
  }
}

#news .news_s ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .news_s ul li dl dt {
  margin-right: 15px;
  width: 45px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #news .news_s ul li dl dt {
    width: 60px;
  }
}

#news .news_s ul li dl dd {
  width: calc(100% - 60px);
}

@media (min-width: 768px) {
  #news .news_s ul li dl dd {
    width: calc(100% - 75px);
  }
}

#news .sns {
  width: 250px;
  line-height: 13px;
}

@media (min-width: 768px) {
  #news .sns {
    width: 294px;
  }
}

#news .news-tag-list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #news .news-tag-list {
    margin: 100px 0 50px;
  }
}

#news .news-tag-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

@media (min-width: 768px) {
  #news .news-tag-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

#news .news-tag-list-item:after {
  content: "";
  display: block;
  position: absolute;
  height: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #828282;
  width: 1px;
}

#news .news-tag-list-item.active {
  background-color: #000000;
  color: #ffffff;
}

#news .news-tag-list-item.active:after {
  display: none;
}

#news .news-tag-list-item:nth-child(2n):after {
  display: none;
}

@media (min-width: 768px) {
  #news .news-tag-list-item:nth-child(2n):after {
    display: block;
  }
}

@media (min-width: 768px) {
  #news .news-tag-list-item:nth-child(5):after {
    display: none;
  }
}

#news .news-tag-list-item-alink {
  display: block;
  font-size: 1.2rem;
  padding: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  #news .news-tag-list-item-alink {
    font-size: 1.4rem;
    padding: 15px;
  }
}

#news .news-entry {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #news .news-entry {
    margin: 100px 0 50px;
    padding: 50px;
  }
}

#news .lower_page .mv_bg {
  background-image: url(../img/news/news_mv_pc.png);
}

@media (min-width: 768px) {
  #news .lower_page .mv_bg {
    background-image: url(../img/news/news_mv_pc.png);
  }
}

#news .single-post-pager {
  margin: 4em 0em;
}

#news .prev-post-label,
#news .next-post-label {
  width: 100px;
  margin: 15px 0;
}

@media (min-width: 768px) {
  #news .prev-post-label,
  #news .next-post-label {
    width: 200px;
  }
}

#news .prev-post-label {
  margin-right: auto;
  margin-left: 0;
}

#news .next-post-label {
  margin-left: auto;
  margin-right: 0;
}

#news .prev-post-link-container,
#news .next-post-link-container {
  border: solid 1px #e5e5e5;
  border-bottom: solid 2px #e5e5e5;
}

#news .prev-post-link a,
#news .next-post-link a {
  display: block;
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: #ffffff;
}

#news .prev-post-link__object,
#news .next-post-link__object {
  width: 130px;
  /*height: 110px;*/
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media (min-width: 768px) {
  #news .prev-post-link__object,
  #news .next-post-link__object {
    width: 180px;
  }
}

#news .prev-post-link__thumb,
#news .next-post-link__thumb {
  max-height: 100px;
  overflow: hidden;
}

#news .prev-post-link__thumb img,
#news .next-post-link__thumb img {
  /*vertical-align: bottom;*/
  display: block;
}

#news .prev-post-link__thumb:after,
#news .next-post-link__thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #e5e5e5;
  top: 50%;
  right: -1px;
  margin-top: -50px;
}

#news .prev-post-link__date p,
#news .next-post-link__date p {
  margin: 0;
  font-weight: bold;
}

#news .prev-post-link__title,
#news .next-post-link__title {
  font-size: 1.4rem;
  line-height: 1.5;
}

#news .prev-post-link__title p,
#news .next-post-link__title p {
  margin: 0;
}

#news .prev-post-link a:hover .prev-post-link__title p,
#news .next-post-link a:hover .next-post-link__title p {
  text-decoration: underline;
}

#news .prev-post-link__body,
#news .next-post-link__body {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
  margin: 1em 0;
  text-decoration: none;
}

#news .back-index-label {
  width: 100px;
  margin: auto;
}

@media (min-width: 768px) {
  #news .back-index-label {
    width: 130px;
  }
}

#recruit .lower_page .mv_bg {
  background-image: url(../img/recruit/recruit_mv_sp.png);
}

@media (min-width: 768px) {
  #recruit .lower_page .mv_bg {
    background-image: url(../img/recruit/recruit_mv_pc.png);
  }
}

#recruit .recruit-heading {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2f3542;
}

#recruit ul.thumbnail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#recruit ul.thumbnail_list li {
  width: 100%;
}

@media (min-width: 768px) {
  #recruit ul.thumbnail_list li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 15px;
  }
  #recruit ul.thumbnail_list li:nth-child(3n) {
    margin-right: 0;
  }
}

#recruit ul.thumbnail_list li a img {
  vertical-align: middle;
}

#recruit ul.thumbnail_list li .bg_white {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  #recruit ul.thumbnail_list li .bg_white {
    font-size: 2rem;
    background: #ffffff;
  }
}

#recruit ul.thumbnail_list li .bg_white .link_inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #recruit ul.thumbnail_list li .bg_white .link_inner {
    display: block;
    margin: 0 auto;
  }
}

#recruit ul.thumbnail_list li .bg_white .link_inner .link_img {
  width: 40%;
  width: 100%;
}

@media (min-width: 768px) {
  #recruit ul.thumbnail_list li .bg_white .link_inner .link_img {
    width: 100%;
  }
}

#recruit ul.thumbnail_list li .bg_white .link_inner .link_img a {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #recruit ul.thumbnail_list li .bg_white .link_inner .link_img a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/img_link.png) no-repeat center/cover;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  #recruit ul.thumbnail_list li .bg_white .link_inner .link_img a:hover {
    opacity: 1.0;
  }
  #recruit ul.thumbnail_list li .bg_white .link_inner .link_img a:hover:after {
    opacity: 1.0;
  }
  #recruit ul.thumbnail_list li .bg_white .link_inner .link_img a:hover .thumbImg {
    -webkit-transform: scale(1.3) rotate(9deg);
            transform: scale(1.3) rotate(9deg);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

#recruit ul.thumbnail_list li .bg_white .link_inner .link_img .thumbImg {
  display: block;
  width: 100%;
  padding-top: 69%;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#recruit ul.thumbnail_list li .bg_white .link_inner .recruit-position-heading {
  position: relative;
  font-weight: bold;
  margin: 20px 0;
}

#recruit ul.thumbnail_list li .bg_white .link_inner .recruit-position-heading:after {
  border-top: 1px solid #2f3542;
  border-right: 1px solid #2f3542;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 5px;
  vertical-align: 0.1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#recruit .news_d_ttl {
  border-bottom: 2px solid #2f3542;
  padding: 15px 0;
  font-weight: bold;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  #recruit .news_d_ttl {
    padding: 15px 0;
    margin: 0 0 50px;
  }
}

#recruit .news-entry {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #recruit .news-entry {
    margin: 50px 0 50px;
    padding: 50px;
  }
}

#recruit .in-link {
  color: #ffffff;
}

#recruit .in-link.contact {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  #recruit .in-link.contact {
    width: 350px;
  }
}

#recruit .recruit-table th {
  width: 20%;
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: top;
}

#recruit .recruit-table td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

#service .mv_bg .in-link {
  position: relative;
  display: block;
  color: #2f3542;
  background-color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  width: 350px;
  top: 0;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 10px;
  font-size: 1.1rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  #service .mv_bg .in-link {
    width: 540px;
    line-height: 70px;
    font-size: 1.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#service .mv_bg .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #2f3542 solid;
  border-right: 1px #2f3542 solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .txt_shadow {
  text-shadow: white 1px 1px 8px, white -1px 1px 8px, white 1px -1px 8px, white -1px -1px 8px;
}

@media (min-width: 768px) {
  #service .txt_shadow {
    text-shadow: none;
  }
}

#service .service_img li {
  width: 140px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #service .service_img li {
    width: 280px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  #service .pc_container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

#service .swiper_bg {
  background: #ffffff;
  background-position: 15px top;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #service .swiper_bg {
    max-width: 1260px;
    margin-bottom: 60px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#service .swiper-holder {
  width: calc(100% + 15px);
  margin-left: -15px;
}

@media (min-width: 768px) {
  #service .swiper-holder {
    margin-left: 0;
  }
}

#service .swiper-holder .swiper-slideinner .inner-txt {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}

@media (min-width: 768px) {
  #service .swiper-holder .swiper-slideinner .inner-txt {
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}

#service .swiper-holder .swiper-slideinner .inner-txt p.in-ttl {
  padding-left: 15px;
}

@media (min-width: 768px) {
  #service .swiper-holder .swiper-slideinner .inner-txt p.in-ttl {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#service .swiper-holder .swiper-slideinner .inner-txt p.in-ttl span.en {
  display: inline-block;
  white-space: nowrap;
}

#service .swiper-holder .swiper-slideinner .inner-txt p.in-ttl span.arrow {
  display: none;
}

@media (min-width: 768px) {
  #service .swiper-holder .swiper-slideinner .inner-txt p.in-ttl span.arrow {
    display: block;
    margin-right: -25px;
  }
}

#service .swiper-holder .swiper-slideinner .inner-txt p.in-txt {
  padding-left: 15px;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #service .swiper-holder .swiper-slideinner .inner-txt p.in-txt {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

#service .swiper-holder .swiper-pagination {
  bottom: auto;
  top: 0;
  margin-top: 58%;
}

#service .swiper-holder .swiper-button-next,
#service .swiper-holder .swiper-button-prev {
  width: 22.66667%;
  height: 0;
  padding-top: 13.33333%;
  top: 0;
  margin-top: 54%;
}

#service .swiper-holder .swiper-button-prev {
  background: url(../img/service/prev.png) no-repeat center/contain;
}

#service .swiper-holder .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#service .swiper-holder .swiper-button-next {
  background: url(../img/service/next.png) no-repeat center/contain;
}

#service .swiper-holder .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

#service .swiper-holder .swiper-button-next:after,
#service .swiper-holder .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

#service .swiper-holder .swiper-button-prev:after,
#service .swiper-holder .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

#service .swiper-holder .swiper-pagination-bullet {
  border: 1px #000000 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

#service .swiper-holder .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

#service .case_study {
  margin-top: 15px;
}

#service .case_study li {
  padding: 15px 0;
  border-bottom: 2px solid #2f3542;
}

#service .case_study li:first-of-type {
  border-top: 2px solid #2f3542;
}

@media (min-width: 768px) {
  #service .case_study li {
    border-bottom: none;
  }
  #service .case_study li:first-of-type {
    border-top: none;
  }
}

@media (min-width: 768px) {
  #service .case_study li:nth-child(even) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  #service .case_study li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #service .case_study li dl dt {
    width: calc(40% - 20px);
    border-top: 2px solid #2f3542;
    border-bottom: 2px solid #2f3542;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#service .case_study li dl dt .ttl {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  #service .case_study li dl dt .ttl {
    font-size: 2.4rem;
  }
}

#service .case_study li dl dt .txt {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #service .case_study li dl dt .txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

#service .case_study li dl dd {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #service .case_study li dl dd {
    margin-top: 0;
    width: 60%;
  }
}

#service .in-link {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  width: 350px;
  top: 0;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 100%;
}

@media (min-width: 768px) {
  #service .in-link {
    width: 540px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 60px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#service .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .cycle .mv_bg .in-link,
#service .cycle .bg_container02 .in-link {
  width: auto;
  max-width: 90%;
}

@media (min-width: 768px) {
  #service .cycle .mv_bg .in-link,
  #service .cycle .bg_container02 .in-link {
    width: 500px;
  }
}

#service .oracle .mv_bg .in-link,
#service .oracle .bg_container02 .in-link {
  width: auto;
  max-width: 90%;
}

@media (min-width: 768px) {
  #service .oracle .mv_bg .in-link,
  #service .oracle .bg_container02 .in-link {
    width: 600px;
  }
}

#service .lower_page.cycle .mv_bg {
  background-image: url(../img/service/cycle_mv_pc.png);
}

@media (min-width: 768px) {
  #service .lower_page.cycle .mv_bg {
    background-image: url(../img/service/cycle_mv_pc.png);
  }
}

#service .lower_page.oracle .mv_bg {
  background-image: url(../img/service/oracle_mv_pc.png);
}

@media (min-width: 768px) {
  #service .lower_page.oracle .mv_bg {
    background-image: url(../img/service/oracle_mv_pc.png);
  }
}

#service .lower_page.diagnosis .mv_bg {
  background-image: url(../img/service/diagnosis_mv_pc.png);
}

@media (min-width: 768px) {
  #service .lower_page.diagnosis .mv_bg {
    background-image: url(../img/service/diagnosis_mv_pc.png);
  }
}

#service .lower_page.jsox .mv_bg {
  background-image: url(../img/service/jsox_mv_pc.png);
}

@media (min-width: 768px) {
  #service .lower_page.jsox .mv_bg {
    background-image: url(../img/service/jsox_mv_pc.png);
  }
}

#service .lower_page.gateway .mv_bg {
  background-image: url(../img/service/gateway_mv_sp.png);
}

@media (min-width: 768px) {
  #service .lower_page.gateway .mv_bg {
    background-image: url(../img/service/gateway_mv_pc.png);
  }
}

#service .it .bg_container02 .in-link.white,
#service .cycle .bg_container02 .in-link.white,
#service .oracle .bg_container02 .in-link.white {
  background: #ffffff;
  color: #2f3542;
  margin-top: 25px;
}

#service .it .bg_container02 .in-link.white:after,
#service .cycle .bg_container02 .in-link.white:after,
#service .oracle .bg_container02 .in-link.white:after {
  border-top: 1px solid #2f3542;
  border-right: 1px solid #2f3542;
}

@media (min-width: 768px) {
  #service .it .bg_container02 .in-link.white,
  #service .cycle .bg_container02 .in-link.white,
  #service .oracle .bg_container02 .in-link.white {
    margin-top: 50px;
  }
}

#service .oracle .bg_container02 .in-link.white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  #service .oracle .bg_container02 .in-link.white:hover .logo:before {
    background-image: url(../img/service/hero_title_medium.png);
  }
}

#service .oracle .bg_container02 .in-link.white .logo {
  width: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

#service .oracle .bg_container02 .in-link.white .logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
  background: url(../img/service/oracle_img04.png) no-repeat center bottom/contain;
}

@media (min-width: 768px) {
  #service .oracle .bg_container02 .in-link.white .logo {
    width: 100px;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  #service .unit1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#service .unit1-3 > * {
  width: 100%;
  background-color: #f1f2f6;
}

#service .unit1-3 > *:not(:first-of-type) {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #service .unit1-3 > *:not(:first-of-type) {
    margin-top: 0;
    margin-left: 35px;
  }
}

#service .unit1-3 .ttl {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #service .unit1-3 .ttl {
    font-size: 4.0rem;
  }
}

#service .unit1-3 .txt {
  padding: 0 1.3em 1.3em;
}

@media (min-width: 768px) {
  #service .unit1-3 .txt {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  #service .unit1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#service .unit1-2 > * {
  width: 100%;
}

#service .unit1-2 > * .txt_inner {
  padding: 10px;
}

@media (min-width: 768px) {
  #service .unit1-2 > * .txt_inner {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  #service .unit1-2.in > *:nth-of-type(1) {
    width: 40%;
  }
  #service .unit1-2.in > *:nth-of-type(2) {
    width: 60%;
  }
}

#service .txt_list li {
  list-style: disc outside;
  margin-left: 1.5em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  #service .unit1-2_type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#service .unit1-2_type2 > *:last-of-type .unit_imgtxt {
  padding-bottom: 10px;
  border-bottom: 2px #000000 solid;
}

@media (min-width: 768px) {
  #service .unit1-2_type2 > * {
    width: calc(50% - 20px);
  }
  #service .unit1-2_type2 > *:nth-last-of-type(-n+2) .unit_imgtxt {
    padding-bottom: 20px;
    border-bottom: 2px #000000 solid;
  }
}

#service .unit_imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .unit_imgtxt > * {
  border-top: 2px #000000 solid;
  padding-top: 10px;
}

@media (min-width: 768px) {
  #service .unit_imgtxt > * {
    padding-top: 20px;
  }
}

#service .unit_imgtxt > *:nth-of-type(1) {
  width: 30%;
}

#service .unit_imgtxt > *:nth-of-type(2) {
  width: 70%;
}

#service .unit_imgtxt .txtBox {
  padding: 0 10px 0 15px;
}

@media (min-width: 768px) {
  #service .unit_imgtxt .txtBox {
    padding: 0 25px 0 30px;
  }
}

#service .sec_ttl2 {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  #service .sec_ttl2 {
    font-size: 3.2rem;
  }
}

#service .jsox .swiper-holder .swiper-slideinner .inner-img {
  text-align: center;
}

@media (min-width: 768px) {
  #service .jsox .swiper-holder .swiper-slideinner .inner-txt {
    margin-top: 0;
  }
}

#service .jsox .swiper-holder .swiper-slideinner .inner-txt p.in-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3em;
}

@media (min-width: 768px) {
  #service .jsox .swiper-holder .swiper-slideinner .inner-txt p.in-ttl {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #service .jsox .swiper-holder .swiper-slideinner .inner-txt p.in-ttl {
    font-size: 2.0rem;
  }
}

#service .jsox .swiper-holder .swiper-slideinner .inner-txt p.in-ttl span.arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(66.6%, -50%);
          transform: translate(66.6%, -50%);
  line-height: 1;
  width: 40%;
}

@media (min-width: 768px) {
  #service .jsox .swiper-holder .swiper-slideinner .inner-txt p.in-ttl span.arrow {
    display: block;
    margin-right: 0;
  }
}

#service .jsox .swiper-holder .swiper-pagination {
  top: auto;
  margin-top: 0;
  bottom: 16%;
}

@media (min-width: 768px) {
  #service .jsox .swiper-holder .swiper-pagination {
    display: none;
  }
}

#service .jsox .swiper-holder .swiper-button-next,
#service .jsox .swiper-holder .swiper-button-prev {
  top: auto;
  margin-top: 0;
  bottom: 13%;
}

@media (min-width: 768px) {
  #service .jsox .swiper-holder .swiper-button-next,
  #service .jsox .swiper-holder .swiper-button-prev {
    display: none;
  }
}

#service .jsox .flt_txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding-top: 1em;
}

@media (min-width: 768px) {
  #service .jsox .flt_txt {
    font-size: 2.0rem;
  }
}

#service .jsox .pb-4em {
  padding-bottom: 4em;
}

#service .jsox .blbg {
  position: relative;
}

#service .jsox .blbg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: #e8f9ef;
}

#sec_contact .bg_container {
  background: none;
}

/*
*/
input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #fff;
  padding: 0.5em 1em;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  input {
    font-size: 2rem;
  }
}

.contact__custom-file-input__label {
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 8px 10px;
  margin-right: 5px;
}

.contact__custom-file-input__label input[type="file"] {
  display: none;
}

.contact__custom-file-input__file {
  font-weight: bold;
}

.contact_custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.contact_custom-checkbox__input {
  display: none;
}

.contact_custom-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
}

.contact_custom-checkbox__checkmark:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.contact_custom-checkbox__input:checked + .contact_custom-checkbox__checkmark:after {
  border-radius: 50%;
  background: #000;
}

select {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  -webkit-box-shadow: #000;
          box-shadow: #000;
  padding: 0.5em 1em;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  select {
    font-size: 2rem;
  }
}

textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #fff;
  padding: 0.5em 1em;
  height: 10em;
  font-family: sans-serif;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  textarea {
    font-size: 2rem;
  }
}

.contact__error-message {
  color: #ff0004;
  margin: 1em 0;
}

.contact__label__require {
  background-color: #ff4757;
}

.contact__label__optional {
  background-color: #1e8fff;
}

@media (max-width: 767px) {
  .medium-col-3of12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__group {
    margin-bottom: 2.5rem;
  }
  .contact__label {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0 1em 2.5em;
    position: relative;
  }
  .contact__label__require,
  .contact__label__optional {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5em;
    padding: 0.2em 0.2em;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact__send-button {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .medium-col-11of12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 91.6666%;
  }
  .medium-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-col-3of12,
  .medium-col-9of12,
  .medium-col-12of12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .medium-col-3of12 {
    width: 25%;
  }
  .medium-col-9of12 {
    width: 75%;
  }
  .medium-col-12of12 {
    width: 100%;
  }
  .contact__group {
    margin: 1.5rem 0;
  }
  .contact__label {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 1em;
  }
  .contact__label__require,
  .contact__label__optional {
    float: right;
    padding: 0.3em 0.3em;
    color: #fff;
    font-size: 1.2rem;
  }
}

.in-link {
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.15);
  max-width: 66%;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .in-link {
    line-height: 70px;
    font-size: 1.8rem;
  }
}

.in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

button {
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#contact .confirm .bg_white,
#contact .complete .bg_white {
  background: rgba(255, 255, 255, 0.9);
}

#contact .confirm .bg_white .underline,
#contact .complete .bg_white .underline {
  border-bottom: 1px solid #2d282f;
  padding: 10px 1em;
  background: #ffffff;
}

@media (min-width: 768px) {
  #contact .confirm .bg_white .underline,
  #contact .complete .bg_white .underline {
    padding: 25px 1em 15px;
  }
}

#contact .confirm .bg_white .contact__label,
#contact .complete .bg_white .contact__label {
  padding: 15px 0 5px 0;
}

@media (min-width: 768px) {
  #contact .confirm .bg_white .contact__label,
  #contact .complete .bg_white .contact__label {
    padding: 25px 0 15px 0;
  }
}

#contact .confirm .bg_white .medium-col-3of12,
#contact .complete .bg_white .medium-col-3of12 {
  padding-left: 0;
}

#contact .confirm .bg_white .contact__group,
#contact .complete .bg_white .contact__group {
  margin: 0;
}

@media (min-width: 768px) {
  #contact .confirm .bg_white .medium-row,
  #contact .complete .bg_white .medium-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#contact .confirm .confirm_btn,
#contact .complete .confirm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #contact .confirm .confirm_btn,
  #contact .complete .confirm_btn {
    padding-bottom: 40px;
  }
}

#contact .confirm .confirm_btn .in-link,
#contact .complete .confirm_btn .in-link {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  #contact .confirm .confirm_btn .in-link:hover,
  #contact .complete .confirm_btn .in-link:hover {
    opacity: 0.75;
  }
}

#contact .confirm .confirm_btn .in-link.btn_01,
#contact .complete .confirm_btn .in-link.btn_01 {
  background: #a4b0bf;
}

#contact .confirm .confirm_btn .in-link.btn_01:after,
#contact .complete .confirm_btn .in-link.btn_01:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: none;
  border-left: 1px #ffffff solid;
  top: 50%;
  left: 20px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#contact .confirm .confirm_btn .in-link.btn_02,
#contact .complete .confirm_btn .in-link.btn_02 {
  margin-left: 20px;
}

@media (min-width: 768px) {
  #contact .confirm .confirm_btn .in-link.btn_02,
  #contact .complete .confirm_btn .in-link.btn_02 {
    margin-left: 120px;
  }
}

#contact .confirm .confirm_btn .in-link.btn_03,
#contact .complete .confirm_btn .in-link.btn_03 {
  background: #2f3542;
}

#contact .confirm .confirm_btn .in-link.btn_03:after,
#contact .complete .confirm_btn .in-link.btn_03:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: none;
  border-left: 1px #ffffff solid;
  top: 50%;
  left: 20px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#contact .lower_page .mv_bg {
  background-image: url(../img/contact/contact_mv_pc.png);
}

@media (min-width: 768px) {
  #contact .lower_page .mv_bg {
    background-image: url(../img/contact/contact_mv_pc.png);
  }
}

#employees table,
#employees th,
#employees td, #sitepolicy table,
#sitepolicy th,
#sitepolicy td {
  border: solid 1px #e5e5e5;
}

#employees table, #sitepolicy table {
  width: 100%;
  margin-top: 5px;
}

#employees table a, #sitepolicy table a {
  text-decoration: underline;
  color: #3842fa;
}

#employees table caption, #sitepolicy table caption {
  padding: 1.0em 0 0.5em;
  text-align: left;
}

#employees th,
#employees td, #sitepolicy th,
#sitepolicy td {
  padding: 1.0em 1.0em;
}

#employees th, #sitepolicy th {
  width: 6.0em;
  background-color: #f2fbff;
  font-weight: normal;
}

#employees .table-type-02 th, #sitepolicy .table-type-02 th {
  text-align: left;
}

@media (min-width: 768px) {
  #employees table th, #sitepolicy table th {
    white-space: nowrap;
  }
  #employees .table-type-01 td:nth-of-type(1), #sitepolicy .table-type-01 td:nth-of-type(1) {
    white-space: nowrap;
  }
}

#employees table caption, #sitepolicy table caption {
  padding: 0.5em 0 0.5em;
  text-align: left;
}

#employees ul.list, #sitepolicy ul.list {
  list-style: disc;
  margin: 1.0em 0 1.0em 1.5em;
}

#employees .txt_in01, #sitepolicy .txt_in01 {
  padding-left: 1em;
  text-indent: -1em;
}

#sitepolicy table th {
  font-weight: 700;
}

#personal_info ol.decimal {
  list-style: decimal;
  margin: 1.0em 0 1.0em 2.5em;
}

#personal_info ol.list_n {
  list-style: none;
  margin: 1.0em 0 1.0em 1.5em;
  padding-left: 1em;
  text-indent: -0.8em;
}

#personal_info .in-link {
  position: relative;
  text-decoration: none;
  display: block;
  color: #ffffff;
  background-color: #2f3542;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  width: 230px;
  top: 0;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #personal_info .in-link {
    width: 350px;
    line-height: 70px;
    font-size: 1.8rem;
    margin-top: 5px;
    bottom: -35px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#personal_info .in-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#personal_info .in-link.contact {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  #personal_info .in-link.contact {
    width: 350px;
  }
}

#personal_info a.underline {
  text-decoration: underline;
  color: #3842fa;
}

#security .lower_page .mv_bg, #employees .lower_page .mv_bg, #employees .lower_page .mv_bg, #personal_info .lower_page .mv_bg, #sitepolicy .lower_page .mv_bg, #human_rights .lower_page .mv_bg {
  background-image: url(../img/security/security_mv_pc.png);
}

@media (min-width: 768px) {
  #security .lower_page .mv_bg, #employees .lower_page .mv_bg, #employees .lower_page .mv_bg, #personal_info .lower_page .mv_bg, #sitepolicy .lower_page .mv_bg, #human_rights .lower_page .mv_bg {
    background-image: url(../img/security/security_mv_pc.png);
  }
}
/*# sourceMappingURL=style.css.map */