@charset "UTF-8";
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* normalize: html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

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

/* normalize: text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

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

/* normalize: grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -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;
}

/* normalize: forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* normalize: tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ========================================================================== */
/* Initialize */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding-bottom: 0;
  background-color: #fff;
  font-family: "Midashi Go MB31", sans-serif;
  -ms-font-feature-settings: "normal";
  font-size: 1vw;
  line-height: 1.6;
  color: #000;
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

@media screen and (max-width: 567px) {
  body {
    font-size: 2vw;
  }
}
/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 2em 0;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  color: #000;
}

.isnt-touch a:focus, .isnt-touch a:hover {
  color: #00b400;
}

/* initialize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* initialize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

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

/* initialize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em;
}

/* initialize: table */
/* -------------------------------------------------------------------------- */
table {
  width: 100%;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}

/* initialize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: 700;
  color: #00b400;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1vw;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2vw;
  }
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: accordion */
/* -------------------------------------------------------------------------- */
.accordion-trigger {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  line-height: 1.2;
  -webkit-transition-property: padding, background-color;
  -o-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion-trigger .trigger-icon {
  position: absolute;
  top: 0.625em;
  right: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #cccccc;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  -o-transition-property: background-color, transform, color;
  transition-property: background-color, transform, color;
  transition-property: background-color, transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width: 567px) {
  .accordion-trigger .trigger-icon {
    background-color: #00b400;
  }
}
.accordion-trigger .trigger-icon::before, .accordion-trigger .trigger-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.25em);
  width: 0.5em;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.accordion-trigger .trigger-icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-trigger.open {
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
}
.accordion-trigger.open .trigger-icon {
  background-color: #7a7979;
}
@media screen and (max-width: 567px) {
  .accordion-trigger.open .trigger-icon {
    background-color: #00b400;
    -webkit-transform: translateX(-0.5em);
        -ms-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
}
.accordion-trigger.open .trigger-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-trigger.open .trigger-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.isnt-touch .accordion-trigger::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00b400;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .accordion-trigger:focus, .isnt-touch .accordion-trigger:hover {
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
}
.isnt-touch .accordion-trigger:focus::after, .isnt-touch .accordion-trigger:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.isnt-touch .accordion-trigger:focus .trigger-icon, .isnt-touch .accordion-trigger:hover .trigger-icon {
  background-color: #00b400;
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.isnt-touch .accordion-trigger.open .trigger-icon {
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

.accordion-target {
  display: none;
}

/* elements: block */
/* -------------------------------------------------------------------------- */
.box-block {
  padding: 1.5em;
  border: 1px solid #e0e0e0;
}

.base-block {
  padding: 1.5em;
  background-color: #f5f5f5;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
  background-color: #00b400;
  border: 0;
  border-radius: 5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.button.prev {
  padding: 1em 2em 1em 5em;
}
.button.prev .icon {
  right: auto;
  left: 0;
}
.button.prev .icon.arrow::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.isnt-touch .button {
  cursor: pointer;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  -webkit-animation: hover-button 0.4s ease-out;
          animation: hover-button 0.4s ease-out;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.color-initial {
  color: #fff;
}

.color-primary {
  color: #000;
}

.color-secondary {
  color: #00b400;
}

.color-tertiary {
  color: #005ba1;
}

.color-quaternary {
  color: #a6cde6;
}

.color-gray-98 {
  color: #fafafa;
}

.color-gray-96 {
  color: #f5f5f5;
}

.color-gray-92 {
  color: #ebebeb;
}

.color-gray-88 {
  color: #e0e0e0;
}

.color-gray-80 {
  color: #cccccc;
}

.color-gray-72 {
  color: #b8b6b6;
}

.color-gray-64 {
  color: #a3a2a2;
}

.color-gray-56 {
  color: #8f8d8d;
}

.color-gray-48 {
  color: #7a7979;
}

.color-gray-40 {
  color: #666464;
}

.color-gray-32 {
  color: #525050;
}

.color-gray-24 {
  color: #3d3d3d;
}

.color-gray-16 {
  color: #292828;
}

.color-gray-08 {
  color: #141414;
}

.color-green {
  color: #005b2a;
}

.color-orange {
  color: #f55223;
}

.color-blue {
  color: #435bff;
}

.color-purple {
  color: #d1b88e;
}

.color-pink {
  color: #e4b7bf;
}

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-initial {
  background-color: #fff;
}

.bg-primary {
  background-color: #000;
}

.bg-secondary {
  background-color: #00b400;
}

.bg-tertiary {
  background-color: #005ba1;
}

.bg-quaternary {
  background-color: #a6cde6;
}

.bg-gray-98 {
  background-color: #fafafa;
}

.bg-gray-96 {
  background-color: #f5f5f5;
}

.bg-gray-92 {
  background-color: #ebebeb;
}

.bg-gray-88 {
  background-color: #e0e0e0;
}

.bg-gray-80 {
  background-color: #cccccc;
}

.bg-gray-72 {
  background-color: #b8b6b6;
}

.bg-gray-64 {
  background-color: #a3a2a2;
}

.bg-gray-56 {
  background-color: #8f8d8d;
}

.bg-gray-48 {
  background-color: #7a7979;
}

.bg-gray-40 {
  background-color: #666464;
}

.bg-gray-32 {
  background-color: #525050;
}

.bg-gray-24 {
  background-color: #3d3d3d;
}

.bg-gray-16 {
  background-color: #292828;
}

.bg-gray-08 {
  background-color: #141414;
}

.bg-green {
  background-color: #005b2a;
}

.bg-orange {
  background-color: #f55223;
}

.bg-blue {
  background-color: #435bff;
}

.bg-purple {
  background-color: #d1b88e;
}

.bg-pink {
  background-color: #e4b7bf;
}

/* elements: daiichi-symbol */
/* -------------------------------------------------------------------------- */
.daiichi-symbol {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 1em;
}
.daiichi-symbol .symbol {
  width: 4em;
}
.daiichi-symbol .text {
  display: block;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
}
.daiichi-symbol .text.primary::after, .daiichi-symbol .text.secondary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.1em;
  height: 2.5em;
  border-radius: 0.5em;
  background-color: #000;
}
.daiichi-symbol .text.primary {
  right: 110%;
}
.daiichi-symbol .text.primary::after {
  left: -1em;
  -webkit-transform: translateY(-33.333%) rotate(-45deg);
      -ms-transform: translateY(-33.333%) rotate(-45deg);
          transform: translateY(-33.333%) rotate(-45deg);
}
.daiichi-symbol .text.secondary {
  left: 110%;
}
.daiichi-symbol .text.secondary::after {
  right: -1em;
  -webkit-transform: translateY(-33.333%) rotate(45deg);
      -ms-transform: translateY(-33.333%) rotate(45deg);
          transform: translateY(-33.333%) rotate(45deg);
}
.daiichi-symbol.wc-3 .text.primary {
  letter-spacing: -0.05em;
}
.daiichi-symbol.wc-3 .text.secondary {
  padding: 0 0 0 0.5em;
  letter-spacing: 0.25em;
}

/* elements: legacy-alert */
/* -------------------------------------------------------------------------- */
.legacy-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 10px 0;
  background-color: red;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 1.5em;
}
ol.list > li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border-radius: 50%;
  background-color: #00b400;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.5em;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(-0.333em);
      -ms-transform: translateY(-0.333em);
          transform: translateY(-0.333em);
}

ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #00b400;
}

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: 700;
}
dl.list dd {
  margin-left: 1em;
  text-indent: -1em;
}
dl.list dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #00b400;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* elements: cloud-number */
/* -------------------------------------------------------------------------- */
.cloud-number {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 1em;
}
.cloud-number .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cloud-number .base::before, .cloud-number .base::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color: #fff;
}
.cloud-number .base::after {
  margin-left: -1.5em;
}
.cloud-number .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3em;
}

/* elements: slick-slide */
/* -------------------------------------------------------------------------- */
.slick-slide {
  line-height: 0;
}

/* elements: slick-arrow */
/* -------------------------------------------------------------------------- */
.slick-arrow {
  width: 4em;
  height: 4em;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #000;
  background-image: url(../images/common/ico_direction_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
@media screen and (max-width: 567px) {
  .slick-arrow {
    font-size: 2em;
  }
}

.isnt-touch .slick-arrow:focus, .isnt-touch .slick-arrow:hover {
  cursor: pointer;
  background-color: #00b400;
}

/* elements: slick-dots */
/* -------------------------------------------------------------------------- */
.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2em;
}
@media screen and (max-width: 567px) {
  .slick-dots {
    padding: 1em;
    font-size: 1.5em;
  }
}
.slick-dots li {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  line-height: 1;
}
.slick-dots button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.666);
      -ms-transform: translate(-50%, -50%) scale(0.666);
          transform: translate(-50%, -50%) scale(0.666);
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  text-indent: 100%;
  background-color: #000;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.slick-dots button:focus, .slick-dots button:hover {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #00b400;
}
.slick-dots .slick-active button {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #00b400;
}

/* elements: primary-table */
/* -------------------------------------------------------------------------- */
.primary-table {
  border-top: 2px solid #00b400;
}
.primary-table th,
.primary-table td {
  padding: 1.5em;
}
@media screen and (max-width: 567px) {
  .primary-table th,
  .primary-table td {
    padding: 1em;
  }
}
.primary-table th {
  border-bottom: 1px solid #e0e0e0;
  background-color: #000;
  background-color: #f5f5f5;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .primary-table th {
    width: 3em;
  }
  .primary-table th .text {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
  }
}
.primary-table td {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.primary-table thead th,
.primary-table thead td {
  border-bottom: 1px solid #7a7979;
  background-color: #000;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

/* elements: secondary-table */
/* -------------------------------------------------------------------------- */
.secondary-table {
  border-bottom: 1px solid #e0e0e0;
}
.secondary-table th,
.secondary-table td {
  border-top: 1px solid #e0e0e0;
  padding: 1em 0;
}
.secondary-table th {
  padding-right: 1em;
  white-space: nowrap;
}
.secondary-table thead th,
.secondary-table thead td {
  border-top: 0;
}

table ol,
table ul {
  margin-bottom: 0;
}
table p {
  margin-bottom: 0.5em;
}

/* elements: base-title */
/* -------------------------------------------------------------------------- */
.base-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.base-title .ja,
.base-title .en {
  display: inline-block;
  color: #fff;
}
.base-title .ja {
  padding: 0.25em 0.5em 0.3em;
  background-color: #00b400;
}
.base-title .en {
  padding: 0.25em 1em 0.5em;
  background-color: #000;
  font-size: 50%;
}

/* elements: je-title */
/* -------------------------------------------------------------------------- */
.je-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.je-title .ja,
.je-title .en {
  display: inline-block;
}
.je-title .ja {
  margin-bottom: 0.25em;
}
.je-title .en {
  font-size: 50%;
  color: #00b400;
}

/* elements: brackets-title */
/* -------------------------------------------------------------------------- */
.brackets-title {
  display: table;
  position: relative;
  margin: 0 auto 1.5em;
  padding: 0.5em 1.25em;
}
.brackets-title::before, .brackets-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
}
.brackets-title::before {
  top: 0;
  left: 0;
  border-top: 2px solid #00b400;
  border-left: 2px solid #00b400;
}
.brackets-title::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #00b400;
  border-bottom: 2px solid #00b400;
}

/* elements: circle-title */
/* -------------------------------------------------------------------------- */
.circle-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.75em;
  line-height: 1.4;
}
.circle-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.666em;
  height: 0.666em;
  border-radius: 1em;
  border: 0.1875em solid #00b400;
}

/* elements: bar-title */
/* -------------------------------------------------------------------------- */
.bar-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.75em;
  line-height: 1.4;
}
.bar-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2em;
  height: 1.4em;
  background-color: #00b400;
}

/* elements: number-title */
/* -------------------------------------------------------------------------- */
.number-title {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.number-title.ta-center {
  padding-left: 0;
  text-indent: 0;
}
.number-title .number {
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  border-radius: 50%;
  background-color: #00b400;
  color: #fff;
  text-indent: 0;
  text-align: center;
  font-size: 50%;
  line-height: 2;
}

/* elements: double-balloon-title */
/* ------------------------------------- */
.double-balloon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30em;
  margin: 0 auto 3em;
}
.double-balloon-title::before, .double-balloon-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  border-radius: 100%;
  background-color: #00b400;
}
.double-balloon-title::before {
  left: 0;
}
.double-balloon-title::after {
  right: 0;
}
.double-balloon-title .balloon-item {
  width: 18em;
  text-align: center;
  color: #fff;
}
.double-balloon-title .balloon-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1.666em);
  left: 55%;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 0 0 24 24 12 24 0 12 0" fill="%2300b400"/></svg>');
}
.double-balloon-title .balloon-item .big {
  display: inline-block;
  line-height: 1.5;
}
.double-balloon-title .balloon-item.primary {
  padding: 3.5em 0;
}
.double-balloon-title .balloon-item.primary .big {
  font-size: 200%;
}
.double-balloon-title .balloon-item.secondary {
  margin-left: -5em;
  padding: 3em 0;
}
.double-balloon-title .balloon-item.secondary::after {
  content: none;
}
.double-balloon-title .balloon-item.secondary .big {
  font-size: 175%;
}
.double-balloon-title .balloon-item .element {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.double-balloon-title .balloon-item .element.toggle-title {
  min-height: 7.5em;
}
.double-balloon-title .balloon-item .large {
  font-size: 125%;
}
.double-balloon-title .balloon-item img {
  width: auto;
  height: 2.5em;
  margin-top: 0.5em;
}
.double-balloon-title.blue::before, .double-balloon-title.blue::after {
  background-color: #435bff;
}
.double-balloon-title.blue .balloon-item::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 0 0 24 24 12 24 0 12 0" fill="%23435bff"/></svg>');
}
.double-balloon-title.orange::before, .double-balloon-title.orange::after {
  background-color: #f55223;
}
.double-balloon-title.orange .balloon-item::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 0 0 24 24 12 24 0 12 0" fill="%23f55223"/></svg>');
}

/* ========================================================================== */
/* site header */
/* ========================================================================== */
/* site-header: elements */
/* -------------------------------------------------------------------------- */
.site-header * {
  margin-bottom: 0;
}
.site-header a {
  display: inline-block;
  text-decoration: none;
}

/* site-header: default */
/* -------------------------------------------------------------------------- */
.site-header::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100vw;
  height: 100vh;
  background-color: #a6cde6;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.site-header.navi-open::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* site-header: wrapper */
