@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--Layout--*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

body * {
  box-sizing: border-box;
}

body img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #000;
}

a:hover img {
  opacity: 0.8;
}

#header {
  height: 56.2vw;
  position: relative;
}

#header .header {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 1280px) {
  #header .header {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#header .header .header-title {
  position: static;
  transition: 0.5s;
  width: 350px;
  /*img:nth-child(1){
				width: $i1;
			}
			img:nth-child(2){
				width: $i2;
				margin-left: $w - $i1 - $i2;
			}*/
}

#header .header .header-title.fix {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 70%;
}

#header .header .header-menu {
  display: flex;
  list-style: none;
  font-family: "Times New Roman", serif;
}

#header .header .header-menu li {
  margin-left: 3em;
}

#header .header .header-menu li a {
  display: block;
}

#header .header .header-menu li a:hover {
  border-bottom: solid 1px #000;
}

#header .catch {
  width: 1280px;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  #header .catch {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#header .catch .catch-copy {
  width: 1080px;
  margin: auto auto auto 100px;
}

#header .catch .catch-copy img {
  width: 372px;
}

#header .catch .catch-copy p {
  font-family: "Times New Roman", serif;
  font-size: 1.6rem;
  margin-top: 0.8em;
}

#header .scroll {
  position: absolute;
  width: 50px;
  margin: auto;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 2;
}

#header video {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ccc;
}

#header .video-pc {
  display: block;
}

#header .video-sp {
  display: none;
}

@media (max-width: 1280px) {
  #header .catch .catch-copy {
    width: 60%;
    margin-left: 8vw;
  }
  #header .catch .catch-copy img {
    width: 37vw;
  }
  #header .catch .catch-copy p {
    font-size: 2.3vw;
  }
}

@media (min-width: 1080px) {
  #header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 1280px;
    margin: auto;
    z-index: 2;
  }
  #header .header.scrolled {
    position: relative;
    z-index: 1;
    z-index: 2;
    position: fixed;
  }
  #header .header.scrolled:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
  }
  #header .header.scrolled:after {
    background: #fff;
  }
}

@media (max-width: 1080px) {
  #header .header .header-title {
    width: 50%;
  }
  #header .header .header-menu {
    position: fixed;
    flex-direction: column;
    left: -100vw;
    transition: 0.5s;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 80px 0 0;
  }
  #header .header .header-menu > li {
    margin: 0;
  }
  #header .header .header-menu > li a {
    font-size: 1.5rem;
    color: #fff;
    padding: 1em;
  }
  #header .header .header-menu > li a:hover {
    border: none;
  }
  #header .header .header-menu > li a:after {
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 2em;
  }
  #header .header .header-menu > li:nth-child(1) a:after {
    content: '事業内容';
  }
  #header .header .header-menu > li:nth-child(2) a:after {
    content: '社長メッセージ';
  }
  #header .header .header-menu > li:nth-child(3) a:after {
    content: '会社概要';
  }
  #header .header .header-menu > li:nth-child(4) a:after {
    content: '組織図';
  }
  #header .header .header-menu.show {
    left: 0;
    z-index: 3;
  }
}

@media (max-width: 768px) {
  #header {
    height: 150vw;
  }
  #header .catch {
    width: 100%;
    height: 100%;
    top: 50%;
    bottom: 50%;
    margin: auto;
  }
  #header .catch .catch-copy {
    width: 60%;
    margin: auto;
  }
  #header .catch .catch-copy p {
    position: absolute;
    top: 155vw;
    right: auto;
    left: 8vw;
    margin: auto;
    font-size: 1.3rem;
  }
  #header .catch .catch-copy img {
    width: auto;
  }
  #header .video-sp {
    display: block;
  }
  #header .video-pc {
    display: none;
  }
}

#mopen {
  visibility: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 40px;
  height: 30px;
}

#mopen span {
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mopen:before, #mopen:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #000;
  transition: all 0.5s ease-in-out;
}

#mopen:before {
  top: 0;
}

#mopen:after {
  bottom: 0;
}

#mopen.hide span {
  opacity: 0;
}

#mopen.hide:before {
  transform: rotate(45deg);
  background: #fff;
  bottom: 0;
}

#mopen.hide:after {
  transform: rotate(135deg);
  background: #fff;
  top: 0;
}

@media (max-width: 1080px) {
  #mopen {
    visibility: visible;
  }
}

#catch {
  position: relative;
}

main h2 .hd-en, #org h2 .hd-en {
  font-family: "Times New Roman", serif;
  font-size: 2.4rem;
  margin-right: 1em;
}

