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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* WEBFONT
 * ----------------------------------------------- */
@font-face {
  font-family: "Langdon";
  src: url("fonts/Langdon.eot");
  src: url("fonts/Langdon.eot?#iefix") format("embedded-opentype"), url("fonts/Langdon.svg#Langdon") format("svg"), url("fonts/Langdon.ttf") format("truetype"), url("fonts/Langdon.woff") format("woff"), url("fonts/Langdon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #151515;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #151515;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
  overflow: hidden;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-common {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center-common {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  body {
    font-size: 10px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* PARTS
 * ----------------------------------------------- */
@-webkit-keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media print, (min-width: 768px) {
  header {
    height: 80px;
    padding: 20px 40px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    min-width: 1200px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  header.header-maintenance {
    position: static;
  }
  header .wrapper {
    width: auto;
    position: relative;
    *zoom: 1;
  }
  header .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    float: left;
    width: 206px;
  }
  header .logo a,
  header .logo img {
    display: block;
    width: 100%;
  }
  header .navigation {
    float: right;
    padding: 8px 0 6px;
    margin-right: 270px;
    display: block !important;
  }
  header .navigation-list > li {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #181818;
    line-height: 1.57;
    -moz-transition: padding 0.26s ease;
    -o-transition: padding 0.26s ease;
    -webkit-transition: padding 0.26s ease;
    transition: padding 0.26s ease;
  }
  header .navigation-list > li:first-child {
    padding-left: 0;
  }
  header .navigation-list > li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
  }
  header .navigation-list > li > a {
    display: block;
    position: relative;
  }
  header .navigation-list > li > a:not(.no-hover):after {
    -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #181818;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    content: "";
  }
  header .navigation-list > li > a.is-current:after, header .navigation-list > li > a:not(.no-hover):hover:after {
    width: 100%;
  }
  header .navigation-list > li.has-sub > a.is-current:after, header .navigation-list > li.has-sub > a:not(.no-hover):hover:after {
    width: 0;
  }
  header .sub-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9990;
    top: 100%;
    left: 50%;
    padding-top: 8px;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 200px;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

	header .js-nav2 {
		left: 60%;
	}

	header .js-nav3 {
		left: 60%;
	}

  header .sub-nav a {
    display: block;
    padding: 6px 0;
  }
  header .social-button {
    width: 214px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .social-button a {
    width: 102px;
    display: block;
  }
  header .social-button a:not(:first-child) {
    margin-left: 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 1350px) {
  header .navigation {
    margin-right: 250px;
  }
  header .navigation-list > li {
    padding-left: 30px;
  }
  header .social-button {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .wrapper {
    position: relative;
  }
  header .logo {
    display: none;
    margin-left: 5px;
  }
  header .logo.sm {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 55px;
    width: 150px;
    margin-left: 20px;
    position: fixed;
    top: -1px;
    left: 0;
  }
  header .logo.sm img {
    max-width: 100%;
  }
  header .navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9992;
    background: #fff;
    display: none;
  }
  header .has-sub > a {
    position: relative;
    padding: 30px 0 15px 30px !important;
  }
  header .has-sub > a:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 4px solid #797979;
    border-top: 4px solid #797979;
    padding: 5px;
    position: absolute;
    top: 65%;
    right: 15px;
    -moz-transform: translateY(-65%) rotate(45deg);
    -ms-transform: translateY(-65%) rotate(45deg);
    -webkit-transform: translateY(-65%) rotate(45deg);
    transform: translateY(-65%) rotate(45deg);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .has-sub.is-active > a:before {
    -moz-transform: translateY(-65%) rotate(135deg);
    -ms-transform: translateY(-65%) rotate(135deg);
    -webkit-transform: translateY(-65%) rotate(135deg);
    transform: translateY(-65%) rotate(135deg);
  }
  header .sub-nav {
    display: none;
    border-top: 1px solid #181818;
  }
  header .sub-nav a {
    padding: 40px 10px 15px 50px !important;
    font-weight: normal;
  }
  header .sub-nav li ~ li a {
    border-top: 1px dashed #181818;
  }
  header .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .navigation-list {
    padding: 50px 25px 40px;
  }
  header .navigation-list > li {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #181818;
  }
  header .navigation-list > li a {
    color: #181818;
    padding: 30px 0 30px 30px;
    display: block;
  }
  header .btn-menu {
    position: fixed;
    height: 55px;
    width: 55px;
    top: 0;
    right: 5px;
    z-index: 9995;
  }
  header .btn-menu > span {
    width: 25px;
    height: 2px;
    background: #006bb0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
  }
  header .btn-menu > span:nth-child(1) {
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards;
    top: 20px;
  }
  header .btn-menu > span:nth-child(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
    top: 27px;
  }
  header .btn-menu > span:nth-child(3) {
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards;
    top: 32px;
    top: 34px;
  }
  header .btn-menu.is-active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
  }
  header .btn-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn-menu.is-active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
  }
  header.top-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  header.top-header .logo {
    width: 150px;
    height: 55px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  header.top-header .logo img {
    max-width: 100%;
  }
  header.top-header .logo .trans {
    pointer-events: none;
  }

  .header-maintenance .logo {
    display: block !important;
    padding-top: 30px;
  }
  .header-maintenance a {
    display: block;
    width: 150px;
  }
  .header-maintenance a img {
    width: 100%;
    display: block;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #2e3d46;
}
footer .link,
footer .txt {
  color: #fff;
  line-height: 2.6667;
}
footer .footer-list > li {
  line-height: 2.4;
}
footer .footer-list > li a {
  color: #fff;
}
footer .about-list > li {
  line-height: 2.4;
}
footer .about-list > li > a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
footer .about-list > li > a::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow_right.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
footer .sales .btn-sales {
  display: block;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  -moz-transition: background-color 0.26s ease, color 0.5s ease;
  -o-transition: background-color 0.26s ease, color 0.5s ease;
  -webkit-transition: background-color 0.26s ease, color 0.5s ease;
  transition: background-color 0.26s ease, color 0.5s ease;
}
footer .sales .btn-sales:hover {
  background-color: #fff;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
footer .copyright {
  color: #fff;
  text-align: right;
  font-family: "Oswald", sans-serif;
}
footer .btn-back-top {
  position: fixed;
  display: none;
  right: 15px;
  background: url(/assets/img/common/btn_back_top.png) no-repeat center/contain;
  z-index: 99;
}

@media print, (min-width: 768px) {
  footer {
    padding: 135px 0 110px;
    position: relative;
  }
  footer .footer-logo {
    position: absolute;
    top: 60px;
    left: 40px;
  }
  footer .footer-logo a {
    display: block;
  }
  footer .about-link {
    width: 310px;
  }
  footer .news-link {
    width: 310px;
  }
  footer .employment-link {
    width: 310px;
  }
  footer .about-link,
  footer .news-link,
  footer .employment-link,
  footer .sales {
    padding-top: 35px;
    padding-bottom: 90px;
  }
  footer .sales {
    width: 265px;
  }
  footer .news-link,
  footer .employment-link {
    padding-left: 65px;
  }
  footer .border {
    border-right: 2px solid #505c64;
  }
  footer .link,
  footer .txt {
    color: #fff;
    font-size: 15px;
    line-height: 2.6667;
  }
  footer .footer-list > li {
    font-size: 15px;
    line-height: 2.4;
  }
  footer .about-list > li {
    line-height: 2.4;
  }
  footer .about-list > li > a {
    position: relative;
    padding-left: 15px;
  }
  footer .about-list > li > a::before {
    width: 6px;
    height: 9px;
    margin-top: -5px;
    top: 50%;
  }
  footer .sales {
    padding-left: 30px;
  }
  footer .sales .btn-sales {
    width: 235px;
    height: 50px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 18px;
  }
  footer .copyright {
    font-size: 16px;
    position: absolute;
    right: 45px;
    bottom: 45px;
  }
  footer .btn-back-top {
    bottom: 75px;
    cursor: pointer;
    width: 58px;
    height: 58px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .btn-back-top .ico {
    padding: 20px 53px 16px;
  }
}
@media print, (min-width: 768px) and (max-width: 1350px) {
  footer .footer-link {
    padding: 0 40px;
  }
  footer .footer-link .about-link {
    width: 284px;
  }
  footer .footer-link .news-link {
    width: 284px;
  }
  footer .footer-link .employment-link {
    width: 284px;
  }
  footer .footer-link .news-link,
  footer .footer-link .employment-link {
    padding-left: 60px;
  }
  footer .copyright {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    padding: 30px 0 15px;
  }
  footer .footer-logo {
    width: 30%;
  }
  footer .footer-link {
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
  }
  footer .about-link {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  footer .about-link {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  footer .news-link,
  footer .employment-link {
    width: 32%;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  footer .news-link,
  footer .employment-link {
    width: 34%;
    padding-left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  footer .link,
  footer .txt {
    font-size: 10px;
    line-height: 2.6667;
  }
  footer .footer-list > li {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  footer .footer-list > li a {
    display: inline-block;
    line-height: 1.3;
  }
  footer .about-list > li {
    line-height: 1.5;
  }
  footer .about-list > li > a {
    position: relative;
    padding-left: 8px;
  }
  footer .about-list > li > a::before {
    width: 4px;
    height: 5px;
    top: 0;
    margin-top: 4px;
  }
  footer .sales {
    padding-top: 10px;
  }
  footer .sales .btn-sales {
    width: 100px;
    height: 25px;
    font-size: 10px;
    padding-top: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  footer .sales .btn-sales:not(:first-child) {
    margin-top: 8px;
  }
  footer .btn-back-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
  footer .copyright {
    font-size: 10px;
    padding-top: 25px;
  }
}
.footer-maintenance {
  padding: 30px 40px;
  background: #2e3d46;
}
.footer-maintenance .wrapper {
  width: auto;
}
.footer-maintenance .copyright-maintenance {
  text-align: right;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 767px) {
  .footer-maintenance {
    padding: 15px 0;
  }
  .footer-maintenance .wrapper {
    padding: 0 20px;
  }
  .footer-maintenance .copyright-maintenance {
    text-align: center;
  }
}
@media print, (min-width: 768px) and (max-width: 1350px) {
  .footer-maintenance .copyright-maintenance {
    margin-right: 0;
  }
}
/* TOP COMMON */
.sec-title {
  color: #006bb0;
}
.sec-title > span {
  display: block;
}
.sec-title .eng {
  font-family: "Langdon", sans-serif;
}

@media print, (min-width: 768px) {
  .sec-title .eng {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sec-title .japan {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.57;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .eng {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .sec-title .japan {
    font-size: 12px;
  }
}
.btn-primary {
  background: linear-gradient(90deg, #248cdc 0%, #39309c 100%);
  color: #fff;
  line-height: 1.22;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 30px;
  font-family: "Langdon", sans-serif;
  -moz-transition: background 0.26s ease;
  -o-transition: background 0.26s ease;
  -webkit-transition: background 0.26s ease;
  transition: background 0.26s ease;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #39309c 0%, #248cdc 100%);
}

@media print, (min-width: 768px) {
  .btn-primary {
    font-size: 20px;
    width: 200px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 10px;
    width: 100px;
    height: 28px;
    padding-top: 2px;
  }
}
/* SECTION COMMON RECRUIT */
.section-common-recruit {
  background: url(../img/top/background_recruit.jpg) no-repeat center center;
  background-size: cover;
}
.section-common-recruit .sec-title {
  color: #fff;
  text-align: center;
}
.section-common-recruit .sec-title > span {
  display: block;
}
.section-common-recruit .sec-title .eng {
  font-size: 80px;
}
.section-common-recruit .sec-title .japan {
  font-weight: 500;
}
.section-common-recruit .btn-primary {
  background: transparent;
  border: 2px solid #ffffff;
  -moz-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
  -o-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
  -webkit-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
  transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
}
.section-common-recruit .btn-primary:hover {
  background-color: #fff;
  color: #000;
}

@media print, (min-width: 768px) {
  .section-common-recruit {
    height: 610px;
    padding-top: 110px;
  }
  .section-common-recruit .sec-title .eng {
    font-size: 80px;
  }
  .section-common-recruit .sec-title .japan {
    font-size: 22px;
    line-height: 1.11;
    margin-top: 20px;
  }
  .section-common-recruit .btn-primary {
    width: 365px;
    margin: 150px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-common-recruit {
    height: 38vw;
  }
  .section-common-recruit .wrapper {
    position: relative;
    top: 19vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-common-recruit .btn-primary {
    width: 180px;
    height: 25px;
    margin: 20px auto 0;
    border-radius: 5px;
    border-width: 1px;
  }
  .section-common-recruit .sec-title .eng {
    font-size: 30px;
  }
  .section-common-recruit .sec-title .japan {
    font-size: 12px;
  }
}
/* PAGE TITLE COMMON */
.page-title {
  text-align: center;
}
.page-title > span {
  display: inline-block;
  color: #006bb0;
  background: -webkit-linear-gradient(-180deg, #39309c, #248cdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 7px #fff);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-title > span {
    text-shadow: 0px 0px 10px white, 0px 0px 30px rgba(255, 255, 255, 0.6), 0px 0px 30px rgba(255, 255, 255, 0.5), 0px 0px 100px rgba(255, 255, 255, 0.5);
  }
}
.page-title .japan {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-title .eng {
  font-family: "Langdon", sans-serif;
  font-size: 38px;
  line-height: 2;
}

@media print, (min-width: 768px) {
  .section-page-name {
    padding: 115px 0 75px;
  }

  .page-title .japan {
    font-size: 60px;
  }
  .page-title .eng {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .section-page-name {
    padding: 50px 0 45px;
  }

  .page-title > span {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  .page-title .japan {
    font-size: 30px;
  }
  .page-title .eng {
    font-size: 19px;
  }
}
/* COMMON MENU BAR */
.section-common-menu {
  background: #006bb0;
}

.list-common-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.list-common-menu > li {
  letter-spacing: 0.075em;
  padding: 10px 0;
  text-align: center;
}
.list-common-menu > li:last-child {
  border-right: none;
}
.list-common-menu > li a {
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

@media print, (min-width: 768px) {
  .list-common-menu > li {
    border-right: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .section-common-menu .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .list-common-menu > li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .list-common-menu > li:last-child {
    border-bottom: none;
  }
}
.subpage-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #000;
  color: #000;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .subpage-title {
    font-size: 12px;
  }
}
.has-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* Modal */
.modal {
  display: none;
  max-width: 1180px !important;
  border: 3px solid #5b5b5b;
  border-radius: 3px;
}
.modal-header {
  padding: 30px 30px 20px;
}
.modal-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.modal-body {
  font-size: 18px;
  line-height: 1.6;
  height: calc(100% - 90px);
  overflow: auto;
  padding: 0 30px 20px;
  -webkit-overflow-scrolling: touch;
}
.modal-body p {
  margin-bottom: 0.5em;
}
.modal-body ul li + li {
  margin-top: 0.3em;
}
.modal.fancybox-content {
  padding: 0;
  height: 100%;
}
.modal table {
  margin: 15px 0;
}
.modal table th, .modal table td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  font-size: 0.875em;
}

.fancybox-container .fancybox-slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .modal-header {
    padding: 15px 15px 15px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-body {
    height: calc(100% - 55px);
    padding: 0 15px 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
/* COMMON ANIMATION
 * ----------------------------------------------- */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

/* PAGES
 * ----------------------------------------------- */
.section-top-keyvisual .wrapper {
  position: relative;
}
.section-top-keyvisual .title-keyvisual {
  font-weight: bold;
  color: #006bb0;
  background: -webkit-linear-gradient(-180deg, #39309c, #248cdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 7px #fff);
}
.section-top-keyvisual .title-keyvisual > span {
  display: block;
}
.section-top-keyvisual .fixed-txt {
  position: absolute;
}
.section-top-keyvisual .sec-content {
  font-family: "Langdon", sans-serif;
  font-weight: normal;
  color: #006bb0;
  letter-spacing: -0.01em;
  font-weight: 600;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .fixed-txt {
    position: absolute;
    top: 34%;
    left: -65px;
    margin-top: -112px;
    z-index: 9000;
  }
	/* crsリスト 追加*/
	.fixed-txt02 {
		position: absolute;
		width: 800px;
		margin: auto;
		padding: 20px;
		top: 70%;
		left: 0;
		right: 0;
		background: #FFFFFF;
		z-index: 9000;
		height: 125px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.fixed-txt02 .csrarea li {
		padding: 0 0 20px 0;
	}
	.fixed-txt02 .csrarea li:last-child {
		padding: 0;
	}
  .section-top-keyvisual .title-keyvisual {
    font-size: 90px;
    line-height: 1.3333;
  }
  .section-top-keyvisual .sec-content {
    font-size: 30px;
    margin-top: 10px;
    margin-left: 5px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top-keyvisual .title-keyvisual {
    text-shadow: 0px 0px 10px white, 0px 0px 30px rgba(255, 255, 255, 0.6), 0px 0px 30px rgba(255, 255, 255, 0.5), 0px 0px 100px rgba(255, 255, 255, 0.5);
  }
}
@media print, (min-width: 768px) and (max-width: 1350px) {
  .section-top-keyvisual .fixed-txt {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual .fixed-txt {
	  bottom: 220px;
	  left: 25px;
  }
  .section-top-keyvisual .title-keyvisual {
    font-size: 52px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
  }
  .section-top-keyvisual .sec-content {
    font-size: 14px;
    padding-left: 5px;
  }
}
.block-top-news .sec-title {
  text-align: center;
}
.block-top-news .news-list .news-cat {
  color: #006bb0;
  text-align: center;
  border: 1px solid #006bb0;
  padding-top: 4px;
}
.block-top-news .news-list .news-date {
  color: #303030;
}
.block-top-news .news-list .news-txt {
  color: #151515;
}

@media print, (min-width: 768px) {
  .block-top-news {
    padding: 70px 0 100px;
  }
  .block-top-news .sec-title {
    margin-bottom: 45px;
  }
  .block-top-news .news-list {
    margin-left: 40px;
  }
  .block-top-news .news-list > li {
    width: 355px;
    margin-right: 25px;
  }
  .block-top-news .news-list > li > a {
    display: block;
  }
  .block-top-news .news-list > li > a:hover .news-img img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .block-top-news .news-list .news-img {
    width: 100%;
    overflow: hidden;
  }
  .block-top-news .news-list .news-img img {
    -moz-transition: -moz-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    vertical-align: middle;
  }
  .block-top-news .news-list .news-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
  }
  .block-top-news .news-list .news-cat {
    font-size: 16px;
    border-radius: 20px;
    width: 115px;
    height: 25px;
    padding-top: 4px;
  }
  .block-top-news .news-list .news-date {
    font-size: 14px;
    line-height: 1.833;
  }
  .block-top-news .news-list .news-txt {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.57;
  }
  .block-top-news .btn-primary {
    margin: 65px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-top-news {
    padding: 30px 0 25px;
  }
  .block-top-news .sec-title {
    margin-bottom: 20px;
  }
  .block-top-news .news-list > li {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .block-top-news .news-list > li a {
    display: -webkit-flex;
    display: flex;
  }
  .block-top-news .news-img {
    width: 125px;
    -webkit-flex: 125px 0 0;
    flex: 125px 0 0;
    margin-right: 15px;
  }
  .block-top-news .news-img img {
    width: 100%;
    display: block;
  }
  .block-top-news .news-content {
    width: 100%;
  }
  .block-top-news .news-cat {
    font-size: 12px;
    width: 90px;
    height: 20px;
    border-radius: 5px;
  }
  .block-top-news .news-date {
    font-size: 10px;
    margin-top: 7px;
    font-family: "Langdon", sans-serif;
  }
  .block-top-news .news-txt {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.4;
  }

  .btn-primary {
    margin: 5px auto 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .btn-primary {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .block-top-news .news-list {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-top-business-service .img {
  -moz-box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
}

@media print, (min-width: 768px) {
  .section-top-business-service {
    padding: 100px 0 260px;
  }
  .section-top-business-service .col-left,
  .section-top-business-service .col-right {
    width: 600px;
  }
  .section-top-business-service .section-service {
    margin-top: -100px;
  }
  .section-top-business-service .section-service .col-left {
    padding-left: 70px;
  }
  .section-top-business-service .section-service .col-right {
    padding-left: 45px;
    margin-top: 30px;
  }
  .section-top-business-service .section-business .col-left {
    padding: 65px 0 0 120px;
    order: 1;
  }
  .section-top-business-service .section-business .col-right {
    order: 2;
  }
  .section-top-business-service .img {
    -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .section-top-business-service .sec-title {
    margin-bottom: 25px;
  }
  .section-top-business-service .sec-title .eng {
    margin-bottom: 8px;
    font-size: 54px;
  }
  .section-top-business-service .sec-title .japan {
    font-size: 22px;
    font-weight: 400;
  }
  .section-top-business-service .business-content {
    margin-bottom: 50px;
    font-size: 20px;
    color: #151515;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-business-service .section-business {
    padding-top: 25px;
  }
  .section-top-business-service .section-service {
    margin-top: 45px;
    padding-bottom: 67px;
  }
  .section-top-business-service .sec-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-top-business-service .col-right {
    width: 100%;
    padding: 0 30px;
    margin-top: 5px;
  }
  .section-top-business-service .business-content {
    font-size: 10px;
    line-height: 2.22;
    margin-top: 15px;
  }
  .section-top-business-service .btn-primary {
    margin: 10px auto 0;
  }

  .section-top-business-service .section-container, .section-top-business-service .section-container {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-slider-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 100%;
}

.top-slider {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.top-slider .slick-slide:not(.slick-active) {
  transition-delay: 1000ms !important;
}
.top-slider .slider-track {
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.top-slider .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-slider .item .bg-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -ms-interpolation-mode: bicubic;
}
.top-slider .item-first .bg-img {
  background-position: center 30%;
  /*left: -20%;*/
  width: 120%;
}
.top-slider .item-second .bg-img {
}
.top-slider .item-third .bg-img {
}
.top-slider .slick-animated .bg-img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-animation-name: showKvImage;
  -webkit-animation-name: showKvImage;
  animation-name: showKvImage;
  -moz-animation-duration: 12s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 80px;
  }
  main.main-maintenance {
    padding-top: 0;
  }

  .top-slider {
    overflow: hidden;
    margin: 0 -200px 0 40px;
  }
  .top-slider .item {
    height: calc(100vh - 80px - 280px);
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .top-slider {
    margin: 0 -25px;
  }
  .top-slider .item {
    height: 50vh;
    min-height: 450px;
  }
  .top-slider .item-first .bg-img {
    background-position: center 30%;
    /*left: -20%;*/
    width: 120%;
  }
  .top-slider .item-second .bg-img {
  }
  .top-slider .item-third .bg-img {
  }

  .fixed-txt {
    position: absolute;
    z-index: 100;
    left: 30px;
    bottom: 30px;
  }
  .fixed-txt .title-keyvisual {
    margin-bottom: 15px;
  }
  .fixed-txt img {
    width: 308px;
  }
  .fixed-txt .sec-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .fixed-txt .title-keyvisual {
    font-size: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-top-news .news-list .news-cat {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 374px) {
  .fixed-txt img {
    width: 250px;
  }
}
@-webkit-keyframes showKvImage {
  0% {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@keyframes showKvImage {
  0% {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.page-business {
  background: url(../img/business/bnr_business.jpg) no-repeat center center;
  background-size: cover;
}

.list-business-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.list-business-menu > * {
  padding-left: 10px;
  padding-right: 10px;
}
.list-business-menu .item {
  width: 100%;
}
.list-business-menu .item:nth-child(1) .link {
  background-image: url("../img/business/bg_link_01.jpg");
}
.list-business-menu .item:nth-child(2) .link {
  background-image: url("../img/business/bg_link_02.jpg");
}
.list-business-menu .item:nth-child(3) .link {
  background-image: url("../img/business/bg_link_03.jpg");
}
.list-business-menu .item:nth-child(4) .link {
  background-image: url("../img/business/bg_link_04.jpg");
}
.list-business-menu .link {
  height: 130px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #006bb0;
  padding: 10px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #006bb0;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 30px;
  top: 30px;
}
.business-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  /*background-color: #006bb0;*/
}
.business-sub-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
.business-media .left {
  float: left;
  margin: 0 55px 20px 0;
}
.business-media .right {
  float: right;
  margin: 0 0 20px 55px;
}
.business-media .img {
  max-width: 382px;
  line-height: 0;
}
.business-media img {
  max-width: 100%;
}

.section-business {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-business .wrapper-xs {
  background-color: rgba(255, 255, 255, 0.75);
}
.section-business .section-content > *:last-child {
  margin-bottom: 0;
}
.section-business .section-content img {
  max-width: 100%;
}
.section-business .block-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
}
.section-business .block-text > *:last-child {
  margin-bottom: 0;
}
.section-business .block-text p, .section-business .block-text div, .section-business .block-text ul {
  margin-bottom: 25px;
}

.section-business-menu {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-business-investment {
  background-image: url("../img/business/bg_section_01.jpg");
}

.section-business-family {
  background-image: url("../img/business/bg_section_02.jpg");
}

.section-business-property {
  background-image: url("../img/business/bg_section_03.jpg");
}

.section-business-development {
  background-image: url("../img/business/bg_section_04.jpg");
}

@media print, (min-width: 768px) {
  .section-business .wrapper-xs {
    width: 994px;
    max-width: 100%;
    padding: 75px 55px 45px 55px;
  }

  .section-business-development .wrapper-xs {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .list-business-menu {
    display: block;
  }
  .list-business-menu .item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-business-menu .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-business-menu .link {
    height: 100px;
  }

  .business-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .business-sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .business-media .left, .business-media .right {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .business-media .img {
    max-width: 100%;
  }

  .section-business {
    padding: 0 15px;
  }
  .section-business .wrapper-xs {
    padding: 30px 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-business .block-text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .section-business .block-text p, .section-business .block-text div, .section-business .block-text ul {
    margin-bottom: 15px;
  }

  .section-business-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-overview {
  background: url(../img/overview/bnr_overview.jpg) no-repeat center center;
  background-size: cover;
}

.section-overview-content .table-overview th {
  color: #006bb0;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 0.6333;
}
.section-overview-content .table-overview .td-txt {
  color: #2f2f2f;
  line-height: 1.6363;
}
.section-overview-content .overview-link {
  background: linear-gradient(to right, #248cdc 0%, #248cdc 50%, #39309c 100%);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  -moz-transition: background 0.26s ease;
  -o-transition: background 0.26s ease;
  -webkit-transition: background 0.26s ease;
  transition: background 0.26s ease;
}
.section-overview-content .overview-link:hover {
  background: linear-gradient(90deg, #39309c 0%, #248cdc 100%);
}
.section-overview-content .table-overview a {
	color: #006bb0;
	text-decoration: underline;
}

@media print, (min-width: 768px) {
  .section-overview-content {
    padding: 70px 0 140px;
  }
  .section-overview-content .table-overview th,
  .section-overview-content .table-overview td {
    vertical-align: baseline;
    font-size: 22px;
    padding-bottom: 50px;
  }
  .section-overview-content .table-overview th {
    width: 265px;
    color: #006bb0;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 0.6333;
  }
  .section-overview-content .table-overview .td-txt {
    color: #2f2f2f;
    line-height: 1.6363;
  }
  .section-overview-content .overview-link {
    display: inline-block;
    font-size: 20px;
    width: 200px;
    height: 55px;
    padding-top: 18px;
    margin: -5px 0 0 45px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-overview-content .overview-link {
    padding-top: 20px;
  }
}
@media print, (min-width: 768px) {
  .section-overview-content .txt-link {
    display: inline-block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-overview-content .overview-link {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .section-overview-content {
    padding: 35px 0 30px;
  }
  .section-overview-content .table-overview tbody {
    display: block;
  }
  .section-overview-content .table-overview tr {
    display: block;
    margin-bottom: 25px;
  }
  .section-overview-content .table-overview th,
  .section-overview-content .table-overview td {
    display: block;
    font-size: 12px;
  }
  .section-overview-content .table-overview th {
    margin-bottom: 10px;
  }
  .section-overview-content .overview-link {
    display: block;
    width: 90px;
    height: 25px;
    font-size: 10px;
    padding-top: 8px;
    margin-top: 5px;
  }
}
.page-message {
  background: url(../img/message/bnr_message.jpg) no-repeat center center;
  background-size: cover;
}

.section-message-content {
  background: url(../img/message/background_message.jpg) no-repeat center center;
  background-size: cover;
  letter-spacing: 0.075em;
  line-height: 2;
}
.section-message-content .message-paragraph {
  background: rgba(255, 255, 255, 0.75);
}
.section-message-content .message-title {
  font-weight: 600;
  color: #006bb0;
  text-align: center;
}
.section-message-content p {
  margin-bottom: 1em;
}
.section-message-content .text-right {
  line-height: 2.22;
}
.section-message-content .text-right > span {
  display: block;
}

@media print, (min-width: 768px) {
  .section-message-content .wrapper {
    width: 994px;
  }
  .section-message-content .message-paragraph {
    padding: 63px 55px;
  }
  .section-message-content .message-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .section-message-content p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .section-message-content .text-right {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-message-content .message-paragraph {
    padding: 35px 25px;
  }
  .section-message-content .message-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }
  .section-message-content p {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .section-message-content .text-right {
    font-size: 12px;
  }
}
.page-history {
  background: url(../img/history/bnr_history.jpg) no-repeat center center;
  background-size: cover;
}

.section-history-year .list-year, .section-history-year .list-head {
  font-weight: bold;
  letter-spacing: 0.075em;
}
.section-history-year .list-year {
  color: #000;
  border-bottom: 1px solid #000;
}
.section-history-year .list-head {
  color: #006bb0;
}
.section-history-year .list-txt {
  color: #2f2f2f;
  line-height: 1.4;
}
.section-history-year .list-content {
  display: table;
}
.section-history-year .list-head, .section-history-year .list-txt {
  display: table-cell;
}

@media print, (min-width: 768px) {
  .section-common-menu {
    padding: 15px 0;
  }

  .list-common-menu > li {
    width: 160px;
    font-size: 14px;
    padding: 10px 0;
  }

  .section-history-year {
    padding: 0 0 55px;
  }
  .section-history-year .list-history-year > li {
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .section-history-year .list-year, .section-history-year .list-head {
    font-size: 22px;
  }
  .section-history-year .list-year {
    padding: 0 0 20px 10px;
  }
  .section-history-year .list-head {
    padding: 30px 0 25px;
    width: 160px;
  }
  .section-history-year .list-content {
    padding-left: 105px;
  }
  .section-history-year .list-txt {
    font-size: 22px;
  }
  .section-history-year .history-img {
    width: 267px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .list-history-menu > li {
    font-size: 12px;
    padding: 10px 0;
  }

  .section-history-year {
    padding: 35px 0 25px;
  }
  .section-history-year .list-history-year > li {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .section-history-year .list-year, .section-history-year .list-head {
    font-size: 12px;
    letter-spacing: 0.075em;
  }
  .section-history-year .list-year {
    padding: 0 0 15px 5px;
  }
  .section-history-year .list-head {
    padding: 15px 0 5px;
    width: 40px;
  }
  .section-history-year .list-content {
    padding-left: 5px;
  }
  .section-history-year .list-txt {
    font-size: 12px;
  }
  .section-history-year .history-img {
    width: 267px;
    margin: 15px auto 0;
  }
}
.page-highlight {
  background: url(../img/highlight/bnr_highlight.jpg) no-repeat center center;
  background-size: cover;
}

.section-highlight-content .highlight-title {
  font-weight: bold;
  padding-bottom: 20px;
}
.section-highlight-content .highlight-chart {
  margin: 0 auto;
}
.section-highlight-content .highlight-chart img {
  width: 80%;
  display: block;
}
.section-highlight-content .highlight-txt, .section-highlight-content .highlight-title {
  font-size: 22px;
  letter-spacing: 0.075em;
  color: #000;
}
.section-highlight-content .highlight-title {
	color: #006bb0;
}

.section-highlight-content .highlight-txt {
  padding-left: 30px;
  line-height: 1.4;
}
.section-highlight-content .highlight-txt.has-indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, (min-width: 768px) {
  .section-highlight .list-common-menu > li {
    width: 240px;
  }

  .section-highlight-content {
		width: 48%;
    padding: 75px 0 0 0;
  }
  .section-highlight-content .highlight-title {
    padding-bottom: 20px;
  }
  .section-highlight-content .highlight-chart {
    width: 950px;
    margin: 0 auto;
  }
  .section-highlight-content .highlight-txt, .section-highlight-content .highlight-title {
    font-size: 22px;
    letter-spacing: 0.075em;
    color: #000;
  }
	.section-highlight-content .highlight-title {
		color: #006bb0;
	}
  .section-highlight-content .highlight-txt {
    padding-left: 30px;
    margin: 20px 0;
  }
  .section-highlight-content .highlight-txt.has-indent {
    padding: 0 3em;
  }

  .last-section {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-highlight-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-highlight-content .highlight-title {
    padding-bottom: 15px;
  }
  .section-highlight-content .highlight-chart {
    /*width: 238px;*/
    margin: 0 auto;
  }
  .section-highlight-content .highlight-txt, .section-highlight-content .highlight-title {
    font-size: 14px;
    letter-spacing: 0.075em;
    color: #000;
  }
	.section-highlight-content .highlight-title {
		color: #006bb0
	}
  .section-highlight-content .highlight-txt {
    padding-left: 15px;
    margin: 10px 0;
    font-size: 12px;
  }
}
.page-access {
  background: url(../img/access/bnr_access.jpg) no-repeat center center;
  background-size: cover;
}

.access-title {
  font-weight: bold;
  color: #006bb0;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.access-sub-title, .access-txt {
  color: #2f2f2f;
}
.access-sub-title {
  font-weight: bold;
  margin-bottom: 30px;
}
.access-txt {
  line-height: 1.27;
  margin-bottom: 15px;
}

.section-access-office {
  margin-bottom: 30px;
}
.section-access-office .office-content {
  line-height: 1.27;
  color: #2f2f2f;
}
.section-access-office .access-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.map iframe {
  width: 100%;
}

.section-access-transportation {
  margin-top: 120px;
}
.section-access-transportation .access-txt-box {
  padding: 15px 0 20px;
}

@media print, (min-width: 768px) {
  .access-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .access-sub-title, .access-txt {
    font-size: 22px;
  }
  .access-sub-title {
    margin-bottom: 30px;
  }
  .access-txt {
    margin-bottom: 25px;
  }

  .section-access-office {
    margin-bottom: 30px;
  }
  .section-access-office .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-access-office .office-content {
    font-size: 22px;
  }
  .section-access-office .access-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .map {
    margin-bottom: 10px;
  }
  .map iframe {
    height: 555px;
  }

  .section-access-transportation {
    margin-top: 120px;
  }
  .section-access-transportation .access-txt-box {
    padding: 15px 0 25px;
  }

  .section-access {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .access-title {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .access-sub-title, .access-txt {
    font-size: 14px;
  }
  .access-sub-title {
    margin-bottom: 20px;
  }
  .access-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .section-access-office {
    margin-bottom: 30px;
  }
  .section-access-office .office-content {
    font-size: 14px;
  }
  .section-access-office .access-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .section-access-office .btn-primary {
    margin: 10px auto 0;
  }

  .map iframe {
    height: 225px;
  }

  .section-access-transportation {
    margin-top: 60px;
  }
  .section-access-transportation .access-txt-box {
    padding: 15px 0 10px;
  }

  .section-access {
    padding: 35px 0 55px;
  }
}
.page-group {
  background: url(../img/group/bnr_group.jpg) no-repeat center center;
  background-size: cover;
}

.section-group-company .list-img img {
  width: 100%;
  display: block;
}
.section-group-company .list-title {
  font-weight: bold;
  letter-spacing: 0.075em;
}
.section-group-company .list-title a {
  color: #006bb0;
  border-bottom: 2px solid #86abd0;
  display: -inline-block;
}
.section-group-company .list-txt {
  line-height: 1.36;
  color: #2f2f2f;
}
.section-group-company .list-txt .tel,
.section-group-company .list-txt .fax {
  color: #fff;
  background: #006bb0;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 8px;
  line-height: 1;
  margin: 0 8px 4px 0;
}

@media print, (min-width: 768px) {
  .list-company > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 120px;
  }
  .list-company > li:last-child {
    margin-bottom: 80px;
  }

  .section-group-company {
    padding-top: 65px;
  }
  .section-group-company .subpage-title {
    margin-bottom: 65px;
  }
  .section-group-company .list-img {
    width: 385px;
    padding-left: 60px;
  }
  .section-group-company .list-content {
    width: 815px;
    padding-left: 40px;
  }
  .section-group-company .list-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .section-group-company .list-txt {
    font-size: 22px;
    margin-top: 30px;
  }
  .section-group-company .list-txt .tel,
  .section-group-company .list-txt .fax {
    padding: 3px 14px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 6px 4px 0;
    vertical-align: middle;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-group-company .list-txt .tel,
  .section-group-company .list-txt .fax {
    padding: 6px 14px 3px;
  }
}
@media only screen and (max-width: 767px) {
  .list-company > li {
    margin-bottom: 30px;
  }

  .section-group-company {
    margin-top: 30px;
  }
  .section-group-company .subpage-title {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .section-group-company .list-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-group-company .list-content {
    width: 100%;
  }
  .section-group-company .list-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-group-company .list-txt {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-group-company .list-txt .tel,
  .section-group-company .list-txt .fax {
    padding: 2px 8px;
    font-size: 12px;
    margin: 0 8px 4px 0;
  }
}
.page-news {
  background: url(../img/news/bnr_news.jpg) no-repeat center center;
  background-size: cover;
}

.section-news-content .filter {
  font-weight: bold;
  line-height: 1.57;
  display: inline-block;
}
.section-news-content .list-filter {
  display: inline-block;
}
.section-news-content .list-filter > li {
  display: inline-block;
  line-height: 1.57;
  text-align: center;
}
.section-news-content .list-filter > li a {
  display: block;
  background: #006bb0;
  color: #fff;
  border-radius: 10px;
}
.section-news-content .list-news-img img {
  width: 100%;
  display: block;
}
.section-news-content .list-news > li a {
  display: block;
}
.section-news-content .news-cat {
  line-height: 1.57;
  text-align: center;
  color: #006bb0;
  border-radius: 10px;
  border: 1px solid #006bb0;
  display: block;
}
.section-news-content .news-date {
  font-family: "Langdon", sans-serif;
  line-height: 1.27;
  color: #6f7070;
}
.section-news-content .news-text {
  line-height: 1.2;
}
.section-news-content .btn-primary {
  margin: 0 auto;
}
.section-news-content .wrapper {
  position: relative;
}
.section-news-content .back {
  display: inline-block;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #000;
}

@media print, (min-width: 768px) {
  .section-news-content {
    padding: 50px 0 105px;
  }
  .section-news-content .filter {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .section-news-content .list-filter {
    margin-bottom: 50px;
  }
  .section-news-content .list-filter > li {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .section-news-content .list-filter > li a {
    min-width: 115px;
    height: 24px;
    padding: 0 10px;
  }
  .section-news-content .list-news-img {
    width: 395px;
  }
  .section-news-content .list-news-img img {
    width: 100%;
    display: block;
  }
  .section-news-content .list-news-content {
    width: 805px;
    padding-left: 30px;
  }
  .section-news-content .list-news > li {
    margin-bottom: 50px;
  }
  .section-news-content .news-cat {
    font-size: 16px;
    width: 115px;
    height: 25px;
    margin-bottom: 15px;
  }
  .section-news-content .news-date {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .section-news-content .news-text {
    font-size: 15px;
  }
  .section-news-content .back {
    font-size: 14px;
  }
  .section-news-content .news-nav {
    position: relative;
  }
  .section-news-content .news-nav .back {
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-news-content .list-filter > li a {
    padding-top: 3px;
  }
  .section-news-content .list-news > li a {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-news-content {
    padding: 25px 0 55px;
  }
  .section-news-content .filter {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-news-content .list-filter {
    margin-bottom: 30px;
  }
  .section-news-content .list-filter > li {
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .section-news-content .list-filter > li a {
    min-width: 90px;
    height: 20px;
    font-size: 12px;
    padding: 2px 5px 0;
  }
  .section-news-content .list-news-img {
    margin-bottom: 20px;
  }
  .section-news-content .list-news > li {
    margin-bottom: 30px;
  }
  .section-news-content .news-cat {
    font-size: 12px;
    width: 90px;
    height: 20px;
    display: block;
    margin-bottom: 10px;
  }
  .section-news-content .news-date {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .section-news-content .news-txt {
    font-size: 12px;
    line-height: 1.2;
  }
  .section-news-content .back {
    font-size: 10px;
  }
  .section-news-content .news-nav {
    margin-top: 20px;
  }
}
.section-news-content .news-heading {
  margin-bottom: 4em;
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
}
.section-news-content .news-content p {
  margin-bottom: 2em;
  line-height: 1.6;
  font-size: 15px;
}
.section-news-content .news-content p img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
.section-news-content .news-content h1,
.section-news-content .news-content h2,
.section-news-content .news-content h3,
.section-news-content .news-content h4,
.section-news-content .news-content h5,
.section-news-content .news-content h6 {
  font-weight: bold;
}
.section-news-content .news-content h1 {
  margin-bottom: 2em;
  font-size: 2.2em;
}
.section-news-content .news-content h2 {
  margin-bottom: 2em;
  font-size: 2em;
}
.section-news-content .news-content h3 {
  margin-bottom: 2em;
  font-size: 1.8em;
}
.section-news-content .news-content h4,
.section-news-content .news-content h5,
.section-news-content .news-content h6 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
}
.section-news-content .news-content b,
.section-news-content .news-content strong {
  font-weight: bold;
}
.section-news-content .news-content i,
.section-news-content .news-content em {
  font-style: italic;
}
.section-news-content .news-content blockquote {
  padding-left: 40px;
}
.section-news-content .news-content ul,
.section-news-content .news-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.section-news-content .news-content ol {
  list-style: decimal;
}
.section-news-content .news-content ul {
  list-style: disc;
}

@media print, (min-width: 768px) {
  .page-news-detail {
    padding: 50px 0 120px;
  }
  .page-news-detail .wrapper {
    padding: 0 20px;
  }
  .page-news-detail .news-date {
    margin-bottom: 12px;
  }
  .page-news-detail .detail-back {
    bottom: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-news-content .news-heading {
    font-size: 14px;
  }
  .section-news-content .news-content p {
    font-size: 12px;
  }
  .section-news-content .news-content img {
    width: 100%;
  }

  .page-news-detail {
    padding: 25px 0 80px;
  }
}
.page-contact {
  background: url(../img/contact/bnr_contact.jpg) no-repeat center center;
  background-size: cover;
}

.section-contact {
  font-size: 22px;
}

.contact-txt {
  color: #2f2f2f;
  line-height: 1.36;
}

.contact-title {
  color: #006bb0;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.63;
}

.list-contact-checkbox {
  line-height: 1.63;
}

.contact-subtitle {
  font-weight: bold;
  color: #000;
}

.policy {
  font-weight: bold;
}
.policy a {
  display: inline-block;
  border-bottom: 2px solid #a3a3a3;
}

.policy,
.read {
  text-align: center;
  letter-spacing: 0.075em;
}

.form-element,
.form-textarea {
  background: #fff;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  resize: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #737373;
}
.form-element::-ms-clear,
.form-textarea::-ms-clear {
  display: none;
}

.form-element {
  padding: 3px 5px;
}

.form-textarea {
  padding: 10px;
  line-height: 1.3;
}
.form-textarea::placeholder {
  color: #818181;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span {
  background-image: url(../img/common/icn_check_on.png);
}
.checkbox span {
  display: inline-block;
  background: url(../img/common/icn_check_off.png) no-repeat 0 0;
}
.checkbox a {
  color: #0060ff;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .section-contact {
    font-size: 22px;
    padding: 65px 0 30px;
  }

  .contact-txt {
    margin-bottom: 65px;
  }

  .contact-title {
    margin-bottom: 30px;
  }

  .list-contact-checkbox {
    margin: 0 0 90px 12px;
  }
  .list-contact-checkbox > li {
    margin-bottom: 33px;
  }
  .list-contact-checkbox .sub-list {
    margin-top: 40px;
    padding-left: 50px;
  }

  .list-form-contact {
    display: table;
    width: 796px;
    margin-bottom: 50px;
  }
  .list-form-contact > li {
    display: table-row;
  }
  .list-form-contact .label,
  .list-form-contact .col-input {
    display: table-cell;
    vertical-align: baseline;
  }
  .list-form-contact .label {
    width: 290px;
    line-height: 1.63;
  }
  .list-form-contact .label.label-textarea {
    padding-top: 22px;
  }
  .list-form-contact .has-indent {
    margin-right: -40px;
    margin-top: 8px;
  }

  .contact-info {
    padding-left: 40px;
    margin-bottom: 45px;
    padding-top: 8px;
  }
  .contact-subtitle {
    margin-bottom: 15px;
  }
  .contact-form {
    padding-top: 5px;
  }

  .policy {
    padding-bottom: 15px;
  }

  .read {
    font-size: 18px;
  }

  .form-element {
    padding: 3px 5px;
    height: 26px;
  }

  .form-textarea {
    height: 180px;
    padding: 10px;
  }
  .form-textarea::placeholder {
    font-size: 22px;
  }

  .checkbox {
    padding-left: 30px;
  }
  .checkbox span {
    background-size: 20px auto;
    padding: 3px 0 3px 45px;
  }
  .checkbox a {
    margin-left: 22px;
  }

  .section-contact-selection .btn-primary {
    width: 446px;
    margin: 50px auto 0;
    font-size: 15px;
    cursor: pointer;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-element {
    padding: 10px 5px 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1350px) {
  .form-element,
  .form-textarea {
    font-size: 12px;
  }

  .form-element {
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    font-size: 12px;
    padding: 35px 0 40px;
  }

  .contact-txt {
    color: #2f2f2f;
    margin-bottom: 10px;
    line-height: 1.36;
  }

  .contact-title {
    margin-bottom: 20px;
  }

  .list-contact-checkbox {
    line-height: 1.63;
  }
  .list-contact-checkbox > li {
    margin-bottom: 10px;
  }
  .list-contact-checkbox .sub-list {
    margin-top: 20px;
    padding-left: 10px;
  }

  .list-checkbox {
    padding-left: 10px;
  }
  .list-form-contact {
    width: 100%;
    margin-bottom: 15px;
  }
  .list-form-contact > li {
    margin-bottom: 10px;
  }
  .list-form-contact .label {
    width: 100%;
    margin-bottom: 8px;
  }
  .list-form-contact .has-indent {
    margin-right: -30px;
    margin-top: 8px;
  }

  .contact-info {
    margin-bottom: 25px;
  }
  .contact-subtitle {
    margin-bottom: 15px;
  }

  .policy {
    padding-bottom: 15px;
  }

  .number-img {
    width: 100%;
    padding: 0 40px 0 0;
  }
  .number-img img {
    display: block;
    width: 100%;
  }

  .form-element,
  .form-textarea {
    padding: 3px 5px;
  }

  .form-element {
    height: 26px;
  }

  .form-textarea {
    height: 100px;
    padding: 5px;
  }

  .checkbox {
    display: inline-block;
  }
  .checkbox span {
    background-size: 12px auto;
    padding: 0 0 5px 28px;
  }
  .checkbox a {
    display: block;
    margin-left: 28px;
  }

  .section-contact-selection {
    margin-top: 40px;
  }
  .section-contact-selection .btn-primary {
    width: 90%;
    margin: 15px auto 0;
    font-size: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .page-contact .page-title .japan {
    font-size: 26px;
  }
}
.confirm-title {
  color: #2e3876;
  margin-bottom: 90px;
  line-height: 1.36;
}
.confirm-txt {
  margin-bottom: 40px;
  color: #2f2f2f;
}
.confirm-content {
  line-height: 1.63;
}

.correct {
  background: #fff;
  color: #006bb0;
  border: 1px solid #006bb0;
}
.correct:hover {
  color: #fff;
}

@media print, (min-width: 768px) {
  .section-confirm {
    padding: 60px 0 30px;
  }
  .section-confirm .confirm-container {
    padding-left: 35px;
  }

  .btn-confirm .btn-primary {
    margin: 70px 40px 40px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-title {
    margin-bottom: 35px;
  }
  .confirm-txt {
    margin-bottom: 25px;
  }

  .btn-confirm .btn-primary {
    margin: 15px 20px 0;
  }
}
/* RESULT */
.result-txt p {
  margin-bottom: 35px;
}

@media print, (min-width: 768px) {
  .btn-result .btn-primary {
    margin: 0 auto 55px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  }
}
.section-maintenance {
  padding: 120px 40px;
  font-size: 22px;
}
.section-maintenance .maintenance-title {
  padding-bottom: 30px;
  border-bottom: none;
  color: #006bb0;
  line-height: 1.4;
}
.section-maintenance .maintenance-txt p {
  margin-bottom: 35px;
  color: #2f2f2f;
  line-height: 1.63;
}

@media print, (min-width: 768px) {
  .section-maintenance {
    height: calc( 100vh - 155px );
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .section-maintenance {
    padding: 100px 0;
    font-size: 12px;
  }
}



/*# sourceMappingURL=style.css.map */
.privacy-page h3 {
	font-size: 20px;
	font-weight: 400;
	color: #0152AE;
}

.privacy-page h3:after {
	display: block;
	content: " ";
	margin: 20px 0;
	width: 50px;
	border-bottom: solid 2px #0152AE;
}
.privacy-page ul > li {
	padding-left: 1em;
}
.privacy-page ul > li:before {
	position: absolute;
	font-size: 0.8em;
	top: 0.3em;
	left: 0.5em;
}
.privacy-page ol, .privacy-page ul {
	list-style: none;
}
.privacy-page ol li, .privacy-page ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 15px;
}
.privacy-page ul {
	padding-left: 20px;
}

.message-paragraph img {
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.section-news-content .list-filter > li {
		font-size: 12px;
		margin-right: 6px;
		margin-bottom: 6px;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-txt02 {
		background: #FFFFFF;
		top: -30px;
		/* position: absolute; */
		/* margin: -30px 0 0 0; */
		position: relative;
		z-index: 9000;
		padding: 10px;
	}
}

@media print, (max-width: 1350px) and (min-width: 768px) {
	.section-top-keyvisual .fixed-txt02 {
		left: 10px;
	}
}

.fixed-news{
	position:absolute;
	width:100%;
	max-width:1000px;
	margin:auto;
	bottom:20px;
	left:calc(50% - 500px);
	z-index:1;
}
.fixed-news::before{
	content:'ニュース';
	display: block;
	position:absolute;
	left:20px;
	bottom:138px;
	background: #006bb0;
	color: #fff;
	border-radius: 10px;
	z-index:1;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
}
.top-news-block{
	background-color: #fff;
	border-radius: 6px;
	padding: 15px 10px 15px 70px;
	height: 150px;
	overflow: auto;
	box-sizing:border-box;
}
.top-news-block ul.top-list-news{
	position:relative;
}
.top-news-block ul.top-list-news li{
	padding:15px 0;
}
.top-news-block ul.top-list-news li a{
	text-decoration:none;
}

.top-news-block .mCSB_scrollTools {
	width: 12px;
	padding: 5px 0;
	margin-right: 2px;
	border-radius: 0;
}
.top-news-block .mCSB_scrollTools .mCSB_draggerRail,
.top-news-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px;
	border-radius: 10px;
	height: 30px;
}
.top-news-block .mCSB_scrollTools .mCSB_draggerRail, .top-news-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 85%;
}
.top-news-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff !important;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.top-news-block .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
}
.top-news-block .mCSB_scrollTools .mCSB_dragger,.top-news-block .mCSB_scrollTools .mCSB_draggerContainer {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media print, (min-width: 768px) {
	.section-top-keyvisual .title-keyvisual {
		font-size:80px;
		line-height: 1.2;
	}
	.section-top-keyvisual .fixed-txt{
		top:30%;
	}
	.section-top-keyvisual .sec-content{
		margin-top:5px;
	}
	.top-news-block ul.top-list-news li a:hover{
		text-decoration:underline;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-news{
		width:90%;
		left:5%;
	}
	.top-news-block{
		overflow-y:scroll;
	}
	.top-news-block ul.top-list-news li{
		padding:10px 0;
	}
	.fixed-news .top-news-block{
		padding-left:30px;
	}
	.fixed-news::before{
		content:'CSR';
		font-size:12px;
		border-radius: 5px;
		width:90px;
		height:20px;
		line-height:20px;
	}
	.mCSB_inside>.mCSB_container {
		margin-right: 0;
		position: initial !important;
	}

	.mCustomScrollBox {
		overflow: initial;
		position:inherit;
	}
	.mCSB_1_scrollbar {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#scroll_area .mCustomScrollBox {
		overflow-y: scroll;
	}
}

.btn {
	cursor: pointer;
	display: inline-block;
	min-width: 280px;
	background-color: #000;
	border: 1px solid #000;
	padding: 15px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 5px;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-login {
	font-size: 14px;
	min-width: 130px;
	background-color: #ff9a2e;
	color: #fff;
	border: 2px solid #ff9a2e;
	border-radius: 999px;
	padding: 10px 10px;
}

@media print, (min-width: 768px) {
	.none {
		display: none;
		text-align: center;
	}
}
.btn-center {
	text-align: center;
	padding-bottom: 25px;
}
@media print, (min-width: 768px) {
	.page-health {
		padding: 115px 0 75px;
	}
}
.page-health {
	background: url(../img/health/bnr_health.jpg) no-repeat center center;
	background-size: cover;
}
#health h2 {
	font-size: 30px;
	font-weight: 600;
	color: #006BB0;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
	padding-top: 30px;
}
.sec-inner {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.6;
	padding-top: 30px;
	margin-bottom: 30px;
}
.certification {
	display: flex;
	background: #FFFFE1;
	flex-wrap: nowrap;
	padding: 4% 2%;
}

.certification-inner {
	width: calc(33.3333333%);
	text-align: center;
	padding: 0 1%;
	margin: 0 auto;
}


.certification-inner img {
	max-width: 260px;
}




.certification-inner p {
	letter-spacing: 1.2px;
	line-height: 1.2;
	text-align: center;
	padding: 20px 30px;
}

.sec-inner span {
	font-size: 15px;
}

.sec02 .sec-inner:not(:first-of-type) {
	padding-top: 75px;
}


.sec02 table {
	margin: 0 auto;
}

.sec02 th,
.sec02 td {
	border: solid 1px #CCC;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 3% 46px;
}

.sec02 tr:not(:last-of-type) {
	background: #F2F2F2;
}


.sec02 td.date {
	font-size: 34px;
}

.kome {
	display: inline-block;
	font-size: 13px;
	padding-left: 10px;
}

.sec02,
.sec03 {
	padding-top: 45px;
}

.sec03 .flex {
	display: flex;
	justify-content: center;
	letter-spacing: 1.4px;
	line-height: 1.4;
	padding: 4% 2%;
	margin: 0 auto;
}

.sec03 .flex:nth-of-type(1) img,
.sec03 .flex:nth-of-type(3) img {
	order: 2;
}

.sec03 .flex:nth-of-type(1) .box-container,
.sec03 .flex:nth-of-type(3) .box-container {
	order: 1;
}

.sec03 .flex img {
	width: 290px;
	height: 270px;
	background: #EDEDED;
	object-fit: cover;
	margin: 0 2%;
}

.box-container {
	width: 270px;
	height: 270px;
	background: #EDEDED;
	font-size: 18px;
	padding: 25px;
	margin: 0 2%;
}

.box-title {
	color: #006BB0;
	font-size: 20px;
	text-align: center;
}

.recruit .sec-title {
	color: #fff;
	text-align: center;
}

@media print, (min-width: 768px) {
	.sec-title .en {
		font-size: 80px;
	}
}
.sec-title .en {
	font-size: 80px;
}

@media print, (min-width: 768px) {
	.sec-title .jn {
		font-size: 22px;
		line-height: 1.11;
		margin-top: 20px;
	}
}
.sec-title .jn {
	font-weight: 500;
}

@media print, (min-width: 768px) {
	.recruit .btn-primary {
		width: 365px;
		margin: 150px auto 0;
	}
}
.recruit .btn-primary {
	background: transparent;
	border: 2px solid #ffffff;
	-moz-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
	-o-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
	-webkit-transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
	transition: background 0.26s ease, color 0.26s ease, letter-spacing 0.5s ease;
}

/* highlight */
.page-highlight .flex-common {
	max-width: 1200px;
  margin: 0 auto;
}

.page-highlight .flex-common .wrapper {
	width: auto;
}

@media print, (min-width: 768px) {
	.section-highlight-content .highlight-chart {
		width: 100%;
	}

}

/* =======================================================
* max-width: 1020px
* ======================================================= */
@media screen and (max-width: 1020px) {
	.certification {
		display: block;
	}

	.certification-inner {
		width: inherit;
		margin: 0 auto;
	}

	.certification-inner img {
		max-width: 200px;
	}

	.certification-inner p {
		font-size: 15px;
		padding: 20px;
	}

}

/* =======================================================
* max-width: 767px
* ======================================================= */
@media screen and (max-width: 767px) {
	.page-health {
		padding: 50px 0 45px;
	}

	.jn {
		font-size: 30px;
	}

	.en {
		font-size: 19px;
	}

	#health h2 {
		font-size: 26px;
		padding-top: 60px;
	}

	.sec01 h2,
	.sec01 .sec-inner,
	.sec02,
	.sec03 {
		padding: 0 4%;
	}

	.sec-inner {
		line-height: 1.2;
	}

	.certification {
		display: block;
	}

	.sec02 th,
	.sec02 td {
		padding: 3% 6%;
	}

	.sec02 td.date {
		font-size: 22px;
	}

	.kome {
		padding: 0;
	}

	.box-container {
		width: 50%;
		height: auto;
	}

	.sec03 {
		padding-bottom: 60px;
	}

	.sec03 .flex {
		display: block;
		padding: 4% 0;
	}

	.sec03 .flex img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.box-container {
		width: 100%;
		margin: 0;
	}

}

/* =======================================================
* highlight custom
* ======================================================= */
.highlight-box-title {
	width: auto;
}
@media only screen and (max-width: 767px) {
	.highlight-box-title {
		padding-bottom: 0;
	}

	.section-highlight-content.highlight-box-title h2 {
		font-size: 22px;
	}

	.section-highlight-content .highlight-chart img {
		margin: 0 auto;
	}
}

.section-highlight-content.highlight-box-title h2 {
	border-bottom: 1px solid #006bb0;
	font-size: 28px;
}

.section-achievement-content {
    padding-bottom: 75px;
}

.section-achievement-content img {
    width: 100%;
    padding-top: 60px;
}

.section-achievement-content img:nth-of-type(2),
.section-achievement-content img:nth-of-type(3) {
    padding-top: 30px;
}

.section-achievement-content p {
    text-align: right;
}

@media print, (min-width: 768px) {
	.highlight-box.flex-common {
		max-width: 1200px;
		margin: 0 auto;
	}

	.highlight-box.flex-common .wrapper {
		width: auto;
	}

	.section-highlight-content .highlight-chart {
		width: 100%;
	}
}
.page-organization {
	background: url(../img/organization/bnr_organization.jpg) no-repeat center center;
	background-size: cover;
}

.section-organization ul li img {
	width: 100%;
}
