﻿@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #161616;
  font-size: 12px;
  font-family: 'Roboto','Noto Sans JP', "Helvetica", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px; }

a {
  color: #161616; }
  a:hover, a:active, a:focus, a:link {
    color: #161616;
    text-decoration: none; }

ul {
  list-style-type: none; }

hr {
  margin: 12px 0; }

.bold-text {
  font-weight: bold; }

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

.image-replace {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap; }

.sp-show {
  display: block !important; }
  @media (min-width: 768px) {
    .sp-show {
      display: none !important; } }

.pc-show {
  display: none !important; }
  @media (min-width: 768px) {
    .pc-show {
      display: block !important; } }

#top #swipe-slider {
  display: block;
  overflow: hidden;
  position: relative;
  height: 600px;
  width: calc(100% + 160px); }
  @media (min-width: 768px) {
    #top #swipe-slider {
      width: 100%;
      height: 480px; } }
  #top #swipe-slider .container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%; }
  #top #swipe-slider .swipe-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8; }
  #top #swipe-slider .swipe-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    width: 300px;
    cursor: grab; }
  #top #swipe-slider .swipe-button {
    cursor: pointer; }
    #top #swipe-slider .swipe-button::before {
      display: block;
      position: absolute;
      top: 196px;
      right: 172px;
      z-index: 4;
      height: 48px;
      width: 48px;
      border: 1px solid #5c5c5c;
      border-radius: 50%;
      color: #5c5c5c;
      line-height: 120px;
      content: "SWIPE"; }
      @media (min-width: 768px) {
        #top #swipe-slider .swipe-button::before {
          top: 216px; } }
    #top #swipe-slider .swipe-button::after {
      display: block;
      position: absolute;
      top: 214px;
      right: 204px;
      z-index: 4;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      background-color: #5c5c5c;
      color: #5c5c5c;
      transform: translate(0, 0);
      content: "";
      animation: iteration 1.2s linear 0s infinite; }
      @media (min-width: 768px) {
        #top #swipe-slider .swipe-button::after {
          top: 234px; } }

@keyframes iteration {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(30px, 0); }
  100% {
    transform: translate(0, 0); } }
  #top #swipe-slider .contents {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: calc(100% - 160px); }
    @media (min-width: 768px) {
      #top #swipe-slider .contents {
        height: 480px; } }
    #top #swipe-slider .contents:nth-of-type(1) {
      left: 0;
      z-index: 5; }
    #top #swipe-slider .contents:nth-of-type(2) {
      left: 80px;
      z-index: 4; }
    #top #swipe-slider .contents:nth-of-type(3) {
      left: 160px;
      z-index: 3; }
    #top #swipe-slider .contents:nth-of-type(4) {
      left: 240px;
      z-index: 2; }

.l-wallpaper {
  width: 100%;
  overflow: hidden; }

.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0;
  text-align: right; }
  @media (min-width: 768px) {
    .l-header {
      height: 70px; } }

.l-header-spacer {
  height: 40px; }
  @media (min-width: 768px) {
    .l-header-spacer {
      height: 70px; } }

.l-container {
  overflow: hidden;
  position: relative;
  height: auto;
  padding: 64px 0; }

.l-contents {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto; }

.l-side-title {
  overflow: hidden;
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 10;
  width: 100%;
  height: 40px;
  text-align: left; }
  @media (min-width: 768px) {
    .l-side-title {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 16px;
      z-index: 10;
      height: 100%;
      max-height: 512px;
      width: 40px; } }
  @media (min-width: 768px) and (min-width: 1000px) {
    .l-side-title {
      left: calc((100% - 1000px ) / 2); } }

.l-contents-footer {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .l-contents-footer {
      height: 200px;
      padding: 40px 16px; } }
  .l-contents-footer:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 70px;
    width: 100%;
    background-color: #0077dc;
    transition: transform .8s ease .4s;
    transform: translate(0, 0);
    content: ""; }
    @media (min-width: 768px) {
      .l-contents-footer:after {
        height: 200px; } }
  .l-contents-footer.hide:after {
    transform: translate(-100vw, 0); }

.l-footer {
  position: relative;
  width: 100%;
  background-color: #313131; }

.l-footer-contents {
  position: relative;
  width: 100%;
  max-width: 960px; }

.m-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  max-width: 160px;
  padding: 0 16px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .m-logo {
      height: 70px;
      max-width: 240px;
      line-height: 50px;
      padding: 10px 16px; } }
  .m-logo .logo {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap; }

.m-global-navi {
  display: table;
  position: absolute;
  top: 40px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 40px);
  background-color: #fff;
  color: #929292;
  text-align: center;
  transition: right .7s ease 0s; }
  .m-global-navi > ul {
    display: table-cell;
    overflow: hidden;
    height: auto;
    vertical-align: middle; }
  .m-global-navi .menu-item {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0 0 16px;
    font-size: 18px;
    vertical-align: middle; }
    .m-global-navi .menu-item > a {
      display: inline-block;
      position: relative;
      top: -60px;
      color: #5c5c5c;
      line-height: 32px;
      transition: top .7s ease .3s; }
  .m-global-navi .semi-space {
    display: inline-block;
    font-size: 10px;
    letter-spacing: -1px; }
  .m-global-navi.active {
    display: table;
    right: 0; }
    .m-global-navi.active .menu-item > a {
      top: 0; }
  @media (min-width: 768px) {
    .m-global-navi {
      display: inline-block;
      position: relative;
      top: 0;
      right: 0;
      height: 70px;
      width: auto;
      max-width: 100%; }
    .m-global-navi, .m-global-navi.active {
      display: inline-block;
      height: 70px;
      font-size: 0; }
      .m-global-navi > ul, .m-global-navi.active > ul {
        display: inline-block;
        height: 100%;
        width: auto; }
      .m-global-navi .menu-item, .m-global-navi.active .menu-item {
        display: inline-block;
        height: 100%;
        width: auto;
        font-size: 14px;
        vertical-align: middle; }
        .m-global-navi .menu-item > a, .m-global-navi.active .menu-item > a {
          display: inline-block;
          padding: 12px 24px;
          top: 0;
          color: #5c5c5c;
          line-height: 46px;
          text-decoration: none; }
          .m-global-navi .menu-item > a:hover, .m-global-navi.active .menu-item > a:hover {
            text-decoration: underline;
            text-decoration-color: #0077dc; } }
      @media (min-width: 768px) and (min-width: 768px) {
        .m-global-navi .menu-item > a, .m-global-navi.active .menu-item > a {
          padding: 12px 8px; } }

.m-entry-button {
  display: inline-block;
  background: #000;
  height: 100%;
  width: auto;
  vertical-align: top; }
  .m-entry-button > a {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-size: 8px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .m-entry-button > a {
        padding: 17px 8px;
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1000px) {
      .m-entry-button > a {
        padding: 12px 24px; } }

.m-barger-button {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 40px;
  padding: 10px 12px;
  transition: all .4s;
  cursor: pointer; }
  @media (min-width: 768px) {
    .m-barger-button {
      display: none; } }
  .m-barger-button .wrap {
    position: relative;
    height: 100%;
    width: 100%; }
  .m-barger-button span {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #0077dc;
    transition: all .4s; }
    .m-barger-button span:nth-of-type(1) {
      width: 100%;
      top: 0; }
    .m-barger-button span:nth-of-type(2) {
      width: 75%;
      top: 50%; }
    .m-barger-button span:nth-of-type(3) {
      width: 50%;
      bottom: 0; }
  .m-barger-button.active span:nth-of-type(1) {
    width: 100%;
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg); }
  .m-barger-button.active span:nth-of-type(2) {
    opacity: 0; }
  .m-barger-button.active span:nth-of-type(3) {
    width: 100%;
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg); }

.m-scroll {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 120px;
  right: 16px;
  z-index: 1000;
  width: 40px;
  height: 100px;
  transition: opacity .5s linear .5s;
  opacity: 1; }
  .m-scroll.hide {
    opacity: 0; }
  .m-scroll.white > .text {
    color: #fff; }
  .m-scroll.white > .arrow {
    border-left: 1px solid #fff; }
    .m-scroll.white > .arrow::before {
      background-color: #fff; }
  .m-scroll > .text {
    display: inline-block;
    position: relative;
    height: 40px;
    color: #0077dc;
    font-size: 18px;
    text-align: left;
    line-height: 40px;
    transform: rotate(90deg);
    transform-origin: 20px; }
  .m-scroll > .arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #0077dc;
    font-size: 0;
    animation: scroll-long 2s linear 0s infinite; }
    .m-scroll > .arrow::before {
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 1px;
      width: 0;
      background-color: #0077dc;
      transform: rotate(-45deg);
      transform-origin: left bottom;
      content: "";
      animation: scroll-short 2s linear 0s infinite; }

@keyframes scroll-short {
  0% {
    width: 0; }
  33.333% {
    width: 0; }
  50% {
    width: 16px; }
  100% {
    width: 16px; } }

@keyframes scroll-long {
  0% {
    height: 0; }
  33.333% {
    height: 80px; }
  100% {
    height: 80px; } }

.m-side-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #1f2025; }
  .m-side-title.blue {
    color: #0077dc; }
    .m-side-title.blue ~ .m-side-line > .dummy-name::after {
      border-bottom: 1px solid #0077dc; }
  .m-side-title.white {
    color: #fff; }
    .m-side-title.white ~ .m-side-line > .dummy-name::after {
      border-bottom: 1px solid #fff; }
  .m-side-title > .title-name {
    display: inline-block;
    position: relative;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px; }
  @media (min-width: 768px) {
    .m-side-title {
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      color: #1f2025; }
      .m-side-title > .title-name {
        display: inline-block;
        position: relative;
        height: 40px;
        font-size: 22px;
        text-align: left;
        line-height: 40px;
        transform: rotate(90deg);
        transform-origin: 20px; } }

.m-side-line {
  overflow: hidden;
  position: relative;
  width: 80%; }
  .m-side-line > .dummy-name {
    display: inline-block;
    position: relative;
    height: 40px;
    color: transparent;
    font-size: 14px;
    text-align: left;
    line-height: 40px; }
    .m-side-line > .dummy-name::after {
      display: block;
      position: absolute;
      top: 0;
      left: calc(100% + 12px);
      height: 20px;
      width: 600px;
      border-bottom: 1px solid #1f2025;
      transition: width 1s ease .7s;
      content: ""; }
  .m-side-line.hide > .dummy-name::after {
    width: 0; }
  @media (min-width: 768px) {
    .m-side-line {
      overflow: hidden;
      position: relative;
      top: 0;
      height: 100%; }
      .m-side-line.hide > .dummy-name::after {
        width: 0; }
      .m-side-line > .dummy-name {
        display: inline-block;
        position: relative;
        height: 40px;
        color: transparent;
        font-size: 22px;
        text-align: left;
        line-height: 40px;
        transform: rotate(90deg);
        transform-origin: 20px; }
        .m-side-line > .dummy-name::after {
          display: block;
          position: absolute;
          top: 0;
          left: calc(100% + 32px);
          height: 20px;
          width: 600px;
          border-bottom: 1px solid #1f2025;
          transition: width 1s ease .7s;
          content: ""; } }

.m-arrow {
  display: inline-block;
  position: relative;
  height: auto;
  width: 120px;
  border-bottom: 1px solid #fff;
  font-size: 0; }
  .m-arrow::before {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: right bottom;
    content: ""; }
  .m-arrow.blue {
    border-bottom: 1px solid #0077dc; }
    .m-arrow.blue::before {
      background-color: #0077dc; }

.m-link-button {
  display: inline-block;
  padding: 0 32px;
  background-color: #0077dc;
  white-space: nowrap; }
  .m-link-button.transparent {
    background-color: transparent;
    color: #0077dc; }
    .m-link-button.transparent > .link-title {
      color: #0077dc; }
  .m-link-button.white {
    background-color: transparent;
    color: #fff; }
    .m-link-button.white > .link-title {
      color: #fff; }
  .m-link-button > .m-arrow {
    margin: 0 16px 0 0;
    height: 12px;
    width: 60px;
    vertical-align: middle; }
    .m-link-button > .m-arrow::before {
      width: 10px; }
    @media (min-width: 768px) {
      .m-link-button > .m-arrow {
        width: 120px;
        text-align: left; }
        .m-link-button > .m-arrow::before {
          width: 20px; } }
  .m-link-button > .link-title {
    color: #fff;
    height: auto;
    font-size: 12px;
    line-height: 36px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .m-link-button > .link-title {
        font-size: 16px;
        line-height: 60px; } }

.m-footer-link {
  display: inline-block;
  position: relative;
  left: 0;
  z-index: 1;
  height: 70px;
  padding: 16px; }
  @media (min-width: 768px) {
    .m-footer-link {
      height: 120px; } }
  .m-footer-link .main-title {
    height: 24px;
    color: #fff;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .m-footer-link .main-title {
        height: 64px; } }
  .m-footer-link .sub-title {
    display: block;
    height: 14px;
    color: #fff;
    line-height: 14px;
    font-size: 10px; }
    @media (min-width: 768px) {
      .m-footer-link .sub-title {
        height: 24px;
        line-height: 24px;
        font-size: 13px; } }
  .m-footer-link .link-title {
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .m-footer-link .link-title {
        font-size: 32px;
        line-height: 64px; } }
    .m-footer-link .link-title img {
      display: inline-block;
      position: relative;
      top: 4px;
      height: 20px;
      width: 20px; }
      @media (min-width: 768px) {
        .m-footer-link .link-title img {
          height: 32px;
          width: 32px; } }
  .m-footer-link .m-arrow {
    position: relative;
    top: -8px;
    height: 24px;
    width: 36px;
    margin: 0 0 0 8px;
    vertical-align: middle; }
    .m-footer-link .m-arrow.no-sub-title {
      top: 0; }
    .m-footer-link .m-arrow::before {
      width: 10px; }
    @media (min-width: 768px) {
      .m-footer-link .m-arrow {
        margin: 0 0 0 16px;
        width: 120px;
        text-align: left; }
        .m-footer-link .m-arrow::before {
          width: 20px; } }

.m-round-title {
  display: block;
  position: absolute;
  top: 70px;
  left: 70px;
  height: 160px;
  width: 160px;
  line-height: 160px;
  color: #fff;
  text-align: center; }
  .m-round-title .circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 160px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: transform .6s ease .7s;
    transform: scale(1.8, 1.8);
    transform-origin: center center; }
    @media (min-width: 768px) {
      .m-round-title .circle {
        transform: scale(1.8, 1.8); } }
  .m-round-title .title-name {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px; }
  .m-round-title.hide .circle {
    transform: scale(1, 1); }

.m-over-lay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.m-pagetop {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 36px;
  width: 36px;
  background-color: #0077dc;
  color: #fff;
  cursor: pointer; }
  .m-pagetop::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 9px;
    height: 18px;
    width: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    content: ""; }
  .m-pagetop span {
    display: none; }
  @media (min-width: 768px) {
    .m-pagetop {
      height: auto;
      width: auto;
      padding: 0 48px;
      font-size: 14px;
      line-height: 40px; }
      .m-pagetop::after {
        display: none; }
      .m-pagetop span {
        display: inline; } }

.m-footer-menu {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  padding: 24px 16px;
  font-size: 0;
  text-align: left; }
  @media (min-width: 768px) {
    .m-footer-menu {
      max-width: 100%;
      padding: 64px 16px; } }
  .m-footer-menu > .menu-item {
    display: inline-block;
    width: 80px;
    padding: 0 8px;
    font-size: 10px; }
    .m-footer-menu > .menu-item a {
      color: #fff; }
    @media (min-width: 768px) {
      .m-footer-menu > .menu-item {
        width: auto;
        font-size: 14px; } }

.m-Copyright {
  color: #fff;
  padding: 16px; }

#top .l-first-wallpaper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  background-color: #0077dc;
  transition: transform .4s linear .9s, opacity .1s linear 1.8s;
  transform: translate(0, 0); }
  #top .l-first-wallpaper.hide {
    opacity: 0;
    transform: translate(100vw, 0); }
  #top .l-first-wallpaper .logo {
    display: block;
    position: relative;
    height: 100%;
    width: 40%;
    max-width: 280px;
    margin: 0 auto;
    background-color: #0077dc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 768px) {
      #top .l-first-wallpaper .logo {
        width: 30%; } }

#top .l-wallpaper {
  position: relative;
  transition: transform .4s linear .9s; }
  #top .l-wallpaper.hide {
    transform: translate(-100vw, 0); }

#top .l-main-image {
  display: table;
  position: fixed;
  top: 40px;
  height: calc(100vh - 40px);
  width: 100%;
  background-color: #eee;
  text-align: center; }
  @media (min-width: 768px) {
    #top .l-main-image {
      top: 70px;
      height: calc(100vh - 70px); } }
  #top .l-main-image .wrap {
    display: table-cell;
    vertical-align: middle; }

#top .l-main-visual {
  position: fixed;
  top: 40px;
  left: 0;
  height: calc(100vh - 40px);
  width: 100%;
  background-color: #eee; }
  @media (min-width: 768px) {
    #top .l-main-visual {
      top: 70px;
      height: calc(100vh - 70px); } }
  #top .l-main-visual > .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  #top .l-main-visual > .above {
    z-index: 1;
    opacity: 1; }

#top .l-firstr-view {
  position: relative;
  height: calc(100vh - 40px);
  width: 100%; }
  @media (min-width: 768px) {
    #top .l-firstr-view {
      height: calc(100vh - 70px); } }