main h2 .hd-ja, #org h2 .hd-ja {
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  main h2 .hd-en, #org h2 .hd-en {
    font-size: 1.8rem;
    margin-right: 0.5em;
  }
  main h2 .dh-ja, #org h2 .dh-ja {
    font-size: 0.875rem;
  }
}

@media (max-width: 568px) {
  main h2 .hd-en, #org h2 .hd-en {
    font-size: 1.5rem;
    margin-right: 0.5em;
  }
  main h2 .dh-ja, #org h2 .dh-ja {
    font-size: 0.75rem;
  }
}

main {
  display: block;
  padding: 60px 0 200px;
  background: url("img/bg.svg") center bottom -300px/contain no-repeat #fff;
}

@media (max-width: 1080px) {
  main {
    background-image: url("img/bg-sp.svg");
    background-size: 100vw;
    background-repeat: repeat-y;
    background-position: center top;
  }
}

@media (max-width: 768px) {
  main {
    padding-top: 120px;
  }
}

footer {
  background: #000;
  color: #fff;
  padding-top: 100px;
  position: relative;
}

footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
}

footer .backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

footer .backtotop a {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -70px;
  right: 0;
  background: url("img/arrow2.svg") center/50% no-repeat #000;
  border: solid 1px #fff;
}

@media (max-width: 768px) {
  footer .backtotop a {
    width: 40px;
    height: 40px;
  }
}

footer .footer-info {
  width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 1080px) {
  footer .footer-info {
    width: auto;
    margin-right: 8vw;
    margin-left: 8vw;
  }
}

footer .footer-info .footer-info-text .footer-info-address {
  margin: 2em 0;
}

footer .footer-info .footer-info-map iframe {
  border: none;
  width: 456px;
  height: 292px;
  filter: grayscale(100%);
}

footer .footer-info .footer-info-mail a {
  display: block;
  background: url("img/mail.svg") 20px center/18px no-repeat #fff;
  text-align: center;
  padding: 10px 20px;
  width: 70%;
  font-family: "Times New Roman", serif;
  margin: 2em 0 0;
}

footer .footer-info .footer-info-mail a:link, footer .footer-info .footer-info-mail a:visited, footer .footer-info .footer-info-mail a:hover, footer .footer-info .footer-info-mail a:active {
  color: #000;
}

@media (max-width: 768px) {
  footer .footer-info {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  footer .footer-info > div {
    width: auto;
  }
  footer .footer-info .footer-info-map {
    margin-bottom: 60px;
  }
  footer .footer-info .footer-info-map iframe {
    width: 100%;
  }
  footer .footer-info .footer-info-text {
    margin-bottom: 20px;
  }
  footer .footer-info .footer-info-text h4, footer .footer-info .footer-info-text p {
    font-size: 0.875rem;
  }
}

footer .copyright {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 1em 0;
}

footer .copyright br {
  display: none;
}

@media (max-width: 768px) {
  footer .copyright br {
    display: inline;
  }
}

#business {
  margin-bottom: 150px;
}

#business h2 {
  width: 1080px;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 1080px) {
  #business h2 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#business .business-body {
  margin-left: calc( (100vw - 1080px) / 2 );
  background: url("img/155379_s.jpg") center/cover no-repeat;
  position: relative;
  padding: 80px;
}

#business .business-body:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#business .business-body h3 {
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

#business .business-body h3 br.br-sp {
  display: none;
}

#business .business-body ul {
  position: relative;
  z-index: 1;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

#business .business-body ul li {
  width: calc(28%);
  margin-bottom: 50px;
}

#business .business-body ul li img {
  width: 81px;
}

#business .business-body ul li h4 {
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
}

#business .business-body ul li p {
  font-family: "Times New Roman", serif;
  font-size: 0.9375rem;
  display: block;
  background: url("img/arrow.svg") right center/24px no-repeat;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
}

#business .business-body ul li a:link, #business .business-body ul li a:visited, #business .business-body ul li a:active {
  color: #fff;
}

@media (max-width: 1080px) {
  #business h2 {
    margin-bottom: 10px;
    margin-left: 8vw;
  }
  #business .business-body {
    margin-left: 8vw;
  }
  #business .business-body ul {
    width: auto;
  }
  #business .business-body ul li {
    width: calc(45%);
  }
}

@media (max-width: 768px) {
  #business {
    margin-bottom: 60px;
  }
  #business .business-body {
    padding: 40px 20px;
  }
  #business .business-body h3 {
    font-size: 1.2rem;
  }
  #business .business-body ul {
    width: auto;
  }
  #business .business-body ul li {
    width: calc(47%);
  }
  #business .business-body ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
  }
}

