@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px; }

/**
* 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
  ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 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 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b, strong {
  font-weight: inherit; }

/**
* 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 style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* 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
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio, video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* 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 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
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 and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

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

/* Scripting
  ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

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

body {
  font-size: 14px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

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-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

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

caption,
th {
  text-align: left; }

html {
  font-size: 6.25%;
  background: #000; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

a {
  text-decoration: none;
  transition: .3s ease-in-out; }

a:hover {
  opacity: 0.7; }

a.textlink {
  color: #FF6600;
  margin-right: 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  background-image: url(../images/pdf.png);
  background-size: 17px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px; }

body {
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  color: #333;
  font-size: 12px;
  font-size: 12rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

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

@media screen and (min-width: 850px) {
  body {
    font-size: 14px;
    font-size: 14rem; } }

p.sum {
  line-height: 2.2; }

.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em; }

.red {
  color: red; }

.ttl {
  color: #FF6600;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3em;
  text-align: center; }
  .ttl span {
    font-size: 24rem;
    color: #fff;
    display: block;
    font-family: 'Avenir Next', 'Arial Black', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em; }

.top__service .ttl span {
  color: #00254D; }

.top__company .ttl span {
  color: #00254D; }

.top__news .ttl span {
  color: #00254D; }

.pagettl {
  color: #FF6600;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3em;
  text-align: center;
  position: relative;
  z-index: 2; }
  .pagettl span {
    font-size: 28rem;
    color: #fff;
    display: block;
    font-family: 'Avenir Next', 'Arial Black', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em; }

.contentttl {
  color: #FF6600;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5em;
  text-align: left;
  position: relative;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  z-index: 2;
  padding-left: 2.3em;
  font-size: 10rem; }
  .contentttl:before {
    content: '';
    width: 1.5em;
    display: block;
    border-bottom: 1px solid #999;
    position: relative;
    top: 0.8em;
    left: -2.3em; }
  .contentttl span.ttl-ja {
    color: #fff;
    margin-bottom: 0.5em;
    color: #333;
    font-size: 14rem;
    margin-right: 10px;
    position: relative;
    top: 2px; }

.tsume {
  transform-origin: top left;
  /* Firefox */
  /* Chrome,Safari */
  /* Opera */
  /* IE */
  transform: scale(0.8, 1);
  /* CSS3 */
  width: 200%; }

@media screen and (min-width: 850px) {
  .tsume {
    transform-origin: top left;
    /* Firefox */
    /* Chrome,Safari */
    /* Opera */
    /* IE */
    transform: scale(1, 1);
    /* CSS3 */
    width: auto; } }

@media screen and (min-width: 850px) {
  .ttl span {
    font-size: 50rem; }
  .top__about .ttl {
    text-align: left; }
  .top__news .ttl {
    text-align: left;
    margin-right: 5%; }
  .pagettl span {
    font-size: 50rem; }
  .contentttl {
    font-size: 12rem;
    letter-spacing: 0.2em;
    margin-bottom: 6em; }
    .contentttl span.ttl-ja {
      font-size: 18rem; } }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9998; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 60px;
  margin-top: -30px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 999; }
  #loader img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px; }
  #loader p {
    font-family: 'Avenir Next', 'Arial Black', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em; }

@media screen and (min-width: 850px) {
  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -50px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 999; }
    #loader img {
      width: 25%;
      height: auto;
      margin-bottom: 25px; }
    #loader p {
      font-family: 'Avenir Next', 'Arial Black', sans-serif;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.05em; } }

.button {
  display: inline-block;
  background: #FF6600;
  color: #fff;
  padding: 1em 4em;
  margin-top: 40px;
  position: relative; }
  .button:after {
    content: "";
    width: 20px;
    height: 5px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 1.5em;
    right: 1em; }
  .button span {
    font-weight: bold; }

.lang {
  display: inline-block;
  color: #FF6600;
  position: relative;
  margin-right: 2%;
  font-family: 'Avenir Next', 'Arial Black', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  letter-spacing: 0.15em; }
  .lang span {
    font-weight: bold; }

.gnav_btn:after {
  content: "";
  top: 1.5em; }

@media screen and (min-width: 850px) {
  .gnav_btn:after {
    content: "";
    top: 2.4em; } }

.button-line {
  display: inline-block;
  background: #fff;
  border: 1px solid #FF6600;
  color: #FF6600;
  padding: 1em 4em;
  margin-top: 40px;
  position: relative;
  margin-right: 20px; }
  .button-line span {
    font-weight: bold; }

@media screen and (min-width: 850px) {
  .button-line {
    margin-right: 40px; } }

