@charset "UTF-8";
/* ////////////////////////////////////////////////////////////
    File Name   papyrus-common.css
*/
/*! normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-size: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1.5em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1.5em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1.5em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

form {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  *font-family: sans-serif;
  *vertical-align: middle;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}

/* =================================================
    Baes
================================================= */
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  position: relative;
  background-color: #fff;
  font-family: "arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1;
  color: #222222;
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  word-break: break-all;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2e5cb4;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

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

p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 1.5rem;
  color: #555555;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

i {
  display: inline-block;
}

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

/*============================================================
    layout
*/
.l-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 940px) {
  .l-inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 620px) {
  .l-inner {
    padding: 0 16px;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -12px -24px;
}
.l-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .l-row {
    margin: 0 -12px -16px;
  }
}

.l-row [class^=l-col] {
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 940px) {
  .l-row [class^=l-col] {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .l-row [class^=l-col] {
    width: 100%;
    margin-bottom: 16px;
  }
}

.l-col-1 {
  width: 8.3333333333%;
}

.l-col-2 {
  width: 16.6666666667%;
}

.l-col-3 {
  width: 25%;
}

.l-col-4 {
  width: 33.3333333333%;
}

.l-col-5 {
  width: 41.6666666667%;
}

.l-col-6 {
  width: 50%;
}

.l-col-7 {
  width: 58.3333333333%;
}

.l-col-8 {
  width: 66.6666666667%;
}

.l-col-9 {
  width: 75%;
}

.l-col-10 {
  width: 83.3333333333%;
}

.l-col-11 {
  width: 91.6666666667%;
}

.l-col-12 {
  width: 100%;
}

/*============================================================
    header
*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 16px 0 40px;
  transition: all ease 0.3s;
}
.header.header-row {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 940px) {
  .header {
    padding: 0 24px;
  }
}
.nav--header {
  display: flex;
}
.nav--header > li a {
  display: block;
  height: 66px;
  line-height: 66px;
  padding: 0 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.nav--header > li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav--header > li.lang a {
  background-image: url(../img/ic_language.svg);
  background-repeat: no-repeat;
  background-position: 16px 23px;
  background-size: 20px 20px;
  padding-left: 40px;
}
@media screen and (max-width: 940px) {
  .nav--header {
    display: block;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 240px;
    height: 100%;
    padding-top: 56px;
    background: #fff;
    transform: translateX(260px);
  }
  .nav--header > li {
    margin-left: 0;
  }
  .nav--header > li a {
    display: block;
    position: relative;
    height: auto;
    line-height: 1;
    padding: 16px;
    border-top: 1px solid #cccccc;
    font-weight: bold;
    color: #222222;
  }
  .nav--header > li a:hover {
    text-decoration: none;
    background: #EEF1F3;
  }
  .nav--header > li a:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    transform: rotate(45deg);
  }
  .nav--header > li:last-child a {
    border-bottom: 1px solid #cccccc;
  }
  .nav--header > li.lang a {
    background-position: 16px 13px;
  }
}

.mdl {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
}

.logo {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  display: inline-block;
  width: 200px;
  height: 56px;
  background: url(../img/logo-softix-white.png) no-repeat left top;
  background-size: 100% auto;
}

.mnNavBtn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.mnNavBtn_ln, .mnNavBtn_ln:before, .mnNavBtn_ln:after {
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  background: #fff;
}
.mnNavBtn_ln:before, .mnNavBtn_ln:after {
  content: "";
  left: 0;
}
.mnNavBtn_ln {
  top: 18px;
  left: 4px;
}
.mnNavBtn_ln:before {
  top: -11px;
}
.mnNavBtn_ln:after {
  top: 11px;
}
@media screen and (max-width: 940px) {
  .mnNavBtn {
    display: block;
  }
}

.mnNavBtn-cl {
  display: none;
  position: absolute;
  right: 24px;
  top: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #000;
}
.mnNavBtn-cl_ln:before, .mnNavBtn-cl_ln:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 31px;
  height: 3px;
  background: #fff;
}
.mnNavBtn-cl_ln:before {
  transform: translateY(16px) translateX(3px) rotate(-135deg);
}
.mnNavBtn-cl_ln:after {
  transform: translateY(16px) translateX(3px) rotate(135deg);
}

@media screen and (max-width: 940px) {
  .is-sp-menushow .mdl,
  .is-sp-menushow .mnNavBtn-cl {
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .is-sp-menushow .nav--header {
    transform: translateX(0);
  }
}

.is-scrolled .header {
  background: rgba(54, 54, 86, 0.4);
}
.is-scrolled .toTop {
  display: block;
}

/*============================================================
    footer
*/
.footer {
  color: #fff;
}
.footer_upper {
  padding: 24px 40px;
  background: #363656;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom {
  text-align: left;
  background: #22223D;
  padding: 8px 40px;
}
@media screen and (max-width: 940px) {
  .footer_upper {
    display: block;
    padding: 0;
  }
  .footer_bottom {
    text-align: center;
    padding: 16px;
  }
}

.nav--footer {
  display: flex;
}
.nav--footer > li {
  margin-left: 40px;
}
.nav--footer a {
  color: #fff;
}
.nav--footer a:hover {
  text-decoration: none;
}
@media screen and (max-width: 940px) {
  .nav--footer {
    display: block;
  }
  .nav--footer > li {
    position: relative;
    margin-left: 0;
  }
  .nav--footer > li a {
    display: block;
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #cccccc;
    color: #fff;
  }
  .nav--footer > li a:hover {
    background: #555;
  }
  .nav--footer > li a.blank {
    padding-left: 32px;
  }
  .nav--footer > li a.blank:before, .nav--footer > li a.blank:after {
    position: absolute;
    content: "";
    background: #f8f8f8;
  }
  .nav--footer > li a.blank:before {
    top: 20px;
    left: 16px;
    width: 8px;
    height: 8px;
  }
  .nav--footer > li a.blank:after {
    top: 15px;
    left: 17px;
    width: 12px;
    height: 12px;
    border: 2px solid #333;
  }
  .nav--footer > li:before {
    position: absolute;
    top: 16px;
    right: 16px;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    transform: rotate(45deg);
  }
}

/*============================================================
    common
*/
.u-pc-hide {
  display: none;
}
@media screen and (max-width: 940px) {
  .u-pc-hide {
    display: block;
  }
}

@media screen and (max-width: 940px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .u-sp-hide {
    display: none;
  }
}

.toTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 0px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: none;
}
.toTop:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.6);
  border-left-color: rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
}