#top .l-vision {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  padding: 32px 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 768px) {
    #top .l-vision {
      padding: 96px 0; } }

#top .l-vision-contents {
  position: relative;
  width: 100%;
  margin: 0 auto 32px; }
  @media (min-width: 768px) {
    #top .l-vision-contents {
      margin: 0 auto 64px; } }

#top .l-vision-footer {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center; }

#top .l-service {
  position: relative;
  overflow: hidden; }
  #top .l-service .l-side-title {
    top: 24px; }
    @media (min-width: 768px) {
      #top .l-service .l-side-title {
        top: 64px; } }

#top .l-members {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  padding: 96px 0 0;
  background-color: #fff;
  text-align: left; }

#top .l-members-contents {
  position: relative;
  width: 100%;
  margin: 0 auto; }

#top .l-member {
  overflow: hidden;
  position: relative;
  width: 100%; }
  #top .l-member .member-profile {
    background-color: #fff; }
  #top .l-member.gray {
    background-color: #ededed; }
    #top .l-member.gray .member-profile {
      background-color: #ededed; }

#top .l-member-contents {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 768px) {
    #top .l-member-contents {
      padding: 0 32px; } }

#top .l-recruit {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#top .l-recruit-wallpaler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 1.2s ease .5s; }
  #top .l-recruit-wallpaler.hide {
    transform: translate(0, -60px); }

#top .l-recruit-contents {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 16px; }
  @media (min-width: 768px) {
    #top .l-recruit-contents {
      display: table;
      height: 460px;
      padding: 80px 32px 80px 364px;
      text-align: right; } }

#top .l-round-title {
  position: relative;
  height: 300px;
  width: 300px;
  margin: 0 auto 64px; }
  @media (min-width: 768px) {
    #top .l-round-title {
      position: absolute;
      top: 80px;
      left: 0; } }

#top .l-corporate {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  padding: 64px 0;
  background-color: #e5e5e5;
  text-align: left; }

#top .l-corporate-contents {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.l-news {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  padding: 64px 0 32px;
  background-color: #fff;
  text-align: left; }
  @media (min-width: 768px) {
    .l-news {
      padding: 64px 0; } }

.l-news-contents {
  position: relative;
  width: 100%;
  margin: 0 auto 64px; }

#newsSlider {
  padding: 40px 0 0; }
  #newsSlider .slide-arrow {
    display: block;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #d2d2d2;
    cursor: pointer; }
    #newsSlider .slide-arrow:hover {
      background-color: #626262; }
    #newsSlider .slide-arrow::before, #newsSlider .slide-arrow::after {
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #fff;
      content: ""; }
  #newsSlider .prev-arrow {
    right: 42px; }
    #newsSlider .prev-arrow::before {
      top: 20px;
      left: 14px;
      transform: rotate(-45deg);
      transform-origin: left bottom; }
    #newsSlider .prev-arrow::after {
      bottom: 20px;
      left: 14px;
      transform: rotate(45deg);
      transform-origin: left top; }
  #newsSlider .next-arrow {
    right: 0; }
    #newsSlider .next-arrow::before {
      top: 20px;
      right: 14px;
      transform: rotate(45deg);
      transform-origin: right bottom; }
    #newsSlider .next-arrow::after {
      bottom: 20px;
      right: 14px;
      transform: rotate(-45deg);
      transform-origin: right top; }

#top .m-main-image {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 200vh;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    #top .m-main-image {
      top: -60px; } }
  #top .m-main-image::before {
    display: block;
    padding: 100% 0 0;
    content: ""; }
    @media (min-width: 768px) {
      #top .m-main-image::before {
        padding: 50% 0 0; } }
  #top .m-main-image .container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #top .m-main-image .text-image {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 37.5%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width .3s linear 2.7s; }
    @media (min-width: 768px) {
      #top .m-main-image .text-image {
        display: block; } }
    #top .m-main-image .text-image.sp {
      display: block;
      top: 60%;
      width: 100%;
      height: 25%; }
      @media (min-width: 768px) {
        #top .m-main-image .text-image.sp {
          display: none; } }
    #top .m-main-image .text-image.hide {
      width: 0; }
  #top .m-main-image .s-image,
  #top .m-main-image .a-image,
  #top .m-main-image .b-image,
  #top .m-main-image .t-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 133.33%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform .6s linear 2s;
    transform: translate(0, 0) scale(1, 1);
    transform-origin: right top; }
    @media (min-width: 768px) {
      #top .m-main-image .s-image,
      #top .m-main-image .a-image,
      #top .m-main-image .b-image,
      #top .m-main-image .t-image {
        width: 75%;
        height: 100%; } }
  #top .m-main-image .s-image {
    z-index: 0; }
    #top .m-main-image .s-image.hide {
      transform: translate(-8%, 0) scale(1.02, 1.02); }
  #top .m-main-image .a-image {
    z-index: 1; }
    #top .m-main-image .a-image.hide {
      transform: translate(-10%, 2%); }
  #top .m-main-image .b-image {
    z-index: 1; }
    #top .m-main-image .b-image.hide {
      transform: translate(-2%, -4%) scale(1.1, 1.1); }
  #top .m-main-image .t-image {
    z-index: 1; }
    #top .m-main-image .t-image.hide {
      transform: translate(-7%, 0%); }

#top .m-whtsnew {
  position: absolute;
  bottom: 12px;
  left: 0;
  height: 36px;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 768px) {
    #top .m-whtsnew {
      bottom: 24px;
      height: 48px; } }
  #top .m-whtsnew > .contents {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 96px;
    line-height: 36px; }
    @media (min-width: 768px) {
      #top .m-whtsnew > .contents {
        padding: 0 0 0 200px;
        line-height: 48px; } }
  #top .m-whtsnew .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #0077dc;
    padding: 4px 16px;
    font-size: 12px;
    font-style: italic;
    line-height: 14px; }
    @media (min-width: 768px) {
      #top .m-whtsnew .icon {
        padding: 0 16px;
        font-size: 24px;
        line-height: 48px; } }
  #top .m-whtsnew .news {
    display: inline-block;
    overflow: hidden;
    height: 48px;
    width: 100%;
    color: #5c5c5c;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      #top .m-whtsnew .news {
        font-size: 14px; } }

#top .m-main-visual-text {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  #top .m-main-visual-text .wrap {
    display: table-cell;
    padding: 0 32px 80px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      #top .m-main-visual-text .wrap {
        padding: 0;
        vertical-align: middle; } }
    #top .m-main-visual-text .wrap > img {
      display: block;
      width: 100%;
      max-width: 480px; }
      @media (min-width: 768px) {
        #top .m-main-visual-text .wrap > img {
          width: 30%;
          max-width: 360px; } }

#top .m-vision-contents {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    #top .m-vision-contents {
      font-size: 25px; } }
  #top .m-vision-contents strong {
    color: #0077dc;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #top .m-vision-contents strong {
        font-size: 22px; } }
  #top .m-vision-contents hr {
    max-width: 160px;
    margin: 24px auto;
    border: none;
    border-bottom: 1px solid #0077dc; }

#top .m-service-contents .m-over-lay {
  background-color: rgba(255, 255, 255, 0.7); }

#top .m-service-contents .contents {
  position: relative;
  height: auto;
  min-height: 480px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#top .m-service-contents .contents-title {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 96px;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)); }
  #top .m-service-contents .contents-title .title-name {
    display: block;
    width: 96px;
    padding: 16px;
    color: #5c5c5c;
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: 48px 48px; }