/* -------------------------------------------------------------------------- */
.site-header .navi-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.site-header.navi-open .navi-wrapper {
  z-index: 9;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* site-header: illustration */
/* -------------------------------------------------------------------------- */
.site-header .illustration {
  position: absolute;
  width: 10%;
  opacity: 0.8;
}
@media screen and (max-width: 567px) {
  .site-header .illustration {
    width: 20%;
  }
}
.site-header .illustration.cloud-01 {
  top: 30%;
  left: 15%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .site-header .illustration.cloud-01 {
    top: 46%;
    left: -2%;
  }
}
.site-header .illustration.cloud-02 {
  top: 10%;
  left: 75%;
  -webkit-animation: sway-2 4s infinite;
          animation: sway-2 4s infinite;
}
@media screen and (max-width: 567px) {
  .site-header .illustration.cloud-02 {
    top: 6%;
    left: 60%;
  }
}
.site-header .illustration.cloud-03 {
  top: 75%;
  left: 70%;
  -webkit-animation: sway-2 4s infinite;
          animation: sway-2 4s infinite;
}
@media screen and (max-width: 567px) {
  .site-header .illustration.cloud-03 {
    top: 64%;
    left: 72%;
  }
}

/* site-header: site-title */
/* -------------------------------------------------------------------------- */
.site-header .title {
  position: absolute;
  top: 60%;
  left: 5%;
  width: 25%;
  font-size: 1em;
  line-height: 1;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .site-header .title {
    top: 70%;
    left: 6%;
    width: 40%;
  }
}

/* site-header: site-navi */
/* -------------------------------------------------------------------------- */
.site-header .site-navi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 567px) {
  .site-header .site-navi {
    top: 40%;
  }
}
.site-header .site-navi .navi-item {
  text-align: center;
}
.site-header .site-navi .navi-item img {
  width: auto;
  height: 5em;
}
.site-header .site-navi .navi-item + .navi-item {
  margin-top: 4em;
}

.isnt-touch .site-header a:focus,
.isnt-touch .site-header a:hover {
  -webkit-animation: hover-button 0.4s ease-out;
          animation: hover-button 0.4s ease-out;
}

/* site-header: navi-trigger */
/* -------------------------------------------------------------------------- */
.site-header .navi-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 2.5em;
  left: 2.5em;
  z-index: 10;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 567px) {
  .site-header .navi-trigger {
    top: auto;
    right: 1.5em;
    bottom: 1.5em;
    left: auto;
    width: 7.5em;
    height: 7.5em;
  }
}
@media print {
  .site-header .navi-trigger {
    display: none;
  }
}
.site-header .navi-trigger .text {
  width: 72%;
}
.site-header .navi-trigger .close {
  display: none;
}
.site-header .navi-trigger.navi-close .menu {
  display: none;
}
.site-header .navi-trigger.navi-close .close {
  display: inline;
}

.isnt-touch .site-header .navi-trigger:focus, .isnt-touch .site-header .navi-trigger:hover {
  -webkit-animation: hover-button 0.4s ease-out;
          animation: hover-button 0.4s ease-out;
}

.home-content .site-header .navi-trigger {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media all and (min-width: 567px) {
  .home-content .site-header .navi-trigger {
    -webkit-transform: translateX(-7.5em);
        -ms-transform: translateX(-7.5em);
            transform: translateX(-7.5em);
  }
}
@media screen and (max-width: 567px) {
  .home-content .site-header .navi-trigger {
    -webkit-transform: translateY(9em);
        -ms-transform: translateY(9em);
            transform: translateY(9em);
  }
}
.home-content .site-header.on .navi-trigger {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

/* site-header: link */
/* -------------------------------------------------------------------------- */
.site-header .link {
  position: fixed;
  top: 9em;
  left: 2.5em;
  z-index: 10;
}
@media screen and (max-width: 567px) {
  .site-header .link {
    top: auto;
    bottom: 1.5em;
    left: 11em;
  }
}
.site-header .link .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00b400;
  white-space: normal;
}
@media all and (min-width: 567px) {
  .site-header .link .button {
    width: 5em;
    padding: 2.5em;
  }
}
@media screen and (max-width: 567px) {
  .site-header .link .button {
    width: 28em;
    height: 7.5em;
    padding: 0;
  }
}
.site-header .link .button .text {
  font-size: 1.5em;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .site-header .link .button .text {
    font-size: 2em;
  }
}
.site-header.navi-open .link .button {
  background-color: #fff;
}
.site-header.navi-open .link .button .text {
  color: #00b400;
}

.home-content .site-header .link {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media all and (min-width: 567px) {
  .home-content .site-header .link {
    -webkit-transform: translateX(-7.5em);
        -ms-transform: translateX(-7.5em);
            transform: translateX(-7.5em);
  }
}
@media screen and (max-width: 567px) {
  .home-content .site-header .link {
    -webkit-transform: translateY(9em);
        -ms-transform: translateY(9em);
            transform: translateY(9em);
  }
}
.home-content .site-header.on .link {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

/* ========================================================================== */
/* site footer */
/* ========================================================================== */
.site-footer {
  padding: 5em 0;
  background-color: #fff;
}
@media screen and (max-width: 567px) {
  .site-footer {
    padding: 10em 0 15em;
  }
}
.site-footer .credit {
  text-align: center;
}
.site-footer .credit .text {
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #005ba1;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .text {
    font-size: 1.5em;
  }
}
.site-footer .credit .logo {
  max-width: 15em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .logo {
    max-width: 18em;
  }
}
.site-footer .credit .copyright {
  margin: 0;
  font-size: 1.125em;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .copyright {
    font-size: 1.25em;
  }
}

/* ========================================================================== */
/* site footer */
/* ========================================================================== */
.site-footer {
  padding: 5em 0;
  background-color: #fff;
}
@media screen and (max-width: 567px) {
  .site-footer {
    padding: 10em 0 15em;
  }
}
.site-footer .credit {
  text-align: center;
}
.site-footer .credit .text {
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #005ba1;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .text {
    font-size: 1.5em;
  }
}
.site-footer .credit .logo {
  max-width: 15em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .logo {
    max-width: 18em;
  }
}
.site-footer .credit .copyright {
  margin: 0;
  font-size: 1.125em;
}
@media screen and (max-width: 567px) {
  .site-footer .credit .copyright {
    font-size: 1.25em;
  }
}

@-webkit-keyframes hover-button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hover-button {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-7.5%);
            transform: translateY(-7.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sway {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-7.5%);
            transform: translateY(-7.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sway-2 {
  0% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
  25% {
    -webkit-transform: translateY(-10%) scaleX(-1);
            transform: translateY(-10%) scaleX(-1);
  }
  50% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
  75% {
    -webkit-transform: translateY(-7.5%) scaleX(-1);
            transform: translateY(-7.5%) scaleX(-1);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
}
@keyframes sway-2 {
  0% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
  25% {
    -webkit-transform: translateY(-10%) scaleX(-1);
            transform: translateY(-10%) scaleX(-1);
  }
  50% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
  75% {
    -webkit-transform: translateY(-7.5%) scaleX(-1);
            transform: translateY(-7.5%) scaleX(-1);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(-1);
            transform: translateY(0) scaleX(-1);
  }
}
@-webkit-keyframes slide-robot {
  0% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  25% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  50% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  75% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@keyframes slide-robot {
  0% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  25% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  50% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  75% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
/* ========================================================================== */
/* Home content */
/* ========================================================================== */
/* page-section */
/* -------------------------------------------------------------------------- */
.home-content .page-header,
.home-content .page-section {
  position: relative;
  overflow: hidden;
}

/* #intro: fancybox */
/* -------------------------------------------------------------------------- */
.home-content .fancybox-slide--html {
  padding: 3em;
}

/* section title */
/* -------------------------------------------------------------------------- */
.home-content .board-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72vw;
  height: 12vw;
  margin: 0 auto 5em;
  padding: 0 6vw;
  background-image: url(../images/home/bgi_section-title_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 567px) {
  .home-content .board-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 32vw;
    padding-top: 0.75em;
    background-image: url(../images/home/bgi_section-title_02.svg);
  }
}
.home-content .board-title .title {
  margin-bottom: 0;
}
.home-content .board-title .title img {
  width: auto;
  height: 5em;
}
.home-content .board-title .read {
  margin-bottom: 0;
  text-align: center;
  font-size: 2em;
}
@media screen and (max-width: 567px) {
  .home-content .board-title .read {
    margin-top: 0.5em;
  }
}

/* guide */
/* -------------------------------------------------------------------------- */
.home-content .guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* #intro */
/* -------------------------------------------------------------------------- */
.home-content #intro {
  background-color: #a6cde6;
}

/* #intro: splash-container */
/* ------------------------------------- */
.home-content #intro .splash-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-content #intro .splash-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.home-content #intro .splash-container .text {
  margin-bottom: 2em;
  max-width: 8vw;
}
@media screen and (max-width: 567px) {
  .home-content #intro .splash-container .text {
    margin-bottom: 3em;
    max-width: 24vw;
  }
}
.home-content #intro .splash-container .logo {
  max-width: 16vw;
}
@media screen and (max-width: 567px) {
  .home-content #intro .splash-container .logo {
    max-width: 48vw;
  }
}

/* #intro: splash-container (animation) */
.home-content #intro .splash-container .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-content #intro .splash-container .content > * {
  opacity: 0;
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-content.inStart #intro .splash-container {
  opacity: 0;
}
.home-content.inStart #intro .splash-container .content {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.home-content.inStart #intro .splash-container .content > * {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* #intro: title-container */
/* ------------------------------------- */
.home-content #intro .title-container {
  position: relative;
  height: 75vw;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container {
    height: 180vw;
  }
}

/* #intro: title */
/* ------------------------------------- */
.home-content #intro .title-container .title {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44%;
  margin: 0;
  font-size: 1em;
}
@media all and (min-width: 567px) {
  .home-content #intro .title-container .title .sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .title {
    top: 46.5%;
    width: 30%;
  }
  .home-content #intro .title-container .title .pc {
    display: none;
  }
}
.home-content #intro .title-container .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-content #intro .title-container .title img.primary {
  width: 75%;
}

/* #intro: title-container > title (animation) */
.home-content #intro .title-container .title {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: opacity transform;
  -o-transition: opacity transform;
  transition: opacity transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-content.inStart #intro .title-container .title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.home-content.inStart #intro .title-container .title img.primary {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
      -ms-transform: translate(-50%, -50%) scale(0.75);
          transform: translate(-50%, -50%) scale(0.75);
}

/* #intro: title-container > illust */
/* ------------------------------------- */
.home-content #intro .title-container .illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home-content #intro .title-container .illustration img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-content #intro .title-container .illustration .formworker {
  top: 16.25%;
  left: 18.75%;
  width: 29.75%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .formworker {
    top: 12.25%;
    left: 30%;
    width: 52.5%;
  }
}
.home-content #intro .title-container .illustration .painter {
  top: 82.5%;
  left: 9%;
  width: 18.5%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .painter {
    top: 78.25%;
    left: 57.5%;
    width: 33%;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
        -ms-transform: translate(-50%, -50%) scaleX(1);
            transform: translate(-50%, -50%) scaleX(1);
  }
}
.home-content #intro .title-container .illustration .worker-man {
  top: 16.5%;
  left: 74.5%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 18%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .worker-man {
    top: 11%;
    left: 69.5%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home-content #intro .title-container .illustration .worker-woman {
  top: 16.5%;
  left: 63.25%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 18%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .worker-woman {
    top: 11%;
    left: 88.5%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home-content #intro .title-container .illustration .carpenter {
  top: 41.75%;
  left: 90.25%;
  width: 18.5%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .carpenter {
    top: 27%;
    left: 86.25%;
    width: 32.5%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
        -ms-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1);
  }
}
.home-content #intro .title-container .illustration .plaster {
  top: 86%;
  left: 37.5%;
  width: 10.5%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .plaster {
    top: 61.5%;
    left: 90.25%;
    width: 18.5%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
        -ms-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1);
  }
}
.home-content #intro .title-container .illustration .surfer {
  top: 16%;
  left: 51%;
  width: 19%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .surfer {
    top: 40.5%;
    left: 79%;
    width: 31%;
  }
}
.home-content #intro .title-container .illustration .family {
  top: 74%;
  left: 58%;
  width: 16%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .family {
    top: 64%;
    left: 19%;
    width: 30%;
  }
}
.home-content #intro .title-container .illustration .muscle-builder {
  top: 63.5%;
  left: 90%;
  width: 17.25%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .muscle-builder {
    top: 51%;
    left: 18%;
    width: 30.5%;
  }
}
.home-content #intro .title-container .illustration .yoga {
  top: 62.75%;
  left: 38.75%;
  width: 11.5%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .yoga {
    top: 76%;
    left: 45%;
    width: 20%;
  }
}
.home-content #intro .title-container .illustration .digger {
  top: 83.5%;
  left: 78%;
  width: 38.25%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .digger {
    top: 91.75%;
    left: 66.5%;
    width: 61%;
  }
}
.home-content #intro .title-container .illustration .helmet {
  top: 86.5%;
  left: 22.75%;
  width: 17.5%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .helmet {
    top: 93.75%;
    left: 17.75%;
    width: 27.5%;
  }
}
.home-content #intro .title-container .illustration .measure {
  top: 62.5%;
  left: 24.25%;
  width: 19%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .measure {
    top: 71.25%;
    left: 79%;
    width: 25%;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
        -ms-transform: translate(-50%, -50%) scaleX(1);
            transform: translate(-50%, -50%) scaleX(1);
  }
}
.home-content #intro .title-container .illustration .brush {
  top: 10.25%;
  left: 89.25%;
  width: 17.5%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .brush {
    top: 23%;
    left: 68.25%;
    width: 21%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media all and (min-width: 567px) {
  .home-content #intro .title-container .illustration .spatula {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .spatula {
    top: 54.25%;
    left: 83%;
    width: 33.5%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.home-content #intro .title-container .illustration .cutter {
  top: 16%;
  left: 38.5%;
  width: 22%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .cutter {
    top: 36%;
    left: 26%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
        -ms-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1);
  }
}
.home-content #intro .title-container .illustration .roller {
  top: 74%;
  left: 29%;
  width: 35%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .roller {
    top: 86.5%;
    left: 26%;
    width: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.home-content #intro .title-container .illustration .hammer {
  top: 75%;
  left: 48%;
  width: 29%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .hammer {
    top: 35.25%;
    left: 12.25%;
    width: 42%;
  }
}
.home-content #intro .title-container .illustration .chisel {
  top: 49.5%;
  left: 15%;
  width: 29%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .chisel {
    top: 41.25%;
    left: 94.75%;
    width: 43.5%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
.home-content #intro .title-container .illustration .pruning-shears {
  top: 59.5%;
  left: 70.25%;
  width: 28%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .pruning-shears {
    top: 78%;
    left: 93.75%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
.home-content #intro .title-container .illustration .pilers {
  top: 70.5%;
  left: 73%;
  width: 18%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
      -ms-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
          transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .pilers {
    top: 76.75%;
    left: 84%;
    width: 24%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
.home-content #intro .title-container .illustration .scissors {
  top: 41%;
  left: 77%;
  width: 15%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .scissors {
    display: none;
  }
}
.home-content #intro .title-container .illustration .home {
  top: 61.5%;
  left: 8.75%;
  width: 12%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .home {
    top: 79.75%;
    left: 72%;
    width: 17.25%;
  }
}
.home-content #intro .title-container .illustration .car {
  top: 39%;
  left: 9.75%;
  width: 11.25%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .car {
    top: 63.5%;
    left: 75.5%;
    width: 12%;
  }
}
.home-content #intro .title-container .illustration .bicycle {
  top: 24.75%;
  left: 89%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .bicycle {
    top: 78.25%;
    left: 19%;
    width: 36%;
  }
}
.home-content #intro .title-container .illustration .drone {
  top: 38.75%;
  left: 21.5%;
  width: 10%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .title-container .illustration .drone {
    display: none;
  }
}