/*#wrap {
  display: none;
}*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 190px; }

nav.gnav > ul {
  position: relative;
  top: 80px;
  margin-bottom: 80px; }
  nav.gnav > ul > li {
    text-align: center;
    width: 100%;
    margin-bottom: 2.2em; }
    nav.gnav > ul > li > .gnav__menu {
      color: #fff;
      display: block;
      width: 100%;
      line-height: 1; }
      nav.gnav > ul > li > .gnav__menu span {
        display: block;
        font-size: 20rem;
        font-family: 'Avenir Next', 'Arial Black', sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 0.05em;
        letter-spacing: 0.1em;
        line-height: 1;
        padding-bottom: 0.5em; }
  nav.gnav > ul ul {
    margin-top: 20px; }
    nav.gnav > ul ul li {
      display: inline-block;
      text-align: center;
      width: 46%;
      margin-right: 2%;
      font-size: 8rem;
      margin-bottom: 2%; }
      nav.gnav > ul ul li:nth-child(even) {
        margin-right: 0; }
      nav.gnav > ul ul li.menu_overallview {
        width: 65%; }
      nav.gnav > ul ul li a {
        color: #fff;
        display: block;
        background-color: #001D3D;
        padding: 10px 0;
        width: 100%;
        position: relative;
        text-align: center; }
        nav.gnav > ul ul li a span {
          width: 100%;
          position: relative;
          font-family: 'Avenir Next', 'Arial Black', sans-serif;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          letter-spacing: 0.05em;
          letter-spacing: 0.1em;
          margin-right: 0px;
          font-size: 12rem;
          display: block; }

#panel {
  display: none;
  background: #00254D;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow-y: scroll;
  bottom: 0;
  left: 0;
  padding-bottom: 160px; }

#panel-btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px; }
  #panel-btn .close {
    background: transparent; }
    #panel-btn .close:before, #panel-btn .close:after {
      margin-top: 0; }
    #panel-btn .close:before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    #panel-btn .close:after {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }

.js_headerBgAdd #panel-btn .close {
  background: transparent; }
  .js_headerBgAdd #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff; }
  .js_headerBgAdd #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff; }

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin: -1px 0 0 -10px;
  background: #fff;
  transition: .2s; }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s; }
  #panel-btn-icon:before {
    margin-top: -7px; }
  #panel-btn-icon:after {
    margin-top: 6px; }

.cnav {
  margin-top: 100px; }
  .cnav a {
    width: 48%;
    padding: 1em 0;
    text-align: center;
    border: 1px solid #FF6600; }

.logo .logo_w {
  display: block; }

.logo .logo_b {
  display: none; }

.js_headerBgAdd .logo .logo_w {
  display: none; }

.js_headerBgAdd .logo .logo_b {
  display: block; }

.js_headerBgAdd #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000; }
  .js_headerBgAdd #panel-btn-icon:before, .js_headerBgAdd #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #000; }

@media (min-width: 850px) {
  .js_headerBgAdd nav.gnav > ul > li > .gnav__menu {
    color: #000;
    display: block;
    width: 100%;
    line-height: 1; } }

#navi {
  transition: .3s ease-in-out; }

footer {
  position: relative;
  background-color: #f5f5f5;
  text-align: center; }
  footer .poricynav {
    text-align: center;
    padding: 30px 0; }
    footer .poricynav ul li {
      display: inline-block;
      text-align: center; }
      footer .poricynav ul li a {
        display: inline-block;
        padding: 0.7em 0.7em 0.7em 0.7em;
        color: #333;
        font-weight: bold; }
  footer .fdata {
    background-color: #00254D;
    padding: 30px 0; }
    footer .fdata img {
      width: 80px;
      border-right: 1px solid #586470;
      padding-right: 15px;
      margin-right: 15px;
      vertical-align: middle; }
    footer .fdata p {
      display: inline-block;
      font-size: 8rem;
      color: #fff;
      text-align: left;
      font-weight: bold;
      line-height: 1.7;
      vertical-align: middle;
      position: relative;
      top: -1px; }

.copy {
  position: relative;
  color: #fff;
  background-color: #0B1826;
  text-align: center;
  padding: 10px 0;
  font-size: 10rem; }

@media screen and (max-width: 870px) {
  .service .popup_pc {
    width: 90%;
    margin: 0 auto; }
    .service .popup_pc .pop_sp_img {
      margin-bottom: 20px; }
    .service .popup_pc .pop_sp_txt {
      width: 90%; }
  .service .close {
    display: none; } }

.pop_btn {
  pointer-events: none; }

.pop_txt {
  font-weight: 600; }

.pop_btn {
  background-color: #FF6600;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50px;
  left: 10px; }

.txt_white {
  color: #FFF; }

.sp_btn {
  width: 0;
  height: 0; }

.pc {
  display: none; }

.sp {
  display: block; }

@media screen and (min-width: 870px) {
  .service .pagecontent {
    position: relative; }
    .service .pagecontent .pop_pc_back .u-pc-b {
      width: 1024px; }
  .service .pop_sp_txt {
    margin-top: 20px; }
  .service .pop_txt {
    text-align: center;
    margin-bottom: 10px; }
  .service .pop_btn {
    position: absolute !important; }
  .service .pop_btn.btn_A {
    top: 100px;
    left: 500px;
    z-index: 99; }
  .service .pop_btn.btn_B {
    top: 150px;
    left: 590px;
    z-index: 99; }
  .service .pop_btn.btn_C {
    top: 220px;
    left: 800px;
    z-index: 99; }
  .service .pop_btn.btn_D {
    top: 310px;
    left: 610px;
    z-index: 99; }
  .service .pop_btn.btn_E {
    top: 670px;
    left: 320px;
    z-index: 99; }
  .service .popup_pc {
    width: 0;
    height: 0; }
  .service .box .pop_btn {
    pointer-events: auto; }
  .service .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999; }
  .service .popup {
    margin: 15vh auto 0;
    padding: 10px;
    background: #fff;
    width: 30%;
    position: relative; }
  .service .popup .close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #6E6E6E;
    font-size: 24px;
    font-weight: bold;
    width: 36px;
    height: 36px;
    text-decoration: none;
    text-align: center;
    color: #FFF; }
  .service .popup .kari {
    display: none;
    max-height: 30%;
    overflow: auto; } }

.invisible .fadeUp, .invisible .fadeDown, .invisible .fadeRight, .invisible .graph_anim {
  opacity: 0; }

.visible .fadeUp {
  animation: fadeUp 1s 0.5s both;
  position: relative;
  top: 10px; }

.visible .fadeDown {
  animation: fadeDown 1s 0.5s both;
  position: relative;
  top: -10px; }

.visible .fadeRight {
  animation: fadeRight 1s 0.5s both;
  position: relative;
  right: 10px; }

@keyframes fadeUp {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  100% {
    transform: translate(0, -10px);
    opacity: 1; } }

@keyframes fadeDown {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 10px);
    opacity: 1; } }

@keyframes fadeRight {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  100% {
    transform: translate(10px, 0);
    opacity: 1; } }

@keyframes show {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(200%, 0); } }

@keyframes rightline {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }

.reason_intro__section > div:nth-child(1).fadeUp {
  animation-delay: 1s; }

.reason_intro__section > div:nth-child(2).fadeUp {
  animation-delay: 1.2s; }

.reason_intro__section > div:nth-child(3).fadeUp {
  animation-delay: 1.3s; }

.reason01__section01__txt__list__item:nth-child(1).fadeRight {
  animation-delay: 1s; }

.reason01__section01__txt__list__item:nth-child(2).fadeRight {
  animation-delay: 1.1s; }

.reason01__section01__txt__list__item:nth-child(3).fadeRight {
  animation-delay: 1.2s; }

.reason01__section01__txt__list__item:nth-child(4).fadeRight {
  animation-delay: 1.3s; }

.reason01__section01__txt__list__item:nth-child(5).fadeRight {
  animation-delay: 1.4s; }

.reason01__section02 > div:nth-child(2).fadeRight {
  animation-delay: 1s; }

.reason01__section02 > div:nth-child(3).fadeRight {
  animation-delay: 1.7s; }

.reason02__section01__list__item:nth-child(1).fadeUp {
  animation-delay: 0.1s; }

.reason02__section01__list__item:nth-child(2).fadeUp {
  animation-delay: 0.2s; }

.reason02__section01__list__item:nth-child(3).fadeUp {
  animation-delay: 0.3s; }

.reason02__section01__list__item:nth-child(4).fadeUp {
  animation-delay: 0.4s; }

.reason02__section01__list__item:nth-child(5).fadeUp {
  animation-delay: 0.5s; }

.reason02__section01__list__item:nth-child(6).fadeUp {
  animation-delay: 0.6s; }

.reason02__section01__list__item:nth-child(7).fadeUp {
  animation-delay: 0.7s; }

.reason02__section01__list__item:nth-child(8).fadeUp {
  animation-delay: 0.8s; }

.reason02__section01__list__item:nth-child(9).fadeUp {
  animation-delay: 0.9s; }

.reason02__section01__list__item:nth-child(10).fadeUp {
  animation-delay: 1s; }

.reason02__section01__list__item:nth-child(11).fadeUp {
  animation-delay: 1.1s; }

.reason02__section01__list__item:nth-child(12).fadeUp {
  animation-delay: 1.2s; }

.reason02__section01__list__item span.fadeDown {
  animation-delay: 2.2s;
  top: -30px; }

.reason03__content > div:nth-child(2) .fadeDown {
  animation-delay: 1s; }

.reason03__content > div:nth-child(3) .fadeDown {
  animation-delay: 1.1s; }

.reason03__content > div:nth-child(4) .fadeDown {
  animation-delay: 1.2s; }

.reason03__content > div:nth-child(5) .fadeDown {
  animation-delay: 1.3s; }

.reason03__content > div:nth-child(6) .fadeDown {
  animation-delay: 1.4s; }

.reason03__content > div:nth-child(7) .fadeDown {
  animation-delay: 1.5s; }

.reason03__content > div:nth-child(8) .fadeDown {
  animation-delay: 1.6s; }

.message.fadeUp {
  animation-delay: 1.0s; }

.message__content > div.fadeUp {
  animation-delay: 1.5s; }

.message__content.fadeUp {
  animation-delay: 2.0s; }

.message__content__txt.fadeUp {
  animation-delay: 2.5s; }

.philosophy__list__item:nth-child(1).fadeUp {
  animation-delay: 0.4s; }

.philosophy__list__item:nth-child(2).fadeUp {
  animation-delay: 0.5s; }

.philosophy__list__item:nth-child(3).fadeUp {
  animation-delay: 0.6s; }

.visible .reason4__graph__cont:nth-child(1) .rightline {
  animation: rightline 0.5s 0.5s both; }

.visible .reason4__graph__cont:nth-child(1) .fadeUp {
  animation: fadeUp 0.7s 0.8s both; }

.visible .reason4__graph__cont:nth-child(2) .rightline {
  animation: rightline 0.5s 0.9s both; }

.visible .reason4__graph__cont:nth-child(2) .fadeUp {
  animation: fadeUp 0.7s 1.2s both; }

.visible .reason4__graph__cont:nth-child(3) .rightline {
  animation: rightline 0.5s 1.3s both; }

.visible .reason4__graph__cont:nth-child(3) .fadeUp {
  animation: fadeUp 0.7s 1.6s both; }

.visible .reason4__graph__cont:nth-child(4) .rightline {
  animation: rightline 0.5s 1.7s both; }

.visible .reason4__graph__cont:nth-child(4) .fadeUp {
  animation: fadeUp 0.7s 2s both; }

.visible .reason04__grapharea__content__cycleline span {
  animation: rightline 1s 2.1s both; }

.reason05__content .count {
  animation-delay: 0.8s; }

@media screen and (min-width: 850px) {
  .reason01__arrow .fadeRight {
    animation-delay: 2.5s; }
  .rs1 .fadeUp {
    animation-delay: 1.8s; }
  .reason01__section02 > div:nth-child(1).fadeRight {
    animation-delay: 3s; }
  .reason01__section02 > div:nth-child(2).fadeRight {
    animation-delay: 3.5s; }
  .reason01__section02 > div:nth-child(3).fadeRight {
    animation-delay: 4s; }
  .rs2 .fadeUp {
    animation-delay: 4.4s; }
  .reason03__content__txt .fadeUp {
    animation-delay: 2s; } }

@media screen and (min-width: 850px) {
  header {
    min-width: 1180px; }
  .cnav {
    margin-top: 0px;
    display: inline-block; }
    .cnav a {
      display: inline-block;
      margin: 0; }
    .cnav .lang {
      width: auto;
      padding: 1em 3em;
      margin-right: 20px;
      font-size: 10rem; }
    .cnav .button {
      width: auto;
      padding: 1.8em 3.5em;
      text-align: center;
      border: 1px solid #FF6600; }
  #panel .l-centering {
    width: auto; }
  #panel {
    display: block;
    background-color: transparent;
    width: auto;
    min-height: auto;
    height: 75px;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    padding-bottom: 0; }
    #panel nav > ul {
      top: 0; }
      #panel nav > ul > li {
        width: auto;
        display: inline-block; }
        #panel nav > ul > li a {
          width: auto; }
  #panel-btn {
    display: none; }
  nav.gnav {
    display: inline-block;
    position: relative;
    top: -5px; }
    nav.gnav > ul {
      position: relative;
      top: 0px; }
      nav.gnav > ul > li {
        margin-right: 20px;
        vertical-align: top;
        text-align: center;
        width: auto;
        margin-bottom: 0;
        position: relative; }
        nav.gnav > ul > li > .gnav__menu {
          cursor: pointer;
          color: #fff;
          display: block;
          width: 100%;
          line-height: 1;
          font-size: 10rem;
          letter-spacing: 0.15em;
          transition: .1s ease-in-out; }
          nav.gnav > ul > li > .gnav__menu:hover {
            opacity: 0.7; }
          nav.gnav > ul > li > .gnav__menu span {
            display: block;
            font-size: 16rem;
            font-weight: bold;
            letter-spacing: 0.15em;
            line-height: 1;
            padding-bottom: 0.5em; }
        nav.gnav > ul > li ul {
          margin-top: 0px;
          position: absolute;
          top: 55px;
          left: -50px; }
          nav.gnav > ul > li ul li {
            display: block;
            text-align: center;
            width: 200px;
            margin-right: 0;
            font-size: 12rem;
            margin-bottom: 0;
            border-bottom: 2px solid #335070; }
            nav.gnav > ul > li ul li:nth-child(even) {
              margin-right: 0; }
            nav.gnav > ul > li ul li.menu_overallview {
              width: 200px; }
            nav.gnav > ul > li ul li a {
              color: #fff;
              display: block;
              background-color: rgba(0, 37, 77, 0.9);
              padding: 10px 0;
              width: 100%;
              position: relative;
              text-align: center; }
              nav.gnav > ul > li ul li a span {
                width: 100%;
                position: relative;
                font-family: 'Avenir Next', 'Arial Black', sans-serif;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                letter-spacing: 0.05em;
                letter-spacing: 0.1em;
                margin-right: 0px;
                font-size: 12rem;
                display: block; }
  footer {
    background-color: #f5f5f5;
    text-align: center; }
    footer .poricynav {
      text-align: center;
      padding: 40px 0;
      vertical-align: middle; }
      footer .poricynav ul li {
        display: inline-block;
        text-align: center; }
        footer .poricynav ul li:last-child {
          border-right: #838383 1px solid; }
        footer .poricynav ul li a {
          display: inline-block;
          padding: 0 1.8em;
          color: #333;
          font-weight: bold;
          border-left: #838383 1px solid; }
    footer .fdata {
      background-color: #00254D;
      padding: 30px 0; }
      footer .fdata img {
        width: 150px;
        padding-right: 30px;
        margin-right: 30px;
        vertical-align: middle; }
      footer .fdata p {
        display: inline-block;
        font-size: 14rem;
        color: #fff;
        text-align: left;
        font-weight: bold;
        line-height: 1.7;
        vertical-align: middle;
        position: relative;
        top: -1px; }
  .copy {
    color: #fff;
    background-color: #0B1826;
    text-align: center;
    padding: 20px 0;
    font-size: 10rem; }
  .fnav {
    background-color: #00254D;
    color: #fff;
    padding: 80px 0 40px; }
    .fnav a {
      color: #fff;
      font-weight: normal;
      font-size: 12rem; }
    .fnav ul {
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .fnav ul li {
      vertical-align: top;
      text-align: left;
      border-right: 1px solid #586470;
      padding: 0 3%;
      height: auto; }
      .fnav ul li:nth-child(1) {
        border-left: 1px solid #586470; }
      .fnav ul li dl {
        position: relative; }
        .fnav ul li dl dt {
          font-weight: bold;
          margin-bottom: 15px; }
        .fnav ul li dl dd {
          margin-bottom: 5px; } }

.u-ta-r {
  text-align: right; }

.u-ta-l {
  text-align: left; }

.u-ta-c {
  text-align: center; }

.u-va-t {
  vertical-align: top; }

.u-va-b {
  vertical-align: bottom; }

.u-va-m {
  vertical-align: middle; }

.c-clearfix:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (min-width: 850px) {
  .c-sp-b {
    display: none; } }

@media screen and (max-width: 849px) {
  .c-pc-b {
    display: none; } }

.u-display-b {
  display: block; }

.u-display-inline {
  display: inline; }

.u-display-inline-b {
  display: inline-block; }

.u-display-flex-b {
  /* Safari */
  display: -ms-flexbox;
  display: flex; }