#top .m-service-contents .scroll-contents {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  max-width: 960px;
  padding: 0 16px 0 0; }
  @media (min-width: 1280px) {
    #top .m-service-contents .scroll-contents {
      margin: 0 auto 0 calc((100% - 800px)/ 2);
      padding: 0 40px 0 0; } }
  #top .m-service-contents .scroll-contents .service-introduction:first-child {
    height: auto; }
    @media (min-width: 1280px) {
      #top .m-service-contents .scroll-contents .service-introduction:first-child {
        height: 100%; } }

#top .m-service-contents .arrow-bottom {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  float: none;
  width: 100%;
  text-align: center; }
  @media (min-width: 1280px) {
    #top .m-service-contents .arrow-bottom {
      float: left;
      margin: -40px 0; } }
  #top .m-service-contents .arrow-bottom .icon {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #0077dc; }
    #top .m-service-contents .arrow-bottom .icon i {
      position: absolute;
      top: 8px;
      left: 10px;
      z-index: 2;
      height: 20px;
      width: 20px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(45deg);
      transform-origin: center center; }

#top .m-service-contents .service-introduction {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 960px;
  padding: 64px 16px;
  margin: 0; }
  @media (min-width: 1280px) {
    #top .m-service-contents .service-introduction {
      margin: 0 auto 0 calc((100% - 800px)/ 2);
      padding: 64px; } }
  @media (min-width: 768px) {
    #top .m-service-contents .service-introduction {
      padding: 64px 80px 64px 64px; } }

#top .m-service-contents .service-image {
  width: 100%;
  height: auto;
  margin: 0 0 32px; }
  @media (min-width: 768px) {
    #top .m-service-contents .service-image {
      display: table;
      float: left;
      height: 100%;
      width: 50%; } }
  #top .m-service-contents .service-image > .wrap {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 768px) {
      #top .m-service-contents .service-image > .wrap {
        text-align: right; } }
  #top .m-service-contents .service-image img {
    width: 100%;
    max-width: 240px; }
    @media (min-width: 768px) {
      #top .m-service-contents .service-image img {
        max-width: 360px; } }

#top .m-service-contents .service-explanation {
  width: 100%;
  height: 100%;
  padding: 16px 0;
  font-size: 12px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    #top .m-service-contents .service-explanation {
      display: table;
      float: right;
      width: 50%;
      padding: 16px 0 16px 16px;
      font-size: 12px;
      line-height: 2; } }
  #top .m-service-contents .service-explanation > .wrap {
    display: table-cell;
    width: 100%;
    text-align: left;
    vertical-align: middle; }
  #top .m-service-contents .service-explanation p {
    display: block;
    margin: 0 0 32px;
    color: #1f2025;
    font-weight: 400;
    text-align: left; }
  #top .m-service-contents .service-explanation strong {
    display: block;
    margin: 0 0 .4em;
    font-size: 1.2em; }
  #top .m-service-contents .service-explanation .button {
    display: inline-block;
    padding: 4px 32px;
    border-radius: 6px;
    color: #fff; }
    @media (min-width: 768px) {
      #top .m-service-contents .service-explanation .button {
        padding: 8px 32px; } }
    #top .m-service-contents .service-explanation .button.teamhub {
      background-color: #19d96e; }
    #top .m-service-contents .service-explanation .button.azrena {
      background-color: #b22026; }
    #top .m-service-contents .service-explanation .button.lia {
      background-color: #01d6cf; }
    #top .m-service-contents .service-explanation .button.b_and {
      background-color: #163c60; }
    #top .m-service-contents .service-explanation .button.play {
      background-color: #93000f; }

#top .m-member-position {
  position: relative;
  width: 100%;
  max-width: 800px; }
  #top .m-member-position::after {
    display: none;
    position: absolute;
    bottom: 0;
    right: -1000px;
    width: 1000px;
    height: 1px;
    background-color: #0077dc;
    content: ""; }
    @media (min-width: 768px) {
      #top .m-member-position::after {
        display: block; } }
  #top .m-member-position .position-name {
    color: #b1b1b1;
    font-size: 34px;
    font-weight: bold;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #top .m-member-position .position-name {
        font-size: 64px; } }

#top .m-member {
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  margin: -48px 0 0;
  min-height: 560px; }
  @media (min-width: 768px) {
    #top .m-member {
      margin: 0;
      padding: 0 0 0 40%; } }
  #top .m-member .member-image {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    font-size: 0;
    transition: transform .6s ease .0s;
    transform: translate(0, 0); }
    @media (min-width: 768px) {
      #top .m-member .member-image {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 40%;
        max-width: 100%;
        padding: 0; } }
    #top .m-member .member-image.hide {
      transform: translate(0, 600px); }
    #top .m-member .member-image > img {
      display: block;
      width: 100%; }
  #top .m-member .member-profile {
    position: relative;
    z-index: 1;
    margin: 0 0 32px;
    padding: 16px; }
    @media (min-width: 768px) {
      #top .m-member .member-profile {
        margin: 0 0 96px;
        padding: 32px 16px 0; } }
    #top .m-member .member-profile .header,
    #top .m-member .member-profile > dl {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px; }
      @media (min-width: 768px) {
        #top .m-member .member-profile .header,
        #top .m-member .member-profile > dl {
          width: 50vw;
          max-width: 476px;
          padding: 0; } }
    #top .m-member .member-profile .name {
      display: inline-block;
      margin: 0 0 12px;
      padding: 24px 0 0;
      font-size: 15px;
      font-weight: normal;
      vertical-align: middle; }
      @media (min-width: 768px) {
        #top .m-member .member-profile .name {
          margin: 0 16px 0 0;
          font-size: 24px; } }
    #top .m-member .member-profile .position {
      display: inline-block;
      margin: 0 0 12px;
      font-size: 15px;
      font-weight: normal;
      vertical-align: middle; }
      @media (min-width: 768px) {
        #top .m-member .member-profile .position {
          font-size: 18px; } }
    #top .m-member .member-profile > dl:last-of-type .text {
      margin: 0; }
    #top .m-member .member-profile .question {
      font-weight: 600;
      font-size: 13px; }
      @media (min-width: 768px) {
        #top .m-member .member-profile .question {
          font-size: calc(50vw / 26.444); } }
      @media (min-width: 960px) {
        #top .m-member .member-profile .question {
          font-size: 18px; } }
    #top .m-member .member-profile .text {
      display: block;
      width: 100%;
      margin: 0 0 1em;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5; }
      @media (min-width: 768px) {
        #top .m-member .member-profile .text {
          margin: 0 0 1em;
          font-size: calc(50vw / 34);
          line-height: 2; } }
      @media (min-width: 960px) {
        #top .m-member .member-profile .text {
          font-size: 14px; } }
  #top .m-member .m-link-button {
    margin: 0 0 48px;
    padding: 0 0 0 16px; }
  @media (min-width: 768px) {
    #top .m-member.alt {
      padding: 0 40% 0 0; } }
  @media (min-width: 768px) {
    #top .m-member.alt .member-image {
      left: auto;
      right: 0; } }

#top .m-recruit-contents {
  text-align: left; }
  @media (min-width: 768px) {
    #top .m-recruit-contents {
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 768px) {
    #top .m-recruit-contents .wrap {
      margin: 0 0 0 auto; } }
  #top .m-recruit-contents .recruit-text {
    margin: 0 0 16px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #top .m-recruit-contents .recruit-text {
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 2; } }
  #top .m-recruit-contents .m-link-button {
    padding-left: 0; }

#top .m-corporate-contents {
  height: auto;
  width: 100%;
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #top .m-corporate-contents {
      padding: 0 64px; } }
  #top .m-corporate-contents .corporate-adress {
    width: 100%;
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      #top .m-corporate-contents .corporate-adress {
        float: left;
        width: 60%; } }
    #top .m-corporate-contents .corporate-adress table {
      table-layout: fixed; }
    #top .m-corporate-contents .corporate-adress th {
      width: 80px;
      padding: 8px 0;
      vertical-align: top;
      line-height: 1.49; }
    #top .m-corporate-contents .corporate-adress td {
      padding: 8px 0;
      vertical-align: top;
      line-height: 1.49; }
  #top .m-corporate-contents .corporate-map {
    width: 100%; }
    @media (min-width: 768px) {
      #top .m-corporate-contents .corporate-map {
        float: left;
        width: 40%; } }
    #top .m-corporate-contents .corporate-map > .wrap {
      position: relative;
      width: 100%;
      padding: 80% 0 0; }
      #top .m-corporate-contents .corporate-map > .wrap > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.m-news-contents {
  overflow-y: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .m-news-contents {
      padding: 0 64px; } }
  .m-news-contents .slide {
    width: 33%;
    padding: 8px; }

.m-news {
  display: block;
  position: relative;
  width: 100%;
  padding: 66.666% 0 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .m-news .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 66.666% 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .m-news .info {
    overflow: hidden;
    height: 40px;
    padding: 8px 0;
    font-size: 0;
    text-align: left; }
  .m-news .category {
    display: inline-block;
    margin: 0 11px 0 0;
    padding: 0 20px;
    background-color: #313131;
    color: #fff;
    font-size: 10px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .m-news .category {
        font-size: 12px; } }
  .m-news .date {
    color: #808080;
    font-size: 11px; }
    @media (min-width: 768px) {
      .m-news .date {
        font-size: 12px; } }
  .m-news .description {
    display: block;
    overflow: hidden;
    height: 104px;
    margin: 0 0 16px;
    padding: 0 16px 16px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .m-news .description {
        font-size: 13px; } }
    .m-news .description:hover {
      text-decoration: underline; }

#ceo {
  background-color: #eee; }
  #ceo .l-ceo {
    position: relative;
    z-index: 0; }
    #ceo .l-ceo .center-line {
      position: absolute;
      top: 0;
      left: 50vw;
      width: 2px;
      height: 100%;
      background-color: #dcdcdc; }
    #ceo .l-ceo::before, #ceo .l-ceo::after {
      position: absolute;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #dcdcdc;
      content: ""; }
    #ceo .l-ceo::before {
      left: calc(50vw - 80px); }
      @media (min-width: 768px) {
        #ceo .l-ceo::before {
          left: calc(50vw - 320px); } }
    #ceo .l-ceo::after {
      left: calc(50vw + 80px); }
      @media (min-width: 768px) {
        #ceo .l-ceo::after {
          left: calc(50vw + 320px); } }
  #ceo .l-ceo-topView {
    position: relative;
    z-index: 1;
    margin: 0 0 144px; }
  #ceo .l-thought {
    position: relative;
    z-index: 1;
    padding: 0 0 96px; }
    @media (min-width: 768px) {
      #ceo .l-thought {
        padding: 0 0 144px; } }

#ceo .m-ceo-topView {
  position: relative;
  padding: 0 16px; }
  #ceo .m-ceo-topView .ceo-title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 48px 0;
    text-align: left; }
    #ceo .m-ceo-topView .ceo-title .title {
      display: inline-block;
      color: #0077dc;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      text-align: left; }
      @media (min-width: 768px) {
        #ceo .m-ceo-topView .ceo-title .title {
          font-size: 48px; } }
  #ceo .m-ceo-topView .top-headline {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto;
    padding: 32px 16px;
    text-align: left; }
    @media (min-width: 768px) {
      #ceo .m-ceo-topView .top-headline {
        padding: 72px 0; } }
    #ceo .m-ceo-topView .top-headline > .contents {
      position: relative;
      z-index: 1; }
      #ceo .m-ceo-topView .top-headline > .contents > .text {
        display: block;
        margin: 0 0 16px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px; }
        @media (min-width: 768px) {
          #ceo .m-ceo-topView .top-headline > .contents > .text {
            margin: 0 0 24px;
            font-size: 30px;
            line-height: 2;
            letter-spacing: 2px; } }
      #ceo .m-ceo-topView .top-headline > .contents > .position {
        display: block;
        font-size: 12px; }
        @media (min-width: 768px) {
          #ceo .m-ceo-topView .top-headline > .contents > .position {
            font-size: 15px; } }
      #ceo .m-ceo-topView .top-headline > .contents > .name {
        display: block;
        font-size: 15px;
        font-weight: normal; }
        @media (min-width: 768px) {
          #ceo .m-ceo-topView .top-headline > .contents > .name {
            font-size: 24px; } }
    #ceo .m-ceo-topView .top-headline > .ceo-name {
      display: inline-block;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
      #ceo .m-ceo-topView .top-headline > .ceo-name > strong {
        color: #c8c8c8;
        font-size: 24px;
        font-weight: bold;
        line-height: 36px; }
        @media (min-width: 580px) {
          #ceo .m-ceo-topView .top-headline > .ceo-name > strong {
            font-size: 64px;
            line-height: 96px; } }
    #ceo .m-ceo-topView .top-headline .wallpaper {
      position: absolute;
      top: 0;
      left: -16px;
      z-index: 0;
      height: 100%;
      width: 480px;
      max-width: calc(100% - 60px);
      background-color: #fff; }
      @media (min-width: 1100px) {
        #ceo .m-ceo-topView .top-headline .wallpaper {
          left: calc( -50vw + 520px);
          z-index: 0;
          width: calc(50vw - 40px); } }
      #ceo .m-ceo-topView .top-headline .wallpaper::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 3px;
        width: calc(50vw - 360px);
        background-color: #0077dc;
        content: ""; }
  #ceo .m-ceo-topView .topView {
    position: absolute;
    top: 0;
    bottom: 96px;
    right: 0;
    z-index: 0;
    width: calc(100% - 72px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 1040px) {
      #ceo .m-ceo-topView .topView {
        background-position: right center;
        width: calc(50vw + 240px); } }