/* #intro: title-container > illust (animation) */
/* ------------------------------------- */
.home-content #intro .title-container .illustration {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.home-content #intro .title-container .illustration:nth-child(1) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.home-content #intro .title-container .illustration:nth-child(2) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.home-content #intro .title-container .illustration:nth-child(3) {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.home-content #intro .title-container .illustration:nth-child(4) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.home-content #intro .title-container .illustration:nth-child(5) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.home-content #intro .title-container .illustration:nth-child(6) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.home-content #intro .title-container .illustration:nth-child(7) {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.home-content #intro .title-container .illustration:nth-child(8) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.home-content #intro .title-container .illustration:nth-child(9) {
  -webkit-transition-delay: 2.9s;
       -o-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.home-content #intro .title-container .illustration:nth-child(10) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.home-content #intro .title-container .illustration:nth-child(11) {
  -webkit-transition-delay: 3.1s;
       -o-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.home-content #intro .title-container .illustration:nth-child(12) {
  -webkit-transition-delay: 3.2s;
       -o-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.home-content #intro .title-container .illustration:nth-child(13) {
  -webkit-transition-delay: 3.3s;
       -o-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.home-content #intro .title-container .illustration:nth-child(14) {
  -webkit-transition-delay: 3.4s;
       -o-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.home-content #intro .title-container .illustration:nth-child(15) {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.home-content #intro .title-container .illustration:nth-child(16) {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.home-content #intro .title-container .illustration:nth-child(17) {
  -webkit-transition-delay: 3.7s;
       -o-transition-delay: 3.7s;
          transition-delay: 3.7s;
}
.home-content #intro .title-container .illustration:nth-child(18) {
  -webkit-transition-delay: 3.8s;
       -o-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.home-content #intro .title-container .illustration:nth-child(19) {
  -webkit-transition-delay: 3.9s;
       -o-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.home-content #intro .title-container .illustration:nth-child(20) {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
.home-content #intro .title-container .illustration:nth-child(21) {
  -webkit-transition-delay: 4.1s;
       -o-transition-delay: 4.1s;
          transition-delay: 4.1s;
}
.home-content #intro .title-container .illustration:nth-child(22) {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.home-content #intro .title-container .illustration:nth-child(23) {
  -webkit-transition-delay: 4.3s;
       -o-transition-delay: 4.3s;
          transition-delay: 4.3s;
}
.home-content #intro .title-container .illustration:nth-child(24) {
  -webkit-transition-delay: 4.4s;
       -o-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.home-content #intro .title-container .illustration:nth-child(25) {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.home-content #intro .title-container .illustration:nth-child(26) {
  -webkit-transition-delay: 4.6s;
       -o-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.home-content #intro .title-container .illustration:nth-child(27) {
  -webkit-transition-delay: 4.7s;
       -o-transition-delay: 4.7s;
          transition-delay: 4.7s;
}
.home-content #intro .title-container .illustration:nth-child(28) {
  -webkit-transition-delay: 4.8s;
       -o-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.home-content #intro .title-container .illustration:nth-child(29) {
  -webkit-transition-delay: 4.9s;
       -o-transition-delay: 4.9s;
          transition-delay: 4.9s;
}
.home-content #intro .title-container .illustration:nth-child(30) {
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
}
.home-content #intro .title-container .illustration:nth-child(31) {
  -webkit-transition-delay: 5.1s;
       -o-transition-delay: 5.1s;
          transition-delay: 5.1s;
}
.home-content #intro .title-container .illustration:nth-child(32) {
  -webkit-transition-delay: 5.2s;
       -o-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.home-content #intro .title-container .illustration:nth-child(33) {
  -webkit-transition-delay: 5.3s;
       -o-transition-delay: 5.3s;
          transition-delay: 5.3s;
}
.home-content #intro .title-container .illustration:nth-child(34) {
  -webkit-transition-delay: 5.4s;
       -o-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.home-content #intro .title-container .illustration:nth-child(35) {
  -webkit-transition-delay: 5.5s;
       -o-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.home-content #intro .title-container .illustration:nth-child(36) {
  -webkit-transition-delay: 5.6s;
       -o-transition-delay: 5.6s;
          transition-delay: 5.6s;
}
.home-content #intro .title-container .illustration:nth-child(37) {
  -webkit-transition-delay: 5.7s;
       -o-transition-delay: 5.7s;
          transition-delay: 5.7s;
}
.home-content #intro .title-container .illustration:nth-child(38) {
  -webkit-transition-delay: 5.8s;
       -o-transition-delay: 5.8s;
          transition-delay: 5.8s;
}
.home-content #intro .title-container .illustration:nth-child(39) {
  -webkit-transition-delay: 5.9s;
       -o-transition-delay: 5.9s;
          transition-delay: 5.9s;
}
.home-content #intro .title-container .illustration:nth-child(40) {
  -webkit-transition-delay: 6s;
       -o-transition-delay: 6s;
          transition-delay: 6s;
}
.home-content #intro .title-container .illustration:nth-child(41) {
  -webkit-transition-delay: 6.1s;
       -o-transition-delay: 6.1s;
          transition-delay: 6.1s;
}
.home-content #intro .title-container .illustration:nth-child(42) {
  -webkit-transition-delay: 6.2s;
       -o-transition-delay: 6.2s;
          transition-delay: 6.2s;
}
.home-content #intro .title-container .illustration:nth-child(43) {
  -webkit-transition-delay: 6.3s;
       -o-transition-delay: 6.3s;
          transition-delay: 6.3s;
}
.home-content #intro .title-container .illustration:nth-child(44) {
  -webkit-transition-delay: 6.4s;
       -o-transition-delay: 6.4s;
          transition-delay: 6.4s;
}
.home-content #intro .title-container .illustration:nth-child(45) {
  -webkit-transition-delay: 6.5s;
       -o-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
.home-content #intro .title-container .illustration:nth-child(46) {
  -webkit-transition-delay: 6.6s;
       -o-transition-delay: 6.6s;
          transition-delay: 6.6s;
}
.home-content #intro .title-container .illustration:nth-child(47) {
  -webkit-transition-delay: 6.7s;
       -o-transition-delay: 6.7s;
          transition-delay: 6.7s;
}
.home-content #intro .title-container .illustration:nth-child(48) {
  -webkit-transition-delay: 6.8s;
       -o-transition-delay: 6.8s;
          transition-delay: 6.8s;
}
.home-content #intro .title-container .illustration:nth-child(49) {
  -webkit-transition-delay: 6.9s;
       -o-transition-delay: 6.9s;
          transition-delay: 6.9s;
}
.home-content #intro .title-container .illustration:nth-child(50) {
  -webkit-transition-delay: 7s;
       -o-transition-delay: 7s;
          transition-delay: 7s;
}
.home-content #intro .title-container .illustration:nth-child(51) {
  -webkit-transition-delay: 7.1s;
       -o-transition-delay: 7.1s;
          transition-delay: 7.1s;
}
.home-content #intro .title-container .illustration:nth-child(52) {
  -webkit-transition-delay: 7.2s;
       -o-transition-delay: 7.2s;
          transition-delay: 7.2s;
}
.home-content #intro .title-container .illustration:nth-child(53) {
  -webkit-transition-delay: 7.3s;
       -o-transition-delay: 7.3s;
          transition-delay: 7.3s;
}
.home-content #intro .title-container .illustration:nth-child(54) {
  -webkit-transition-delay: 7.4s;
       -o-transition-delay: 7.4s;
          transition-delay: 7.4s;
}
.home-content #intro .title-container .illustration:nth-child(55) {
  -webkit-transition-delay: 7.5s;
       -o-transition-delay: 7.5s;
          transition-delay: 7.5s;
}
.home-content #intro .title-container .illustration:nth-child(56) {
  -webkit-transition-delay: 7.6s;
       -o-transition-delay: 7.6s;
          transition-delay: 7.6s;
}
.home-content #intro .title-container .illustration:nth-child(57) {
  -webkit-transition-delay: 7.7s;
       -o-transition-delay: 7.7s;
          transition-delay: 7.7s;
}
.home-content #intro .title-container .illustration:nth-child(58) {
  -webkit-transition-delay: 7.8s;
       -o-transition-delay: 7.8s;
          transition-delay: 7.8s;
}
.home-content #intro .title-container .illustration:nth-child(59) {
  -webkit-transition-delay: 7.9s;
       -o-transition-delay: 7.9s;
          transition-delay: 7.9s;
}
.home-content #intro .title-container .illustration:nth-child(60) {
  -webkit-transition-delay: 8s;
       -o-transition-delay: 8s;
          transition-delay: 8s;
}
.home-content #intro .title-container .illustration:nth-child(61) {
  -webkit-transition-delay: 8.1s;
       -o-transition-delay: 8.1s;
          transition-delay: 8.1s;
}
.home-content #intro .title-container .illustration:nth-child(62) {
  -webkit-transition-delay: 8.2s;
       -o-transition-delay: 8.2s;
          transition-delay: 8.2s;
}
.home-content #intro .title-container .illustration:nth-child(63) {
  -webkit-transition-delay: 8.3s;
       -o-transition-delay: 8.3s;
          transition-delay: 8.3s;
}
.home-content #intro .title-container .illustration:nth-child(64) {
  -webkit-transition-delay: 8.4s;
       -o-transition-delay: 8.4s;
          transition-delay: 8.4s;
}
.home-content #intro .title-container .illustration:nth-child(65) {
  -webkit-transition-delay: 8.5s;
       -o-transition-delay: 8.5s;
          transition-delay: 8.5s;
}
.home-content #intro .title-container .illustration:nth-child(66) {
  -webkit-transition-delay: 8.6s;
       -o-transition-delay: 8.6s;
          transition-delay: 8.6s;
}
.home-content #intro .title-container .illustration:nth-child(67) {
  -webkit-transition-delay: 8.7s;
       -o-transition-delay: 8.7s;
          transition-delay: 8.7s;
}
.home-content #intro .title-container .illustration:nth-child(68) {
  -webkit-transition-delay: 8.8s;
       -o-transition-delay: 8.8s;
          transition-delay: 8.8s;
}
.home-content #intro .title-container .illustration:nth-child(69) {
  -webkit-transition-delay: 8.9s;
       -o-transition-delay: 8.9s;
          transition-delay: 8.9s;
}
.home-content #intro .title-container .illustration:nth-child(70) {
  -webkit-transition-delay: 9s;
       -o-transition-delay: 9s;
          transition-delay: 9s;
}
.home-content.inStart #intro .title-container .illustration {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* #intro: about-container */
/* ------------------------------------- */
.home-content #intro .about-container {
  position: relative;
  padding-top: 12em;
  border-bottom: 4em solid #d1b88e;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container {
    padding-top: 24em;
  }
}
.home-content #intro .about-container .content {
  position: relative;
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .content {
    width: 63%;
  }
}
.home-content #intro .about-container .content::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/home/bgi_home_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.85;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .content::before {
    padding-top: 125%;
  }
}
.home-content #intro .about-container .content .symbol {
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .content .symbol {
    top: 16%;
  }
}
.home-content #intro .about-container .content .read {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .content .read {
    top: 38%;
  }
}
.home-content #intro .about-container .illustration {
  position: absolute;
}
.home-content #intro .about-container .illustration.cloud-01, .home-content #intro .about-container .illustration.cloud-02, .home-content #intro .about-container .illustration.cloud-03 {
  width: 12%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.cloud-01, .home-content #intro .about-container .illustration.cloud-02, .home-content #intro .about-container .illustration.cloud-03 {
    width: 20%;
  }
}
.home-content #intro .about-container .illustration.cloud-01 {
  top: 4%;
  left: 30%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.cloud-01 {
    top: 20%;
    left: 28%;
  }
}
.home-content #intro .about-container .illustration.cloud-02 {
  top: 30%;
  left: 16%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.cloud-02 {
    top: 38%;
    left: 4%;
  }
}
.home-content #intro .about-container .illustration.cloud-03 {
  top: 32%;
  left: 72%;
  -webkit-animation: sway-2 4s infinite;
          animation: sway-2 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.cloud-03 {
    top: 62%;
    left: 90%;
  }
}
.home-content #intro .about-container .illustration.parts, .home-content #intro .about-container .illustration.painter, .home-content #intro .about-container .illustration.plaster {
  bottom: 0;
}
.home-content #intro .about-container .illustration.parts {
  left: 52%;
  width: 22.25%;
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.parts {
    left: 45%;
    width: 40%;
  }
}
.home-content #intro .about-container .illustration.painter {
  right: 65.5%;
  width: 21%;
  -webkit-transform: translateY(10.5%) scaleX(-1);
      -ms-transform: translateY(10.5%) scaleX(-1);
          transform: translateY(10.5%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.painter {
    right: 70.75%;
    width: 38%;
  }
}
.home-content #intro .about-container .illustration.plaster {
  left: 70.25%;
  width: 12%;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}
@media screen and (max-width: 567px) {
  .home-content #intro .about-container .illustration.plaster {
    left: 79.25%;
    width: 21%;
  }
}

/* #takumi-life */
/* -------------------------------------------------------------------------- */
.home-content #takumi-life {
  padding-top: 8em;
  padding-bottom: 23em;
  background-image: url(../images/home/bgi_construction_01.svg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 110vw;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life {
    padding-bottom: 19.5em;
    background-size: 192vw;
  }
}

/* #takumi-life: slick-list */
/* ------------------------------------- */
.home-content #takumi-life .takumi-life-slide .slick-list {
  overflow: visible;
}
.home-content #takumi-life .takumi-life-slide .slick-prev,
.home-content #takumi-life .takumi-life-slide .slick-next {
  position: absolute;
  top: 50%;
}
.home-content #takumi-life .takumi-life-slide .slick-prev {
  left: 15%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slick-prev {
    left: 12%;
  }
}
.home-content #takumi-life .takumi-life-slide .slick-next {
  right: 15%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slick-next {
    right: 12%;
  }
}