.u-display-flex-inline {
  /* Safari */
  display: -ms-inline-flexbox;
  display: inline-flex; }

.u-display-table {
  display: table; }

.u-display-table-cell {
  display: table-cell; }

.u-float-l {
  float: left; }

.u-float-r {
  float: right; }

.u-clearfix:after {
  content: "";
  clear: both;
  display: block; }

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

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

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

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

.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !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-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !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-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !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-mt35 {
  margin-top: 35px !important; }

.u-mr35 {
  margin-right: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-ml35 {
  margin-left: 35px !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-mt45 {
  margin-top: 45px !important; }

.u-mr45 {
  margin-right: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-ml45 {
  margin-left: 45px !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-mt55 {
  margin-top: 55px !important; }

.u-mr55 {
  margin-right: 55px !important; }

.u-mb55 {
  margin-bottom: 55px !important; }

.u-ml55 {
  margin-left: 55px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mr60 {
  margin-right: 60px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml60 {
  margin-left: 60px !important; }

.u-mt65 {
  margin-top: 65px !important; }

.u-mr65 {
  margin-right: 65px !important; }

.u-mb65 {
  margin-bottom: 65px !important; }

.u-ml65 {
  margin-left: 65px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mr70 {
  margin-right: 70px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

.u-ml70 {
  margin-left: 70px !important; }

.u-mt75 {
  margin-top: 75px !important; }

.u-mr75 {
  margin-right: 75px !important; }

.u-mb75 {
  margin-bottom: 75px !important; }

.u-ml75 {
  margin-left: 75px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mr80 {
  margin-right: 80px !important; }

.u-mb80 {
  margin-bottom: 80px !important; }

.u-ml80 {
  margin-left: 80px !important; }

.u-mt85 {
  margin-top: 85px !important; }

.u-mr85 {
  margin-right: 85px !important; }

.u-mb85 {
  margin-bottom: 85px !important; }

.u-ml85 {
  margin-left: 85px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mr90 {
  margin-right: 90px !important; }

.u-mb90 {
  margin-bottom: 90px !important; }

.u-ml90 {
  margin-left: 90px !important; }

.u-mt95 {
  margin-top: 95px !important; }

.u-mr95 {
  margin-right: 95px !important; }

.u-mb95 {
  margin-bottom: 95px !important; }

.u-ml95 {
  margin-left: 95px !important; }

.u-mt100 {
  margin-top: 100px !important; }

.u-mr100 {
  margin-right: 100px !important; }

.u-mb100 {
  margin-bottom: 100px !important; }

.u-ml100 {
  margin-left: 100px !important; }

.u-m0auto {
  margin: 0 auto; }

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

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

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

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

.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !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-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !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-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !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-pt35 {
  padding-top: 35px !important; }

.u-pr35 {
  padding-right: 35px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pl35 {
  padding-left: 35px !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-pt45 {
  padding-top: 45px !important; }

.u-pr45 {
  padding-right: 45px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pl45 {
  padding-left: 45px !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-pt55 {
  padding-top: 55px !important; }

.u-pr55 {
  padding-right: 55px !important; }

.u-pb55 {
  padding-bottom: 55px !important; }

.u-pl55 {
  padding-left: 55px !important; }

.u-pt60 {
  padding-top: 60px !important; }

.u-pr60 {
  padding-right: 60px !important; }

.u-pb60 {
  padding-bottom: 60px !important; }

.u-pl60 {
  padding-left: 60px !important; }

.u-pt65 {
  padding-top: 65px !important; }

.u-pr65 {
  padding-right: 65px !important; }

.u-pb65 {
  padding-bottom: 65px !important; }

.u-pl65 {
  padding-left: 65px !important; }

.u-pt70 {
  padding-top: 70px !important; }

.u-pr70 {
  padding-right: 70px !important; }

.u-pb70 {
  padding-bottom: 70px !important; }

.u-pl70 {
  padding-left: 70px !important; }

.u-pt75 {
  padding-top: 75px !important; }

.u-pr75 {
  padding-right: 75px !important; }

.u-pb75 {
  padding-bottom: 75px !important; }

.u-pl75 {
  padding-left: 75px !important; }

.u-pt80 {
  padding-top: 80px !important; }

.u-pr80 {
  padding-right: 80px !important; }

.u-pb80 {
  padding-bottom: 80px !important; }

.u-pl80 {
  padding-left: 80px !important; }

.u-pt85 {
  padding-top: 85px !important; }

.u-pr85 {
  padding-right: 85px !important; }

.u-pb85 {
  padding-bottom: 85px !important; }

.u-pl85 {
  padding-left: 85px !important; }

.u-pt90 {
  padding-top: 90px !important; }

.u-pr90 {
  padding-right: 90px !important; }

.u-pb90 {
  padding-bottom: 90px !important; }

.u-pl90 {
  padding-left: 90px !important; }

.u-pt95 {
  padding-top: 95px !important; }

.u-pr95 {
  padding-right: 95px !important; }

.u-pb95 {
  padding-bottom: 95px !important; }

.u-pl95 {
  padding-left: 95px !important; }

.u-pt100 {
  padding-top: 100px !important; }

.u-pr100 {
  padding-right: 100px !important; }

.u-pb100 {
  padding-bottom: 100px !important; }

.u-pl100 {
  padding-left: 100px !important; }

.u-txt_indent {
  padding-left: 1em;
  text-indent: -1em; }

.u-list_indent li {
  padding-left: 1em;
  text-indent: -1em; }

.u-static {
  position: static; }

.u-relative {
  position: relative; }

.u-fixed {
  position: fixed; }

.u-absolute {
  position: absolute; }

.u-top0 {
  top: 0; }

.u-left0 {
  left: 0; }

.u-right0 {
  right: 0; }

.u-bottom0 {
  bottom: 0; }

.u-position-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.widthzero {
  width: 0 !important; }

.width-auto {
  width: auto !important; }

.width-25p {
  width: 25% !important; }

.width-33p {
  width: 33% !important; }

.width-50p {
  width: 50% !important; }

.width-100p {
  width: 100% !important; }

.heightzero {
  height: 0 !important; }

.height-auto {
  height: auto !important; }

@media screen and (min-width: 850px) {
  .u-sp-b {
    display: none; } }

@media screen and (max-width: 849px) {
  .u-pc-b {
    display: none; } }

.iframeWrap {
  width: 100%;
  height: 250px;
  position: relative; }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 850px) {
  .iframeWrap {
    width: 100%;
    height: 500px;
    position: relative; }
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

.l-centering {
  width: 87%;
  margin: 0 auto; }

@media screen and (min-width: 850px) {
  .l-centering {
    max-width: 1024px;
    margin: 0 auto; } }

.l-centering_top {
  width: 87%;
  margin: 0 auto; }

@media screen and (min-width: 1440px) {
  .l-centering_top {
    max-width: 90%;
    margin: 0 auto; } }

@media screen and (min-width: 1920px) {
  .l-centering_top {
    max-width: 1728px;
    margin: 0 auto; } }

.l-centering_s {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 850px) {
  .l-centering_s {
    max-width: 860px;
    margin: 0 auto; } }

.l-centering__top__recruit {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 850px) {
  .l-centering__top__recruit {
    max-width: 90%;
    margin: 0 auto; } }

@media screen and (min-width: 1920px) {
  .l-centering__top__recruit {
    max-width: 1728px;
    margin: 0 auto; } }

.bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

.slider li {
  width: 100% !important;
  background-size: cover;
  background-position: center center; }

.slider li.bg01 {
  background-image: url(https://www.daiko-setubi.co.jp/wp/wp-content/uploads/2023/04/bg01.jpg); }

.slider li.bg02 {
  background-image: url(https://www.daiko-setubi.co.jp/wp/wp-content/uploads/2023/04/bg02.jpg); }

.slider li.bg03 {
  background-image: url(https://www.daiko-setubi.co.jp/wp/wp-content/uploads/2023/04/bg03.jpg); }

.slider li.bg04 {
  background-image: url(https://www.daiko-setubi.co.jp/wp/wp-content/uploads/2023/04/bg04.jpg); }

#first {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1; }
  #first .first__center {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 30%;
    padding: 0 7%; }
  #first .chach {
    margin-bottom: 2em; }
  #first p {
    line-height: 2.3;
    letter-spacing: 0.05em; }

.top__about__bg {
  background-image: url(../images/top_about_back.png);
  background-repeat: no-repeat;
  background-position: 0 auto auto 0;
  height: 100%; }

.top__about {
  position: relative;
  background-color: #00254D;
  padding: 80px 0;
  color: #fff; }
  .top__about .top__about__image {
    margin-top: 60px;
    margin-bottom: 10px; }
    .top__about .top__about__image .image_image {
      text-align: left;
      margin-top: 10px; }
    .top__about .top__about__image .top__about__image__box {
      width: 50%;
      position: relative;
      float: left; }
      .top__about .top__about__image .top__about__image__box img {
        vertical-align: bottom; }
      .top__about .top__about__image .top__about__image__box .top__about__image__box__image {
        position: relative; }
      .top__about .top__about__image .top__about__image__box .top__about__image__box__image:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4); }
      .top__about .top__about__image .top__about__image__box .top__about__image__box__ttl {
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 10rem;
        font-weight: bold; }
        .top__about .top__about__image .top__about__image__box .top__about__image__box__ttl span {
          display: block;
          font-family: 'Avenir Next', 'Arial Black', sans-serif;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          letter-spacing: 0.05em;
          font-size: 15rem; }

.top__contact {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 233px;
  height: 50px;
  color: #fff;
  /*
  background-color: $navy;
  border: 2px solid #fff;
  */ }
  .top__contact .top__contact__tel {
    font-size: 10rem;
    text-align: left;
    padding: 10px;
    line-height: 1; }
    .top__contact .top__contact__tel .top__contact__tel--number {
      font-size: 18rem;
      font-family: 'Avenir Next', 'Arial Black', sans-serif;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.05em;
      margin-top: 3px; }
      .top__contact .top__contact__tel .top__contact__tel--number span {
        font-size: 10rem; }
      .top__contact .top__contact__tel .top__contact__tel--number a {
        color: #fff; }
  .top__contact .top__mail {
    position: absolute;
    right: -2px;
    top: -2px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px 0px;
    background-color: #fff;
    color: #333;
    font-family: 'Avenir Next', 'Arial Black', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    font-size: 10rem; }
    .top__contact .top__mail a {
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
    .top__contact .top__mail img {
      width: 50%;
      margin-bottom: 5px; }

.top__service {
  position: relative;
  background-color: #fafafa;
  padding: 80px 0;
  color: #333; }
  .top__service .top__service__image {
    margin-top: 60px; }
    .top__service .top__service__image .top__service__image__box {
      position: relative; }
    .top__service .top__service__image .top__service__image__box__image {
      position: relative; }
    .top__service .top__service__image .top__service__image__box__image:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 37, 77, 0.4); }
    .top__service .top__service__image .top__service__image__box__text {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      text-align: center;
      width: 100%;
      top: 50%;
      margin-top: -33px; }
      .top__service .top__service__image .top__service__image__box__text .top__service__image__box__text--icon {
        width: 30px;
        margin: 0 auto 8px; }
      .top__service .top__service__image .top__service__image__box__text span {
        font-size: 12rem;
        font-weight: bold;
        display: block; }
      .top__service .top__service__image .top__service__image__box__text a {
        color: #fff;
        font-size: 10rem; }

.top__news {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 0;
  color: #333; }
  .top__news ul li {
    margin-bottom: 20px; }
    .top__news ul li span {
      display: block;
      font-family: 'Avenir Next', 'Arial Black', sans-serif;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.05em; }
    .top__news ul li a {
      color: #333;
      text-decoration: underline; }

.top__recruit {
  position: relative;
  padding: 0 0 40px 0px;
  background-color: #fff; }
  .top__recruit img {
    position: relative; }
  .top__recruit .rectuit--btn {
    background-color: #00254D;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0 0.5em;
    position: relative;
    top: -2em; }

.video-wrap video {
  display: none; }

.page {
  background-color: #fafafa;
  padding: 60px 0; }

.pagettlarea {
  padding: 90px 0 0px;
  text-align: center; }

.pagecontent {
  overflow: hidden;
  padding: 60px  0;
  background-color: #fafafa;
  border-top: 1px dotted #ccc; }
  .pagecontent:nth-child(1) {
    padding-top: 0;
    border-top: none; }

.pagettlarea {
  position: relative;
  overflow: hidden; }
  .pagettlarea:before {
    content: "";
    display: block;
    width: 105%;
    height: 108%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    z-index: -1;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .pagettlarea:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }

body.original-monster .pagettlarea:before {
  background-image: url(../images/ttl_back_original-monster.jpg); }

body.csr .pagettlarea:before {
  background-image: url(../images/ttl_back_csr01.jpg); }
body.mission .pagettlarea:before {
  background-image: url(../images/ttl_back_mission.jpg); }

body.contact .pagettlarea:before {
  background-image: url(../images/ttl_back_contact.jpg); }

body.business .pagettlarea:before {
  background-image: url(../images/ttl_back_business.jpg); }

body.company .pagettlarea:before {
  background-image: url(../images/ttl_back_company.jpg); }

body.licence .pagettlarea:before {
  background-image: url(../images/ttl_back_licence.jpg); }

body.message .pagettlarea:before {
  background-image: url(../images/ttl_back_message.jpg); }

body.philosophy .pagettlarea:before {
  background-image: url(../images/top_key.jpg); }

body.policys .pagettlarea:before {
  background-image: url(../images/ttl_back_policys.jpg); }

body.post-type-archive-news .pagettlarea:before {
  background-image: url(../images/ttl_back_news.jpg); }

body.overall-view .pagettlarea:before {
  background-image: url(../images/ttl_back_service.jpg); }

body.post-type-archive-construction .pagettlarea:before {
  background-image: url(../images/ttl_back_service.jpg); }

body.post-type-archive-maintenance .pagettlarea:before {
  background-image: url(../images/ttl_back_service.jpg); }

body .post-type-archive-inspection .pagettlarea:before {
  background-image: url(../images/ttl_back_service.jpg); }

body.post-type-archive-cleanliness .pagettlarea:before {
  background-image: url(../images/ttl_back_service.jpg); }

body.single-news .pagettlarea:before {
  background-image: url(../images/ttl_back_news.jpg); }

body.reason .pagettlarea:before {
  background-image: url(../images/ttl_back_reason.jpg); }

.404_ttl {
  font-size: 24rem;
  margin-bottom: 20px; }

.404_txt {
  line-height: 14rem; }

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.mission_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden; }
  .mission_bg:before {
    content: "";
    display: block;
    width: 105%;
    height: 108%;
    background-image: url(../images/mission_bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    z-index: -1;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }

.page_mission {
  padding: 90px 0;
  position: relative;
  z-index: 1; }

.mission__text {
  margin-top: 60px; }
  .mission__text .contentttl .ttl-ja {
    color: #fff; }
  .mission__text .sum {
    color: #fff; }

.mission--ttl01 {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff; }

.mission--ttl02 {
  font-size: 12rem;
  font-weight: bold;
  margin-bottom: 4em;
  color: #fff; }

.missionImage {
  margin: 40px 0 100px;
  position: relative;
  text-align: left; }
  .missionImage .mission01 {
    width: 70%; }
  .missionImage .mission02 {
    width: 50%;
    position: absolute;
    bottom: -30%;
    right: 0; }

.mt20 {
  margin-top: 20px; }

@media screen and (min-width: 850px) {
  .page_mission {
    padding: 160px 0; }
  .mission {
    text-align: center; }
  .mission--ttl01 {
    font-size: 20rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .mission--ttl02 {
    font-size: 14rem;
    font-weight: bold;
    margin-bottom: 4em; }
  .mission__text {
    width: 540px;
    vertical-align: top;
    text-align: left; }
  .missionImage {
    max-width: 375px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 200px 0;
    position: relative;
    top: 90px;
    left: 50px; }
    .missionImage .mission02 {
      width: 50%;
      position: absolute;
      bottom: -45%;
      right: 0; } }

.name01 {
  margin-top: 40px;
  width: 150px; }

.name02 {
  margin-top: 20px;
  width: 145px; }

.motto {
  font-weight: bold;
  line-height: 2.8;
  margin-bottom: 20px; }

.motto_messeage {
  font-weight: 600;
  margin-top: 40px; }

.karioki {
  width: 100%;
  margin-bottom: 30px; }

.message--ttl01 {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 1em; }

.message--ttl02 {
  font-size: 12rem;
  font-weight: bold;
  margin-bottom: 4em; }

@media screen and (min-width: 850px) {
  .name01 {
    margin-top: 40px;
    width: 180px; }
  .message--ttl01 {
    font-size: 20rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .message--ttl02 {
    font-size: 14rem;
    font-weight: bold;
    margin-bottom: 4em; }
  .message__text {
    width: 540px; } }

.karioki {
  margin-bottom: 50px; }

.philosophy .philosophy__img {
  padding-bottom: calc(100vw/12); }
  .philosophy .philosophy__img img {
    padding-bottom: 10rem; }

.philosophy .philosophy__list li {
  margin-bottom: 10px;
  font-weight: bold; }

@media screen and (min-width: 850px) {
  .philosophy__img {
    width: 70%;
    max-width: 580px;
    margin: 0 auto; } }

.company table {
  font-size: 10rem;
  border-top: 1px solid #e5e5e5; }
  .company table tr {
    border-bottom: 1px solid #e5e5e5; }
  .company table th {
    width: 20%;
    padding: 10px 5px; }
  .company table td {
    width: 30%;
    padding: 10px 5px; }

#maps {
  margin-bottom: 10px; }

.joining__list li {
  margin-bottom: 10px; }

.history__list {
  border-left: 2px solid #ccc;
  padding-left: 20px; }
  .history__list li {
    margin-bottom: 10px;
    position: relative;
    top: -5px; }
    .history__list li:before {
      content: "";
      width: 5px;
      height: 5px;
      display: block;
      background-color: #f5f5f5;
      border: 3px solid #999;
      position: absolute;
      top: 4px;
      left: -26px;
      border-radius: 10px; }
    .history__list li span {
      font-weight: bold;
      display: block; }

.history__img img {
  width: 100%;
  margin-top: 20px; }

.certif__list li {
  margin-bottom: 10px; }

#maps {
  width: 100%;
  height: 250px;
  position: relative; }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 850px) {
  #maps {
    width: 100%;
    height: 500px;
    position: relative; }
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 850px) {
  .company table {
    font-size: 14rem; }
  .history__list {
    border-left: 2px solid #ccc;
    padding-left: 20px; }
    .history__list li:before {
      top: 6px; }
    .history__list li span {
      display: inline-block;
      margin-right: 20px; }
  .certif__list li {
    margin-bottom: 10px; }
  .history__img {
    margin-top: 30px; }
    .history__img img {
      width: calc(100% / 3 - 20px);
      margin-right: 20px;
      margin-top: 20px; }
      .history__img img:nth-child(3n) {
        margin-right: -20px; } }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5; }

.contact table {
  margin-top: 40px;
  font-size: 10rem;
  border-top: 1px solid #e5e5e5;
  width: 100%; }
  .contact table tr {
    border-bottom: 1px solid #e5e5e5; }
  .contact table th {
    width: 33%;
    padding: 10px 5px;
    vertical-align: middle; }
  .contact table td {
    width: 67%;
    padding: 10px 5px;
    vertical-align: middle; }
    .contact table td input,
    .contact table td textarea {
      font-size: 16rem;
      padding: 5px;
      width: 100%; }
    .contact table td textarea {
      height: 5em; }

.form__bnrarea {
  margin-top: 40px;
  text-align: center; }
  .form__bnrarea button {
    display: inline-block;
    background-color: #00254D;
    border: none;
    padding: 17px 45px;
    color: #fff;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer; }
    .form__bnrarea button:hover {
      opacity: 0.8; }
    .form__bnrarea button.back {
      background-color: #ccc; }

@media screen and (min-width: 850px) {
  .contact table {
    margin-top: 80px;
    font-size: 14rem; }
    .contact table tr {
      border-bottom: 1px solid #e5e5e5; }
    .contact table th {
      width: 20%;
      padding: 10px 5px;
      vertical-align: middle; }
    .contact table td {
      width: 80%; }
      .contact table td textarea {
        height: 10em; }
  .form__bnrarea {
    margin-top: 40px;
    text-align: center; }
    .form__bnrarea button {
      background-color: #00254D;
      border: none;
      padding: 20px 80px;
      color: #fff;
      border-radius: 10px;
      margin: 0 10px;
      cursor: pointer; }
      .form__bnrarea button:hover {
        opacity: 0.8; }
      .form__bnrarea button.back {
        background-color: #ccc; } }

.contact__button {
  text-align: center;
  margin-top: 30px; }
  .contact__button .button_reset {
    display: inline-block;
    border: 1px solid #FF6600;
    color: #FF6600;
    padding: 0.9em 4em;
    margin-top: 40px;
    margin-right: 20px; }

.licence__list {
  margin-bottom: 50px; }
  .licence__list .licence__list_line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px; }

.bold {
  font-weight: 600; }

.service__box {
  width: 100%;
  margin-bottom: 30px; }
  .service__box img {
    width: 38%;
    height: auto;
    vertical-align: top;
    margin-right: 2%; }
  .service__box .service_box__text {
    width: 57%;
    display: inline-block;
    position: relative;
    top: -3px; }
  .service__box .service_box__text--ttl {
    font-weight: bold;
    font-size: 12rem;
    margin-bottom: 0.5em; }
  .service__box .service_box__text--body {
    font-size: 10rem; }

@media screen and (min-width: 850px) {
  .service__box {
    width: 100%;
    margin-bottom: 60px; }
    .service__box img {
      width: 30%;
      vertical-align: top;
      margin-right: 4%; }
    .service__box .service_box__text {
      width: 64%;
      display: inline-block; }
    .service__box .service_box__text--ttl {
      font-weight: bold;
      font-size: 18rem; }
    .service__box .service_box__text--body {
      font-size: 14rem; } }

.box {
  border: none; }

.news__box {
  width: 100%;
  border-top: 1px #E5E5E5 solid;
  padding: 30px 0; }
  .news__box:last-child {
    border-bottom: 1px #E5E5E5 solid; }
  .news__box .news_box__date {
    display: inline-block;
    font-weight: 600;
    color: #FF6600; }
  .news__box .news_box__ttl {
    font-weight: bold;
    font-size: 12rem; }
    .news__box .news_box__ttl a {
      color: #333;
      text-decoration: underline; }

.news_single_box .news_single__ttl {
  font-weight: bold;
  font-size: 18rem; }

.news_single_box .news_single__date {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  color: #FF6600;
  margin-bottom: 60px; }

.news_single_box .news_single__body {
  margin-top: 60px; }

.pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px; }
  .pagination li {
    display: inline;
    margin-right: 10px; }
  .pagination .current, .pagination a {
    border: 1px solid #E5E5E5;
    padding: 14px 20px; }
  .pagination .current {
    background-color: #FF6600;
    color: #FFF; }
  .pagination a {
    background-color: #FAFAFA;
    color: #333; }
  .pagination .pagerNext, .pagination .pagerPrev {
    display: none; }

.news_single__btn {
  display: block;
  margin: 100px auto 0 auto;
  width: 180px;
  padding: 15px 30px;
  text-align: center;
  background-color: #FF6600;
  color: #FFF; }
  .news_single__btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 5px;
    background-size: contain;
    background-image: url(../images/arrow_w.svg);
    background-repeat: no-repeat;
    position: relative;
    padding-right: 25px;
    top: -5px; }

.news_single__body p, .news_single__body .alignnone {
  margin-bottom: 40px; }

.news_single__body .alignnone {
  width: 100%;
  height: auto; }

@media screen and (min-width: 850px) {
  .news__box {
    width: 100%; }
    .news__box .news_box__ttl {
      font-size: 18rem; }
  .news_single__body p {
    clear: both;
    margin-bottom: 0; }
  .news_single__body .alignnone {
    float: left;
    width: 40%;
    height: auto;
    margin: 40px 20px 40px 0; }
    .news_single__body .alignnone:nth-child(n + 2) {
      float: left; }
  .pagination {
    text-align: center;
    margin-top: 80px; }
    .pagination li {
      display: inline;
      margin-right: 10px; }
    .pagination .current, .pagination a {
      border: 1px solid #E5E5E5;
      padding: 14px 20px; }
    .pagination .current {
      background-color: #FF6600;
      color: #FFF; }
    .pagination a {
      background-color: #FAFAFA;
      color: #333; }
    .pagination .pagerNext, .pagination .pagerPrev {
      display: inline-block;
      width: 180px;
      margin: 20px; }
    .pagination .pagerNext a:after {
      display: inline-block;
      width: 25px;
      height: 5px;
      content: "";
      background-image: url(../images/arrow_b.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      margin-right: 20px;
      top: -5px;
      left: 20px; }
    .pagination .pagerPrev a:before {
      display: inline-block;
      width: 25px;
      height: 5px;
      content: "";
      background-image: url(../images/arrow_r.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      padding-right: 20px;
      top: -5px; }
  .news_single__btn {
    clear: both; } }

.business .pagecontent img {
  margin-bottom: 60px; }

.kari {
  font-size: 0; }

@media screen and (min-width: 850px) {
  .business .pagecontent img {
    margin-bottom: 80px; } }

.bussiness__btn {
  text-align: center;
  margin-bottom: 40px; }

@media screen and (min-width: 850px) {
  .bussiness__btn {
    margin-bottom: 80px; } }

.poricys .pagecontent {
  padding-top: 70px; }

.policy__list {
  margin-top: 20px; }

.policy__list__ttl {
  font-weight: bold;
  margin: 10px 0 3px;
  text-indent: -1.4em;
  padding-left: 1.4em; }

.policy__list__txt {
  margin-bottom: 10px; }

.policy__data {
  text-align: right;
  margin-top: 20px; }
  .policy__data .bold {
    font-weight: bold; }

.policy__list__num li {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.pp__nav {
  text-align: center;
  margin-bottom: -20px; }
  .pp__nav li {
    display: inline-block;
    background-color: #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    background-image: url(../images/arrow_u.png);
    line-height: 1;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 96% center; }
    .pp__nav li a {
      display: block;
      color: #333;
      font-weight: bold;
      padding: 15px 0; }

@media screen and (min-width: 850px) {
  .policy__list {
    margin-top: 40px; }
  .policy__list__ttl {
    margin: 20px 0 10px; }
  .policy__list__txt {
    margin-bottom: 20px; }
  .policy__data {
    text-align: right;
    margin-top: 40px; }
  .pp__nav {
    position: relative;
    top: -160px;
    z-index: 2;
    margin-bottom: -40px; }
    .pp__nav li {
      display: inline-block;
      background-color: #fafafa;
      border-radius: 4px;
      margin-bottom: 10px;
      width: auto;
      background-image: url(../images/arrow_u.png);
      line-height: 1;
      background-repeat: no-repeat;
      background-size: 14px 14px;
      background-position: 94% center;
      margin: 0 2px; }
      .pp__nav li a {
        display: block;
        color: #333;
        font-weight: bold;
        padding: 15px 40px; } }

.reason {
  padding-top: 0;
  padding-bottom: 0; }

.reason_copy {
  text-align: center;
  font-size: 24rem;
  padding-top: 80px; }
  .reason_copy h3 {
    font-weight: bold; }

.reason_intro {
  padding: 0px 0 100px; }
  .reason_intro .reason_intro__wrap {
    padding: 5% 0; }
    .reason_intro .reason_intro__wrap .reason_intro__section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .reason_intro .reason_intro__wrap .reason_intro__section .intro__section__img {
        margin: 0 2%;
        max-width: 200px; }
  .reason_intro p {
    text-align: center;
    font-weight: bold; }

.reason_area {
  padding: 0px 0 100px; }
  .reason_area:nth-child(even) {
    background-color: #f5f5f5; }

.reason_ttl {
  text-align: center;
  position: relative;
  top: -3em; }

.reason_description {
  text-align: center;
  padding-bottom: calc(100vw/8); }

.reason_ttl__num {
  margin-bottom: 1em; }
  .reason_ttl__num span {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    line-height: 1; }
  .reason_ttl__num .reason_ttl__num__over {
    font-size: 12rem;
    margin-bottom: 0.8em; }
  .reason_ttl__num .reason_ttl__num__under {
    font-size: 32rem; }

.reason_ttl_copy {
  font-weight: bold;
  font-size: 14rem;
  position: relative;
  display: inline-block;
  line-height: 1; }
  .reason_ttl_copy::before, .reason_ttl_copy::after {
    content: '';
    display: block;
    width: 1px;
    height: 2em;
    background-color: #333;
    position: absolute;
    top: -0.5em; }
  .reason_ttl_copy::before {
    left: -1em;
    transform: rotate(-30deg); }
  .reason_ttl_copy::after {
    right: -1em;
    transform: rotate(30deg); }
  .reason_ttl_copy.no_line {
    display: block; }
    .reason_ttl_copy.no_line::before, .reason_ttl_copy.no_line::after {
      display: none; }

.reason01__box {
  text-align: center; }
  .reason01__box .reason01__section01 {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0; }
    .reason01__box .reason01__section01 .reason01__section01__wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__img {
        width: 140px;
        height: 140px;
        margin-right: 10px; }
        .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__img img {
          width: 100%; }
      .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__txt {
        margin-left: 10px;
        text-align: left; }
        .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__txt .reason01__section01__txt__list__item {
          font-weight: bold;
          padding-bottom: 10px; }
          .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__txt .reason01__section01__txt__list__item:last-child {
            padding: 0; }
          .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__txt .reason01__section01__txt__list__item:before {
            content: "";
            width: 15px;
            height: 10px;
            display: inline-block;
            background: url(../images/reason/icon-arrow.png) center center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 5px; }
  .reason01__box .reason01__txt {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
  .reason01__box .reason01__arrow {
    width: 35%;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 30px; }
  .reason01__box .arrow_pc {
    display: none; }
  .reason01__box .section02__wrap {
    position: relative; }
  .reason01__box .reason01__section02 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .reason01__box .reason01__section02 .section02__icon {
      margin: 0 2%; }
    .reason01__box .reason01__section02 .section02__img {
      max-width: 150px; }

.reason02__box {
  margin-bottom: 40px; }
  .reason02__box:nth-child(2) {
    margin-bottom: 0; }
  .reason02__box .reason02__section01 .reason02__section01__subttl {
    width: 100%;
    background-color: #FF6600;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    max-width: 300px;
    margin: 0 auto; }
    .reason02__box .reason02__section01 .reason02__section01__subttl p {
      color: #fff; }
  .reason02__box .reason02__section01 .reason02__section01__content {
    margin: 40px 0 35px;
    padding-bottom: 130px;
    position: relative; }
    .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list {
      width: 100%;
      max-width: 310px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      left: -10px;
      right: 0;
      margin: auto; }
      .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item {
        width: 46px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        padding-top: 20px; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:before {
          content: "";
          display: inline-block;
          border: solid 3px #FF6600;
          border-radius: 50%;
          width: 10px;
          height: 10px; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:after {
          content: "";
          display: inline-block;
          width: 33px;
          height: 1px;
          background-color: #E5E5E5;
          position: absolute;
          top: 28px;
          right: -18px; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(6n):after {
          content: none; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(4):before, .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(6):before, .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(8):before, .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(10):before {
          border: solid 3px #00254D; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item span {
          font-size: 10px;
          font-weight: bold;
          white-space: nowrap;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0; }
          .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item span:after {
            content: "";
            width: 1px;
            height: 15px;
            background-color: #333333;
            display: inline-block;
            position: absolute;
            margin: auto;
            top: 15px;
            left: 0;
            right: 0;
            bottom: -20px; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item img {
          width: 15px;
          z-index: 10; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item p {
          color: #CCCCCC;
          font-weight: bold; }
  .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list .reason02__section01__list__item:nth-child(6):before, .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list .reason02__section01__list__item:nth-child(8):before {
    border: solid 3px #FF6600; }
  .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list li:nth-child(4) span {
    width: 15em;
    margin-right: -5.2em; }
  .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list li:nth-child(10) span {
    width: 9em;
    margin-right: -2.2em; }
  .reason02__box .reason02__section01 .reason02__section01__txt {
    text-align: center;
    font-weight: bold; }

.reason03__box .reason03__wrap .reason03__content_wrap {
  width: 300px;
  margin: 0 auto; }

.reason03__box .reason03__wrap .reason03__content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 300px;
  width: 300px; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img01 {
    width: 43%;
    height: 120px;
    position: absolute;
    margin: auto;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img02 {
    width: 25%;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img03 {
    width: 26%;
    position: absolute;
    top: 49px;
    right: 15px;
    margin: auto; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img04 {
    width: 30%;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 80px; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img05 {
    width: 25%;
    position: absolute;
    margin: auto;
    right: 55px;
    bottom: 0px; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img06 {
    width: 25%;
    position: absolute;
    margin: auto;
    left: 55px;
    bottom: 0px; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img07 {
    width: 30%;
    position: absolute;
    left: -3px;
    margin: auto;
    bottom: 80px; }
  .reason03__box .reason03__wrap .reason03__content .reason03__content__img08 {
    width: 26%;
    position: absolute;
    top: 49px;
    left: 15px;
    margin: auto; }

.reason03__box .reason03__content__txt {
  font-weight: bold; }

.reason04__desc {
  font-size: 12rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }

.reason4__graph__item_wrapp {
  width: 50px; }

.reason4__graph__item {
  width: 50px;
  overflow: hidden; }
  .reason4__graph__item .graph__item__line {
    width: 50px;
    height: 29px;
    display: block;
    overflow: hidden;
    position: relative; }
    .reason4__graph__item .graph__item__line:before {
      content: '';
      width: 150px;
      height: 167px;
      display: block;
      border: solid 3px #FF6600;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: -22px; }

.reason4__graph__arrow {
  margin-left: -7px; }
  .reason4__graph__arrow .graph__item__arrow {
    display: block;
    position: relative;
    width: 14px;
    height: 40px;
    overflow: hidden; }
    .reason4__graph__arrow .graph__item__arrow:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 6.5px solid transparent;
      border-right: 6.5px solid transparent;
      border-bottom: 10px solid #FF6600;
      position: absolute;
      top: 0px; }
    .reason4__graph__arrow .graph__item__arrow:after {
      content: '';
      width: 3px;
      height: 40px;
      display: block;
      position: absolute;
      background-color: #FF6600;
      left: 5px;
      top: 4px; }

.graph_noanim {
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: 0; }
  .graph_noanim .reason4__graph__item .graph__item__line:before {
    border: solid 3px #8CB3DE; }
  .graph_noanim .reason4__graph__arrow .graph__item__arrow {
    height: 28px; }
    .graph_noanim .reason4__graph__arrow .graph__item__arrow:before {
      border-bottom: 10px solid #8CB3DE; }
    .graph_noanim .reason4__graph__arrow .graph__item__arrow:after {
      background-color: #8CB3DE; }

.graph_anim {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 0; }
  .graph_anim .reason4__graph__cont {
    height: 40px; }
    .graph_anim .reason4__graph__cont:nth-child(2) {
      margin-bottom: 10px; }
    .graph_anim .reason4__graph__cont:nth-child(3) {
      margin-bottom: 20px; }
    .graph_anim .reason4__graph__cont:nth-child(4) {
      margin-bottom: 30px; }

.reason4__graph__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .reason4__graph__wrap .reason4__graph__cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .reason4__graph__wrap .reason4__graph__cont:nth-child(n + 2) {
      margin-left: -7px; }
    .reason4__graph__wrap .reason4__graph__cont:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 57px;
      height: 40px;
      animation: show 1s 0s both;
      background-color: transparent; }

.reason04__grapharea {
  width: 100%;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .reason04__grapharea .reason04__grapharea__txt {
    width: 25px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 12rem;
    margin-right: 10px; }
  .reason04__grapharea .reason04__grapharea__content {
    width: 252px;
    border-left: solid 2px #454545;
    border-bottom: solid 2px #454545;
    background-color: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 10px; }
    .reason04__grapharea .reason04__grapharea__content:before {
      content: "↑性能";
      position: absolute;
      bottom: 0;
      left: -20px;
      font-weight: bold;
      width: 5px; }
    .reason04__grapharea .reason04__grapharea__content:after {
      content: "経年 →";
      position: absolute;
      bottom: -25px;
      left: 0;
      font-weight: bold; }
    .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle {
      width: 50px;
      font-size: 10rem;
      border-left: dotted 1px #D8D8D8;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center; }
      .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) {
        position: relative; }
        .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p {
          position: absolute;
          left: 5px;
          font-weight: bold; }
          .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(1) {
            top: 70px;
            color: #FF6600; }
          .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(2) {
            bottom: 70px;
            color: #8CB3DE; }
    .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycletxt {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 16rem;
      font-weight: bold; }
    .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline {
      position: absolute;
      width: 207px;
      height: 50px;
      top: 22px;
      left: 0;
      transform: rotate(-12deg); }
      .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline span {
        width: 100%;
        height: 100%;
        display: block;
        border-top: dotted 1px #FF6600;
        z-index: 10;
        position: relative; }
    .reason04__grapharea .reason04__grapharea__content .grapharea__line {
      width: 100%;
      height: 3px;
      background-color: #D8D8D8;
      position: absolute;
      top: 50%; }

.reason04__txtarea {
  margin: 50px 0 0;
  padding: 20px;
  background-color: #F5F5F5;
  border: solid 1px #E5E5E5; }

.reason05__content {
  text-align: center;
  margin: 0 0 30px; }
  .reason05__content p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline; }
  .reason05__content .count {
    font-size: 60px;
    color: #FF6600;
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    transition-duration: 10s; }

.reason05__txt {
  font-size: 12rem;
  text-align: center;
  font-weight: bold; }

.message {
  background-color: #00254D;
  padding: 80px 0 60px; }
  .message .message__content {
    color: #fff;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.4);
    padding: 0 30px 40px; }
    .message .message__content .message__content__ttl {
      width: 140px;
      font-family: Garamond, "Times New Roman", serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: italic;
      font-size: 30rem;
      background-color: #00254D;
      margin: 0 auto;
      margin-top: -0.5em;
      line-height: 1; }
    .message .message__content .message__content__txt {
      margin-top: 20px;
      font-weight: bold; }
  .message .message__btn {
    text-align: center; }
    .message .message__btn a {
      width: 100%; }

.odometer.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition-duration: 0.8s !important; }

.top__company {
  display: block;
  position: relative;
  background-color: #FAFAFA;
  padding: 80px 0;
  color: #333; }
  .top__company table {
    font-size: 14rem;
    border-top: 1px solid #e5e5e5; }
    .top__company table tr {
      border-bottom: 1px solid #e5e5e5; }
    .top__company table th {
      width: 20%;
      padding: 10px 5px; }
    .top__company table td {
      width: 30%;
      padding: 10px 5px; }

.pt60 {
  padding-top: 30px; }

.pb80 {
  padding-bottom: 40px; }

.ob:after {
  content: "";
  display: block;
  border-bottom: 2px solid #FF6600;
  width: 40px;
  margin: 0 auto; }

@media screen and (min-width: 850px) {
  .top__company {
    padding: 140px 0; }
    .top__company .pt60 {
      padding-top: 60px; }
    .top__company .pb80 {
      padding-bottom: 80px; }
    .top__company table {
      font-size: 14rem; }
    .top__company .history__list {
      border-left: 2px solid #ccc;
      padding-left: 20px; }
      .top__company .history__list li:before {
        top: 6px; }
      .top__company .history__list li span {
        display: inline-block;
        margin-right: 20px; }
  .top__service__image__box__text {
    vertical-align: top; } }

@media screen and (min-width: 850px) {
  .logo {
    width: 260px; }
  #first .first__center {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 50%;
    padding: 0 7%;
    font-size: 18rem;
    margin-top: -140px; }
    #first .first__center img {
      width: 514px; }
  #first .chach {
    margin-bottom: 2em; }
  .top__contact {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 75px; }
    .top__contact .top__contact__tel {
      font-size: 13rem;
      text-align: left;
      padding: 15px;
      line-height: 1; }
      .top__contact .top__contact__tel .top__contact__tel--number {
        font-size: 22rem;
        font-family: 'Avenir Next', 'Arial Black', sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 0.05em;
        margin-top: 8px; }
        .top__contact .top__contact__tel .top__contact__tel--number span {
          font-size: 10rem; }
    .top__contact .top__mail {
      position: absolute;
      right: -2px;
      top: -2px;
      text-align: center;
      width: 75px;
      height: 75px;
      padding: 16px 0px;
      background-color: #fff;
      color: #333;
      font-family: 'Avenir Next', 'Arial Black', sans-serif;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.05em;
      font-size: 12rem; }
      .top__contact .top__mail img {
        width: 50%;
        margin-bottom: 5px; }
  .top__about {
    padding: 140px 0;
    color: #fff;
    text-align: center; }
    .top__about .ttl {
      display: inline-block;
      text-align: center; }
    .top__about .top__about__text {
      text-align: left;
      width: 40%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2%; }
    .top__about .top__about__image {
      width: 50%;
      margin-top: 0px;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: middle; }
      .top__about .top__about__image .top__about__image__box {
        width: 50%;
        position: relative;
        float: left; }
        .top__about .top__about__image .top__about__image__box img {
          vertical-align: bottom; }
        .top__about .top__about__image .top__about__image__box .top__about__image__box__image {
          position: relative; }
        .top__about .top__about__image .top__about__image__box .top__about__image__box__image:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4); }
        .top__about .top__about__image .top__about__image__box .top__about__image__box__ttl {
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -30px;
          width: 100%;
          text-align: center;
          font-size: 12rem;
          font-weight: bold; }
          .top__about .top__about__image .top__about__image__box .top__about__image__box__ttl span {
            display: block;
            font-family: 'Avenir Next', 'Arial Black', sans-serif;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            letter-spacing: 0.05em;
            font-size: 28rem; }
  .top__service {
    padding: 140px 0;
    text-align: center; }
    .top__service .top__service__image {
      margin-top: 60px; }
      .top__service .top__service__image .top__service__image__box {
        position: relative;
        width: 25%;
        float: left; }
      .top__service .top__service__image .top__service__image__box__image {
        position: relative; }
      .top__service .top__service__image .top__service__image__box__image:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 37, 77, 0.4); }
      .top__service .top__service__image .top__service__image__box__text {
        position: absolute;
        left: 0;
        color: #fff;
        text-align: center;
        width: 100%;
        top: auto;
        bottom: 40px; }
        .top__service .top__service__image .top__service__image__box__text .top__service__image__box__text--icon {
          width: 40px;
          margin: 0 auto 8px; }
        .top__service .top__service__image .top__service__image__box__text span {
          font-size: 24rem;
          font-weight: bold;
          display: block; }
        .top__service .top__service__image .top__service__image__box__text a {
          color: #fff;
          font-size: 14rem; }
  .top__news {
    padding: 140px 0;
    text-align: center; }
    .top__news .ttl {
      display: inline-block;
      vertical-align: top; }
    .top__news ul {
      display: inline-block;
      vertical-align: top;
      width: 80%; }
    .top__news ul li {
      margin-bottom: 30px;
      text-align: left; }
      .top__news ul li span {
        margin-right: 20px; }
      .top__news ul li a {
        color: #333;
        text-decoration: underline; }
  .top__recruit {
    padding: 140px 0 40px 0px;
    background-color: #fff; }
    .top__recruit img {
      position: relative;
      right: -15%;
      width: 45%;
      z-index: 1; }
    .top__recruit .rectuit--btn {
      background-color: #00254D;
      width: 80%;
      margin: 0 auto;
      padding: 4em 0 0.5em;
      position: relative;
      top: -8em;
      z-index: 0;
      text-align: right; }
      .top__recruit .rectuit--btn .ttl {
        display: inline-block;
        text-align: left;
        position: relative;
        right: 8%; }
  /*scss*/
  /*全画面背景ビデオ真ん中寄せ*/
  .video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }
    .video-wrap video {
      display: block;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: fixed;
      right: 0;
      top: 0;
      z-index: -9999; } }
    @media screen and (min-width: 850px) and (max-width: 850px) {
      .video-wrap video {
        display: block; } }

@media screen and (min-width: 850px) {
  .bg {
    display: none !important; }
  section {
    position: relative; }
  .page {
    background-color: #fafafa;
    padding: 120px 0; }
  .pagettlarea {
    padding: 160px 0 80px; }
  .pagecontent {
    padding: 100px  0;
    background-color: #fafafa; }
  .about .pagettlarea {
    position: relative;
    overflow: hidden; }
    .about .pagettlarea:before {
      content: "";
      display: block;
      width: 105%;
      height: 108%;
      background-image: url(../images/ttl_back01.jpg);
      background-size: cover;
      background-position: center;
      position: absolute;
      top: -2.5%;
      left: -2.5%;
      z-index: -1;
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }
    .about .pagettlarea:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
  .reason {
    padding-top: 0;
    padding-bottom: 0; }
  .reason_copy {
    font-size: 42rem;
    padding-top: 120px; }
    .reason_copy h3 {
      font-weight: bold; }
  .reason_intro p {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
  .reason_area {
    padding: 0px 0 120px; }
    .reason_area:nth-child(even) {
      background-color: #f5f5f5; }
  .reason_ttl {
    text-align: center;
    position: relative;
    top: -5em; }
  .reason_ttl__num {
    margin-bottom: 2em; }
    .reason_ttl__num span {
      display: block;
      font-family: 'Fjalla One', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0.05em;
      line-height: 1; }
    .reason_ttl__num .reason_ttl__num__over {
      font-size: 23rem;
      margin-bottom: 0.8em; }
    .reason_ttl__num .reason_ttl__num__under {
      font-size: 58rem; }
  .reason_ttl_copy {
    font-size: 28rem; }
  .reason_area01 .reason01__main {
    margin: 50px 0; }
  .reason01__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .reason01__box .reason01__section01 {
      margin: 0; }
      .reason01__box .reason01__section01 .reason01__section01__wrap .reason01__section01__img {
        width: 180px;
        height: 180px; }
    .reason01__box .reason01__arrow {
      width: 70px;
      padding-bottom: 0;
      max-width: none; }
      .reason01__box .reason01__arrow img {
        width: 100%; }
    .reason01__box .reason01__arrow {
      max-width: none;
      margin: 0; }
    .reason01__box .arrow_sp {
      display: none; }
    .reason01__box .arrow_pc {
      display: block;
      margin-bottom: 0;
      margin: -50px 40px 0; }
    .reason01__box .section02__wrapp {
      padding-bottom: 0px; }
    .reason01__box .reason01__section02__wrapp {
      width: auto;
      margin-top: 0; }
    .reason01__box .reason01__section02 {
      width: auto;
      position: static;
      top: 0;
      left: -5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0; }
      .reason01__box .reason01__section02 .section02__img {
        max-width: none;
        width: 180px; }
      .reason01__box .reason01__section02 .section02__icon {
        width: 20px;
        margin: 0 10px; }
  .reason02__box {
    margin-bottom: 80px; }
    .reason02__box:nth-child(2) {
      margin-bottom: 0; }
    .reason02__box .reason02__section01 {
      max-width: 1024px; }
      .reason02__box .reason02__section01 .reason02__section01__subttl {
        width: 100%;
        background-color: #FF6600;
        text-align: center;
        padding: 10px 0;
        border-radius: 30px;
        max-width: 500px;
        margin: 0 auto; }
        .reason02__box .reason02__section01 .reason02__section01__subttl p {
          color: #fff; }
      .reason02__box .reason02__section01 .reason02__section01__content {
        margin: 65px 0 0;
        padding-bottom: 100px; }
        .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list {
          width: 100%;
          max-width: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          position: absolute;
          left: -10px;
          right: 0;
          margin: auto; }
          .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item {
            width: 70px;
            font-size: 16rem; }
            .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:after {
              width: 57px;
              top: 30px;
              right: -31px; }
            .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(6n):after {
              content: "";
              display: inline-block;
              height: 1px;
              background-color: #E5E5E5;
              position: absolute;
              width: 60px;
              top: 30px;
              right: -33px; }
            .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item:nth-child(12n):after {
              content: none; }
            .reason02__box .reason02__section01 .reason02__section01__content .reason02__section01__list .reason02__section01__list__item span {
              font-size: 16rem; }
      .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list li:nth-child(4) span {
        margin-right: -5.3em; }
      .reason02__box .reason02__section01 .reason02__section02 .reason02__section01__list li:nth-child(10) span {
        margin-right: -2.3em; }
      .reason02__box .reason02__section01 .reason02__section01__txt {
        font-size: 18rem; }
  .reason03__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .reason03__box .reason03__wrap {
      margin-right: 40px; }
    .reason03__box .reason03__content__txt {
      width: 420px;
      line-height: 2.2; }
  .reason04__desc {
    font-size: 18rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 75px; }
  .reason4__graph__item_wrapp {
    width: 130px; }
  .reason4__graph__item {
    width: 130px; }
    .reason4__graph__item .graph__item__line {
      width: 130px;
      height: 57px; }
      .reason4__graph__item .graph__item__line:before {
        content: '';
        width: 300px;
        height: 210px;
        display: block;
        border: solid 5px #FF6600;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -22px; }
    .reason4__graph__item:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 29px;
      animation: show 1s 0s both;
      background-color: transparent; }
  .reason4__graph__arrow {
    margin-left: -7px; }
    .reason4__graph__arrow .graph__item__arrow {
      display: block;
      position: relative;
      width: 14px;
      height: 77px;
      overflow: hidden; }
      .reason4__graph__arrow .graph__item__arrow:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
      .reason4__graph__arrow .graph__item__arrow:after {
        content: '';
        width: 5px;
        height: 77px; }
  .graph_noanim {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    left: 0; }
    .graph_noanim .reason4__graph__item .graph__item__line:before {
      border: solid 5px #8CB3DE; }
    .graph_noanim .reason4__graph__arrow .graph__item__arrow {
      height: 58px; }
  .graph_anim {
    bottom: 90px; }
    .graph_anim .reason4__graph__cont {
      height: 75px; }
      .graph_anim .reason4__graph__cont:nth-child(2) {
        margin-bottom: 19px; }
      .graph_anim .reason4__graph__cont:nth-child(3) {
        margin-bottom: 38px; }
      .graph_anim .reason4__graph__cont:nth-child(4) {
        margin-bottom: 57px; }
  .reason04__grapharea {
    width: 100%;
    height: 300px; }
    .reason04__grapharea .reason04__grapharea__txt {
      width: auto; }
    .reason04__grapharea .reason04__grapharea__content {
      width: 669px;
      border-left: solid 4px #454545;
      border-bottom: solid 4px #454545; }
      .reason04__grapharea .reason04__grapharea__content:before {
        left: -30px; }
      .reason04__grapharea .reason04__grapharea__content:after {
        bottom: -35px; }
      .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle {
        width: 130px;
        font-size: 12rem; }
        .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) {
          font-size: 14rem; }
          .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p {
            left: 40px; }
            .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(1) {
              top: 100px; }
            .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycle:nth-child(8) p:nth-child(2) {
              bottom: 100px; }
      .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycletxt {
        font-size: 23rem; }
      .reason04__grapharea .reason04__grapharea__content .reason04__grapharea__content__cycleline {
        top: 36px;
        width: 527px;
        transform: rotate(-8deg); }
      .reason04__grapharea .reason04__grapharea__content .grapharea__line {
        height: 5px; }
  .reason04__txtarea {
    max-width: 850px;
    margin: 80px auto;
    padding: 20px; }
  .reason05__main {
    padding: 0 0 80px; }
  .reason05__content {
    text-align: center;
    margin: 0 0 30px; }
    .reason05__content p {
      font-size: 50px;
      color: #333333;
      font-weight: bold; }
    .reason05__content .count {
      font-size: 120px;
      color: #FF6600;
      font-weight: bold; }
  .reason05__txt {
    font-size: 18rem; }
  .message {
    padding: 130px 0; }
    .message .message__content {
      padding: 0 30px 100px; }
      .message .message__content .message__content__ttl {
        width: 255px;
        font-style: italic;
        font-size: 67rem;
        background-color: #00254D;
        margin: 0 auto;
        margin-top: -0.5em;
        line-height: 1; }
      .message .message__content .message__content__txt {
        margin-top: 60px;
        line-height: 1.8;
        font-size: 18rem; }
    .message .message__btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .message .message__btn a {
        width: 40%; } }