#ceo .m-thought-image {
  display: block;
  position: relative;
  z-index: 1;
  height: 160px;
  width: 100%;
  margin: 0; }
  @media (min-width: 480px) {
    #ceo .m-thought-image {
      height: 200px; } }
  @media (min-width: 768px) {
    #ceo .m-thought-image {
      height: 300px; } }
  #ceo .m-thought-image .main-image {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 2;
    height: 200px;
    width: calc(100% - 50px);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 480px) {
      #ceo .m-thought-image .main-image {
        top: -60px;
        width: calc(100% - 100px);
        height: 300px; } }
    @media (min-width: 768px) {
      #ceo .m-thought-image .main-image {
        top: 0;
        width: calc(50vw + 320px);
        height: 400px; } }
  #ceo .m-thought-image .side-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 140px;
    width: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 480px) {
      #ceo .m-thought-image .side-image {
        bottom: 0;
        height: 220px;
        width: 160px; } }
    @media (min-width: 768px) {
      #ceo .m-thought-image .side-image {
        bottom: 0;
        height: 500px;
        width: calc(50vw - 380px); } }
    #ceo .m-thought-image .side-image.first {
      height: 140px; }
      @media (min-width: 480px) {
        #ceo .m-thought-image .side-image.first {
          height: 220px; } }
      @media (min-width: 768px) {
        #ceo .m-thought-image .side-image.first {
          height: 300px; } }
  #ceo .m-thought-image.alt .main-image {
    right: 0;
    left: auto; }
  #ceo .m-thought-image.alt .side-image {
    right: auto;
    left: 0; }

#ceo .m-thought-contents {
  position: relative;
  width: calc( 100vw - 40px);
  padding: 48px 16px 24px 16px;
  margin: 0 0 0 auto;
  background-color: #fff; }
  @media (min-width: 768px) {
    #ceo .m-thought-contents {
      width: calc( 50vw + 320px);
      padding: 96px 48px 0 48px; } }
  #ceo .m-thought-contents::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 140px;
    background-color: #0077dc;
    content: ""; }
    @media (min-width: 768px) {
      #ceo .m-thought-contents::after {
        width: 4px;
        height: 240px; } }
  #ceo .m-thought-contents .wrap-contents {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 0 0; }
  #ceo .m-thought-contents .number {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right; }
    @media (min-width: 768px) {
      #ceo .m-thought-contents .number {
        position: relative;
        top: 80px;
        right: auto; } }
    @media (min-width: 1000px) {
      #ceo .m-thought-contents .number {
        position: relative;
        top: auto;
        right: auto; } }
    #ceo .m-thought-contents .number .number-title {
      display: inline-block;
      color: #0077dc;
      text-align: center; }
      #ceo .m-thought-contents .number .number-title > span {
        display: block;
        font-size: 9px;
        line-height: 1.2; }
        @media (min-width: 768px) {
          #ceo .m-thought-contents .number .number-title > span {
            font-size: 18px; } }
      #ceo .m-thought-contents .number .number-title > b {
        font-size: 40px;
        line-height: 1; }
        @media (min-width: 768px) {
          #ceo .m-thought-contents .number .number-title > b {
            font-size: 88px; } }
  #ceo .m-thought-contents .title {
    margin: 0;
    color: #737373;
    text-align: left; }
    @media (min-width: 768px) {
      #ceo .m-thought-contents .title {
        margin: 0 0 16px; } }
    #ceo .m-thought-contents .title .title-contents {
      display: inline-block;
      position: relative;
      left: -40px;
      max-width: 80vw;
      margin: 0 auto 0 0;
      text-align: left; }
      @media (min-width: 768px) {
        #ceo .m-thought-contents .title .title-contents {
          left: calc(-50vw + 280px);
          max-width: 100%; } }
      @media (min-width: 1040px) {
        #ceo .m-thought-contents .title .title-contents {
          left: -200px;
          max-width: 100%; } }
    #ceo .m-thought-contents .title .blue {
      color: #0077dc; }
    #ceo .m-thought-contents .title .text {
      font-size: 20px; }
      @media (min-width: 768px) {
        #ceo .m-thought-contents .title .text {
          font-size: 40px; } }
    #ceo .m-thought-contents .title small {
      display: inline-block;
      position: absolute;
      top: 32px;
      left: 0;
      max-width: 100%;
      font-size: 13px; }
      @media (min-width: 768px) {
        #ceo .m-thought-contents .title small {
          top: 80px;
          font-size: 24px;
          max-width: 120px; } }
      @media (min-width: 1000px) {
        #ceo .m-thought-contents .title small {
          max-width: 100%; } }
  #ceo .m-thought-contents .description {
    position: relative;
    padding: 0 16px 0 0;
    font-size: 11px;
    text-align: left;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #ceo .m-thought-contents .description {
        top: -16px;
        font-size: 15px;
        line-height: 2; } }
    #ceo .m-thought-contents .description strong {
      display: inline-block;
      margin: 0 0 .3em;
      color: #737373;
      font-size: 18px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #ceo .m-thought-contents .description strong {
          font-size: 30px;
          line-height: 64px;
          letter-spacing: 2px; } }
    #ceo .m-thought-contents .description p {
      margin: 0 0 2em;
      color: #464646;
      font-weight: 400; }
  #ceo .m-thought-contents.alt {
    margin: 0 auto 0 0;
    padding: 48px 16px 24px 16px; }
    @media (min-width: 768px) {
      #ceo .m-thought-contents.alt {
        padding: 96px 32px 0 0; } }
    #ceo .m-thought-contents.alt::after {
      left: auto;
      right: 0; }
    #ceo .m-thought-contents.alt .wrap-contents {
      margin: 0 0 0 auto; }
    #ceo .m-thought-contents.alt .number {
      text-align: left; }
    #ceo .m-thought-contents.alt .title {
      text-align: left; }
      #ceo .m-thought-contents.alt .title .title-contents {
        display: inline-block;
        position: relative;
        left: 0;
        max-width: 80vw;
        margin: 0 auto 0 0;
        text-align: left; }
        @media (min-width: 768px) {
          #ceo .m-thought-contents.alt .title .title-contents {
            left: 12px;
            max-width: 100%; } }
        @media (min-width: 1040px) {
          #ceo .m-thought-contents.alt .title .title-contents {
            left: 100px;
            max-width: 100%; } }
    #ceo .m-thought-contents.alt .description {
      padding: 0 0 0 16px; }

#ceo .m-last-thought {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  #ceo .m-last-thought .image {
    display: block;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      #ceo .m-last-thought .image {
        height: 400px; } }
  #ceo .m-last-thought .title {
    margin: 0;
    color: #737373;
    text-align: left; }
    #ceo .m-last-thought .title .blue {
      color: #0077dc; }
    #ceo .m-last-thought .title .text {
      font-size: 20px; }
      @media (min-width: 768px) {
        #ceo .m-last-thought .title .text {
          font-size: 40px; } }
  #ceo .m-last-thought .content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px 32px; }
  #ceo .m-last-thought .description {
    position: relative;
    padding: 0 16px 0 0;
    font-size: 11px;
    text-align: left;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #ceo .m-last-thought .description {
        font-size: 15px;
        line-height: 2; } }
    #ceo .m-last-thought .description strong {
      display: inline-block;
      margin: 0 0 .3em;
      color: #737373;
      font-size: 18px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #ceo .m-last-thought .description strong {
          font-size: 30px;
          line-height: 64px;
          letter-spacing: 2px; } }
    #ceo .m-last-thought .description p {
      margin: 0 0 2em;
      color: #464646;
      font-weight: 400; }

#ceo .l-contents-footer {
  z-index: 1;
  height: 160px;
  margin: 0 0 60px;
  padding: 20px 16px;
  background-color: #fff; }
  #ceo .l-contents-footer:after {
    height: 160px; }

#recruitPage {
  margin: 0; }
  #recruitPage .l-recruit {
    padding: 0 0 96px;
    background-color: #fff; }
  #recruitPage .l-working-container {
    background-color: #eee; }
  #recruitPage .l-jobs {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #recruitPage .l-entry {
    background-color: #eee; }

#articleSlider {
  padding: 0 0 0 40px; }
  #articleSlider .slide-arrow {
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #d2d2d2;
    cursor: pointer; }
    #articleSlider .slide-arrow:hover {
      background-color: #626262; }
    #articleSlider .slide-arrow::before, #articleSlider .slide-arrow::after {
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #fff;
      content: ""; }
  #articleSlider .prev-arrow {
    bottom: calc(40% - 42px); }
    #articleSlider .prev-arrow::before {
      top: 20px;
      left: 14px;
      transform: rotate(-45deg);
      transform-origin: left bottom; }
    #articleSlider .prev-arrow::after {
      bottom: 20px;
      left: 14px;
      transform: rotate(45deg);
      transform-origin: left top; }
  #articleSlider .next-arrow {
    bottom: 40%; }
    #articleSlider .next-arrow::before {
      top: 20px;
      right: 14px;
      transform: rotate(45deg);
      transform-origin: right bottom; }
    #articleSlider .next-arrow::after {
      bottom: 20px;
      right: 14px;
      transform: rotate(-45deg);
      transform-origin: right top; }

#recruitPage .m-recruit-topView {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%; }
  #recruitPage .m-recruit-topView .left-slash,
  #recruitPage .m-recruit-topView .right-slash {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 1000px;
    background-color: #0077dc;
    transform: rotate(30deg);
    transform-origin: right top; }
  #recruitPage .m-recruit-topView .left-slash {
    left: -320px;
    width: 400px; }
    @media (min-width: 768px) {
      #recruitPage .m-recruit-topView .left-slash {
        left: -280px; } }
  #recruitPage .m-recruit-topView .right-slash {
    right: -600px;
    width: 500px; }
    @media (min-width: 768px) {
      #recruitPage .m-recruit-topView .right-slash {
        right: -300px; } }
    #recruitPage .m-recruit-topView .right-slash::after {
      display: block;
      position: absolute;
      top: 0;
      left: 60px;
      height: 100%;
      width: 60px;
      background-color: #fff;
      content: ""; }
      @media (min-width: 768px) {
        #recruitPage .m-recruit-topView .right-slash::after {
          left: 250px;
          width: 120px; } }
  #recruitPage .m-recruit-topView .contents {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 32px 200px; }
    @media (min-width: 768px) {
      #recruitPage .m-recruit-topView .contents {
        padding: 144px 32px 240px; } }
  #recruitPage .m-recruit-topView .title {
    color: #0077dc;
    text-align: left;
    line-height: 1.4; }
    #recruitPage .m-recruit-topView .title .title-name {
      font-size: 28px; }
      @media (min-width: 768px) {
        #recruitPage .m-recruit-topView .title .title-name {
          font-size: 56px; } }
    #recruitPage .m-recruit-topView .title .sub-title {
      font-size: 13px; }
      @media (min-width: 768px) {
        #recruitPage .m-recruit-topView .title .sub-title {
          font-size: 25px; } }