/* #takumi-life: takumi-life-slide */
/* ------------------------------------- */
.home-content #takumi-life .takumi-life-slide {
  width: 100%;
  margin: 0 auto;
}
.home-content #takumi-life .takumi-life-slide .slide-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 77.5%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #a6cde6;
  border-radius: 2vw;
  text-decoration: none;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slide-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-content #takumi-life .takumi-life-slide .slide-item .image {
  overflow: hidden;
}
@media all and (min-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slide-item .image {
    width: 50%;
  }
  .home-content #takumi-life .takumi-life-slide .slide-item .image img {
    width: 150%;
    margin-left: -25%;
  }
}
.home-content #takumi-life .takumi-life-slide .slide-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media all and (min-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slide-item .content {
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slide-item .content {
    width: 100%;
    padding: 3em 0;
  }
}
.home-content #takumi-life .takumi-life-slide .daiichi-symbol {
  margin-bottom: 1.5em;
}
.home-content #takumi-life .takumi-life-slide .cloud-number {
  font-size: 1.5em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .cloud-number {
    position: absolute;
    top: 2em;
    left: 3em;
  }
}
.home-content #takumi-life .takumi-life-slide .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  color: #000;
}
.home-content #takumi-life .takumi-life-slide .title .primary {
  font-size: 3em;
}
.home-content #takumi-life .takumi-life-slide .title .secondary {
  font-size: 1.5em;
}
.home-content #takumi-life .takumi-life-slide .read {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  color: #000;
}
.home-content #takumi-life .takumi-life-slide .link .button {
  background-color: #435bff;
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .link .button {
    font-size: 2em;
  }
}
@media all and (min-width: 567px) {
  .home-content #takumi-life .takumi-life-slide .slide-item--rebarwork .image img {
    width: 150%;
    margin-left: -40%;
  }
}

/* #takumi-life: illustration */
/* ------------------------------------- */
.home-content #takumi-life .illustration {
  position: absolute;
  bottom: 0;
}
.home-content #takumi-life .illustration.muscle-builder {
  left: 32%;
  width: 18%;
  -webkit-transform: translateY(21.25%);
      -ms-transform: translateY(21.25%);
          transform: translateY(21.25%);
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .illustration.muscle-builder {
    left: 18%;
    width: 32%;
  }
}
.home-content #takumi-life .illustration.carpenter {
  left: 64%;
  width: 18%;
  -webkit-transform: translateY(19.75%) scaleX(-1);
      -ms-transform: translateY(19.75%) scaleX(-1);
          transform: translateY(19.75%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #takumi-life .illustration.carpenter {
    left: 60%;
    width: 32%;
  }
}

/* #kawaru-genba */
/* -------------------------------------------------------------------------- */
.home-content #kawaru-genba {
  height: 80vw;
  overflow: hidden;
  padding-top: 13em;
  background-color: #435bff;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba {
    height: 192vw;
    padding-top: 18em;
  }
}
.home-content #kawaru-genba::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 4vw;
  background-image: url(../images/home/bgi_ground_01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 101%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba::after {
    height: 7.5vw;
    background-size: 180%;
  }
}

/* #kawaru-genba: section-header */
/* ------------------------------------- */
.home-content #kawaru-genba .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-content #kawaru-genba .section-header .title {
  width: 22.5%;
  font-size: 2.4em;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .section-header .title {
    width: 45%;
    font-size: 3.2em;
  }
}
.home-content #kawaru-genba .section-header .read {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2em;
  color: #fff;
}
.home-content #kawaru-genba .section-header .link .button {
  background-color: #fff;
  font-size: 1.8em;
  color: #435bff;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .section-header .link .button {
    font-size: 2.2em;
  }
}

/* #kawaru-genba: illustration */
/* ------------------------------------- */
.home-content #kawaru-genba .illustration {
  position: absolute;
}
.home-content #kawaru-genba .illustration.cloud-01, .home-content #kawaru-genba .illustration.cloud-02, .home-content #kawaru-genba .illustration.cloud-03 {
  width: 9.6%;
  opacity: 0.6;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.cloud-01, .home-content #kawaru-genba .illustration.cloud-02, .home-content #kawaru-genba .illustration.cloud-03 {
    width: 17%;
  }
}
.home-content #kawaru-genba .illustration.cloud-01 {
  top: 7.25%;
  left: 28.25%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.cloud-01 {
    top: 10%;
    left: 30.25%;
  }
}
.home-content #kawaru-genba .illustration.cloud-02 {
  top: 20%;
  left: 17%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.cloud-02 {
    top: 20%;
    left: 2.5%;
  }
}
.home-content #kawaru-genba .illustration.cloud-03 {
  top: 40.25%;
  left: 74.5%;
  -webkit-animation: sway-2 4s infinite;
          animation: sway-2 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.cloud-03 {
    top: 38%;
    left: 78.25%;
  }
}
.home-content #kawaru-genba .illustration.drone-01 {
  top: 30.5%;
  left: 8.5%;
  width: 10.5%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.drone-01 {
    top: 6.25%;
    left: 8.25%;
    width: 18.5%;
  }
}
.home-content #kawaru-genba .illustration.drone-02 {
  top: 9.5%;
  left: 72.25%;
  width: 10.5%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.drone-02 {
    top: 48.5%;
    left: 73%;
    width: 18.5%;
  }
}
.home-content #kawaru-genba .illustration.slide-crane {
  bottom: -3.5%;
  left: 1%;
  width: 47%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.slide-crane {
    bottom: 0;
    left: -13%;
    width: 85%;
  }
}
.home-content #kawaru-genba .illustration.robot {
  bottom: -5%;
  left: 65.5%;
  width: 34%;
  -webkit-animation: slide-robot 4s linear infinite;
          animation: slide-robot 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.robot {
    left: 64%;
    width: 66%;
  }
}
.home-content #kawaru-genba .illustration.plaster {
  bottom: 0%;
  left: -1.5%;
  width: 14.5%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.plaster {
    display: none;
  }
}
.home-content #kawaru-genba .illustration.family {
  bottom: -2%;
  left: 8%;
  width: 24%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.family {
    left: 15.5%;
    width: 44%;
  }
}
.home-content #kawaru-genba .illustration.worker-woman {
  bottom: -1.5%;
  left: 23.5%;
  width: 23%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.worker-woman {
    left: -14%;
    width: 42%;
  }
}
.home-content #kawaru-genba .illustration.drone-explorer {
  bottom: -1.5%;
  left: 42.5%;
  width: 24%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.drone-explorer {
    left: 40%;
    width: 44%;
  }
}
.home-content #kawaru-genba .illustration.bicycle-walker {
  bottom: -1.5%;
  left: 56%;
  width: 24%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.bicycle-walker {
    bottom: -1.5%;
    left: 63.25%;
    width: 44%;
  }
}
.home-content #kawaru-genba .illustration.yoga {
  bottom: -2%;
  left: 89.5%;
  width: 16%;
}
@media screen and (max-width: 567px) {
  .home-content #kawaru-genba .illustration.yoga {
    display: none;
  }
}

/* #takumi-report */
/* -------------------------------------------------------------------------- */
.home-content #takumi-report {
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 20em;
  background-color: #dadada;
}

/* #takumi-report: section-header */
/* ------------------------------------- */
.home-content #takumi-report .section-header {
  position: relative;
  text-align: center;
}
.home-content #takumi-report .section-header .paint-title {
  position: relative;
}
.home-content #takumi-report .section-header .paint-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 120%;
  height: 16vw;
  background-image: url(../images/home/bgi_paint-title_01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .section-header .paint-title::before {
    width: 240%;
    height: 32vw;
  }
}
.home-content #takumi-report .section-header .paint-title .title {
  position: relative;
  width: 22%;
  margin: 0 auto;
  padding: 6.666vw 0;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .section-header .paint-title .title {
    width: 44%;
    padding: 13.333vw 0;
    margin: 0 0 0 10em;
  }
}
.home-content #takumi-report .section-header .paint-title.os-item::before {
  right: 100%;
  -webkit-transition: 1s right ease-out;
  -o-transition: 1s right ease-out;
  transition: 1s right ease-out;
}
.home-content #takumi-report .section-header .paint-title.os-item .title {
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-out 1s;
  -o-transition: 0.4s opacity ease-out 1s;
  transition: 0.4s opacity ease-out 1s;
}
.home-content #takumi-report .section-header .paint-title.os-item.on-screen::before {
  right: -11%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .section-header .paint-title.os-item.on-screen::before {
    right: -58%;
  }
}
.home-content #takumi-report .section-header .paint-title.os-item.on-screen .title {
  opacity: 1;
}
.home-content #takumi-report .section-header .read {
  font-size: 2em;
}

/* #takumi-report: takumi-report-slide */
/* ------------------------------------- */
.home-content #takumi-report .takumi-report-slide .slide-item {
  padding: 2.5em;
}
.home-content #takumi-report .takumi-report-slide .slide-item a {
  display: block;
  overflow: hidden;
  border-radius: 1.25em;
  background-color: #fff;
  text-decoration: none;
}
.home-content #takumi-report .takumi-report-slide .image {
  position: relative;
}
.home-content #takumi-report .takumi-report-slide .image .number {
  position: absolute;
  top: 1em;
  left: 1em;
}
.home-content #takumi-report .takumi-report-slide .image .number .base {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
}
.home-content #takumi-report .takumi-report-slide .image .number .base::before, .home-content #takumi-report .takumi-report-slide .image .number .base::after {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  background-color: #fff;
  border-radius: 50%;
}
.home-content #takumi-report .takumi-report-slide .image .number .base::after {
  margin-left: -2em;
}
.home-content #takumi-report .takumi-report-slide .image .number .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  line-height: 1.2;
}
.home-content #takumi-report .takumi-report-slide .image .number .text .primary {
  font-size: 0.75em;
}
.home-content #takumi-report .takumi-report-slide .image .number .text .secondary {
  font-size: 1.5em;
}
.home-content #takumi-report .takumi-report-slide .content {
  padding: 2em 1em;
  text-align: center;
  line-height: 1.6;
}
.home-content #takumi-report .takumi-report-slide .content .catch {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.4;
  color: #f55223;
}
.home-content #takumi-report .takumi-report-slide .content .title {
  min-height: 6em;
  margin-bottom: 2em;
  font-size: 1em;
  color: #000;
}
.home-content #takumi-report .takumi-report-slide .content .title .big {
  font-size: 150%;
}
.home-content #takumi-report .takumi-report-slide .content .status {
  font-size: 1.5em;
  color: #000;
}
.home-content #takumi-report .takumi-report-slide .content .link .button {
  background-color: #f55223;
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .takumi-report-slide .content .link .button {
    font-size: 2em;
  }
}

.toggle-title {
  position: relative;
  width: 100%;
}
.toggle-title__item {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: toggle-title 6s linear infinite;
          animation: toggle-title 6s linear infinite;
}
.toggle-title__item:nth-last-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes toggle-title {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes toggle-title {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* report-content */
/* ------------------------------------- */
.report-content {
  display: none;
  overflow: hidden;
  border-radius: 1.5em;
  max-width: 720px !important;
  padding: 0 !important;
}
.report-content .content {
  padding: 3em;
}
.report-content .content .daiichi-symbol {
  display: table;
  margin: 0 auto 1.5em;
}
.report-content .content .catch {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.5em;
  line-height: 1.4;
  color: #f55223;
}
.report-content .content .title {
  text-align: center;
  font-size: 2em;
}
.report-content .content .status {
  text-align: center;
  font-size: 1.25em;
}
.report-content .content .read {
  font-size: 1.5em;
}

/* #takumi-report: illustration */
/* ------------------------------------- */
.home-content #takumi-report .illustration {
  position: absolute;
}
.home-content #takumi-report .illustration.parts {
  bottom: 0;
  left: 11%;
  width: 32%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .illustration.parts {
    left: -23%;
    width: 60%;
  }
}
.home-content #takumi-report .illustration.hammer {
  bottom: -8.5%;
  left: 63%;
  width: 10.75%;
  -webkit-transform: scaleX(-1) rotate(-82deg);
      -ms-transform: scaleX(-1) rotate(-82deg);
          transform: scaleX(-1) rotate(-82deg);
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .illustration.hammer {
    bottom: -7.5%;
    left: 60%;
    width: 19%;
  }
}
.home-content #takumi-report .illustration.helmet {
  bottom: 0;
  left: 60%;
  width: 17.5%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-report .illustration.helmet {
    left: 53.75%;
    width: 32%;
  }
}

/* profile-block */
/* ------------------------------------- */
.profile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  margin: 5em auto;
  padding: 3em;
  border-radius: 1.5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 567px) {
  .profile-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-block__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile-block__title {
  position: relative;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}
@media screen and (max-width: 567px) {
  .profile-block__title {
    font-size: 2em;
  }
}
.profile-block__title::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 1px) auto auto 4em;
  width: 4em;
  height: 2px;
  background-color: #a3a2a2;
}
.profile-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.profile-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
}
.profile-block__image {
  margin: 0;
  width: 8.5em;
}
.profile-block__image img {
  border-radius: 50%;
}
.profile-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: calc(100% - 10em);
}
@media screen and (max-width: 567px) {
  .profile-block__content {
    font-size: 1.25em;
  }
}
.profile-block__company {
  white-space: nowrap;
  font-size: 1.25em;
}
.profile-block__name {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5em;
}
.profile-block__read {
  text-align: justify;
}

/* #takumi-sugowaza */
/* -------------------------------------------------------------------------- */
.home-content #takumi-sugowaza {
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 10em;
  background-color: #a6cde6;
}