@media (max-width: 568px) {
  #business .business-body h3 {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
  #business .business-body h3 br.br-sp {
    display: inline;
  }
  #business .business-body ul {
    flex-direction: column;
    padding: 0 30px;
  }
  #business .business-body ul li {
    width: auto;
  }
}

#message {
  width: 1080px;
  margin: auto;
  margin-bottom: 250px;
}

@media (max-width: 1080px) {
  #message {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

#message h2 {
  margin-bottom: 30px;
}

#message .message {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

#message .message .message-img {
  width: 800px;
}

#message .message .message-body {
  position: absolute;
  left: 0;
  top: 100px;
  padding: 40px 40px 40px;
  background: #fff;
  width: 550px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#message .message .message-body h3 {
  font-size: 1rem;
  margin-bottom: 1em;
}

#message .message .message-body p {
  font-size: 0.9375rem;
}

#message .message .message-body .message-sign {
  margin-top: 2em;
  display: table;
  margin-left: auto;
}

#message .message .message-body .message-sign > p {
  display: table-row;
}

#message .message .message-body .message-sign p:nth-child(3) {
  text-align: center;
}

#message .message .message-body .message-sign p:nth-child(3) img {
  width: 170px;
  margin-top: 20px;
}

@media (max-width: 1080px) {
  #message {
    margin-bottom: 40px;
  }
  #message h2 {
    margin-left: 8vw;
  }
  #message .message {
    flex-direction: column;
  }
  #message .message .message-img {
    width: auto;
    margin-left: 8vw;
  }
  #message .message .message-body {
    top: 0;
    width: 84vw;
    margin: auto;
    position: relative;
    top: -40px;
  }
  #message .message .message-body p {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  #message h2 {
    margin-bottom: 10px;
  }
  #message .message .message-img {
    margin-left: 16vw;
  }
}

@media (max-width: 568px) {
  #message .message .message-body {
    padding: 30px;
  }
  #message .message .message-body p {
    font-size: 0.75rem;
  }
}

#company {
  width: 1080px;
  margin: auto;
}

@media (max-width: 1080px) {
  #company {
    width: auto;
    margin-right: 8vw;
    margin-left: 8vw;
  }
}

#company h2 {
  margin-bottom: 30px;
}

#company .company {
  display: flex;
  background: url("img/bg_company.jpg") center top/cover no-repeat;
  position: relative;
}

#company .company > div {
  width: 50%;
}

#company .company .company_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0 0;
}

#company .company .company_img h3 {
  width: 296px;
  margin-bottom: 100px;
  margin-right: 10px;
}

#company .company .company_img > img {
  display: block;
  width: 136px;
  margin-right: 10px;
}

#company .company .company_body table {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin: 100px 0 40px;
}

#company .company .company_body table th, #company .company .company_body table td {
  border: none;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

#company .company .company_body .company_btn a {
  display: block;
  background: url("img/arrow.svg") right center/24px no-repeat;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  color: #fff;
  width: 240px;
  margin: 40px auto;
}

#company .company:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

@media (max-width: 1080px) {
  #company .company {
    flex-direction: column;
    background: transparent;
  }
  #company .company > div {
    width: auto;
  }
  #company .company .company_img {
    justify-content: center;
    padding: 100px 0;
    background: url("img/bg_company2.jpg") center/cover no-repeat;
  }
  #company .company .company_img h3, #company .company .company_img > img {
    margin-right: 0;
  }
  #company .company .company_body table {
    background: transparent;
    margin: 40px 0;
    padding: 0;
  }
  #company .company .company_body table td, #company .company .company_body table th {
    padding: 20px 0;
  }
  #company .company .company_body table th {
    width: 5em;
    white-space: nowrap;
  }
  #company .company .company_body .company_btn {
    background: url("img/sp-company2.jpg") center/cover no-repeat;
    padding: 20px;
  }
  #company .company .company_body .company_btn a {
    margin: auto;
  }
  #company .company:after {
    display: none;
  }
}

@media (max-width: 768px) {
  #company h2 {
    margin-bottom: 10px;
  }
  #company .company .company_img h3 {
    width: 70%;
  }
  #company .company .company_img > img {
    width: 30%;
  }
  #company .company .company_body table {
    font-size: 0.9375rem;
  }
}

@media (max-width: 568px) {
  #company .company .company_body table {
    font-size: 0.75rem;
  }
  #company .company .company_body table td, #company .company .company_body table th {
    padding: 1em 0;
  }
}

#org {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 1080px;
  margin: 20px auto;
  padding: 50px;
  overflow: scroll;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

#org .xclose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}