#recruitPage .m-working-headline {
  display: block;
  padding: 16px 0 0;
  background-color: #fff;
  color: #0077dc; }
  @media (min-width: 768px) {
    #recruitPage .m-working-headline {
      padding: 16px 0 0; } }
  #recruitPage .m-working-headline .title {
    font-size: 15px;
    line-height: 64px; }
    @media (min-width: 768px) {
      #recruitPage .m-working-headline .title {
        padding: 0;
        font-size: 30px;
        line-height: 140px; } }

#recruitPage .m-working {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 16px; }
  @media (min-width: 768px) {
    #recruitPage .m-working {
      padding: 96px 16px; } }
  #recruitPage .m-working > .wrap {
    margin: -8px; }

#recruitPage .m-working-contents {
  position: relative;
  float: left;
  padding: 8px;
  margin: 0 0 32px;
  width: 100%; }
  @media (min-width: 768px) {
    #recruitPage .m-working-contents {
      width: 50%;
      margin: 0; } }
  #recruitPage .m-working-contents .contents {
    position: relative;
    height: auto;
    background-color: #fff; }
    @media (min-width: 768px) {
      #recruitPage .m-working-contents .contents {
        height: 380px; } }
    @media (min-width: 960px) {
      #recruitPage .m-working-contents .contents {
        height: 420px; } }
  #recruitPage .m-working-contents .header {
    position: relative;
    text-align: left;
    margin: 0 0 16px;
    padding: 0 80px 0 16px; }
    @media (min-width: 960px) {
      #recruitPage .m-working-contents .header {
        margin: 0;
        padding: 0 140px 0 16px; } }
    #recruitPage .m-working-contents .header .number {
      display: inline-block;
      margin: 0 8px 0 0;
      line-height: 96px;
      vertical-align: middle; }
      @media (min-width: 960px) {
        #recruitPage .m-working-contents .header .number {
          margin: 0 16px 0 0;
          line-height: 160px; } }
      #recruitPage .m-working-contents .header .number > span {
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0;
        border-bottom: 6px solid #0077dc;
        color: #0077dc;
        font-size: 30px;
        line-height: 1.2; }
        @media (min-width: 960px) {
          #recruitPage .m-working-contents .header .number > span {
            top: 10px;
            margin: 0 16px 0 0;
            font-size: 60px; } }
    #recruitPage .m-working-contents .header .title {
      display: inline-block;
      color: #0077dc;
      font-size: 14px;
      line-height: 24px;
      vertical-align: middle; }
      @media (min-width: 960px) {
        #recruitPage .m-working-contents .header .title {
          font-size: 20px;
          line-height: 24px; } }
    #recruitPage .m-working-contents .header .icon {
      display: block;
      overflow: hidden;
      position: absolute;
      top: 20px;
      right: 12px;
      height: 72px;
      width: 72px;
      border-radius: 50%;
      background-color: #0077dc; }
      @media (min-width: 960px) {
        #recruitPage .m-working-contents .header .icon {
          height: 120px;
          width: 120px;
          right: 20px; } }
      #recruitPage .m-working-contents .header .icon > img {
        display: block;
        width: 100%; }
  #recruitPage .m-working-contents .description {
    padding: 0 16px 16px;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      #recruitPage .m-working-contents .description {
        padding: 0 16px 32px;
        font-size: 14px; } }
    @media (min-width: 960px) {
      #recruitPage .m-working-contents .description {
        font-size: 17px; } }

#recruitPage .m-jobs {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 32px;
  text-align: center; }
  @media (min-width: 768px) {
    #recruitPage .m-jobs {
      padding: 96px 32px;
      text-align: left; } }
  #recruitPage .m-jobs .title {
    margin: 0 0 32px;
    color: #0077dc;
    font-size: 15px;
    font-weight: normal; }
    @media (min-width: 768px) {
      #recruitPage .m-jobs .title {
        font-size: 25px; } }
  @media (min-width: 768px) {
    #recruitPage .m-jobs .job-list {
      max-width: 420px; } }
  #recruitPage .m-jobs .job {
    display: inline-block;
    position: relative;
    left: 0;
    overflow: hidden;
    height: 24px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 16px;
    padding: 0 48px;
    text-align: center;
    opacity: .5;
    cursor: pointer; }
    @media (min-width: 768px) {
      #recruitPage .m-jobs .job {
        left: -16px;
        height: 32px;
        max-width: 420px; } }
    #recruitPage .m-jobs .job:before {
      display: block;
      position: absolute;
      top: -10px;
      left: 30px;
      z-index: 1;
      height: 80px;
      width: 60px;
      background-color: #0077dc;
      transform: rotate(30deg);
      transform-origin: center center;
      content: ""; }
    #recruitPage .m-jobs .job:after {
      display: block;
      position: absolute;
      top: -20px;
      right: 20px;
      z-index: 1;
      height: 80px;
      width: 60px;
      background-color: #0077dc;
      transform: rotate(30deg);
      transform-origin: center center;
      content: ""; }
    #recruitPage .m-jobs .job.active {
      opacity: 1; }
  #recruitPage .m-jobs .subject {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 8px;
    background-color: #0077dc;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: left; }
    @media (min-width: 768px) {
      #recruitPage .m-jobs .subject {
        max-width: 100%;
        font-size: 20px;
        line-height: 32px; } }
    #recruitPage .m-jobs .subject:after {
      display: block;
      position: absolute;
      top: 12px;
      right: -37px;
      z-index: 1;
      height: 1px;
      width: 48px;
      background-color: #fff;
      content: ""; }
      @media (min-width: 768px) {
        #recruitPage .m-jobs .subject:after {
          top: 15px;
          right: -35px;
          z-index: 1;
          height: 2px; } }
  #recruitPage .m-jobs .description {
    display: none;
    height: 400px;
    padding: 16px;
    color: #fff;
    text-align: left; }
    @media (min-width: 768px) {
      #recruitPage .m-jobs .description {
        height: 320px; } }
    #recruitPage .m-jobs .description p {
      margin: 0 0 1em;
      font-size: 12px;
      line-height: 1.5; }
      @media (min-width: 768px) {
        #recruitPage .m-jobs .description p {
          margin: 0 0 16px;
          font-size: 14px;
          line-height: 2; } }
    #recruitPage .m-jobs .description strong {
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 768px) {
        #recruitPage .m-jobs .description strong {
          font-size: 14px; } }
    #recruitPage .m-jobs .description ul {
      padding: 0 0 0 2em;
      list-style-type: disc; }
    #recruitPage .m-jobs .description.active {
      display: block; }

#recruitPage .m-articles {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 16px 96px;
  text-align: left; }
  #recruitPage .m-articles .headline {
    margin: 0 0 16px;
    line-height: 96px;
    text-align: center; }
    @media (min-width: 768px) {
      #recruitPage .m-articles .headline {
        text-align: left; } }
    #recruitPage .m-articles .headline .title {
      color: #626262;
      font-size: 15px; }
      @media (min-width: 768px) {
        #recruitPage .m-articles .headline .title {
          font-size: 30px; } }
  #recruitPage .m-articles .article-slider {
    margin: 0 -8px; }
    #recruitPage .m-articles .article-slider .slide {
      padding: 0 8px; }
      #recruitPage .m-articles .article-slider .slide .contents {
        float: left;
        height: auto;
        width: 100%;
        margin: 0 0 12px;
        padding: 0 0 32px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      #recruitPage .m-articles .article-slider .slide .image {
        width: 100%;
        padding: calc(2500% /48) 0 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      #recruitPage .m-articles .article-slider .slide .description {
        padding: 16px;
        font-size: 11px; }
        @media (min-width: 768px) {
          #recruitPage .m-articles .article-slider .slide .description {
            font-size: 15px; } }
      #recruitPage .m-articles .article-slider .slide .readmore {
        display: block;
        position: relative;
        padding: 0 16px 0 96px;
        font-size: 11px;
        line-height: 32px; }
        @media (min-width: 768px) {
          #recruitPage .m-articles .article-slider .slide .readmore {
            font-size: 15px; } }
        #recruitPage .m-articles .article-slider .slide .readmore::before {
          display: block;
          position: absolute;
          top: 15px;
          left: 16px;
          height: 1px;
          width: 64px;
          background-color: #1f2025;
          content: ""; }
          @media (min-width: 768px) {
            #recruitPage .m-articles .article-slider .slide .readmore::before {
              height: 2px; } }

#recruitPage .m-entry-headline {
  padding: 16px 0;
  color: #0077dc; }
  @media (min-width: 768px) {
    #recruitPage .m-entry-headline {
      padding: 24px 0 0; } }
  #recruitPage .m-entry-headline .title {
    font-size: 15px;
    line-height: 48px; }
    @media (min-width: 768px) {
      #recruitPage .m-entry-headline .title {
        font-size: 30px;
        line-height: 140px; } }

#recruitPage .m-entry {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px 48px; }

#recruitPage .m-stage {
  position: relative;
  background-color: #fff;
  margin: 0 0 20px;
  padding: 16px 32px;
  text-align: left; }
  @media (min-width: 768px) {
    #recruitPage .m-stage {
      margin: 0 0 40px; } }
  #recruitPage .m-stage:last-of-type::after {
    display: none; }
  #recruitPage .m-stage::after {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 0;
    height: 40px;
    width: 40px;
    border: 20px solid transparent;
    border-left: 20px solid #fff;
    content: ""; }
    @media (min-width: 768px) {
      #recruitPage .m-stage::after {
        bottom: -40px;
        height: 80px;
        width: 80px;
        border: 40px solid transparent;
        border-left: 40px solid #fff; } }
  #recruitPage .m-stage .header {
    position: relative;
    z-index: 1;
    color: #0077dc;
    font-size: 15px; }
    @media (min-width: 768px) {
      #recruitPage .m-stage .header {
        font-size: 30px; } }
    #recruitPage .m-stage .header > .step {
      display: inline-block;
      margin: 0 16px 0 0; }
  #recruitPage .m-stage .description {
    position: relative;
    z-index: 1;
    color: #626262;
    font-size: 11px; }
    @media (min-width: 768px) {
      #recruitPage .m-stage .description {
        font-size: 17px; } }

#recruitPage .l-contents-footer {
  z-index: 1;
  background-color: #eee; }

#newsPage {
  margin: 0; }
  #newsPage .l-recruit {
    padding: 0 0 96px;
    background-color: #fff; }
  #newsPage .l-working-container {
    background-color: #eee; }
  #newsPage .l-jobs {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #newsPage .l-entry {
    background-color: #eee; }

#newsPage .m-recruit-topView {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%; }
  #newsPage .m-recruit-topView .left-slash,
  #newsPage .m-recruit-topView .right-slash {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 1000px;
    background-color: #0077dc;
    transform: rotate(30deg);
    transform-origin: right top; }
  #newsPage .m-recruit-topView .left-slash {
    left: -320px;
    width: 400px; }
    @media (min-width: 768px) {
      #newsPage .m-recruit-topView .left-slash {
        left: -280px; } }
  #newsPage .m-recruit-topView .right-slash {
    right: -600px;
    width: 500px; }
    @media (min-width: 768px) {
      #newsPage .m-recruit-topView .right-slash {
        right: -300px; } }
    #newsPage .m-recruit-topView .right-slash::after {
      display: block;
      position: absolute;
      top: 0;
      left: 60px;
      height: 100%;
      width: 60px;
      background-color: #fff;
      content: ""; }
      @media (min-width: 768px) {
        #newsPage .m-recruit-topView .right-slash::after {
          left: 250px;
          width: 120px; } }
  #newsPage .m-recruit-topView .contents {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 32px 200px; }
    @media (min-width: 768px) {
      #newsPage .m-recruit-topView .contents {
        padding: 144px 32px 240px; } }
  #newsPage .m-recruit-topView .title {
    color: #0077dc;
    text-align: left;
    line-height: 1.4; }
    #newsPage .m-recruit-topView .title .title-name {
      font-size: 28px; }
      @media (min-width: 768px) {
        #newsPage .m-recruit-topView .title .title-name {
          font-size: 56px; } }
    #newsPage .m-recruit-topView .title .sub-title {
      font-size: 13px; }
      @media (min-width: 768px) {
        #newsPage .m-recruit-topView .title .sub-title {
          font-size: 25px; } }

#newsPage .m-news-contents {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 768px) {
    #newsPage .m-news-contents {
      padding: 0 64px; } }
  #newsPage .m-news-contents .slide {
    width: 50%;
    padding: 8px; }
    @media (min-width: 768px) {
      #newsPage .m-news-contents .slide {
        width: 33.333%;
        padding: 12px; } }

#newsPage .l-pagenation {
  position: relative;
  width: 100%;
  text-align: center; }