/* #takumi-sugowaza: sugowaza-container */
/* ------------------------------------- */
.home-content #takumi-sugowaza .sugowaza-container {
  position: relative;
  width: 80%;
  height: 107vw;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container {
    width: 90%;
    height: 274vw;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item {
  position: absolute;
  padding: 2em;
  width: 33.333%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .sugowaza-item {
    width: 50%;
    padding: 1.666em;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item .wrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25em;
  background-color: #fff;
  color: #000;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item .wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item.horizontal {
  width: 66.666%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .sugowaza-item.horizontal {
    width: 100%;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item.horizontal .wrapper::before {
  padding-top: 46%;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item.vertical .wrapper::before {
  padding-top: 219%;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item .number {
  position: absolute;
  top: 0;
  left: 0.75em;
  z-index: 1;
  width: 1.5em;
  border-radius: 0 0 1.5em 1.5em;
  background-color: #435bff;
  text-align: center;
  font-size: 2em;
  line-height: 2;
  color: #fff;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item .title {
  position: absolute;
  top: 0.5em;
  left: 3em;
  font-size: 1.75em;
  line-height: 1.5;
}
.home-content #takumi-sugowaza .sugowaza-container .sugowaza-item .illustration {
  position: absolute;
}
.home-content #takumi-sugowaza .sugowaza-container .item-01 {
  top: 0;
  left: 0;
}
.home-content #takumi-sugowaza .sugowaza-container .item-01 .illustration {
  top: 30%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  width: 52.5%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-02 {
  top: 0;
  left: 33.333%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-02 {
    left: 50%;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-02 .illustration {
  top: 76%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 160%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-03 {
  top: 0;
  left: 66.666%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-03 {
    top: 16.666%;
    left: 0%;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-03 .illustration {
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 42%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-04 {
  top: 25%;
  left: 0;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-04 {
    top: 16.666%;
    left: 50%;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-04 .illustration {
  top: 60%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 65%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-05 {
  top: 25%;
  left: 33.333%;
  width: 66.666%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-05 {
    top: 33.333%;
    left: 0;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-05 .illustration {
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-06 {
  top: 50%;
  left: 0;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-06 {
    top: 50%;
    left: 0;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-06 .illustration {
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 40%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-07 {
  top: 50%;
  left: 33.333%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-07 {
    top: 66.666%;
    left: 0;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-07 .illustration {
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 75%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-08 {
  top: 50%;
  left: 66.666%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-08 {
    top: 50%;
    left: 50%;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-08 .illustration {
  top: 47.5%;
  left: 132%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-09 {
  top: 75%;
  left: 0;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-sugowaza .sugowaza-container .item-09 {
    top: 83.333%;
    left: 0;
  }
}
.home-content #takumi-sugowaza .sugowaza-container .item-09 .illustration.cloud-01 {
  top: 28%;
  left: 4%;
  width: 15%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-09 .illustration.cloud-02 {
  top: 68%;
  left: 70%;
  width: 15%;
}
.home-content #takumi-sugowaza .sugowaza-container .item-09 .illustration.crane {
  top: 88%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76%;
}

.home-content.isnt-touch #takumi-sugowaza .sugowaza-container .hover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #435bff;
  text-align: center;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container .hover-content .catch {
  margin: 1.5em 0 1em 0.5em;
  font-size: 2em;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .home-content.isnt-touch #takumi-sugowaza .sugowaza-container .hover-content .catch {
    font-size: 1.5em;
  }
}
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container .hover-content .link .button {
  background-color: #000;
  font-size: 1.5em;
  color: #fff;
}
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container a:focus .number,
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container a:hover .number {
  background-color: #fff;
  color: #435bff;
}
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container a:focus .hover-content,
.home-content.isnt-touch #takumi-sugowaza .sugowaza-container a:hover .hover-content {
  top: 0;
}

.home-content.is-touch #takumi-sugowaza .sugowaza-container .hover-content {
  display: none;
}

/* sugowaza-content (modal window) */
/* ------------------------------------- */
.home-content .fancybox-content {
  overflow: hidden;
  padding: 3em;
  border-radius: 1.5em;
}
@media all and (min-width: 567px) {
  .home-content .fancybox-content {
    width: 60%;
  }
}
@media screen and (max-width: 567px) {
  .home-content .fancybox-content {
    padding: 3em;
  }
}
.home-content .sugowaza-content {
  display: none;
}
.home-content .sugowaza-content .close-button {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.home-content .sugowaza-content .close-button::before, .home-content .sugowaza-content .close-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6em;
  height: 0.2em;
  border-radius: 0.1em;
  background-color: #435bff;
}
.home-content .sugowaza-content .close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.home-content .sugowaza-content .close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.home-content.isnt-touch .sugowaza-content .close-button {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.home-content.isnt-touch .sugowaza-content .close-button::before, .home-content.isnt-touch .sugowaza-content .close-button::after {
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.home-content.isnt-touch .sugowaza-content .close-button:focus, .home-content.isnt-touch .sugowaza-content .close-button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.home-content.isnt-touch .sugowaza-content .close-button:focus::before, .home-content.isnt-touch .sugowaza-content .close-button:focus::after, .home-content.isnt-touch .sugowaza-content .close-button:hover::before, .home-content.isnt-touch .sugowaza-content .close-button:hover::after {
  width: 1.8em;
}

/* sugowaza-content */
@media all and (min-width: 567px) {
  .home-content .sugowaza-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-content .sugowaza-content .number {
  position: absolute;
  top: 0;
  left: 0.75em;
  width: 1.5em;
  border-radius: 0 0 1.5em 1.5em;
  background-color: #435bff;
  text-align: center;
  font-size: 2.5em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .number {
    font-size: 3em;
  }
}
.home-content .sugowaza-content .title {
  position: absolute;
  top: 0.5em;
  left: 3.25em;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .title {
    font-size: 2.5em;
  }
}
.home-content .sugowaza-content .image {
  position: relative;
  text-align: center;
}
@media all and (min-width: 567px) {
  .home-content .sugowaza-content .image {
    width: 48%;
  }
  .home-content .sugowaza-content .image img {
    position: absolute;
  }
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .image {
    margin: 6em 0 3em;
    overflow: hidden;
  }
}
.home-content .sugowaza-content .content {
  position: relative;
}
@media all and (min-width: 567px) {
  .home-content .sugowaza-content .content {
    width: 48%;
    padding-top: 15em;
  }
}
.home-content .sugowaza-content .content .symbol {
  position: absolute;
  top: 3.5em;
  right: 0.5em;
  width: 40%;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .content .symbol {
    top: 0;
    right: 0;
    width: 20%;
  }
}
.home-content .sugowaza-content .content .catch {
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .content .catch {
    font-size: 3em;
  }
}
.home-content .sugowaza-content .content .read {
  font-size: 1.25em;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content .content .read {
    font-size: 1.75em;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-toso .image img {
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    width: 150%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-toso .image img {
    width: 100%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: -25% 0;
  }
}

#sugowaza-daiku .image img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (min-width: 567px) {
  #sugowaza-daiku .image img {
    right: -10%;
    bottom: -15%;
    width: 150%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-daiku .image img {
    width: 90%;
    margin: -15% 0 -15% 12.55%;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-cloth .image img {
    bottom: -5%;
    left: -25%;
    width: 150%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-cloth .image img {
    width: 100%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: -25% 0;
  }
}

#sugowaza-sakan .image img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (min-width: 567px) {
  #sugowaza-sakan .image img {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-sakan .image img {
    width: 60%;
    margin: -2.5% 0;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-sealing .image img {
    top: 62%;
    left: 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(-1);
    width: 150%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-sealing .image img {
    width: 90%;
    margin: -20% 0 -30%;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-bankin .image img {
    bottom: -5%;
    left: -20%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 135%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-bankin .image img {
    width: 100%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: -25% 0;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-bankin .content .catch {
    font-size: 2.75em;
  }
}

#sugowaza-tobi .image img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (min-width: 567px) {
  #sugowaza-tobi .image img {
    left: -10%;
    bottom: 0;
    width: 125%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-tobi .image img {
    width: 75%;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-katawaku .image img {
    right: 0;
    bottom: 0;
    width: 150%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-katawaku .image img {
    width: 75%;
  }
}

@media all and (min-width: 567px) {
  #sugowaza-crane .image img {
    bottom: -4em;
    left: -32%;
    width: 128%;
  }
}
@media screen and (max-width: 567px) {
  #sugowaza-crane .image img {
    width: 80%;
    margin-bottom: -30%;
  }
}

/* ========================================================================== */
/* Takumi Life content */
/* ========================================================================== */
/* page-main */
/* -------------------------------------------------------------------------- */
.takumi-life-content .page-main {
  background-color: #dadada;
  background-image: url(../images/takumi-life/common/bgi_construction_01.svg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 110vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-main {
    background-size: 192vw;
  }
}

/* page-section */
/* -------------------------------------------------------------------------- */
.takumi-life-content .page-section {
  position: relative;
  padding: 10em 0;
}
.takumi-life-content .page-section .illustration {
  position: absolute;
}

/* page-footer */
/* -------------------------------------------------------------------------- */
.takumi-life-content .page-footer {
  position: relative;
  overflow: hidden;
  padding: 10em 0 20em;
  background-color: #dadada;
}
.takumi-life-content .page-footer .illustration {
  position: absolute;
  bottom: 0;
}
.takumi-life-content .page-footer .illustration.home {
  left: 8%;
  -webkit-transform: translateY(12.5%);
      -ms-transform: translateY(12.5%);
          transform: translateY(12.5%);
  width: 10%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-footer .illustration.home {
    left: -8%;
    width: 20%;
  }
}
.takumi-life-content .page-footer .illustration.yoga {
  left: 24%;
  -webkit-transform: translateY(12.5%);
      -ms-transform: translateY(12.5%);
          transform: translateY(12.5%);
  width: 10%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-footer .illustration.yoga {
    left: 8%;
    width: 20%;
  }
}
.takumi-life-content .page-footer .illustration.family {
  left: 36%;
  -webkit-transform: translateY(10%) scaleX(-1);
      -ms-transform: translateY(10%) scaleX(-1);
          transform: translateY(10%) scaleX(-1);
  width: 15%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-footer .illustration.family {
    left: 26%;
    width: 30%;
  }
}
.takumi-life-content .page-footer .illustration.muscle-builder {
  left: 60%;
  -webkit-transform: translateY(21%);
      -ms-transform: translateY(21%);
          transform: translateY(21%);
  width: 15%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-footer .illustration.muscle-builder {
    left: 52%;
    width: 30%;
  }
}
.takumi-life-content .page-footer .illustration.bicycle {
  left: 72%;
  -webkit-transform: translateY(21.5%) scaleX(-1);
      -ms-transform: translateY(21.5%) scaleX(-1);
          transform: translateY(21.5%) scaleX(-1);
  width: 18%;
  bottom: -2%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .page-footer .illustration.bicycle {
    left: 75%;
    width: 38%;
    bottom: -1.25%;
  }
}

/* section-title */
/* -------------------------------------------------------------------------- */
.takumi-life-content .section-title {
  position: relative;
  margin-bottom: 2em;
  text-align: center;
  font-size: 4em;
  line-height: 1.2;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .section-title {
    font-size: 4em;
  }
}

/* block-title */
/* -------------------------------------------------------------------------- */
.takumi-life-content .block-title {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 3.25em;
  background-color: #f55223;
  border-radius: 1.5em;
  font-size: 1.5em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .block-title {
    width: 90%;
    font-size: 1.75em;
  }
}
.takumi-life-content .block-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.7em;
  width: 2.1em;
  height: 1.5em;
  background-image: url(../images/takumi-life/common/bgi_speech-balloon_01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.takumi-life-content .block-title .q {
  position: absolute;
  top: 0.9em;
  left: 1em;
  width: 1.5em;
}

/* content-index */
/* -------------------------------------------------------------------------- */
.takumi-life-content .content-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-index {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
}
.takumi-life-content .content-index .index-item {
  position: relative;
  width: 20%;
  margin: 2.5em 2.5% 0 2.5%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-index .index-item {
    width: 40%;
    margin: 2.5em 5% 0 5%;
  }
  .takumi-life-content .content-index .index-item:nth-child(n+3) {
    margin-top: 10em;
  }
}
.takumi-life-content .content-index .index-item a {
  text-decoration: none;
}
.takumi-life-content .content-index .daiichi-symbol {
  margin-bottom: 1.5em;
  font-size: 0.8em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-index .daiichi-symbol {
    font-size: 1em;
  }
}
.takumi-life-content .content-index .cloud-number {
  margin: 0 auto 1em;
}
.takumi-life-content .content-index .image {
  margin-bottom: 1.5em;
  position: relative;
}
.takumi-life-content .content-index .image img {
  position: relative;
  border-radius: 1em;
}
.takumi-life-content .content-index .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b400;
  border-radius: 1.5em;
}
.takumi-life-content .content-index .title {
  text-align: center;
  font-size: 1em;
  white-space: nowrap;
  font-size: 1.8em;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-index .title {
    font-size: 2.4em;
  }
}
.takumi-life-content .content-index .title .age {
  font-size: 75%;
}
.takumi-life-content .content-index .title .age.value {
  color: #00b400;
}

/* content-index: hover */
/* ------------------------------------- */
.takumi-life-content.isnt-touch .content-index .image img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.takumi-life-content.isnt-touch .content-index a:focus .image img,
.takumi-life-content.isnt-touch .content-index a:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* content-index: current */
/* ------------------------------------- */
.takumi-life-content.sealing-content .content-index .index-item.sealing .image::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #00b400;
}

.takumi-life-content.formwork-content .content-index .index-item.formwork .image::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #00b400;
}

.takumi-life-content.steeplejack-content .content-index .index-item.steeplejack .image::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #00b400;
}

.takumi-life-content.plasterer-content .content-index .index-item.plasterer .image::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #00b400;
}

.takumi-life-content.pipework-content .content-index .index-item.pipework .image::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #00b400;
}

/* #intro */
/* -------------------------------------------------------------------------- */
.takumi-life-content #intro {
  position: relative;
  padding-top: 12em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro {
    padding-top: 8em;
  }
}

/* #intro: page-title */
/* ------------------------------------- */
.takumi-life-content #intro .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45vw;
  height: 11.25vw;
  margin: 0 auto 5em;
  background-image: url(../images/takumi-life/common/bgi_page-title_01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .page-title {
    width: 80vw;
    height: 20vw;
  }
}
.takumi-life-content #intro .page-title .title {
  width: 45%;
}

/* #intro: visual */
/* ------------------------------------- */
.takumi-life-content #intro .visual {
  position: relative;
  width: 75vw;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 1.5em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .visual {
    width: 90vw;
  }
}
.takumi-life-content #intro .visual::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .visual::before {
    content: none;
  }
}
.takumi-life-content #intro .visual .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .visual .image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

/* #intro: title-block */
/* ------------------------------------- */
.takumi-life-content #intro .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 32.75em;
  left: 15vw;
  width: 22em;
  height: 33em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .title-block {
    position: relative;
    top: auto;
    left: auto;
  }
}
.takumi-life-content #intro .title-block .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.takumi-life-content #intro .title-block .base::before, .takumi-life-content #intro .title-block .base::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 22em;
  height: 22em;
  border-radius: 50%;
  background-color: #fff;
}
.takumi-life-content #intro .title-block .base::before {
  top: 0;
}
.takumi-life-content #intro .title-block .base::after {
  bottom: 0;
}
.takumi-life-content #intro .title-block .number {
  position: relative;
  width: 5em;
  margin-bottom: 2.5em;
}
.takumi-life-content #intro .title-block .daiichi-symbol {
  margin-bottom: 2em;
  font-size: 0.75em;
}
.takumi-life-content #intro .title-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.takumi-life-content #intro .title-block .title .text {
  margin-bottom: 0.25em;
  font-size: 3em;
  line-height: 1;
}
.takumi-life-content #intro .title-block .title .age {
  font-size: 1.5em;
}
.takumi-life-content #intro .title-block .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}
.takumi-life-content #intro .title-block .profile .company {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.takumi-life-content #intro .title-block .profile .name {
  font-size: 1.5em;
}

/* #intro: content */
/* ------------------------------------- */
.takumi-life-content #intro .content {
  width: 40%;
  margin: 3em auto 0;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .content {
    margin: 0;
  }
}
.takumi-life-content #intro .content .read {
  position: relative;
  font-size: 1.25em;
  line-height: 1.8;
  color: #f55223;
}
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .content .read {
    width: 100%;
    font-size: 1.75em;
  }
}

/* #intro: wrapper */
/* ------------------------------------- */
@media screen and (max-width: 567px) {
  .takumi-life-content #intro .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90vw;
    margin: 3em auto 0;
  }
  .takumi-life-content #intro .wrapper .content {
    width: 45%;
  }
}

/* content-wrapper */
/* -------------------------------------------------------------------------- */
.takumi-life-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}
.takumi-life-content .content-wrapper .image {
  position: relative;
  width: 40%;
}
.takumi-life-content .content-wrapper .image img {
  border-radius: 1.5em;
}
@media all and (min-width: 567px) {
  .takumi-life-content .content-wrapper .image img + img {
    margin-top: 2em;
  }
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper .image {
    width: 100%;
    margin-bottom: 10em;
  }
  .takumi-life-content .content-wrapper .image img {
    width: 48%;
  }
  .takumi-life-content .content-wrapper .image img + img {
    margin-left: 4%;
  }
}
.takumi-life-content .content-wrapper .content {
  width: 55%;
  padding: 0 2.5%;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper .content {
    width: 100%;
    padding: 0;
  }
}
.takumi-life-content .content-wrapper + .content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 10em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper + .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.takumi-life-content .content-wrapper .block-section + .block-section {
  margin-top: 5em;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper .block-section + .block-section {
    margin-top: 10em;
  }
}
.takumi-life-content .content-wrapper .read {
  position: relative;
  margin-bottom: 0;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 1.5em;
  font-size: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .takumi-life-content .content-wrapper .read {
    width: 90%;
    margin-left: 10%;
    font-size: 1.75em;
  }
}
.takumi-life-content .content-wrapper .read::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -0.7em;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 2.1em;
  height: 1.5em;
  background-image: url(../images/takumi-life/common/bgi_speech-balloon_02.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}

/* sealing-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.sealing-content #intro .visual .image {
  -webkit-transform: translate(-50%, -46%);
      -ms-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}
.takumi-life-content.sealing-content .page-section .illustration.measure {
  top: -4vw;
  left: 69vw;
  width: 36vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.measure {
    top: -8vw;
    left: 56vw;
    width: 48vw;
  }
}
.takumi-life-content.sealing-content .page-section .illustration.sealing-gun {
  top: 64vw;
  left: 14vw;
  width: 38vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.sealing-gun {
    top: 154vw;
    left: 5vw;
    width: 60vw;
  }
}
.takumi-life-content.sealing-content .page-section .illustration.brush {
  top: 140vw;
  left: 62vw;
  width: 30vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.brush {
    top: 296vw;
    left: 70vw;
    width: 36vw;
  }
}
.takumi-life-content.sealing-content .page-section .illustration.chisel {
  top: 140vw;
  left: -10vw;
  width: 60vw;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.chisel {
    top: 470vw;
    left: -16vw;
    width: 80vw;
  }
}
.takumi-life-content.sealing-content .page-section .illustration.car {
  top: 72vw;
  left: -6vw;
  width: 20vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.car {
    top: 84vw;
    left: 74vw;
    width: 32vw;
  }
}
.takumi-life-content.sealing-content .page-section .illustration.roller {
  top: 60vw;
  left: 16vw;
  width: 32vw;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.roller {
    top: 145vw;
    left: 3vw;
    width: 60vw;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.takumi-life-content.sealing-content .page-section .illustration.pruning-shears {
  top: 74vw;
  left: 74vw;
  width: 32vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.pruning-shears {
    top: 230vw;
    left: 36vw;
    width: 48vw;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.takumi-life-content.sealing-content .page-section .illustration.cutter {
  top: 108vw;
  left: 9vw;
  width: 36vw;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.sealing-content .page-section .illustration.cutter {
    top: 351vw;
    left: 6vw;
    width: 55vw;
  }
}

/* formwork-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.formwork-content .page-section .illustration.hammer {
  top: -2vw;
  left: 66vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.hammer {
    top: -16vw;
    left: 46vw;
    width: 48vw;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.takumi-life-content.formwork-content .page-section .illustration.pilers {
  top: 74vw;
  left: 24vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.pilers {
    top: 185vw;
    left: 62vw;
    width: 48vw;
  }
}
.takumi-life-content.formwork-content .page-section .illustration.formworker {
  top: 120vw;
  left: 6vw;
  width: 32vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.formworker {
    top: 240vw;
    left: -2vw;
    width: 56vw;
  }
}
.takumi-life-content.formwork-content .page-section .illustration.helmet {
  top: -8vw;
  left: 42vw;
  width: 16vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.helmet {
    top: -12vw;
    left: 36vw;
    width: 28vw;
  }
}
.takumi-life-content.formwork-content .page-section .illustration.measure {
  top: 60vw;
  left: 6vw;
  width: 32vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.measure {
    top: 144vw;
    left: 48vw;
    width: 48vw;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.takumi-life-content.formwork-content .page-section .illustration.digger {
  top: 111.5vw;
  left: 12vw;
  width: 40vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.formwork-content .page-section .illustration.digger {
    top: 292vw;
    left: -9vw;
    width: 108vw;
  }
}

/* steeplejack-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.steeplejack-content .page-section .illustration.helmet {
  top: -4vw;
  left: 70vw;
  width: 16vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.helmet {
    top: -10vw;
    left: 60vw;
    width: 28vw;
  }
}
.takumi-life-content.steeplejack-content .page-section .illustration.worker-man {
  top: 74vw;
  left: 16vw;
  width: 24vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.worker-man {
    top: 176vw;
    left: 60vw;
    width: 48vw;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.takumi-life-content.steeplejack-content .page-section .illustration.parts {
  top: 142.35vw;
  left: 28vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.parts {
    top: 426.3vw;
    left: 62vw;
    width: 48vw;
  }
}
.takumi-life-content.steeplejack-content .page-section .illustration.pilers {
  top: -10vw;
  left: 16vw;
  width: 24vw;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.pilers {
    top: -12vw;
    left: -10vw;
    width: 48vw;
  }
}
.takumi-life-content.steeplejack-content .page-section .illustration.worker-woman {
  top: 76vw;
  left: 16vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.worker-woman {
    top: 264vw;
    left: -12vw;
    width: 48vw;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.takumi-life-content.steeplejack-content .page-section .illustration.crane {
  top: 162vw;
  left: 48vw;
  width: 48vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.steeplejack-content .page-section .illustration.crane {
    top: 448vw;
    left: 3vw;
    width: 128vw;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

/* plasterer-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.plasterer-content .page-section .illustration.spatula {
  top: -4vw;
  left: 64vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.spatula {
    top: -12vw;
    left: 52vw;
    width: 40vw;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.takumi-life-content.plasterer-content .page-section .illustration.plaster-1 {
  top: 80vw;
  left: 26vw;
  width: 24vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.plaster-1 {
    top: 166vw;
    left: 27vw;
    width: 48vw;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.takumi-life-content.plasterer-content .page-section .illustration.car {
  top: 116vw;
  left: -8vw;
  width: 20vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.car {
    top: 324vw;
    left: 62vw;
    width: 36vw;
  }
}
.takumi-life-content.plasterer-content .page-section .illustration.brush {
  top: -13vw;
  left: 38vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.brush {
    top: -22vw;
    left: 30vw;
    width: 40vw;
  }
}
.takumi-life-content.plasterer-content .page-section .illustration.plaster-2 {
  top: 72vw;
  left: 15vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.plaster-2 {
    top: 166vw;
    left: 57vw;
    width: 48vw;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.takumi-life-content.plasterer-content .page-section .illustration.digger {
  top: 124.8vw;
  left: 32vw;
  width: 40vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.plasterer-content .page-section .illustration.digger {
    top: 358.3vw;
    left: -18vw;
    width: 108vw;
  }
}

/* pipework-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.pipework-content .page-section .illustration.helmet-2 {
  top: -4vw;
  left: 70vw;
  width: 16vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.helmet-2 {
    top: -10vw;
    left: 60vw;
    width: 28vw;
  }
}
.takumi-life-content.pipework-content .page-section .illustration.crane {
  top: 84vw;
  left: 10vw;
  width: 40vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.crane {
    top: 126vw;
    left: 2vw;
    width: 88vw;
  }
}
.takumi-life-content.pipework-content .page-section .illustration.drone-explorer-2 {
  top: 116vw;
  left: -4vw;
  width: 20vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.drone-explorer-2 {
    top: 240vw;
    left: -10vw;
    width: 32vw;
  }
}
.takumi-life-content.pipework-content .page-section .illustration.muscle-builder-2 {
  top: -13vw;
  left: 38vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.muscle-builder-2 {
    top: -22vw;
    left: 30vw;
    width: 40vw;
  }
}
.takumi-life-content.pipework-content .page-section .illustration.family-3 {
  top: 72vw;
  left: 15vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.family-3 {
    top: 171vw;
    left: 48vw;
    width: 38vw;
  }
}
.takumi-life-content.pipework-content .page-section .illustration.robot {
  top: 147.75vw;
  left: 59vw;
  width: 26vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.pipework-content .page-section .illustration.robot {
    top: 420vw;
    left: 68vw;
    width: 48vw;
  }
}

/* rebarwork-content */
/* -------------------------------------------------------------------------- */
.takumi-life-content.rebarwork-content #intro .visual .image {
  -webkit-transform: translate(-50%, -42.5%);
      -ms-transform: translate(-50%, -42.5%);
          transform: translate(-50%, -42.5%);
}
.takumi-life-content.rebarwork-content .page-section .illustration.helmet {
  top: -4vw;
  left: 70vw;
  width: 16vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.helmet {
    top: -10vw;
    left: 60vw;
    width: 28vw;
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.worker-man {
  top: 71vw;
  left: 20vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.worker-man {
    top: 176vw;
    left: -14vw;
    width: 48vw;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.worker-woman {
  top: 89vw;
  left: 4vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.worker-woman {
    top: 268vw;
    left: -14vw;
    width: 48vw;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.measure {
  top: 150vw;
  left: 69vw;
  width: 36vw;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.measure {
    top: 350vw;
    left: 58vw;
    width: 48vw;
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.bicycle-walker {
  top: -15vw;
  left: 38vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.bicycle-walker {
    top: -25vw;
    left: 30vw;
    width: 40vw;
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.car {
  top: 76vw;
  left: 26vw;
  width: 20vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.car {
    top: 332vw;
    left: 64vw;
    width: 32vw;
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.bicycle {
  top: 78vw;
  left: 4vw;
  width: 20vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.bicycle {
    top: 172vw;
    left: 14vw;
    width: 32vw;
  }
}
.takumi-life-content.rebarwork-content .page-section .illustration.muscle-builder {
  top: 140vw;
  left: 77vw;
  width: 24vw;
}
@media screen and (max-width: 567px) {
  .takumi-life-content.rebarwork-content .page-section .illustration.muscle-builder {
    top: 439vw;
    left: 30vw;
    width: 40vw;
  }
}

/* ========================================================================== */
/* Takumi Report content */
/* ========================================================================== */
/* page-main */
/* -------------------------------------------------------------------------- */
.takumi-report-content .page-main {
  background-color: #e8c38e;
  background-image: url(../images/takumi-report/common/bgi_board_01.svg);
  background-repeat: repeat;
  background-position: left top;
  background-size: 16.666%;
}
@media screen and (max-width: 567px) {
  .takumi-report-content .page-main {
    background-position: 12.5% top;
    background-size: 20%;
  }
}

/* page-section */
/* -------------------------------------------------------------------------- */
.takumi-report-content .page-section {
  position: relative;
  padding: 10em 0;
}
.takumi-report-content .page-section .illustration {
  position: absolute;
}

/* #intro */
/* -------------------------------------------------------------------------- */
.takumi-report-content #intro {
  position: relative;
  padding-top: 12em;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #intro {
    padding-top: 8em;
  }
}

/* #intro: page-title */
/* ------------------------------------- */
.takumi-report-content #intro .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.takumi-report-content #intro .page-title .title {
  margin-bottom: 2.5em;
  width: 18em;
}
.takumi-report-content #intro .page-title .sub-title {
  margin-bottom: 1.5em;
  width: auto;
  height: 5.5em;
}
.takumi-report-content #intro .page-title .text-title {
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #intro .page-title .text-title {
    font-size: 1.75em;
  }
}

/* #intro: read */
/* ------------------------------------- */
.takumi-report-content #intro .read {
  padding: 0 1.5em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #intro .read {
    font-size: 1.75em;
  }
}

/* #intro: page-title */
/* ------------------------------------- */
.takumi-report-content #intro .double-balloon-title {
  font-size: 1.25em;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #intro .double-balloon-title {
    font-size: 1.5em;
  }
}

/* #content */
/* ------------------------------------- */
.takumi-report-content #content {
  padding-top: 1em;
  padding-bottom: 25em;
}
.takumi-report-content #content .block-section::before {
  content: "…";
  display: block;
  width: 1em;
  margin: 0 auto 1em;
  color: #f55223;
  font-size: 4em;
  line-height: 1;
}
.takumi-report-content #content .wrapper {
  max-width: 75%;
  margin: 0 auto;
  padding: 4em;
  background-color: #fff;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .wrapper {
    max-width: 90%;
  }
}
.takumi-report-content #content .visual {
  overflow: hidden;
  margin-bottom: 5em;
  border-radius: 2em;
}
.takumi-report-content #content .title {
  text-align: center;
  font-size: 4em;
  line-height: 1.2;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .title {
    font-size: 3em;
  }
}
.takumi-report-content #content .block-title {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
}
.takumi-report-content #content .image-block {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
}
.takumi-report-content #content .image-block img {
  border-radius: 1.5em;
}
.takumi-report-content #content .image-block .caption {
  font-size: 2em;
}
@media all and (min-width: 567px) {
  .takumi-report-content #content .image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .takumi-report-content #content .image-block > * {
    width: 48%;
  }
  .takumi-report-content #content .image-block > * + * {
    margin-left: 4%;
  }
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .image-block > * + * {
    margin-top: 1.5em;
  }
}
.takumi-report-content #content .read-block {
  width: 75%;
  margin: 0 auto;
  background-size: 100% 2em;
  font-size: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .read-block {
    width: 100%;
    font-size: 1.75em;
  }
}
.takumi-report-content #content .read-block .read {
  margin-bottom: 2em;
}
.takumi-report-content #content .read-block .name {
  display: inline-block;
  margin-right: 1em;
}
.takumi-report-content #content .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.takumi-report-content #content .link-block .link-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.5em;
  height: 12.5em;
  border-radius: 50%;
  background-color: #00b400;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.takumi-report-content #content .link-block .link-item.blue {
  background-color: #435bff;
}
.takumi-report-content #content .link-block .link-item.orange {
  background-color: #f55223;
}
.takumi-report-content #content .link-block .link-item .big {
  font-size: 175%;
}
.takumi-report-content #content .link-block .link-item img {
  width: auto;
  height: 2.5em;
  margin-top: 0.5em;
}
.takumi-report-content #content .link-block .link-item + .link-item {
  margin-left: 1.5em;
}