.section {
  padding: 64px 0;
}
.section_heading {
  margin-bottom: 30px;
}
.section_content {
  margin-bottom: 56px;
}
.section_content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .section {
    padding: 44px 0;
  }
}
.section.is-odd {
  background: #F7F7F7;
}
.section.section--accent {
  background: #FFD466;
}
.section.section--dark {
  background: #EEF1F3;
}

/*============================================================
    index
*/
.hero {
  animation: fadein ease 3s;
  overflow: hidden;
  min-height: 640px;
  padding: 150px 0 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg_hero-02.png), url(../img/bg_hero-01.jpg);
  background-position: center top, center top;
}
.hero_row1 {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.hero_row1.ja {
  letter-spacing: 0.1em;
}
.hero_row2 {
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.hero_row3 {
  position: absolute;
  z-index: 100;
}
.hero .l-inner {
  position: relative;
  min-height: 490px;
  padding-bottom: 120px;
}
.hero .l-inner:before, .hero .l-inner:after {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  z-index: 0;
}
.hero .l-inner:before {
  border-width: 90px 600px;
  border-left-color: #FFD466;
  bottom: -90px;
  left: -368px;
}
.hero .l-inner:after {
  border-width: 160px 1200px;
  border-right-color: #FFD466;
  bottom: -160px;
  left: -969px;
}
@media screen and (max-width: 940px) {
  .hero {
    min-height: 630px;
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 620px) {
  .hero {
    background-image: url(../img/bg_hero-01.jpg);
    background-position: center top;
    min-height: auto;
  }
  .hero_row1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .hero_row2 {
    font-size: 1.5rem;
  }
  .hero .l-inner {
    min-height: auto;
  }
  .hero .l-inner:before {
    content: none;
  }
  .hero .l-inner:after {
    left: -1200px;
  }
}

.scrollDown {
  position: relative;
  padding-bottom: 22px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.scrollDown:hover {
  text-decoration: none;
}
.scrollDown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -15px;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  transform: rotate(45deg);
}

.card--tab {
  display: none;
  padding: 24px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 3px 0 #cccccc, 0 0 0 1px #e7e7e7;
}

.card--tab.is-active {
  display: block;
}

.card {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 3px 0 #cccccc, 0 0 0 1px #e7e7e7;
}
.card_heading {
  padding: 24px 16px;
}
.card_image img {
  width: 100%;
  height: auto;
}
.card_content {
  padding: 16px 16px 24px;
}
.card_nav {
  padding-bottom: 24px;
}
.card_nav li a {
  display: block;
  position: relative;
  padding: 16px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  color: #222222;
}
.card_nav li a:hover {
  text-decoration: none;
  background: #EEF1F3;
}
.card_nav li a:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-top-color: #979797;
  border-right-color: #979797;
  transform: rotate(45deg);
}
.card_nav li:last-child a {
  border-bottom: 1px solid #cccccc;
}
.card_nav.is-current li a:before {
  top: 12px;
  border: 1px solid transparent;
  border-bottom-color: #979797;
  border-right-color: #979797;
}

.svg-hide {
  display: none;
}

.polygon {
  width: 121px;
  height: 136px;
  transform: rotate(30deg);
}
.polygon.sunFlower {
  fill: #f1c40f;
}
.polygon.emerald {
  fill: #2ecc71;
}
.polygon.peterRiver {
  fill: #e74c3c;
}
.polygon.alizarin {
  fill: #3498db;
}

.hex {
  position: absolute;
  width: 120px;
  height: 110px;
}
.hex_shape {
  position: absolute;
  left: 0;
  top: 0;
}
.hex_text {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
}

.hex--1 {
  top: 0;
  right: 120px;
}

.hex--2 {
  top: 0;
  right: 0;
}

.hex--3 {
  top: 110px;
  right: 180px;
}

.hex--4 {
  top: 110px;
  right: 60px;
}

@media screen and (max-width: 940px) {
  .hexContainer {
    display: flex;
    justify-content: space-between;
  }
  .hex {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 620px) {
  .hexContainer {
    display: none;
  }
}
#expand {
  padding-bottom: 0;
}
#expand:after {
  display: block;
  margin-top: 56px;
  content: "";
  width: 100%;
  height: 260px;
  background: url(../img/bg_expand.jpg) center top/cover no-repeat;
}
#expand .l-inner {
  position: relative;
}