#newsPage .m-pagenation {
  display: inline-block; }
  #newsPage .m-pagenation > ul > li {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #d2d2d2;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }
    #newsPage .m-pagenation > ul > li:hover {
      background-color: #626262; }
    #newsPage .m-pagenation > ul > li > a {
      display: block;
      height: 100%;
      width: 100%;
      color: #fff; }
  #newsPage .m-pagenation .prev::before, #newsPage .m-pagenation .prev::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: ""; }
  #newsPage .m-pagenation .prev::before {
    top: 20px;
    left: 14px;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  #newsPage .m-pagenation .prev::after {
    bottom: 20px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: left top; }
  #newsPage .m-pagenation .next::before, #newsPage .m-pagenation .next::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: ""; }
  #newsPage .m-pagenation .next::before {
    top: 20px;
    right: 14px;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  #newsPage .m-pagenation .next::after {
    bottom: 20px;
    right: 14px;
    transform: rotate(-45deg);
    transform-origin: right top; }

#servicePage .l-service-visual {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 96px 0; }

#servicePage .l-introduction {
  position: relative;
  height: auto;
  width: 100%;
  padding: 64px 0; }
  @media (min-width: 768px) {
    #servicePage .l-introduction {
      padding: 64px; } }

#servicePage .l-introduction-container {
  position: relative;
  height: calc( auto - 50px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 64px; }

#servicePage .l-introduction-bacground {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat; }
  @media (min-width: 1328px) {
    #servicePage .l-introduction-bacground {
      width: calc(50vw + 600px); } }
  @media (min-width: 768px) {
    #servicePage .l-introduction-bacground {
      width: calc(100vw - 64px); } }

#servicePage .l-introduction-contents {
  position: relative;
  top: 64px;
  z-index: 1;
  max-width: 1000px;
  margin: -32px auto;
  padding: 0 16px; }
  @media (min-width: 768px) {
    #servicePage .l-introduction-contents {
      margin: 0 auto; } }

.l-achievements {
  display: block;
  position: relative;
  margin: 0 auto 64px; }

#servicePage .m-scroll {
  bottom: calc( 40vh - 10px); }

#servicePage .m-service-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  #servicePage .m-service-background.sp {
    background-position: left center; }

#servicePage .m-sercice-visual {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 16px 0 32px; }
  @media (min-width: 768px) {
    #servicePage .m-sercice-visual {
      padding: 0 64px; } }
  #servicePage .m-sercice-visual .wrap-title {
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: -16px;
    height: 36px;
    width: auto;
    margin: 0 0 26px;
    padding: 0 32px; }
    @media (min-width: 768px) {
      #servicePage .m-sercice-visual .wrap-title {
        margin: 0 0 32px;
        height: 48px; } }
    #servicePage .m-sercice-visual .wrap-title:before {
      display: block;
      position: absolute;
      top: -10px;
      left: 30px;
      z-index: 1;
      height: 80px;
      width: 60px;
      background-color: #fff;
      transform: rotate(30deg);
      transform-origin: center center;
      content: ""; }
    #servicePage .m-sercice-visual .wrap-title:after {
      display: block;
      position: absolute;
      top: -20px;
      right: 20px;
      z-index: 1;
      height: 80px;
      width: 60px;
      background-color: #fff;
      transform: rotate(30deg);
      transform-origin: center center;
      content: ""; }
  #servicePage .m-sercice-visual .title {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 12px;
    background-color: #fff;
    color: #0077dc;
    font-size: 24px;
    line-height: 36px; }
    @media (min-width: 768px) {
      #servicePage .m-sercice-visual .title {
        padding: 0 24px;
        font-size: 28px;
        line-height: 48px; } }
  #servicePage .m-sercice-visual .appeal-text {
    margin: 0 0 32px;
    padding: 0 0 0 12px;
    border-left: 4px solid #fff;
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    text-align: left;
    line-height: 32px; }
    @media (min-width: 768px) {
      #servicePage .m-sercice-visual .appeal-text {
        padding: 0 24px;
        border-left: 8px solid #fff;
        font-size: 40px;
        line-height: 56px; } }
    #servicePage .m-sercice-visual .appeal-text strong {
      font-size: 26px;
      font-weight: normal; }
      @media (min-width: 768px) {
        #servicePage .m-sercice-visual .appeal-text strong {
          font-size: 48px; } }
  #servicePage .m-sercice-visual .sub-text {
    color: #fff;
    font-size: 13px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      #servicePage .m-sercice-visual .sub-text {
        font-size: 18px;
        line-height: 2; } }
    #servicePage .m-sercice-visual .sub-text a {
      display: block;
      padding: 24px 0 6px;
      color: #fff;
      font-size: 15px;
      font-weight: 600; }
      @media (min-width: 768px) {
        #servicePage .m-sercice-visual .sub-text a {
          font-size: 18px; } }
      #servicePage .m-sercice-visual .sub-text a > .m-arrow {
        width: 48px; }
        @media (min-width: 768px) {
          #servicePage .m-sercice-visual .sub-text a > .m-arrow {
            width: 72px; } }
        #servicePage .m-sercice-visual .sub-text a > .m-arrow:before {
          width: 14px; }
          @media (min-width: 768px) {
            #servicePage .m-sercice-visual .sub-text a > .m-arrow:before {
              width: 20px; } }

#servicePage .m-introduction-title {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 16px 0;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    #servicePage .m-introduction-title {
      text-align: left; } }
  #servicePage .m-introduction-title > .title {
    display: block;
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #servicePage .m-introduction-title > .title {
        font-size: 30px; } }
  #servicePage .m-introduction-title > .sub-title {
    display: inline;
    background-image: linear-gradient(transparent 95%, #fff 0%);
    font-size: 15px;
    font-weight: normal; }
    @media (min-width: 768px) {
      #servicePage .m-introduction-title > .sub-title {
        display: inline-block;
        font-size: 28px;
        border-bottom: 2px solid #fff; } }

#servicePage .m-service {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    #servicePage .m-service {
      height: 450px;
      width: calc((100% - 100px ) / 3);
      float: left; } }
  #servicePage .m-service .service-header {
    border-bottom: 3px solid #0077dc;
    padding: 12px 0;
    color: #0077dc;
    line-height: 1.5; }
    #servicePage .m-service .service-header .title {
      font-size: 15px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #servicePage .m-service .service-header .title {
          font-size: 30px; } }
    #servicePage .m-service .service-header .sub-title {
      font-size: 15px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #servicePage .m-service .service-header .sub-title {
          font-size: 18px; } }
  #servicePage .m-service .service-contents {
    padding: 16px; }
    #servicePage .m-service .service-contents .image {
      display: block;
      width: 100%;
      padding: 75% 0 0;
      margin: 0 0 16px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    #servicePage .m-service .service-contents .description {
      margin: 0 0 16px;
      font-size: 13px;
      line-height: 1.5;
      text-align: left; }
      @media (min-width: 768px) {
        #servicePage .m-service .service-contents .description {
          font-size: 16px; } }

#servicePage .m-xmark {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px; }
  @media (min-width: 768px) {
    #servicePage .m-xmark {
      display: block;
      float: left;
      height: 450px; } }
  #servicePage .m-xmark::before, #servicePage .m-xmark::after {
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    top: 25px;
    height: 2px;
    width: 50px;
    background-color: #fff;
    content: ""; }
    @media (min-width: 768px) {
      #servicePage .m-xmark::before, #servicePage .m-xmark::after {
        left: auto;
        top: calc(50% - 25px); } }
  #servicePage .m-xmark::before {
    transform: rotate(-45deg); }
  #servicePage .m-xmark::after {
    transform: rotate(45deg); }

#servicePage .m-achievements-title {
  padding: 16px 0;
  color: #0077dc; }
  #servicePage .m-achievements-title .title {
    font-size: 18px; }
    @media (min-width: 768px) {
      #servicePage .m-achievements-title .title {
        font-size: 38px; } }

#servicePage .m-achievement {
  position: relative;
  width: 100%;
  padding: 0 16px;
  background-color: #eee; }
  #servicePage .m-achievement .achievement-contents {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 32px 0 64px; }
  #servicePage .m-achievement .achievement-wallpapler {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    z-index: 0;
    width: 100vw;
    padding: 40% 0 0;
    background: #fff; }
    @media (min-width: 1040px) {
      #servicePage .m-achievement .achievement-wallpapler {
        padding: 420px 0 0; } }
  #servicePage .m-achievement .achievement-image {
    position: relative;
    width: 100%;
    padding: 0 0 40%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat; }
  #servicePage .m-achievement .achievement-explanation {
    position: relative;
    height: auto;
    padding: 24px 16px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left; }
    @media (min-width: 768px) {
      #servicePage .m-achievement .achievement-explanation {
        padding: 32px 48px; } }
    #servicePage .m-achievement .achievement-explanation > .logo {
      display: block;
      width: 120px;
      margin: 0 0 8px;
      background-position: left center;
      line-height: 40px; }
      @media (min-width: 768px) {
        #servicePage .m-achievement .achievement-explanation > .logo {
          width: 100%;
          line-height: 60px; } }
    #servicePage .m-achievement .achievement-explanation > .sub-title {
      display: inline-block;
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 1.5; }
      @media (min-width: 768px) {
        #servicePage .m-achievement .achievement-explanation > .sub-title {
          font-size: 24px;
          line-height: 2; } }
    #servicePage .m-achievement .achievement-explanation > .category {
      margin: 0; }
      @media (min-width: 768px) {
        #servicePage .m-achievement .achievement-explanation > .category {
          margin: 0 0 24px; } }
      #servicePage .m-achievement .achievement-explanation > .category .subject {
        display: block;
        font-size: 11px;
        margin: 0 0 8px; }
        @media (min-width: 768px) {
          #servicePage .m-achievement .achievement-explanation > .category .subject {
            font-size: 15px; } }
      #servicePage .m-achievement .achievement-explanation > .category .tag {
        display: inline-block;
        width: auto;
        border-radius: 4px;
        margin: 0 8px 8px 0;
        padding: 0 20px;
        background-color: #19d96e;
        color: #fff;
        font-size: 11px;
        line-height: 20px;
        text-align: center; }
        @media (min-width: 768px) {
          #servicePage .m-achievement .achievement-explanation > .category .tag {
            width: 160px;
            margin: 0 16px 8px 0;
            padding: 0;
            border-radius: 8px;
            font-size: 15px;
            line-height: 36px; } }
    #servicePage .m-achievement .achievement-explanation > .description {
      padding: 8px 0;
      border-bottom: 1px solid #d2d2d2; }
      #servicePage .m-achievement .achievement-explanation > .description:last-child {
        border-bottom: none; }
      #servicePage .m-achievement .achievement-explanation > .description > dt,
      #servicePage .m-achievement .achievement-explanation > .description > dd {
        font-size: 13px; }
        @media (min-width: 768px) {
          #servicePage .m-achievement .achievement-explanation > .description > dt,
          #servicePage .m-achievement .achievement-explanation > .description > dd {
            font-size: 15px; } }

#contactPage {
  margin: 0; }
  #contactPage .l-contact {
    padding: 0;
    background-color: #fff; }
  #contactPage .l-contact-container {
    background-color: #eee; }

#contactPage .m-contact-topView {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%; }
  #contactPage .m-contact-topView .left-slash,
  #contactPage .m-contact-topView .right-slash {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 1000px;
    background-color: #0077dc;
    transform: rotate(30deg);
    transform-origin: right top; }
  #contactPage .m-contact-topView .left-slash {
    left: -320px;
    width: 400px; }
    @media (min-width: 768px) {
      #contactPage .m-contact-topView .left-slash {
        left: -280px; } }
  #contactPage .m-contact-topView .right-slash {
    right: -600px;
    width: 500px; }
    @media (min-width: 768px) {
      #contactPage .m-contact-topView .right-slash {
        right: -300px; } }
    #contactPage .m-contact-topView .right-slash::after {
      display: block;
      position: absolute;
      top: 0;
      left: 60px;
      height: 100%;
      width: 60px;
      background-color: #fff;
      content: ""; }
      @media (min-width: 768px) {
        #contactPage .m-contact-topView .right-slash::after {
          left: 250px;
          width: 120px; } }
  #contactPage .m-contact-topView .contents {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 32px 200px; }
    @media (min-width: 768px) {
      #contactPage .m-contact-topView .contents {
        padding: 144px 32px 240px; } }
  #contactPage .m-contact-topView .title {
    color: #0077dc;
    text-align: left;
    line-height: 1.4; }
    #contactPage .m-contact-topView .title .title-name {
      font-size: 28px; }
      @media (min-width: 768px) {
        #contactPage .m-contact-topView .title .title-name {
          font-size: 56px; } }
    #contactPage .m-contact-topView .title .sub-title {
      font-size: 13px; }
      @media (min-width: 768px) {
        #contactPage .m-contact-topView .title .sub-title {
          font-size: 25px; } }

