@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/**/
html, body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
}

/*img reset*/
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=button],
input[type=email],
input[type=checkbox],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[class*="--ttl"],
[class*=__ttl] {
  font-size: 1.5rem;
}
[class*="--txt"],
[class*=__txt] {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

[class*=__inner] {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.forPc {
  display: block;
}

.forTab-Sp {
  display: none;
}

.forSp {
  display: none;
}

.indentHarf {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

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

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.hover {
  transition: all 0.3s ease;
}

.link-blank {
  font-size: 1.2rem;
}
.link-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.7em;
  background: url(/img/common/ico_blank.png) no-repeat;
  background-position: 0 0.2em;
  background-size: 100% auto;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll_off1 {
  animation: scroll_off1 0.75s ease-in-out both;
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_on1 {
  animation: scroll_on1 0.75s ease-in-out both;
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_off2 {
  animation: scroll_off2 0.75s ease-in-out both;
}

@keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on2 {
  animation: scroll_on2 0.75s ease-in-out both;
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off3 > * {
  animation: scroll_off3 0.75s ease-in-out both;
}

.scroll_off3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_off3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_off3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_off3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_off3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_off3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_off3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_off3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_off3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_off3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on3 > * {
  animation: scroll_on3 0.75s ease-in-out both;
}

.scroll_on3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_on3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_on3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_on3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_on3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_on3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_on3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_on3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off4 {
  animation: scroll_off4 0.75s ease-in-out both;
}

@keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.scroll_on4 {
  animation: scroll_on4 0.5s ease-in-out both;
}

@keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scroll_off5 > * {
  animation: scroll_off5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}
.scroll_on5 > * {
  animation: scroll_on5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.btn {
  display: inline-block;
  color: #33528B;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  padding: 0 23px;
  border: 2px solid #33528B;
  border-radius: 20px;
  transition: color 0.5s, background 0.5s;
}

.link--pdf {
  position: relative;
}
.link--pdf::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/ico_pdf.png") no-repeat center/contain;
  vertical-align: -0.3em;
  margin-left: 0.2em;
}

.header {
  height: 100px;
  background: #F6F6F6;
  position: relative;
  z-index: 1000;
}
.header__burger {
  display: none;
}
.header__inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 248px;
}
.header__logo img {
  width: 100%;
}
.header .hnav__list {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.header .hnav__list__item {
  font-size: 19px;
  font-weight: bold;
  margin-right: 36px;
  position: relative;
}
.header .hnav__list__item:nth-last-child(2) {
  margin-right: 0;
}
.header .hnav__list__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #33528B;
  position: absolute;
  left: 0;
  bottom: -13px;
  opacity: 0;
  transition: opacity 0.5s;
}
.header .hnav__list__item--acc {
  margin-right: 43px;
  cursor: pointer;
}
.header .hnav__list__item--acc::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url("../img/common/ico_arrow_acc.svg") no-repeat center/contain;
  position: absolute;
  top: calc(50% - 2px);
  right: -20px;
}
.header .hnav__list__item--acc.on ul {
  opacity: 1;
  transition: opacity 0.5s;
}
.header .hnav__list__item--inquiry {
  font-size: 0;
  width: 60px;
  height: 60px;
  background: url("../img/common/ico_mail.svg") no-repeat center/contain;
  margin-left: 36px;
  margin-right: 0;
  transition: background 0.5s;
}
.header .hnav__list__item--inquiry::before {
  content: none;
}
.header .hnav__list__item--inquiry a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .hnav__list__sub {
  opacity: 0;
  transition: opacity 0.5s;
  width: 180px;
  padding: 22px 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.header .hnav__list__sub li {
  font-size: 18px;
  text-align: center;
}
.header .hnav__list__sub li + li {
  margin-top: 12px;
}

.footer {
  padding: 36px 0 32px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
}
.footer__budge {
  flex: 0 0 130px;
}
.footer .fnav {
  color: #33528B;
  font-size: 14px;
  font-weight: bold;
  margin-left: 35px;
  flex: 0 0 430px;
}
.footer .fnav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer .fnav__list__item:first-child {
  flex: 0 0 100%;
}
.footer .fnav__list__item:nth-child(3) {
  margin-left: 62px;
}
.footer .fnav__list__item:nth-child(4) {
  margin-left: 66px;
}
.footer .fnav__list__item + li {
  margin-top: 20px;
}
.footer .fnav__list__item a {
  display: block;
}
.footer .fnav__list__item a + a {
  margin-top: 15px;
}
.footer .fnav__list__sub {
  margin-top: 15px;
}
.footer .fnav__list__sub li {
  padding-left: 2.5em;
  position: relative;
}
.footer .fnav__list__sub li + li {
  margin-top: 15px;
}
.footer .fnav__list__sub li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #33528B;
  position: absolute;
  top: 50%;
  left: 15px;
}
.footer__contact {
  flex: 0 0 315px;
  max-width: 315px;
  margin-left: auto;
}
.footer__inquiry {
  margin-top: 14px;
}
.footer__inquiry a {
  color: #33528B;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  display: inline-block;
  width: 100%;
  padding-left: 26px;
  border: 2px solid #33528B;
  border-radius: 31px;
  position: relative;
  transition: background 0.5s;
}
.footer__inquiry a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("../img/common/ico_paperplane.svg") no-repeat center/contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 36px;
  transition: background 0.5s;
}
.footer__copyright {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.footer__copyright__logo {
  width: 268px;
  margin-left: 10px;
}
.footer__copyright__logo img {
  width: 100%;
}
.footer__copyright small {
  color: #33528B;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6;
}

.pageTitle {
  margin-top: 15px;
}
.pageTitle__box {
  display: flex;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0px 3px 20px #dfdfe0;
  overflow: hidden;
}
.pageTitle__box__h1 {
  flex: 0 0 50%;
  padding: 9.7% 0 0 9.4%;
  background: #33528B;
}
.pageTitle__box__h1 span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 25px;
}
.pageTitle__box__photo {
  flex: 0 0 50%;
}
.pageTitle--philosophy .pageTitle__box__h1 img {
  width: 68%;
}
.pageTitle--philosophy .pageTitle__box__h1 span {
  margin-top: 15px;
}
.pageTitle--safety .pageTitle__box__h1 img {
  width: 38%;
}
.pageTitle--safety .pageTitle__box__h1 span {
  margin-top: 15px;
}
.pageTitle--contact .pageTitle__box__h1 img {
  width: 44%;
}
.commonContact {
  margin: 60px auto 10px;
}
.commonContact a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.commonContact a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.link--more {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 62px;
  width: 314px;
  padding-left: 26px;
  margin: 40px auto 0;
  background: url("../img/common/ico_more.svg") no-repeat right 14px center/auto #33528B;
  border-radius: 30px;
  transition: opacity 0.5s;
  cursor: pointer;
}
.link--back {
  color: #33528B;
  font-size: 22px;
  font-weight: bold;
  line-height: 58px;
  width: 314px;
  padding-left: 26px;
  margin: 40px auto 0;
  background: url("../img/common/ico_back.svg") no-repeat right 14px center/auto;
  border: 2px solid #33528B;
  border-radius: 30px;
  transition: opacity 0.5s;
  cursor: pointer;
}

.mv {
  margin-top: 18px;
}
.mv__inner {
  max-width: 1180px;
  padding-bottom: 53%;
  position: relative;
}
.mv__title {
  width: 51%;
  height: 87.0431893688%;
  padding: 8.4% 0 0 6%;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  z-index: 10;
  box-shadow: 0px 3px 20px #dfdfe0;
  overflow: hidden;
}
.mv__title h1 {
  width: 93%;
}
.mv__earth {
  width: 110%;
  position: absolute;
  top: 46%;
  left: -6%;
  animation: spinEarth 40s linear infinite;
}
.mv__earth img {
  width: 100%;
}
.mv__bus {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 42%;
  animation: driveBus 1s linear infinite;
}
.mv__slider1 {
  width: 42.5%;
  position: absolute;
  top: 6%;
  right: 7.5%;
  z-index: 30;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px -5px 20px #dfdfe0;
}
.mv__slider1 li {
  position: relative;
  aspect-ratio: 1/1;
}
.mv__slider1 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.mv__slider1 li .img {
  width: 100%;
  height: 100%;
}
.mv__slider1 li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.mv__slider1 li .detail {
  width: 100%;
  padding: 17px 14px 15px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mv__slider1 li .detail .bg {
  background-position: bottom center;
  background-size: auto;
  filter: blur(10px);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.mv__slider1 li .detail .bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
.mv__slider1 li .detail .tags {
  display: flex;
  align-items: center;
}
.mv__slider1 li .detail .tag {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 15px 3px;
  border-radius: 1000px;
  background: #ccc;
}
.mv__slider1 li .detail .tag.tag--topics {
  background-color: #FF0000;
}
.mv__slider1 li .detail .tag.tag--safety {
  background-color: #04A229;
}
.mv__slider1 li .detail .tag.tag--staff {
  background-color: #3A5187;
}
.mv__slider1 li .detail .date {
  font-size: 14px;
  margin-left: 1em;
}
.mv__slider1 li .detail h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.mv__slider2 {
  width: 79%;
  aspect-ratio: 932/256;
  position: absolute;
  bottom: 0;
  left: 7.5%;
  z-index: 20;
  border-radius: 20px;
  overflow: hidden;
}
.mv__slider2 ul {
  width: 100%;
  height: 100%;
}
.mv__slider2 li {
  width: 100%;
  aspect-ratio: 932/406;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: bottom;
  opacity: 0;
}
.mv__slider2 li.mv__slide2--01 {
  background-image: url("../../assets/img/index/slide2_1.png");
  opacity: 1;
}
.mv__slider2 li.mv__slide2--02 {
  background-image: url("../../assets/img/index/slide2_2.png");
}
.mv__slider2 li.mv__slide2--03 {
  background-image: url("../../assets/img/index/slide2_3.png");
}
.mv__slider2 li.mv__slide2--04 {
  background-image: url("../../assets/img/index/slide2_4.png");
}
.mv__slider2 li.mv__slide2--05 {
  background-image: url("../../assets/img/index/slide2_5.png");
}

@keyframes spinEarth {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes driveBus {
  0% {
    transform: translateY(-1px) rotate(1deg);
  }
  50% {
    transform: translateY(0px) rotate(-1deg);
  }
  100% {
    transform: translateY(2px) rotate(0deg);
  }
}
.news {
  margin-top: 82px;
}
.news__inner {
  display: flex;
  justify-content: space-between;
}
.news__title {
  flex: 0 0 160px;
}
.news__title span {
  color: #33528B;
  font-size: 23px;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}
.news__title .btn {
  width: 160px;
  margin-top: 34px;
}
.news__list {
  flex: 0 1 100%;
  margin-left: 80px;
}
.news__list > li {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 20px #dfdfe0;
  border-radius: 10px;
}
.news__list > li + li {
  margin-top: 20px;
}
.news__list > li a {
  display: grid;
  grid-template-columns: 187px 1fr auto;
  grid-template-rows: 100px 60px;
}
.news__list > li div {
  grid-column: 1/2;
  grid-row: 1/3;
  overflow: hidden;
}
.news__list > li div img {
  width: 187px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.8s;
}
.news__list > li h3 {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 22px;
  line-height: 1.3636363636;
  padding: 30px 25px 0 27px;
  max-height: 86px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: opacity 0.5s;
}
.news__list > li .news__tags {
  grid-column: 2/3;
  grid-row: 2/3;
  padding-left: 27px;
  transition: opacity 0.5s;
}
.news__list > li .news__tags li {
  display: inline;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px 4px;
  border-radius: 10px;
  background: #ccc;
}
.news__list > li .news__tags li + li {
  margin-left: 10px;
}
.news__list > li .news__tags li.newstag--topics {
  background-color: #FF0000;
}
.news__list > li .news__tags li.newstag--safety {
  background-color: #04A229;
}
.news__list > li .news__tags li.newstag--staff {
  background-color: #3A5187;
}
.news__list > li .news__date {
  grid-column: 3/4;
  grid-row: 2/3;
  font-size: 16px;
  padding-right: 25px;
  transition: opacity 0.5s;
}

.safetyPdf {
  margin-top: 70px;
}
.safetyPdf__ttl {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  width: 100%;
  background: #45507C;
  border-radius: 28px;
}
.safetyPdf__lists {
  color: #45507C;
  font-size: 24px;
  line-height: 1.5;
  list-style: disc;
  margin: 24px 0.6em 0;
}
.safetyPdf__lists li {
  display: inline-block;
  line-height: 1.8333333333;
  margin-right: 1em;
}
.safetyPdf__lists li::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  background: #3A5187;
  border-radius: 1000px;
  vertical-align: 0.2em;
  margin-right: 0.5em;
}
.safetyPdf__lists a {
  text-decoration: underline;
}
.safetyPdf__lists a::after {
  vertical-align: -0.2em;
}

.instagram {
  margin-top: 120px;
}
.instagram #sb_instagram #sbi_images {
  display: block;
  padding: 0;
  background: #ccc;
}
.instagram #sb_instagram #sbi_images .slick-slide {
  height: 100%;
}
.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  width: 100% !important;
  height: 100% !important;
}
.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo {
  width: 100% !important;
  height: 100% !important;
}
.instagram #sb_instagram #sbi_images .sbi_item img {
  display: block !important;
  aspect-ratio: 3/4;
  width: 100% !important;
  height: 100% !important;
}

.cts {
  margin-top: 120px;
}
.cts__inner--01 {
  max-width: 1460px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.cts__about {
  flex: 0 0 calc(50% + 20px);
  align-self: flex-start;
  margin-left: -30px;
  text-align: right;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}
.cts__about__photo {
  overflow: hidden;
}
.cts__about__photo img {
  width: 100%;
  transition: scale 0.5s, opacity 0.5s;
}
.cts__about__title {
  text-align: right;
  padding: 33px 50px 20px 0;
}
.cts__about__title h2 {
  margin-bottom: 20px;
}
.cts__about__title h2 span {
  color: #33528B;
  font-size: 23px;
  font-weight: bold;
  padding: 0 18px;
}
.cts__about__title .btn {
  pointer-events: auto;
}
.cts__about__title .btn + .btn {
  margin-left: 5px;
}
.cts__about:hover [class*=__photo] img {
  scale: 1.2;
  opacity: 0.5;
  transition: scale 0.5s, opacity 0.5s;
}
.cts__service {
  flex: 0 0 calc(50% + 20px);
  align-self: flex-end;
  margin-top: 68px;
  margin-right: -30px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}
.cts__service__photo {
  overflow: hidden;
}
.cts__service__photo img {
  width: 100%;
  transition: scale 0.5s, opacity 0.5s;
}
.cts__service__title {
  padding: 33px 0 20px 50px;
}
.cts__service__title h2 {
  margin-bottom: 20px;
}
.cts__service__title h2 span {
  color: #33528B;
  font-size: 23px;
  font-weight: bold;
  padding: 0 18px;
}
.cts__service__title .btn {
  pointer-events: auto;
}
.cts__service__title .btn + .btn {
  margin-left: 5px;
}
.cts__blockLink {
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
}
.cts__blockLink li {
  margin-bottom: 20px;
  position: relative;
}
.cts__blockLink li:first-child {
  flex: 0 0 calc(50% - 10px);
}
.cts__blockLink li:nth-child(2) {
  flex: 0 0 calc(50% - 10px);
  margin-left: 20px;
}
.cts__blockLink li:nth-child(3) {
  flex: 0 0 100%;
}
.cts__blockLink li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.links {
  margin-top: 30px;
}
.links__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #42507F;
}
.links__list {
  display: flex;
  justify-content: space-between;
}
.links__list li {
  flex: 0 1 24%;
  position: relative;
}
.links__list li + li {
  margin-left: 2%;
}
.links__list li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #33528B;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader__box {
  width: 100svw;
  height: 100svh;
  background: #F6F6F6;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #33528B;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/* base
-------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 1340px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  [class*="--txt"],
  [class*=__txt] {
    font-size: 1.4rem;
  }
  [class*=__inner] {
    width: 93.3333333333%;
    padding-left: 0;
    padding-right: 0;
  }
  .forPc {
    display: none;
  }
  .forTab-Sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body {
    width: 100%;
  }
  .forSp {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1341px) {
  body {
    width: 100%;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: #33528B;
    transition: color 0.5s, background 0.5s;
  }
  .header .hnav__list__item:hover::before {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .header .hnav__list__item--inquiry:hover {
    background-image: url("../img/common/ico_mail_on.svg");
    transition: background 0.5s;
  }
  .header .hnav__list__sub li:hover {
    text-decoration: underline;
  }
  .footer .fnav__list li a:hover {
    text-decoration: underline;
  }
  .footer__inquiry a:hover {
    color: #fff;
    background-color: #33528B;
    transition: all 0.5s;
  }
  .footer__inquiry a:hover:before {
    background-image: url("../img/common/ico_paperplane_on.svg");
    transition: background 0.5s;
  }
  .commonContact a:hover::after {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .link--more:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
  .link--back:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
  .mv__slider1 li a:hover + .img img {
    transform: scale(1.05);
    transition: transform 0.5s;
  }
  .news__list > li:hover div img {
    scale: 1.2;
    transition: scale 0.5s;
  }
  .news__list > li:hover h3, .news__list > li:hover .news__tags, .news__list > li:hover .news__date {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  .safetyPdf__lists a:hover {
    text-decoration: none;
  }
  .cts__service:hover [class*=__photo] img {
    scale: 1.2;
    opacity: 0.5;
    transition: scale 0.5s, opacity 0.5s;
  }
  .cts__blockLink li a:hover::after {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .links__list li a:hover::after {
    opacity: 1;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 1180px) {
  .mv__inner {
    height: 612px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .mv__inner {
    padding-bottom: 60%;
  }
  .mv__title {
    width: 58%;
    padding: 9.6% 0 0 6%;
    left: -4%;
  }
  .mv__title h1 {
    width: 87%;
  }
  .mv__slider1 {
    width: 49%;
    top: 8%;
    right: 0;
  }
  .mv__slider2 {
    width: 91%;
    left: 2%;
  }
}
@media only screen and (max-width: 999px) {
  .btn {
    font-size: 12px;
    line-height: 36px;
    padding: 0 18px;
    border: 1px solid #33528B;
    border-radius: 20px;
  }
  main {
    padding-top: 60px;
  }
  .header {
    width: 100%;
    height: 60px;
    position: fixed;
  }
  .header__logo {
    width: 178px;
    position: relative;
    z-index: 10;
  }
  .header .hnav {
    transform: translateX(100%);
    transition: transform 0.5s;
    width: min(100vw, 375px);
    height: 100vh;
    padding-top: 62px;
    padding-left: 36px;
    background: #33528B;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 20;
  }
  .header .hnav__list {
    display: block;
  }
  .header .hnav__list__item {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }
  .header .hnav__list__item + li {
    margin-top: 26px;
  }
  .header .hnav__list__item--acc {
    color: #8B9BCE;
  }
  .header .hnav__list__item--acc::after {
    content: none;
  }
  .header .hnav__list__item--inquiry {
    color: #fff;
    font-size: 20px;
    width: auto;
    height: auto;
    background: none;
    margin-left: 0;
    padding-left: 40px;
  }
  .header .hnav__list__item--inquiry::before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 23px;
    background: url("../img/common/ico_mail2.svg") no-repeat center/contain;
    opacity: 1;
    top: 0;
    left: 0;
  }
  .header .hnav__list__sub {
    opacity: 1;
    width: auto;
    position: static;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .header .hnav__list__sub li {
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
  }
  .header .hnav__list__sub li::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 9px;
    background: url("../img/common/ico_arrow_left.svg") no-repeat center/contain;
    margin-left: 14px;
  }
  .header__burger {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
  }
  .header__burger span {
    width: 23px;
    height: 3px;
    background: #33528B;
    border-radius: 2px;
    position: absolute;
    right: 20px;
  }
  .header__burger span:nth-child(1) {
    top: 23px;
    transition: rotate 0.3s, background 0.3s, top 0.3s 0.5s;
  }
  .header__burger span:nth-child(2) {
    top: 31px;
    right: 24px;
    transition: opacity 0.3s 0.5s, right 0.3s 0.5s;
  }
  .header__burger span:nth-child(3) {
    top: 40px;
    transition: rotate 0.3s, background 0.3s, top 0.3s 0.5s;
  }
  .header.open .hnav {
    transform: translateX(0);
    transition: transform 0.5s;
  }
  .header.open .header__burger span {
    background: #fff;
  }
  .header.open .header__burger span:nth-child(1) {
    top: 31px;
    rotate: -45deg;
    transition: top 0.3s, background 0.3s, rotate 0.3s 0.5s;
  }
  .header.open .header__burger span:nth-child(2) {
    right: 0px;
    opacity: 0;
    transition: all 0.5s;
  }
  .header.open .header__burger span:nth-child(3) {
    top: 31px;
    rotate: 45deg;
    transition: top 0.3s, background 0.3s, rotate 0.3s 0.5s;
  }
  .footer__inner {
    justify-content: center;
  }
  .footer__contact {
    margin: 30px auto 0;
  }
  .cts__inner--01 {
    width: 100%;
  }
  .cts__about {
    flex: 0 0 49%;
    margin-left: 0;
    border-radius: 0 20px 20px 0;
  }
  .cts__about__title {
    padding: 33px 20px 20px 0;
  }
  .cts__about__title h2 img {
    width: 30%;
  }
  .cts__about__title h2 span {
    font-size: 18px;
  }
  .cts__service {
    flex: 0 0 49%;
    margin-right: 0;
    border-radius: 20px 0 0 20px;
  }
  .cts__service__title {
    padding: 33px 0 20px 20px;
  }
  .cts__service__title h2 img {
    width: 37%;
  }
  .cts__service__title h2 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 999px) and (hover: hover) {
  .header .hnav__list__item--inquiry:hover {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 10px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #33528B;
    border-radius: 20px;
  }
  .link--pdf::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -18px;
  }
  .footer__inner {
    padding: 0 18px;
    margin: 0 auto;
    display: block;
  }
  .footer__budge {
    width: 128px;
    margin: auto;
  }
  .footer .fnav {
    margin-top: 30px;
    margin-left: 0;
  }
  .footer .fnav__list {
    max-width: 304px;
    margin: auto;
  }
  .footer .fnav__list__item:nth-child(3) {
    flex: 0 0 100%;
    order: 4;
    margin-left: 0;
    margin-top: 35px;
  }
  .footer .fnav__list__item:nth-child(4) {
    margin-left: 110px;
    order: 3;
  }
  .footer .fnav__list__item a {
    display: block;
  }
  .footer__contact {
    width: 100%;
    margin: 35px auto 0;
  }
  .footer__copyright {
    flex-direction: column;
  }
  .footer__copyright__logo {
    order: 2;
    margin: 24px auto 0;
  }
  .footer__copyright small {
    order: 1;
    text-align: center;
  }
  .pageTitle {
    margin-top: 0;
  }
  .pageTitle__box {
    border-radius: 10px 10px 0 0;
  }
  .pageTitle__box__h1 {
    flex: 0 0 50%;
    padding: 8.7% 0 0 6.5%;
  }
  .pageTitle__box__h1 img {
    width: 40%;
  }
  .pageTitle__box__h1 span {
    font-size: 12px;
    margin-top: 10px;
  }
  .pageTitle--philosophy .pageTitle__box__h1 img {
    width: 78%;
  }
  .pageTitle--philosophy .pageTitle__box__h1 span {
    margin-top: 5px;
  }
  .pageTitle--business .pageTitle__box__h1 img {
    width: 60%;
  }
  .pageTitle--safety .pageTitle__box__h1 img {
    width: 38%;
  }
  .pageTitle--safety .pageTitle__box__h1 span {
    margin-top: 5px;
  }
  .pageTitle--vehicle .pageTitle__box__h1 img {
    width: 48%;
  }
  .commonContact {
    margin: 36px auto 10px;
  }
  .mv__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8.6%;
  }
  .mv__title {
    order: 2;
    flex: 0 1 100%;
    height: 0;
    padding-bottom: 84.5%;
    margin-left: 4%;
    margin-top: -8%;
    border-radius: 20px 0 0 20px;
    position: relative;
    left: 0;
  }
  .mv__title h1 {
    width: 90%;
    padding: 8.2% 0 0 7%;
  }
  .mv__earth {
    width: 118%;
    top: 43%;
    left: -9%;
  }
  .mv__bus {
    width: 22%;
    top: 47%;
    left: 44%;
  }
  .mv__slider1 {
    order: 1;
    flex: 0 0 85%;
    margin-left: 9%;
    position: static;
  }
  .mv__slider1 img {
    width: 100%;
  }
  .mv__slider2 {
    width: 156%;
  }
  .mv__slider2 li {
    background-position: left -50% top;
  }
  .news {
    margin-top: 58px;
  }
  .news__inner {
    display: block;
  }
  .news__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .news__title h2 {
    flex: 0 0 130px;
  }
  .news__title span {
    font-size: 19px;
    margin-top: 16px;
  }
  .news__title .btn {
    flex: 0 0 136px;
    margin-top: 0;
  }
  .news__list {
    margin-top: 30px;
    margin-left: 0;
  }
  .news__list > li {
    box-shadow: 0px 3px 20px #dfdfe0;
  }
  .news__list > li + li {
    margin-top: 20px;
  }
  .news__list > li a {
    grid-template-columns: 1fr 90px;
    grid-template-rows: 144px 78px 12px;
    padding-bottom: 20px;
  }
  .news__list > li div {
    grid-column: 1/3;
    grid-row: 1/2;
    overflow: hidden;
    text-align: center;
  }
  .news__list > li div img {
    width: 100%;
    height: 144px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__list > li h3 {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 16px;
    padding: 18px 20px 0 20px;
    margin-bottom: 14px;
  }
  .news__list > li .news__tags {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-left: 20px;
    transition: opacity 0.5s;
  }
  .news__list > li .news__tags li {
    font-size: 10px;
    padding: 3px 10px 4px;
  }
  .news__list > li .news__tags li + li {
    margin-left: 5px;
  }
  .news__list > li .news__date {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 12px;
    padding-right: 20px;
  }
  .safetyPdf {
    margin-top: 26px;
  }
  .safetyPdf__ttl {
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
  }
  .safetyPdf__lists {
    font-size: 12px;
    margin-top: 15px;
  }
  .safetyPdf__lists li {
    display: block;
    margin-left: 1em;
  }
  .instagram {
    margin-top: 40px;
  }
  .cts {
    margin-top: 40px;
  }
  .cts__inner--01 {
    width: 100%;
    display: block;
  }
  .cts__about {
    margin: 0 4.2% 0 0;
  }
  .cts__about__title {
    padding: 18px 32px 13px 0;
  }
  .cts__about__title h2 {
    margin-bottom: 12px;
  }
  .cts__about__title h2 span {
    font-size: 13px;
    padding: 0 8px;
  }
  .cts__about__title h2 img {
    width: 83px;
  }
  .cts__about__title .btn {
    line-height: 24px;
  }
  .cts__service {
    margin: 30px 0 0 4.2%;
  }
  .cts__service__title {
    padding: 18px 0 13px 32px;
  }
  .cts__service__title h2 {
    margin-bottom: 12px;
  }
  .cts__service__title h2 span {
    font-size: 13px;
    padding: 0 8px;
  }
  .cts__service__title h2 img {
    width: 105px;
  }
  .cts__service__title .btn {
    line-height: 22px;
  }
  .cts__blockLink {
    margin-top: 28px;
    display: block;
  }
  .cts__blockLink li {
    margin-bottom: 20px;
    position: relative;
  }
  .cts__blockLink li:nth-child(2) {
    margin-left: 0;
  }
  .links {
    margin-top: 28px;
  }
  .links__inner {
    padding-bottom: 28px;
  }
  .links__list {
    flex-wrap: wrap;
  }
  .links__list li {
    flex: 0 0 48%;
    position: relative;
  }
  .links__list li + li {
    margin-left: 0;
  }
  .links__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}