#lead {
  background: rgb(116, 108, 250);
  background: linear-gradient(90deg, rgb(116, 108, 250) 0%, rgb(24, 162, 237) 50%, rgb(0, 209, 182) 100%);
}
#lead p, #lead h2 {
  color: #fff;
}

/*============================================================
    recruit
*/
#recruit-index {
  margin-top: -200px;
}

.card {
  border-top: 3px solid #363656;
  background: #fff;
  box-shadow: 0 1px 3px 0 #cccccc;
}

.archive_title {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 24px;
  line-height: 44px;
}
.archive_list {
  list-style: none;
}
.archive_list > li {
  line-height: 44px;
  border-top: 1px solid #e7e7e7;
}
.archive_list > li a {
  display: block;
  color: #222222;
  padding-left: 24px;
  position: relative;
}
.archive_list > li a:after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #aaa;
  position: absolute;
  right: 24px;
  top: 20px;
}
.archive_list > li a:hover {
  text-decoration: none;
  background: #EEF1F3;
}

.media {
  display: flex;
  margin: 32px 0 0;
}
.media_image {
  width: 64px;
  margin-right: 16px;
}
.media_content {
  flex: 1;
}

.media--l {
  display: flex;
  margin: 32px 0 16px;
}
.media--l_image {
  width: 432px;
  margin-right: 24px;
}
.media--l_content {
  flex: 1;
}
@media screen and (max-width: 940px) {
  .media--l {
    display: block;
  }
  .media--l_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.media--s {
  display: flex;
}
.media--s_image {
  width: 48px;
  margin-right: 8px;
}
.media--s_content {
  flex: 1;
  white-space: nowrap;
}

.table {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
.table th,
.table td {
  padding: 12px 20px;
  border-top: 1px solid #cccccc;
  line-height: 2.2;
  vertical-align: top;
}
.table th {
  width: 150px;
  padding-left: 0;
  border-right: 1px solid #cccccc;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
.table td p {
  margin: 4px 0 14px;
}
.table td p:last-child {
  margin-bottom: 0;
}
.table td p.note {
  color: #e6542f;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1.2rem;
}
.table td p.note:before {
  content: "※";
}
.table td ul {
  margin: 0 0 24px;
  padding-left: 1em;
}
.table td ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
  }
  .table th {
    text-align: center;
    border-right: none;
  }
}

.step {
  padding-left: 48px;
  counter-reset: number;
}
.step > li {
  position: relative;
  margin-bottom: 66px;
  list-style: none;
}
.step > li:last-child {
  margin-bottom: 0;
}
.step > li:last-child:before {
  content: none;
}
.step > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 1px;
  height: calc(100% + 66px);
  background: #cccccc;
}
.step > li:after {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  left: -48px;
  top: -5px;
  width: 32px;
  height: 32px;
  padding-top: 8px;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

.document {
  margin-top: 16px;
  padding: 24px 32px 0;
  border: 1px solid #cccccc;
}

#lifework {
  padding-bottom: 0;
}
#lifework:after {
  display: block;
  margin-top: 56px;
  content: "";
  width: 100%;
  height: 260px;
  background: url(../img/bg_life.jpg) center top/cover no-repeat;
}
#lifework .l-inner {
  position: relative;
}