.takumi-report-content.isnt-touch #content .link-block .link-item:focus, .takumi-report-content.isnt-touch #content .link-block .link-item:hover {
  background-color: #00b400 !important;
  -webkit-animation: hover-button 0.4s ease-out;
          animation: hover-button 0.4s ease-out;
}

.takumi-report-content #content {
  overflow: hidden;
}
.takumi-report-content #content .illustration.parts {
  bottom: 0;
  left: 5%;
  width: 32%;
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .illustration.parts {
    width: 64%;
    left: -10%;
  }
}
.takumi-report-content #content .illustration.worker-woman {
  bottom: 0;
  left: 10%;
  width: 18%;
  -webkit-transform: translateY(8%) scaleX(-1);
      -ms-transform: translateY(8%) scaleX(-1);
          transform: translateY(8%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .illustration.worker-woman {
    left: -5%;
    width: 36%;
  }
}
.takumi-report-content #content .illustration.worker-man {
  bottom: 0;
  left: 25%;
  width: 18%;
  -webkit-transform: translateY(8%) scaleX(-1);
      -ms-transform: translateY(8%) scaleX(-1);
          transform: translateY(8%) scaleX(-1);
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .illustration.worker-man {
    left: 20%;
    width: 36%;
  }
}
.takumi-report-content #content .illustration.surfer {
  bottom: 0;
  left: 54%;
  width: 18%;
  -webkit-transform: translateY(9%);
      -ms-transform: translateY(9%);
          transform: translateY(9%);
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .illustration.surfer {
    left: 60%;
    width: 36%;
  }
}
.takumi-report-content #content .illustration.digger {
  bottom: 0;
  left: 60%;
  width: 50%;
  -webkit-transform: translateY(31%);
      -ms-transform: translateY(31%);
          transform: translateY(31%);
}
@media screen and (max-width: 567px) {
  .takumi-report-content #content .illustration.digger {
    left: 30%;
    width: 100%;
  }
}