#contactPage .m-contact-headline {
  display: block;
  padding: 16px 0 0;
  background-color: #fff;
  color: #0077dc; }
  @media (min-width: 768px) {
    #contactPage .m-contact-headline {
      padding: 16px 0 0; } }
  #contactPage .m-contact-headline .title {
    font-size: 15px;
    line-height: 64px; }
    @media (min-width: 768px) {
      #contactPage .m-contact-headline .title {
        padding: 0;
        font-size: 30px;
        line-height: 140px; } }

#contactPage .m-contact {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    #contactPage .m-contact {
      padding: 96px 0 144px; } }
  #contactPage .m-contact .form-group {
    margin: 0 0 16px;
    text-align: left; }
    @media (min-width: 768px) {
      #contactPage .m-contact .form-group {
        margin: 0 0 32px; } }
  #contactPage .m-contact label {
    font-size: 14px; }
  #contactPage .m-contact input[type="text"],
  #contactPage .m-contact input[type="email"],
  #contactPage .m-contact textarea {
    width: 100%;
    padding: .5em 1em;
    background-color: #fff; }
  #contactPage .m-contact .m-link-button {
    width: 100%;
    max-width: 240px; }
  #contactPage .m-contact .form-title {
    font-size: 14px; }
  #contactPage .m-contact .radio-button label {
    color: #999;
    font-size: 16px;
    cursor: pointer; }
  #contactPage .m-contact input:checked ~ label {
    color: #0077dc; }

#contactPage .m-success {
  display: none;
  padding: 96px 0;
  text-align: center;
  font-size: 16px; }
  #contactPage .m-success p {
    margin: 0 0 64px; }
  #contactPage .m-success button {
    padding: 12px 24px;
    color: #0077dc;
    font-size: 18px; }
    #contactPage .m-success button:hover {
      text-decoration: underline; }

.l-article {
  min-height: calc(100vh - 204px);
  padding: 48px 12px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .l-article {
      min-height: calc(100vh - 282px); } }

.l-article-contents {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: left; }

.m-article-title {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px; }
  @media (min-width: 768px) {
    .m-article-title {
      margin: 0 0 16px;
      font-size: 36px;
      line-height: 40px; } }

.m-article-category {
  margin: 0 0 36px;
  padding: 0;
  text-align: left; }
  .m-article-category .category-name {
    display: inline-block;
    margin: 0 11px 0 0;
    padding: 0 20px;
    background-color: #0077dc;
    color: #fff;
    font-size: 11px;
    line-height: 24px; }
  .m-article-category .date {
    display: inline-block;
    float: right;
    color: #5c5c5c;
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .m-article-category .date {
        font-size: 13px; } }

.m-article-content {
  display: block;
  position: relative;
  margin: 0 0 32px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .m-article-content {
      font-size: 16px; } }
  .m-article-content p {
    margin: 0 0 1em; }
  .m-article-content h2 {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding: 16px 0 8px;
    border-bottom: 1px solid #1f2025;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .m-article-content h2 {
        font-size: 24px;
        line-height: 32px; } }
  .m-article-content h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 1em;
    padding: 0 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    border-left: 3px solid #0077dc; }
  .m-article-content a {
    color: #0077dc;
    text-decoration: underline; }
    .m-article-content a:hover {
      color: rgba(0, 119, 220, 0.7); }
  .m-article-content em {
    font-style: italic; }
  .m-article-content img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100% !important; }
  .m-article-content video {
    width: 100%; }
    .m-article-content video:focus, .m-article-content video:active {
      outline-style: none; }
  .m-article-content ol,
  .m-article-content ul {
    margin: 0 0 1.5em;
    padding: 0 0 0 24px; }
  .m-article-content ul {
    list-style-type: disc; }
  .m-article-content table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%; }
    .m-article-content table tr {
      border-bottom: solid 1px #dcdcdc; }
    .m-article-content table th {
      text-align: center;
      padding: 7px 0; }
    .m-article-content table td {
      text-align: center;
      padding: 7px 0; }
  .m-article-content .button.simple.block {
    display: inline-block; }
    .m-article-content .button.simple.block a {
      padding: 4px 12px;
      text-decoration: none; }
      .m-article-content .button.simple.block a:hover {
        text-decoration: none; }
  .m-article-content .wp-caption {
    max-width: 100% !important; }
  .m-article-content .wp-caption-text {
    font-size: .8em;
    color: #999; }
  .m-article-content .m-article-calendar {
    table-layout: fixed; }
    .m-article-content .m-article-calendar th,
    .m-article-content .m-article-calendar td {
      width: calc(100% / 7); }
    .m-article-content .m-article-calendar th {
      height: 16px;
      padding: 0;
      color: #fff;
      font-size: 13px; }
    .m-article-content .m-article-calendar td {
      height: 60px;
      padding: 6px 0;
      font-size: 10px;
      word-break: break-word; }
      @media (min-width: 768px) {
        .m-article-content .m-article-calendar td {
          padding: 6px;
          font-size: 12px; } }
      .m-article-content .m-article-calendar td > span {
        display: inline;
        padding: 2px; }

.m-article-share {
  display: block;
  width: 100%;
  margin: 0 -4px;
  padding: 24px 0 48px; }
  .m-article-share ul {
    display: flex;
    flex-wrap: wrap; }
  .m-article-share li {
    display: block;
    width: 50%;
    padding: 0 4px;
    margin: 0 0 8px; }
    @media (min-width: 600px) {
      .m-article-share li {
        width: 25%; } }
  .m-article-share .sns-icons {
    width: calc(100% + 8px); }
  .m-article-share .sns-icon {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    line-height: 36px;
    text-align: center; }
    .m-article-share .sns-icon span {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      line-height: 36px;
      vertical-align: middle; }
    .m-article-share .sns-icon i {
      color: #fff;
      font-size: 20px;
      line-height: 36px;
      vertical-align: middle; }
    .m-article-share .sns-icon.facebook {
      background-color: #3a5998; }
      .m-article-share .sns-icon.facebook i {
        margin: 0 .2em 0 0; }
    .m-article-share .sns-icon.twitter {
      background-color: #55acee; }
      .m-article-share .sns-icon.twitter i {
        margin: 0 .2em 0 0; }
    .m-article-share .sns-icon.hatena {
      background-color: #00A4DE; }
    .m-article-share .sns-icon.note {
      background-color: #38c0a4; }
    .m-article-share .sns-icon.line {
      background-color: #1dcd00; }
    .m-article-share .sns-icon.copy {
      background-color: #868a90; }
  .m-article-share .note-icon {
    display: inline-block;
    height: 36px;
    width: 32px;
    margin: 0 -4px 0 0;
    background-image: url(https://cdn.azrena.com/wp-content/uploads/2019/05/24182653/note-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

#materialPage {
  margin: 0; }
  #materialPage .l-recruit {
    background-color: #fff; }
  #materialPage .l-recruit-topView {
    margin: 0; }
  #materialPage .l-material {
    background-color: #eee;
    padding: 48px 0 96px; }
  #materialPage .l-jobs {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #materialPage .l-entry {
    background-color: #eee; }

#materialPage .m-recruit-topView {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%; }
  #materialPage .m-recruit-topView .left-slash,
  #materialPage .m-recruit-topView .right-slash {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 1000px;
    background-color: #0077dc;
    transform: rotate(30deg);
    transform-origin: right top; }
  #materialPage .m-recruit-topView .left-slash {
    left: -320px;
    width: 400px; }
    @media (min-width: 768px) {
      #materialPage .m-recruit-topView .left-slash {
        left: -280px; } }
  #materialPage .m-recruit-topView .right-slash {
    right: -600px;
    width: 500px; }
    @media (min-width: 768px) {
      #materialPage .m-recruit-topView .right-slash {
        right: -300px; } }
    #materialPage .m-recruit-topView .right-slash::after {
      display: block;
      position: absolute;
      top: 0;
      left: 60px;
      height: 100%;
      width: 60px;
      background-color: #fff;
      content: ""; }
      @media (min-width: 768px) {
        #materialPage .m-recruit-topView .right-slash::after {
          left: 250px;
          width: 120px; } }
  #materialPage .m-recruit-topView .contents {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 32px 200px; }
    @media (min-width: 768px) {
      #materialPage .m-recruit-topView .contents {
        padding: 144px 32px 240px; } }
  #materialPage .m-recruit-topView .title {
    color: #0077dc;
    text-align: left;
    line-height: 1.4; }
    #materialPage .m-recruit-topView .title .title-name {
      font-size: 28px; }
      @media (min-width: 768px) {
        #materialPage .m-recruit-topView .title .title-name {
          font-size: 56px; } }
    #materialPage .m-recruit-topView .title .sub-title {
      font-size: 13px; }
      @media (min-width: 768px) {
        #materialPage .m-recruit-topView .title .sub-title {
          font-size: 25px; } }

#materialPage .m-news-contents {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  max-width: 960px;
  margin: 0 auto 32px;
  padding: 0 16px; }
  @media (min-width: 768px) {
    #materialPage .m-news-contents {
      padding: 0 64px; } }
  #materialPage .m-news-contents .slide {
    width: 50%;
    padding: 8px; }
    @media (min-width: 768px) {
      #materialPage .m-news-contents .slide {
        width: 33.333%;
        padding: 12px; } }
    #materialPage .m-news-contents .slide .m-news {
      background-color: #fff; }
      #materialPage .m-news-contents .slide .m-news .material-title {
        text-align: center;
        padding: 12px 6px 4px;
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px; }
      #materialPage .m-news-contents .slide .m-news .material-description {
        margin: 0 0 8px;
        padding: 0px 8px 6px;
        font-size: 12px;
        line-height: 1.5;
        text-align: left; }
      #materialPage .m-news-contents .slide .m-news .download {
        padding: 0 8px 16px; }
        #materialPage .m-news-contents .slide .m-news .download .open-modal {
          display: inline-block;
          width: 100%;
          line-height: 32px;
          background-color: #0077dc;
          color: #fff;
          font-size: 12px;
          text-align: center;
          cursor: pointer; }

#materialPage .m-material-headline {
  display: block;
  width: 100%;
  padding: 0 12px;
  font-size: 24px;
  text-align: left; }

#materialPage .l-pagenation {
  position: relative;
  width: 100%;
  text-align: center; }

#materialPage .m-pagenation {
  display: inline-block; }
  #materialPage .m-pagenation > ul > li {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #d2d2d2;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }
    #materialPage .m-pagenation > ul > li:hover {
      background-color: #626262; }
    #materialPage .m-pagenation > ul > li > a {
      display: block;
      height: 100%;
      width: 100%;
      color: #fff; }
  #materialPage .m-pagenation .prev::before, #materialPage .m-pagenation .prev::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: ""; }
  #materialPage .m-pagenation .prev::before {
    top: 20px;
    left: 14px;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  #materialPage .m-pagenation .prev::after {
    bottom: 20px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: left top; }
  #materialPage .m-pagenation .next::before, #materialPage .m-pagenation .next::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    content: ""; }
  #materialPage .m-pagenation .next::before {
    top: 20px;
    right: 14px;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  #materialPage .m-pagenation .next::after {
    bottom: 20px;
    right: 14px;
    transform: rotate(-45deg);
    transform-origin: right top; }

#materialPage .m-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%; }
  #materialPage .m-modal.show {
    display: block;
    overflow: scroll; }
  #materialPage .m-modal > .container {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 40px 10px;
    height: 100%;
    min-height: 1300px;
    width: 100%; }
    #materialPage .m-modal > .container > .close {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6); }
    #materialPage .m-modal > .container > .contents {
      display: flex;
      justify-content: center;
      overflow: scroll; }
    #materialPage .m-modal > .container .window {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
      padding: 24px 16px;
      background-color: #eee; }
      #materialPage .m-modal > .container .window > .close-button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        cursor: pointer; }
        #materialPage .m-modal > .container .window > .close-button:after, #materialPage .m-modal > .container .window > .close-button:before {
          display: block;
          position: absolute;
          top: 19px;
          left: 10px;
          width: 2px;
          height: 20px;
          background-color: #161616;
          transform-origin: center;
          transform: rotate(45deg);
          content: ""; }
        #materialPage .m-modal > .container .window > .close-button:after {
          transform: rotate(-45deg); }
    #materialPage .m-modal > .container .title {
      display: block;
      margin: 0 0 8px;
      font-size: 20px; }
    #materialPage .m-modal > .container .material-title {
      display: block;
      margin: 0 0 16px;
      font-size: 16px; }