#org .xclose a {
  display: block;
  width: 100%;
  height: 100%;
}

#org .xclose a:before, #org .xclose a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #000;
}

#org .xclose a:before {
  transform: rotate(45deg);
}

#org .xclose a:after {
  transform: rotate(-45deg);
}

#org.show {
  z-index: 10;
  opacity: 1;
}

@media (max-width: 1080px) {
  #org {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #org {
    padding: 0;
  }
  #org .xclose {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    width: 25px;
    height: 25px;
  }
}

#org h2 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #org h2 {
    padding: 40px 20px 0;
  }
}

#org .chart {
  background: url("img/9Urayx.jpg") center/cover no-repeat;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
}

#org .chart:after {
  content: '';
  position: absolute;
  background: rgba(35, 24, 21, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

#org .chart img {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #org .chart {
    padding: 10px;
    margin-bottom: 20px;
  }
}

#org .chart2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 80px;
}

#org .chart2 li:nth-child(1) {
  width: 100%;
  background: url("img/6C_1.jpg") center/cover no-repeat;
  position: relative;
  padding: 200px 0;
}

#org .chart2 li:nth-child(1) p {
  position: relative;
  z-index: 1;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

#org .chart2 li:nth-child(1) p img {
  display: block;
  width: 340px;
  margin: 30px auto 0;
}

#org .chart2 li:nth-child(1):after {
  content: '';
  position: absolute;
  background: rgba(26, 23, 24, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  #org .chart2 li:nth-child(1) p {
    font-size: 1.125rem;
  }
  #org .chart2 li:nth-child(1) p img {
    width: 70%;
  }
}

#org .chart2 li:nth-child(2) {
  background: #333;
  color: #fff;
}

#org .chart2 li:nth-child(3) {
  background: #5f5a58;
  color: #fff;
}

#org .chart2 li:nth-child(4) {
  background: #8c8988;
}

#org .chart2 li:nth-child(5) {
  background: #d1d0cf;
}

#org .chart2 li:nth-child(n+2) {
  width: 25%;
  padding: 40px 0;
}

#org .chart2 li:nth-child(n+2) p {
  font-family: "Times New Roman", serif;
  text-align: center;
  font-size: 0.9375rem;
}

#org .chart2 li:nth-child(n+2) p:nth-child(2) {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 80px;
}

#org .chart2 li:nth-child(n+2) img {
  width: 70px;
  display: block;
  margin: auto;
}

@media (max-width: 1080px) {
  #org .chart2 li:nth-child(n+2) {
    width: 50%;
  }
}

/*--CPU--*/
.u-mg0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pd0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mg10 {
  margin: 10px !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mg20 {
  margin: 20px !important;
}

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

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mg30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pd30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mg40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-pd40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mg50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pd50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-fs-xxsmall {
  font-size: 0.75rem;
}

.u-fs-xsmall {
  font-size: 0.875rem;
}

.u-fs-small {
  font-size: 0.9375rem;
}

.u-fs-normal {
  font-size: 1rem;
}

.u-fs-large {
  font-size: 1.125rem;
}

.u-fs-xlarge {
  font-size: 1.25rem;
}

.u-fs-xxlarge {
  font-size: 1.5rem;
}

.u-fs-xxxlarge {
  font-size: 1.75rem;
}

.u-fc-text {
  color: #444;
}

.u-fc-strong {
  color: #33cc00;
}

.u-fc-coution {
  color: #ff9900;
}

.u-fc-hover {
  color: #000;
}

.u-ls-disc {
  list-style-type: disc !important;
  padding-left: 1.5em !important;
}

.u-ls-circle {
  list-style-type: circle !important;
  padding-left: 1.5em !important;
}

.u-ls-square {
  list-style-type: square !important;
  padding-left: 1.5em !important;
}

.u-ls-decimal {
  list-style-type: decimal !important;
  padding-left: 1.5em !important;
}

.u-ls-ur {
  list-style-type: upper-roman !important;
  padding-left: 1.5em !important;
}

.u-ls-none {
  list-style-type: none !important;
  padding-left: 1.5em !important;
}

.u-ls-play li:before {
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  content: "";
}

.u-ls-cog li:before {
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  content: "";
}

.u-require {
  padding: 2px 5px;
  background: #c20f17;
  color: #fff;
  border-radius: 4px;
  margin: 0 4px;
}

a.u-btn {
  background-color: #fff;
  color: #2a71b9;
  border: solid 1px #2a71b9;
  border-radius: 4px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
}

.u-fb {
  font-weight: bold;
}

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

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

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

.u-w100 {
  width: 100% !important;
}