.experts-nishitani-ind-part-1-content .double-balloon-title .balloon-item .big,
.experts-nishitani-ind-part-2-content .double-balloon-title .balloon-item .big,
.experts-nishitani-ind-part-3-content .double-balloon-title .balloon-item .big {
  font-size: 150%;
}

/* ========================================================================== */
/* Kawaru Genba content */
/* ========================================================================== */
/* #intro */
/* -------------------------------------------------------------------------- */
.kawaru-genba-content .page-header,
.kawaru-genba-content .page-section {
  position: relative;
}
.kawaru-genba-content .content-wrapper {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content .content-wrapper {
    width: 90%;
  }
}
.kawaru-genba-content .content {
  position: relative;
  border-radius: 1.5em;
  background-color: #cae1f0;
}
.kawaru-genba-content .content::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content .content::after {
    top: 100%;
    left: calc(50% - 1.5em);
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #cae1f0 transparent transparent transparent;
  }
}
.kawaru-genba-content .section-header {
  padding: 5em 0;
  text-align: center;
}
.kawaru-genba-content .read-wrapper {
  padding: 4em 5em 5em 5em;
}
.kawaru-genba-content .section-title {
  font-size: 1.5em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content .section-title {
    font-size: 1.75em;
  }
}
.kawaru-genba-content .section-title .text {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 5em;
  background-color: #435bff;
  color: #fff;
}
.kawaru-genba-content .catch {
  margin-bottom: 0;
  font-size: 3.6em;
  line-height: 1.3;
}
.kawaru-genba-content .read {
  font-size: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content .read {
    font-size: 1.75em;
  }
}

.kawaru-genba-content #intro {
  padding: 15em 0 5em;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro {
    padding: 20em 0 15em;
  }
}
.kawaru-genba-content #intro .page-title {
  font-size: 3em;
}
.kawaru-genba-content #intro .page-title img {
  max-width: 10em;
}
.kawaru-genba-content #intro .read {
  font-size: 2em;
}
.kawaru-genba-content #intro .illustration {
  position: absolute;
}
.kawaru-genba-content #intro .illustration.cloud-01 {
  width: 12.5%;
  top: 6%;
  left: 32%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro .illustration.cloud-01 {
    width: 28%;
    top: 8%;
    left: 20%;
  }
}
.kawaru-genba-content #intro .illustration.cloud-02 {
  width: 11.25%;
  top: 28%;
  left: 16%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro .illustration.cloud-02 {
    width: 22%;
    top: 26%;
    left: -8%;
  }
}
.kawaru-genba-content #intro .illustration.cloud-03 {
  width: 12%;
  top: 90%;
  left: 80%;
  -webkit-animation: sway-2 4s linear infinite;
          animation: sway-2 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro .illustration.cloud-03 {
    width: 28%;
    top: 80%;
    left: 64%;
  }
}
.kawaru-genba-content #intro .illustration.drone-01 {
  width: 11.25%;
  top: 30%;
  left: 72%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro .illustration.drone-01 {
    width: 24%;
    top: 10%;
    left: 72%;
  }
}
.kawaru-genba-content #intro .illustration.drone-02 {
  width: 11.25%;
  top: 72%;
  left: 12%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #intro .illustration.drone-02 {
    width: 24%;
    top: 72%;
    left: 6%;
  }
}

.kawaru-genba-content #robot {
  padding: 5em 0 10em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #robot {
    padding: 5em 0 60em;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #robot .content {
    width: 56%;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #robot .content::after {
    top: 60%;
    left: 100%;
    border-style: solid;
    border-width: 2em 0 2em 2em;
    border-color: transparent transparent transparent #cae1f0;
  }
}
.kawaru-genba-content #robot .illustration {
  position: absolute;
}
.kawaru-genba-content #robot .illustration.cloud-01 {
  width: 11.25%;
  top: 18%;
  left: 66%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #robot .illustration.cloud-01 {
    width: 28%;
    top: auto;
    bottom: 2%;
    left: 10%;
  }
}
.kawaru-genba-content #robot .illustration.cloud-02 {
  width: 12.5%;
  top: 94%;
  left: 68%;
  -webkit-animation: sway-2 4s linear infinite;
          animation: sway-2 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #robot .illustration.cloud-02 {
    width: 28%;
    top: auto;
    bottom: 30%;
    left: 76%;
  }
}
.kawaru-genba-content #robot .illustration.robot {
  width: 40%;
  top: 48%;
  left: 58%;
  -webkit-animation: slide-robot 4s linear infinite;
          animation: slide-robot 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #robot .illustration.robot {
    width: 72%;
    top: auto;
    bottom: 10%;
    left: 14%;
  }
}

.kawaru-genba-content #drone {
  padding: 10em 0 10em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone {
    padding: 5em 0 80em;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #drone .content {
    width: 56%;
    margin-left: 44%;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #drone .content::after {
    top: 70%;
    right: 100%;
    border-style: solid;
    border-width: 2em 2em 2em 0;
    border-color: transparent #cae1f0 transparent transparent;
  }
}
.kawaru-genba-content #drone .illustration {
  position: absolute;
}
.kawaru-genba-content #drone .illustration.cloud-01 {
  width: 12.5%;
  top: 16%;
  left: 16%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone .illustration.cloud-01 {
    width: 28%;
    top: auto;
    bottom: 34%;
    left: 12%;
  }
}
.kawaru-genba-content #drone .illustration.cloud-02 {
  width: 12.5%;
  top: 96%;
  left: 68%;
  -webkit-animation: sway-2 4s linear infinite;
          animation: sway-2 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone .illustration.cloud-02 {
    width: 24%;
    top: auto;
    bottom: 24%;
    left: 78%;
  }
}
.kawaru-genba-content #drone .illustration.drone {
  width: 20%;
  top: -2%;
  left: 25%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone .illustration.drone {
    width: 48%;
    top: auto;
    bottom: 28%;
    left: 50%;
  }
}
.kawaru-genba-content #drone .illustration.parts {
  width: 75%;
  bottom: 10%;
  left: 30%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone .illustration.parts {
    width: 135%;
    top: auto;
    bottom: 5%;
    left: 40%;
  }
}
.kawaru-genba-content #drone .illustration.drone-explorer {
  width: 50%;
  bottom: 7%;
  left: 2%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #drone .illustration.drone-explorer {
    width: 100%;
    bottom: 3%;
    left: -20%;
  }
}

.kawaru-genba-content #crane {
  padding: 10em 0 65em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #crane {
    padding: 5em 0 64em;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #crane .content::after {
    top: 100%;
    left: calc(75% - 1em);
    border-style: solid;
    border-width: 2em 2em 0 2em;
    border-color: #cae1f0 transparent transparent transparent;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #crane .section-header {
    padding-left: 5em;
    padding-bottom: 0;
    text-align: left;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #crane .image {
    position: absolute;
    top: 5em;
    right: 0;
    width: 40%;
  }
}
.kawaru-genba-content #crane .illustration {
  position: absolute;
}
.kawaru-genba-content #crane .illustration.cloud-01 {
  width: 11.25%;
  top: 32%;
  left: 4%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #crane .illustration.cloud-01 {
    width: 28%;
    top: auto;
    bottom: 18%;
    left: 16%;
  }
}
.kawaru-genba-content #crane .illustration.cloud-02 {
  width: 12.5%;
  top: 78%;
  left: 42%;
  -webkit-animation: sway-2 4s linear infinite;
          animation: sway-2 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #crane .illustration.cloud-02 {
    width: 24%;
    top: auto;
    bottom: 12%;
    left: 78%;
  }
}
.kawaru-genba-content #crane .illustration.crane {
  width: 70%;
  bottom: -10%;
  left: 25%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #crane .illustration.crane {
    width: 110%;
    bottom: -0.5%;
    left: 10%;
  }
}

.kawaru-genba-content #woman {
  padding: 0 0 10em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #woman {
    padding: 0em 0 65em;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #woman .content {
    width: 56%;
    margin-left: 44%;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #woman .content::after {
    top: 76%;
    right: 100%;
    border-style: solid;
    border-width: 2em 2em 2em 0;
    border-color: transparent #cae1f0 transparent transparent;
  }
}
.kawaru-genba-content #woman .section-header {
  text-align: center;
}
.kawaru-genba-content #woman .illustration {
  position: absolute;
}
.kawaru-genba-content #woman .illustration.cloud-01 {
  width: 12.5%;
  top: 24%;
  left: 20%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #woman .illustration.cloud-01 {
    width: 32%;
    top: auto;
    bottom: 30%;
    left: -4%;
  }
}
.kawaru-genba-content #woman .illustration.cloud-02 {
  width: 10%;
  bottom: -2%;
  left: 76%;
  -webkit-animation: sway-2 4s linear infinite;
          animation: sway-2 4s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #woman .illustration.cloud-02 {
    width: 24%;
    bottom: 0;
    left: 68%;
  }
}
.kawaru-genba-content #woman .illustration.worker {
  width: 40%;
  bottom: 7%;
  left: 10%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #woman .illustration.worker {
    width: 80%;
    bottom: 6%;
    left: 20%;
  }
}
.kawaru-genba-content #woman .illustration.plaster {
  width: 25%;
  bottom: 8%;
  left: 6%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #woman .illustration.plaster {
    width: 50%;
    bottom: 7%;
    left: 12%;
  }
}

.kawaru-genba-content #family {
  padding: 10em 0 45em;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #family {
    padding: 5em 0 45em;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #family .content::after {
    top: 100%;
    left: calc(25% - 1em);
    border-style: solid;
    border-width: 2em 2em 0 2em;
    border-color: #cae1f0 transparent transparent transparent;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #family .section-header {
    padding-left: 5em;
    padding-bottom: 0;
    text-align: left;
  }
}
@media all and (min-width: 567px) {
  .kawaru-genba-content #family .image {
    position: absolute;
    top: 5em;
    right: 0;
    width: 40%;
  }
}
.kawaru-genba-content #family .illustration {
  position: absolute;
}
.kawaru-genba-content #family .illustration.cloud {
  width: 15%;
  top: 4%;
  left: 6%;
  -webkit-animation: sway 2s linear infinite;
          animation: sway 2s linear infinite;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #family .illustration.cloud {
    width: 24%;
    top: auto;
    bottom: 20%;
    left: 52%;
  }
}
.kawaru-genba-content #family .illustration.home {
  width: 36%;
  bottom: 9.3%;
  left: 60%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #family .illustration.home {
    width: 70%;
    bottom: 0.25%;
    left: 50%;
  }
}
.kawaru-genba-content #family .illustration.bicycle {
  width: 33.5%;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #family .illustration.bicycle {
    width: 64%;
    bottom: -5.8%;
    left: 44%;
  }
}
.kawaru-genba-content #family .illustration.family {
  width: 32%;
  bottom: 6%;
  left: 16%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 567px) {
  .kawaru-genba-content #family .illustration.family {
    width: 64%;
    bottom: -2%;
    left: -4%;
  }
}

/* ========================================================================== */
/* Kawaru Genba content */
/* ========================================================================== */
/* #intro */
/* -------------------------------------------------------------------------- */
.home-content #takumi-career {
  overflow: hidden;
  padding-top: 13em;
  background-color: #a6cde6;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career {
    padding-top: 18em;
  }
}

/* #takumi-career: character */
/* ------------------------------------- */
.home-content #takumi-career .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-content #takumi-career .section-header .title {
  width: 20%;
  margin-bottom: 2em;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .section-header .title {
    width: 45%;
    font-size: 3.2em;
  }
}
.home-content #takumi-career .section-header .read {
  margin-bottom: 0;
  text-align: center;
  font-size: 2em;
}
.home-content #takumi-career .section-header .link .button {
  background-color: #fff;
  font-size: 1.8em;
  color: #435bff;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .section-header .link .button {
    font-size: 2.2em;
  }
}