/*============================================================
    company/contact
*/
.heading {
  padding: 100px 0 32px 0;
  background: url(../img/bg_expand.jpg) center top/cover fixed;
}

/*============================================================
    button
*/
.button, .button--blue--block, .button--black--block, .button--accent--inblock {
  padding: 16px 24px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.button:hover, .button--blue--block:hover, .button--black--block:hover, .button--accent--inblock:hover {
  text-decoration: none;
}
@media screen and (max-width: 620px) {
  .button, .button--blue--block, .button--black--block, .button--accent--inblock {
    padding: 13px 24px;
    border-radius: 1px;
  }
}

.button--accent--inblock {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
}
.button--accent--inblock:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button--black--block {
  display: block;
  background: #fff;
  border: 1px solid #aaa;
  height: 50px;
  color: #222222;
}
.button--black--block:hover {
  background: #EEF1F3;
}

.is-active .button--black--block {
  border: 2px solid #363656;
  background: none;
}
.is-active .button--black--block:hover {
  background: none;
}

.button--blue--block {
  display: block;
  margin: 0 220px;
  background: #3498db;
  font-size: 2.2rem;
  color: #fff;
}
.button--blue--block span {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: normal;
}
.button--blue--block:hover {
  background: #52a7e0;
}
@media screen and (max-width: 940px) {
  .button--blue--block {
    margin: 0 110px;
  }
}
@media screen and (max-width: 620px) {
  .button--blue--block {
    margin: 0;
  }
}

/*============================================================
    title
*/
.title--01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 620px) {
  .title--01 {
    font-size: 2.2rem;
  }
}

.title--02 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-bottom: 22px;
  padding: 0 0 10px 24px;
}
.title--02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #363656;
}

.title--03 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .title--03 {
    margin-bottom: 12px;
  }
}

.title--04 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title--05 {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 24px 32px 48px;
  font-size: 2rem;
  color: #555555;
}
.title--05:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 36px;
  width: 12px;
  height: 12px;
  background: #363656;
}

/*============================================================
    z-index
*/
.hex_shape,
.hex_text {
  z-index: 0;
}

.hero_row3 {
  z-index: 1;
}

.mdl {
  z-index: 2;
}

.header,
.toTop {
  z-index: 100;
}

/*============================================================
    animation
*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt-img {
  height: 19px;
  vertical-align: middle;
}

.list--01 {
  margin: 24px 0;
  color: #555;
  list-style: none;
}
.list--01 li {
  line-height: 1.4;
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
}
.list--01 li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #555;
}

#terms h3 {
  margin-top: 24px;
}

#terms h4 {
  margin-top: 16px;
}