#materialPage .m-contact {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 0;
  font-size: 16px; }
  #materialPage .m-contact .form-group {
    margin: 0 0 16px;
    text-align: left; }
    @media (min-width: 768px) {
      #materialPage .m-contact .form-group {
        margin: 0 0 32px; } }
  #materialPage .m-contact label {
    font-size: 14px; }
  #materialPage .m-contact input[type="text"],
  #materialPage .m-contact input[type="email"],
  #materialPage .m-contact textarea {
    width: 100%;
    padding: .5em 1em;
    background-color: #fff; }
  #materialPage .m-contact .m-link-button {
    width: 100%;
    max-width: 240px; }
  #materialPage .m-contact .form-title {
    font-size: 14px; }
  #materialPage .m-contact .radio-button label {
    color: #999;
    font-size: 16px;
    cursor: pointer; }
  #materialPage .m-contact input:checked ~ label {
    color: #0077dc; }

#materialPage .m-success {
  padding: 36px 0;
  text-align: center;
  font-size: 16px; }
  #materialPage .m-success p {
    margin: 0 0 64px; }

#pplp {
  line-height: 1.5; }
  #pplp .l-pplp-header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 250px;
    width: 100%; }
    @media (min-width: 768px) {
      #pplp .l-pplp-header {
        height: 280px; } }
    #pplp .l-pplp-header:before {
      display: block;
      position: absolute;
      top: 0;
      left: -85px;
      z-index: 0;
      width: 130px;
      height: 260px;
      background-color: #BBF8DA;
      transform-origin: right top;
      transform: rotate(30deg);
      content: ""; }
      @media (min-width: 768px) {
        #pplp .l-pplp-header:before {
          left: 0; } }
    #pplp .l-pplp-header:after {
      display: block;
      position: absolute;
      top: 0;
      right: -120px;
      z-index: 0;
      width: 100px;
      height: 640px;
      border-right: solid 38px #BBF8DA;
      border-left: solid 38px #BBF8DA;
      transform-origin: right top;
      transform: rotate(30deg);
      content: ""; }
      @media (min-width: 1000px) {
        #pplp .l-pplp-header:after {
          right: -180px;
          width: 382px;
          border-left: solid 320px #BBF8DA; } }
  #pplp .m-pplp-header {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding: 40px 20px 0;
    text-align: left; }
    @media (min-width: 768px) {
      #pplp .m-pplp-header {
        padding: 60px 20px 0; } }
    #pplp .m-pplp-header > .page-title > .title {
      color: #19d96e;
      margin: 0 0 16px;
      font-family: Roboto;
      font-size: 28px;
      line-height: 32px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-header > .page-title > .title {
          font-size: 56px;
          line-height: 64px; } }
    #pplp .m-pplp-header > .page-title > .description {
      color: #000;
      font-size: 14px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-header > .page-title > .description {
          font-size: 16px; } }
  #pplp .l-pplp-tmhub-family {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    padding: 40px 12px;
    width: 100%; }
    @media (min-width: 768px) {
      #pplp .l-pplp-tmhub-family {
        margin: 0 0 100px; } }
  #pplp .m-pplp-tmhub-family {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 24px 16px;
    background: linear-gradient(95.9deg, rgba(25, 217, 110, 0.08) 0%, rgba(247, 147, 30, 0.08) 100%); }
    #pplp .m-pplp-tmhub-family > .title {
      overflow: hidden;
      width: 100%;
      height: 50px;
      margin: 0 auto 12px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      white-space: nowrap;
      text-indent: 100%; }
  #pplp .m-pplp-headline {
    position: relative;
    width: 100%;
    max-width: 1050px;
    min-height: 80px;
    margin: 0 auto 30px;
    font-size: 0;
    text-align: left; }
    @media (min-width: 768px) {
      #pplp .m-pplp-headline {
        margin: 0 auto 90px;
        min-height: 100px; } }
    #pplp .m-pplp-headline > .abstract {
      display: block;
      position: relative;
      z-index: 1;
      margin: 0 0 20px;
      color: #5c5c5c;
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-headline > .abstract {
          margin: 0 0 10px; } }
    #pplp .m-pplp-headline > .list {
      position: relative;
      z-index: 1;
      padding: 0 0 0 1em;
      list-style: disc;
      font-size: 22px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-headline > .list {
          font-size: 40px; } }
      #pplp .m-pplp-headline > .list > .item {
        margin: 0 0 .5em; }
    #pplp .m-pplp-headline .flex-box {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      #pplp .m-pplp-headline .flex-box > .wrap {
        width: 100%;
        padding: 35px 0 0; }
        @media (min-width: 768px) {
          #pplp .m-pplp-headline .flex-box > .wrap {
            width: 50%; } }
    #pplp .m-pplp-headline .sub-title {
      display: inline-block;
      position: relative;
      z-index: 1;
      margin: 0 0 10px;
      border-bottom: 4px solid #19d96e;
      font-size: 18px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #pplp .m-pplp-headline .sub-title {
          margin: 24px 0; } }
    #pplp .m-pplp-headline .title {
      position: relative;
      z-index: 1;
      font-size: 22px;
      text-align: left; }
      @media (min-width: 768px) {
        #pplp .m-pplp-headline .title {
          font-size: 40px; } }
    #pplp .m-pplp-headline > .bg-text {
      position: absolute;
      top: -4px;
      left: -20px;
      z-index: 0;
      color: rgba(25, 217, 110, 0.32);
      font-size: 80px;
      font-weight: bold;
      line-height: 72px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-headline > .bg-text {
          left: 0;
          font-size: 120px;
          line-height: 100px; } }
      #pplp .m-pplp-headline > .bg-text.values {
        color: rgba(25, 217, 110, 0.48); }
  #pplp .l-pplp-vision {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 60px; }
    @media (min-width: 768px) {
      #pplp .l-pplp-vision {
        margin: 0 0 150px; } }
  #pplp .m-pplp-vision {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto;
    padding: 0 16px; }
    #pplp .m-pplp-vision > .description {
      font-size: 16px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-vision > .description {
          font-size: 18px; } }
      #pplp .m-pplp-vision > .description > p {
        text-align: left;
        margin: 0 0 1em; }
    @media (min-width: 768px) {
      #pplp .m-pplp-vision .m-pplp-headline {
        margin: 0 auto 20px; } }
  #pplp .l-pplp-mission {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 100px 0;
    background: linear-gradient(95.9deg, rgba(25, 217, 110, 0.08) 0%, rgba(247, 147, 30, 0.08) 100%); }
    @media (min-width: 768px) {
      #pplp .l-pplp-mission {
        padding: 200px 0; } }
    #pplp .l-pplp-mission:before {
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100px;
      background-image: url(../images/circle-outer.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      content: ""; }
      @media (min-width: 768px) {
        #pplp .l-pplp-mission:before {
          height: 200px; } }
    #pplp .l-pplp-mission:after {
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100px;
      background-image: url(../images/circle-inner.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      content: ""; }
      @media (min-width: 768px) {
        #pplp .l-pplp-mission:after {
          height: 200px; } }
  #pplp .m-pplp-mission {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto 80px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      #pplp .m-pplp-mission {
        margin: 0 auto 130px; } }
    #pplp .m-pplp-mission > .contents {
      margin: 0 0 40px; }
      @media (min-width: 768px) {
        #pplp .m-pplp-mission > .contents {
          margin: 0 0 60px; } }
      #pplp .m-pplp-mission > .contents > .mission-title {
        margin: 0 0 30px;
        text-align: left; }
        #pplp .m-pplp-mission > .contents > .mission-title > .title {
          font-size: 20px; }
          @media (min-width: 768px) {
            #pplp .m-pplp-mission > .contents > .mission-title > .title {
              font-size: 32px; } }
      #pplp .m-pplp-mission > .contents > .product-logo {
        margin: 0 0 20px;
        text-align: left; }
        #pplp .m-pplp-mission > .contents > .product-logo > .logo {
          display: block;
          height: 40px;
          width: 100%;
          background-position: left center;
          background-repeat: no-repeat;
          background-size: contain; }
      #pplp .m-pplp-mission > .contents > .description {
        font-size: 16px; }
        @media (min-width: 768px) {
          #pplp .m-pplp-mission > .contents > .description {
            font-size: 18px; } }
        #pplp .m-pplp-mission > .contents > .description > p {
          text-align: left;
          margin: 0 0 1em; }
  #pplp .l-pplp-values {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background-color: #CCFAE0; }
    @media (min-width: 768px) {
      #pplp .l-pplp-values {
        padding: 0 0 160px; } }
  #pplp .m-pplp-values {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto 80px;
    padding: 0 16px;
    text-align: left; }
    @media (min-width: 768px) {
      #pplp .m-pplp-values {
        margin: 0 auto 130px; } }
    #pplp .m-pplp-values > .values-headline {
      position: relative;
      width: 100%;
      margin: 0 0 20px; }
      #pplp .m-pplp-values > .values-headline:after {
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        z-index: 0;
        width: 100%;
        border-bottom: 2px solid #19d96e;
        content: ""; }
      #pplp .m-pplp-values > .values-headline > .title {
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0 12px 0 0;
        background-color: #CCFAE0;
        font-size: 20px; }
        @media (min-width: 768px) {
          #pplp .m-pplp-values > .values-headline > .title {
            font-size: 24px; } }
  #pplp .l-values-contents {
    position: relative;
    margin: 0 0 48px; }
  #pplp .m-values-contents {
    margin: 0 auto 24px;
    padding: 16px 16px 0;
    border-radius: 8px;
    background-color: #fff; }
    @media (min-width: 768px) {
      #pplp .m-values-contents {
        padding: 32px 24px; } }
    #pplp .m-values-contents > .title {
      width: 100%;
      margin: 0 0 20px;
      font-size: 20px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #pplp .m-values-contents > .title {
          font-size: 32px; } }
    #pplp .m-values-contents > .container {
      display: flex;
      flex-wrap: wrap; }
      #pplp .m-values-contents > .container > .content {
        width: 100%;
        margin: 0 0 16px;
        font-weight: bold; }
        @media (min-width: 768px) {
          #pplp .m-values-contents > .container > .content {
            width: 50%; } }
        #pplp .m-values-contents > .container > .content > .title {
          margin: 0 0 12px;
          font-size: 0;
          vertical-align: middle; }
          @media (min-width: 768px) {
            #pplp .m-values-contents > .container > .content > .title {
              margin: 0 0 16px; } }
          #pplp .m-values-contents > .container > .content > .title.good {
            color: #19d96e; }
            #pplp .m-values-contents > .container > .content > .title.good ~ .list > .item {
              color: #19d96e;
              font-size: 18px; }
          #pplp .m-values-contents > .container > .content > .title.bad {
            color: #DC5560; }
            #pplp .m-values-contents > .container > .content > .title.bad ~ .list > .item {
              color: #DC5560;
              font-size: 16px; }
          #pplp .m-values-contents > .container > .content > .title > .text {
            display: inline-block;
            font-size: 18px;
            line-height: 36px;
            vertical-align: middle; }
          #pplp .m-values-contents > .container > .content > .title > .icon {
            display: inline-block;
            vertical-align: middle; }
            #pplp .m-values-contents > .container > .content > .title > .icon.circle {
              padding: 0 3px 0 0; }
            #pplp .m-values-contents > .container > .content > .title > .icon.cross .material-icons {
              font-size: 36px; }
            #pplp .m-values-contents > .container > .content > .title > .icon .material-icons {
              font-size: 34px;
              line-height: 36px; }
        #pplp .m-values-contents > .container > .content > .list {
          list-style: disc;
          padding: 0 0 0 1.5em; }
          @media (min-width: 768px) {
            #pplp .m-values-contents > .container > .content > .list {
              padding: 0 1em 0 1.5em; } }
          #pplp .m-values-contents > .container > .content > .list > .item {
            margin: 0 0 .5em; }
            #pplp .m-values-contents > .container > .content > .list > .item > b {
              color: #000;
              font-weight: bold; }

/*# sourceMappingURL=style.css.map */