/* #takumi-career: illustration */
/* ------------------------------------- */
.home-content #takumi-career .illustration {
  position: absolute;
}
.home-content #takumi-career .illustration.cloud-01, .home-content #takumi-career .illustration.cloud-02, .home-content #takumi-career .illustration.cloud-03 {
  width: 9.6%;
  opacity: 0.6;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.cloud-01, .home-content #takumi-career .illustration.cloud-02, .home-content #takumi-career .illustration.cloud-03 {
    width: 17%;
  }
}
.home-content #takumi-career .illustration.cloud-01 {
  top: 7.25%;
  left: 28.25%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.cloud-01 {
    top: 10%;
    left: 30.25%;
  }
}
.home-content #takumi-career .illustration.cloud-02 {
  top: 20%;
  left: 17%;
  -webkit-animation: sway 4s infinite;
          animation: sway 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.cloud-02 {
    top: 20%;
    left: 2.5%;
  }
}
.home-content #takumi-career .illustration.cloud-03 {
  top: 20.25%;
  left: 74.5%;
  -webkit-animation: sway-2 4s infinite;
          animation: sway-2 4s infinite;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.cloud-03 {
    top: 18%;
    left: 78.25%;
  }
}
.home-content #takumi-career .illustration.worker-man {
  bottom: 3.6%;
  left: 7%;
  width: 23%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.worker-man {
    bottom: 3.4%;
    left: -14%;
    width: 42%;
  }
}
.home-content #takumi-career .illustration.stairs {
  bottom: 0%;
  right: 0%;
  width: 54%;
}
@media screen and (max-width: 567px) {
  .home-content #takumi-career .illustration.stairs {
    right: 0%;
    width: 44%;
  }
}

/* slick */
/* -------------------------------------------------------------------------- */
.home-content #bl_wrapper {
  margin-bottom: 8em;
}
@media screen and (max-width: 567px) {
  .home-content #bl_wrapper {
    margin-top: 3em;
  }
}
.home-content #bl_wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-content #bl_wrapper .slick-slide {
  height: auto !important;
}
.home-content #bl_wrapper .slick-arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home-content #bl_wrapper .content_area {
  margin: 0 auto;
  padding: 0px 28%;
  padding-top: 5em;
}
@media screen and (max-width: 567px) {
  .home-content #bl_wrapper .content_area {
    padding: 0px 0%;
    width: 38em;
  }
}
.home-content #bl_wrapper .slick-list {
  overflow: visible;
}
.home-content #bl_wrapper .slick-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  height: 100%;
  border-radius: 1.25em;
  margin: 5em 5em 2em 5em;
}
@media screen and (max-width: 567px) {
  .home-content #bl_wrapper .slick-item {
    margin: 5em 2.8em 2em 2.8em;
  }
}
.home-content #bl_wrapper .slick-item-wrap {
  position: absolute;
  top: -6.9em;
  width: 100%;
  z-index: 1;
}
.home-content #bl_wrapper .slick-item-ttl {
  line-height: 1;
  font-weight: 700;
  font-size: 2.5em;
  color: #000;
}
.home-content #bl_wrapper .slick-item-ttl span {
  font-size: 2em;
  color: #f55223;
  margin-right: 0.1em;
}
.home-content #bl_wrapper .slick-item-ttl .small {
  font-size: 0.6em;
  display: block;
  margin-top: 0.4em;
  color: #fff;
}
.home-content #bl_wrapper .slick-item-txt {
  position: absolute;
  inset: auto auto -3em 72.5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.06em;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  padding: 0.75em 1.5em;
  border-radius: 10em;
}
.home-content #bl_wrapper .slick-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-content #bl_wrapper .slick-item .image {
  position: relative;
  border-radius: 1.25em 1.25em 0 0;
  overflow: hidden;
  height: 22em;
}
.home-content #bl_wrapper .slick-item .image img {
  position: absolute;
  top: 0;
}
.home-content #bl_wrapper .slick-item .image .image-txt {
  position: absolute;
  left: 0;
  bottom: -1.4em;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  background: #435bff;
  padding: 0.6em 0.6em 0.6em 0.6em;
  border-radius: 0% 9in 9in 0%;
}
.home-content #bl_wrapper .slick-item .image .image-txt span {
  font-size: 0.8em;
  display: block;
}
.home-content #bl_wrapper .slick-item .image .number {
  position: absolute;
  bottom: 1em;
  right: 2em;
}
.home-content #bl_wrapper .slick-item .image .number .third {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  background: #f55223;
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 1em;
}
.home-content #bl_wrapper .slick-item .image .number .third .big {
  font-size: 120%;
}
.home-content #bl_wrapper .slick-item .image .number .third .small {
  font-size: 80%;
  margin-left: 0.1em;
  margin-top: 0.5em;
}
.home-content #bl_wrapper .slick-item .image .number span {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.home-content #bl_wrapper .slick-item .image .number span small {
  font-size: 66.666%;
}
.home-content #bl_wrapper .slick-item .image .number .base {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-content #bl_wrapper .slick-item .image .number .base::before, .home-content #bl_wrapper .slick-item .image .number .base::after {
  content: "";
  display: block;
  width: 8em;
  height: 8em;
  background-color: #435bff;
  border-radius: 50%;
}
.home-content #bl_wrapper .slick-item .image .number .base::after {
  margin-left: -2em;
}
.home-content #bl_wrapper .slick-item .image .number .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  line-height: 1.4;
  text-align: center;
}
.home-content #bl_wrapper .slick-item .image .number .text .primary {
  font-size: 1.2em;
}
.home-content #bl_wrapper .slick-item .image .number .text .secondary {
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
  margin-top: 0.4em;
}
.home-content #bl_wrapper .slick-item-txtConts {
  padding: 2em 2em 1.4em 2em;
}
.home-content #bl_wrapper .slick-item-txtConts h3 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  color: #f55223;
}
@media screen and (max-width: 567px) {
  .home-content #bl_wrapper .slick-item-txtConts h3 {
    font-size: 1.8em;
  }
}
.home-content #bl_wrapper .slick-item-txtConts p {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  .home-content #bl_wrapper .slick-item-txtConts p {
    font-size: 1.2em;
  }
}
.home-content #bl_wrapper .slick-item-txtConts .job {
  line-height: 1.5;
  font-size: 1.1em;
}
.home-content #bl_wrapper .slick-prev {
  position: absolute;
  top: 50%;
  left: -2em;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.home-content #bl_wrapper .slick-next {
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* -------------------------------------------------------------------------- */
.home-content {
  /* 開くボタン */
}
.home-content .modal-open {
  font-size: 1.25em;
  font-weight: 700;
  width: 12em;
  height: 3em;
  color: #fff;
  background: #f55223;
  cursor: pointer;
  margin-inline: auto;
  border: none;
  border-radius: 9in;
  margin-top: auto;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 567px) {
  .home-content .modal-open {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
.home-content .sugowaza-content.ccus .modal-image {
  position: relative;
}
.home-content .sugowaza-content.ccus .title {
  font-weight: 700;
}
.home-content .sugowaza-content.ccus .modal-container {
  margin-top: 4em;
}
.home-content .sugowaza-content.ccus .modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  position: relative;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-inner {
    display: block;
  }
}
.home-content .sugowaza-content.ccus .modal-image {
  position: relative;
}
.home-content .sugowaza-content.ccus .modal-image-wrap {
  width: 33.333%;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-image-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-content .sugowaza-content.ccus .modal-image .modal-image-inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-image .modal-image-inner {
    width: 24em;
  }
}
.home-content .sugowaza-content.ccus .modal-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-content .sugowaza-content.ccus .modal-image-ttl {
  font-size: 1.4em;
  font-weight: 300;
  margin-top: 3em;
}
.home-content .sugowaza-content.ccus .modal-image-txtConts {
  margin-top: 3em;
  padding: 1.5em;
  background: #f2f2f2;
  border-radius: 0.75em;
}
.home-content .sugowaza-content.ccus .modal-image-txtConts .modal-ttl {
  font-size: 1.2em;
  line-height: 1.4;
  color: #435bff;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-image-txtConts .modal-ttl {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
.home-content .sugowaza-content.ccus .modal-image-txtConts .modal-txt {
  font-size: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-image-txtConts .modal-txt {
    font-size: 1.75em;
  }
}
.home-content .sugowaza-content.ccus .modal-txtConts {
  margin-top: 1.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-content .sugowaza-content.ccus .modal-txtConts .modal-ttl {
  font-size: 1.6em;
  line-height: 1.4;
  color: #f55223;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-txtConts .modal-ttl {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}
.home-content .sugowaza-content.ccus .modal-txtConts .modal-txt {
  font-size: 1.25em;
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-txtConts .modal-txt {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
}
.home-content .sugowaza-content.ccus .modal-txtImage {
  margin-top: 1.2em;
  width: 24em;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .modal-txtImage {
    width: 100%;
  }
}
.home-content .sugowaza-content.ccus .number_modal {
  position: relative;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .number_modal {
    font-size: 1.1em;
  }
}
.home-content .sugowaza-content.ccus .number_modal span {
  font-size: 0.9em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .number_modal span {
    font-size: 1.1em;
  }
}
.home-content .sugowaza-content.ccus .number_modal span small {
  font-size: 66.666%;
}
.home-content .sugowaza-content.ccus .number_modal .base {
  position: relative;
}
.home-content .sugowaza-content.ccus .number_modal .text {
  color: #000;
  line-height: 1.2;
  margin-top: 0.8em;
  width: 100%;
}
.home-content .sugowaza-content.ccus .number_modal .text .primary {
  font-size: 2em;
}
.home-content .sugowaza-content.ccus .number_modal .text .secondary {
  font-size: 1.5em;
  line-height: 1.4;
  display: block;
  margin-top: 0.4em;
}
.home-content .sugowaza-content.ccus .number_modal .third {
  position: absolute;
  top: -5em;
  right: 0;
  background: #f55223;
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .home-content .sugowaza-content.ccus .number_modal .third {
    font-size: 1.5em;
  }
}
.home-content .sugowaza-content.ccus .number_modal .third .big {
  font-size: 120%;
}
.home-content .sugowaza-content.ccus .number_modal .third .small {
  font-size: 80%;
  margin-left: 0.1em;
}

/* -------------------------------------------------------------------------- */
.careerStairs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.careerStairs-item {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  padding: 0.6em 0.8em;
  background: #435bff;
  width: 4em;
}
@media screen and (max-width: 567px) {
  .careerStairs-item {
    font-size: 1.85em;
  }
}
.careerStairs-item.-item01 {
  width: 15%;
}
@media screen and (max-width: 567px) {
  .careerStairs-item.-item01 {
    width: 18%;
  }
}
.careerStairs-item.-item02 {
  width: 30%;
  background: #f55223;
}
@media screen and (max-width: 567px) {
  .careerStairs-item.-item02 {
    width: 36%;
  }
}
.careerStairs-item.-item03 {
  width: 45%;
  background: #00b400;
}
@media screen and (max-width: 567px) {
  .careerStairs-item.-item03 {
    width: 54%;
  }
}
.careerStairs-item.-item04 {
  width: 13.5%;
  color: #000;
  background: #e4b7bf;
}
@media screen and (max-width: 567px) {
  .careerStairs-item.-item04 {
    width: 20%;
  }
}
.careerStairs-item.-item05 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  background: #fff;
}
.careerStairs-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
@media screen and (max-width: 567px) {
  .careerStairs-item-wrap {
    width: 80%;
  }
}
.careerStairs-btm {
  width: 100%;
  background: #A1B3B4;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.careerStairs-age {
  font-size: 1.6em;
  color: #000;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 567px) {
  .careerStairs-age {
    width: 80%;
  }
}
.careerStairs-age span {
  padding: 0.6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.careerStairs-age span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1em;
  background: #000;
}
.careerStairs-age .span-01 {
  width: 5em;
}
.careerStairs-age .span-02 {
  width: 8em;
}
@media screen and (max-width: 567px) {
  .careerStairs-age .span-02 {
    width: 5em;
  }
}
.careerStairs-age .span-03 {
  width: 8em;
}
@media screen and (max-width: 567px) {
  .careerStairs-age .span-03 {
    width: 5em;
  }
}
.careerStairs-age .span-04 {
  width: 8em;
}
@media screen and (max-width: 567px) {
  .careerStairs-age .span-04 {
    width: 5em;
  }
}
.careerStairs-age .span-05 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: wrapper */
/* -------------------------------------------------------------------------- */
.w-full {
  width: 100%;
}

.w-80 {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}

.w-70 {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
}

.w-60 {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}

.w-50 {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}

.w-40 {
  width: 90%;
  max-width: 40em;
  margin: 0 auto;
}

.w-30 {
  width: 90%;
  max-width: 30em;
  margin: 0 auto;
}

.w-20 {
  width: 90%;
  max-width: 20em;
  margin: 0 auto;
}

/* layout: padding */
/* -------------------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.p-05 {
  padding: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-05 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

.pr-05 {
  padding-right: 0.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-05 {
  padding-bottom: 0.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

.pl-05 {
  padding-left: 0.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: auto !important;
}

/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-05 {
  margin-right: 0.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-05 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: font-family */
/* -------------------------------------------------------------------------- */
/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-small {
  font-size: 80%;
}

.fz-big {
  font-size: 120%;
}

.fz-10 {
  font-size: 0.625em;
}

.fz-12 {
  font-size: 0.75em;
}

.fz-14 {
  font-size: 0.875em;
}

.fz-16 {
  font-size: 1em;
}

.fz-18 {
  font-size: 1.125em;
}

.fz-20 {
  font-size: 1.25em;
}

.fz-22 {
  font-size: 1.375em;
}

.fz-24 {
  font-size: 1.5em;
}

.fz-28 {
  font-size: 1.75em;
}

.fz-32 {
  font-size: 2em;
}

.fz-40 {
  font-size: 2.5em;
}

.fz-48 {
  font-size: 3em;
}

.fz-64 {
  font-size: 4em;
}

.fz-small {
  font-size: 75%;
}

.fz-large {
  font-size: 150%;
}

.fz-big {
  font-size: 200%;
}

/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-normal {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.ls-3 {
  letter-spacing: 0.3em;
}

.ls-4 {
  letter-spacing: 0.4em;
}

/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 567px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-10 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.lh-22 {
  line-height: 2.2;
}

.lh-24 {
  line-height: 2.4;
}

.lh-26 {
  line-height: 2.6;
}

.lh-28 {
  line-height: 2.8;
}

.lh-30 {
  line-height: 3;
}

.lh-32 {
  line-height: 3.2;
}

/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left;
}

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

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

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

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

/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

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