@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

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

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"] {
  -webkit-appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, 'Hiragino Sans', 'ヒラギノ角ゴシック', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

_:-ms-input-placeholder, :root body {
  font-family: メイリオ, Meiryo, sans-serif;
}

/* Loading背景画面設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* 共通基本設定　*/
body {
  background-color: #fff;
}

main {
  display: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  main {
    position: relative;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
    display: block;
  }
  /* IE11 */
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  #vision, #ideal, #target, #efforts {
    margin-top: -55px;
    padding-top: 55px;
  }
}

/* ページトップ設定 */
.pagetop {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .pagetop {
    max-width: 100%;
    min-width: 100%;
  }
}

.pagetop-inner {
  width: 100%;
  height: auto;
}

.pagetop-inner a {
  position: fixed;
  width: 20px;
  height: 236px;
  top: 50%;
  left: calc(50% - 613px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1300px) {
  .pagetop-inner a {
    left: 37px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop-inner a {
    width: 10px;
    height: 128px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pagetop-inner a:hover {
  opacity: 0.7;
}

.pagetop-inner a:hover img {
  opacity: 0.7;
}

[class^=btn-] {
  transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
}

[class^=btn-]::before, [class^=btn-]::after {
  transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
}

/* 背景が中央から横に出現＋テキスト */
.move_open {
  position: relative;
  /*テキストの基点となる位置を定義*/
}

.move_open span.mask {
  position: relative;
  /*背景色の基点となる位置を定義*/
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.move_open span.mask::before {
  content: '';
  position: absolute;
  z-index: 5;
  background: white;
  /*背景色*/
  top: 0;
  right: auto;
  left: -100px;
  margin: auto;
  width: 0%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  opacity: 0.75;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.home__menu-btn:hover span.mask::before {
  width: 100%;
  -webkit-transform: scale(2) skew(-27deg);
          transform: scale(2) skew(-27deg);
}

.move_openxxx {
  position: relative;
  /*テキストの基点となる位置を定義*/
}

.move_openxxx span.mask {
  position: relative;
  /*背景色の基点となる位置を定義*/
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.move_openxxx span.mask::before {
  content: '';
  position: absolute;
  z-index: 5;
  background: white;
  /*背景色*/
  right: 0;
  left: 0;
  margin: auto;
  width: 0%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  opacity: 0.75;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.move_openxxx span.mask:hover::before {
  width: 100%;
  -webkit-transform: scale(2) skew(-27deg);
          transform: scale(2) skew(-27deg);
}

.move_open-guideline {
  position: relative;
  /*テキストの基点となる位置を定義*/
}

.move_open-guideline div.mask {
  width: 100%;
  height: 200px;
  position: relative;
  /*背景色の基点となる位置を定義*/
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

@media screen and (max-width: 768px) {
  .move_open-guideline div.mask {
    height: 150px;
  }
}

.move_open-guideline div.mask::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: white;
  /*背景色*/
  top: 0;
  right: 0;
  left: -125%;
  margin: auto;
  width: 0%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  opacity: 0.75;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.move_open-guideline div.mask:hover::before {
  width: 100%;
  -webkit-transform: scale(2.5) skew(-27deg);
          transform: scale(2.5) skew(-27deg);
}

/* rotateY */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 1;
  }
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}

/* fadeOut */
.fadeOut {
  -webkit-animation-name: fadeOutAnime;
          animation-name: fadeOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
  opacity: 1;
}

@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOutTrigger {
  opacity: 1;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

/* flipDown */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

.flipDownTrigger {
  opacity: 0;
}

/* flipRight */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

.flipRightTrigger {
  opacity: 0;
}

/* flipLeft */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

.flipLeftTrigger {
  opacity: 0;
}

/* smoothText */
span.smoothText {
  overflow: hidden;
  display: block;
}

span.smoothTextTrigger {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translate3d(0, 100%, 0) skewY(20deg);
          transform: translate3d(0, 100%, 0) skewY(20deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/* bgextend */
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bgappearTrigger {
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.bgLRextendTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

/* 背景が下から出現＋テキスト */
.bgDU {
  position: relative;
  /*テキストの基点となる位置を定義*/
}

.bgDU .pattern {
  position: relative;
  /*背景色の基点となる位置を定義*/
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.bgDU .pattern::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  /*透過0*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #333;
  /*背景色*/
  width: 100%;
  height: 100%;
}

.bgDU:hover .pattern::before {
  /*hoverした時の変化*/
  opacity: 1;
  /*透過なしに変化*/
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bgDU span.cap {
  /*画像の上のテキスト*/
  position: absolute;
  opacity: 0;
  /*透過0*/
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index: 3;
  /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*テキストの位置中央指定*/
  color: #fff;
  /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.5;
  /*行の高さを1.5にする*/
}

.bgDU:hover span.cap {
  /*hoverした時の変化*/
  opacity: 1;
  /*透過なしに変化*/
}

.header {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: auto;
  margin: auto;
  background-color: #3C8CC1;
}

@media screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    min-width: 100%;
  }
}

.header-inner {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header-inner {
    height: 55px;
    padding: 0 10px 0 6.67%;
  }
}

.header__title h1 {
  width: 204px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header__title h1 {
    width: 36.92%;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-pc {
    display: none;
  }
}

.header__menu-pc-box nav {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__menu-pc-box nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header__menu-pc-box nav ul li a {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  opacity: 0.7;
}

.header__menu-pc-box nav ul li a:hover {
  opacity: 1.0;
  text-decoration: underline;
}

.header__menu-pc-box nav ul li:not(:first-of-type) {
  margin-left: 1.6rem;
}

.header__menu-pc-sns {
  margin-left: 20px;
}

.header__menu-pc-sns a {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.header__menu-pc-sns a:hover img {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  .header__menu-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3C8CC1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 15;
    display: none;
  }
}

.header__menu-sp-box nav {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box nav .close {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .header__menu-sp-box nav .close span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__menu-sp-box nav .close span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media print, screen and (min-width: 769px) {
  .header__menu-sp-box nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box nav ul {
    width: 100%;
    height: auto;
    padding: 0 6.67%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box nav ul li {
    width: 100%;
    height: 50px;
    border: 2px solid #FFF;
  }
}

.header__menu-sp-box nav ul li a {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  opacity: 1.0;
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box nav ul li a {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
  }
}

.header__menu-sp-box nav ul li:not(:first-of-type) {
  margin-left: 1.6rem;
}

@media screen and (max-width: 768px) {
  .header__menu-sp-box nav ul li:not(:first-of-type) {
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-sp-btn {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
  }
  .header__menu-sp-btn p {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  .header__menu-sp-btn span {
    height: 2px;
    width: 25px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .header__menu-sp-btn span:nth-of-type(2) {
    top: 22px;
    width: 25px;
  }
  .header__menu-sp-btn span:nth-of-type(3) {
    top: 31px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-sp-sns {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

.header__menu-sp-sns a {
  width: 34px;
  height: 34px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .header__menu-sp-sns a {
    padding-top: 35px;
    display: inline-block;
  }
}

.Android .header__title p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .Android .header__title p {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.footer {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: auto;
  margin: auto;
  background-image: url(../img/bg_footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.67%;
  }
}

.footer-inner {
  width: 930px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    width: 100%;
  }
}

.footer__contents {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__contents {
    padding: 30px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__contents-logo {
  width: 501px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__contents-logo {
    width: 100%;
    padding-bottom: 20px;
  }
}

.footer__contents-txt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.556;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .footer__contents-txt p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.556;
    letter-spacing: 0em;
  }
}

.footer__contents-sns {
  width: 54px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__contents-sns {
    width: 37px;
  }
}

.footer__contents-sns a:hover img {
  opacity: 0.7;
}

.page__head {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page__head-inner {
  max-width: 1000px;
  width: 100%;
  height: 210px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page__head-inner {
    height: 140px;
  }
}

.page__head-inner h1 {
  padding-top: 82px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page__head-inner h1 {
    padding-top: 55px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.page__head-inner h1::after {
  content: '';
  margin-left: -0.2em;
}

.page__head-inner p {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page__head-inner p {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.page__head-inner p::after {
  content: '';
  margin-left: -0.1em;
}

@media print, screen and (min-width: 769px) {
  #information .page__head {
    background-image: url(../img/information/kv_information.jpg);
  }
}

@media screen and (max-width: 768px) {
  #information .page__head {
    background-image: url(../img/information/kv_information-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #business .page__head {
    background-image: url(../img/business/kv_business.jpg);
  }
}

@media screen and (max-width: 768px) {
  #business .page__head {
    background-image: url(../img/business/kv_business-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #corporate .page__head {
    background-image: url(../img/corporate/kv_corporate.jpg);
  }
}

@media screen and (max-width: 768px) {
  #corporate .page__head {
    background-image: url(../img/corporate/kv_corporate-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #offices .page__head {
    background-image: url(../img/offices/kv_offices.jpg);
  }
}

@media screen and (max-width: 768px) {
  #offices .page__head {
    background-image: url(../img/offices/kv_offices-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #contact .page__head {
    background-image: url(../img/contact/kv_contact.jpg);
  }
}

@media screen and (max-width: 768px) {
  #contact .page__head {
    background-image: url(../img/contact/kv_contact-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #privacy .page__head {
    background-image: url(../img/privacy/kv_privacy.jpg);
  }
}

@media screen and (max-width: 768px) {
  #privacy .page__head {
    background-image: url(../img/privacy/kv_privacy-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #policy .page__head {
    background-image: url(../img/policy/kv_policy.jpg);
  }
}

@media screen and (max-width: 768px) {
  #policy .page__head {
    background-image: url(../img/policy/kv_policy-sp.jpg);
  }
}

@media print, screen and (min-width: 769px) {
  #publicinfo .page__head {
    background-image: url(../img/publicinfo/kv_publicinfo.jpg);
  }
}

@media screen and (max-width: 768px) {
  #publicinfo .page__head {
    background-image: url(../img/publicinfo/kv_publicinfo-sp.jpg);
  }
}

.breadcrumb {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.breadcrumb ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.breadcrumb ul li:not(:first-of-type)::before {
  content: '>';
  margin: 0 4px;
}

.breadcrumb ul li a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.breadcrumb ul li a:hover {
  opacity: 0.5;
}

.visual {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .visual {
    max-width: 100%;
    min-width: 100%;
  }
}

.visual-inner {
  width: 100%;
  height: auto;
}

.koosaka {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: auto;
  margin: auto;
  background-image: url(../img/bg_koosaka.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .koosaka {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.67%;
  }
}

.koosaka-inner {
  width: 1000px;
  height: 1222px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .koosaka-inner {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
}

.koosaka__title {
  text-align: right;
}

.koosaka__title h2 {
  width: 684px;
  height: auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .koosaka__title h2 {
    width: 82.15%;
    padding-top: 30px;
  }
}

.koosaka__title p {
  width: 662px;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .koosaka__title p {
    width: 87.15%;
    padding-top: 20px;
  }
}

.koosaka__contents {
  width: 500px;
  height: auto;
  margin: auto 0 auto auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .koosaka__contents {
    width: 100%;
    padding-top: 40px;
  }
}

.koosaka__contents .twitter {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.koosaka__contents .twitter a {
  border-radius: 50px;
}

.politeness {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .politeness {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.67%;
  }
}

.politeness-inner {
  width: 840px;
  height: auto;
  margin: auto;
  padding-top: 85px;
}

@media screen and (max-width: 768px) {
  .politeness-inner {
    width: 100%;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .politeness__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.politeness__title h2 {
  width: 258px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .politeness__title h2 {
    width: 82.15%;
  }
}

.politeness__title p {
  width: 558px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .politeness__title p {
    width: 100%;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .politeness__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .politeness__contents {
    padding-top: 35px;
  }
}

.politeness__contents p:first-of-type {
  width: 320px;
  height: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .politeness__contents p:first-of-type {
    width: 60%;
  }
}

.politeness__contents p:last-of-type {
  width: 480px;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .politeness__contents p:last-of-type {
    width: 100%;
    padding-top: 40px;
  }
}

.oneday {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .oneday {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.67%;
  }
}

.oneday-inner {
  width: 840px;
  height: auto;
  margin: 65px auto 0;
  padding-top: 65px;
  border-top: 5px solid #000;
}

@media screen and (max-width: 768px) {
  .oneday-inner {
    width: 100%;
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 2px solid #000;
  }
}

.oneday__title h2 {
  width: 480px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .oneday__title h2 {
    width: 100%;
  }
}

.oneday__contents {
  padding-top: 30px;
}

.oneday__contents .group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.oneday__contents .group:not(:first-of-type) {
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group:not(:first-of-type) {
    padding-top: 60px;
  }
}

.oneday__contents .group__txt {
  margin-left: 25px;
  padding-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group__txt {
    margin-left: 0;
    padding-top: 20px;
  }
}

.oneday__contents .group__txt h3.single {
  width: 96px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group__txt h3.single {
    width: 48px;
  }
}

.oneday__contents .group__txt h3.two {
  width: 118px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group__txt h3.two {
    width: 59px;
  }
}

.oneday__contents .group__txt p {
  padding-top: 15px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.211;
  letter-spacing: -0.1em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group__txt p {
    padding-top: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: justify;
  }
}

.oneday__contents .group__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.oneday__contents .group__img p {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .oneday__contents .group__img p {
    width: 100%;
  }
}

.flow {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  background-image: url(../img/bg_flow.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .flow {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.67% 40px;
    background-image: url(../img/bg_flow-sp.jpg);
    background-position: top 25px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.flow-inner {
  width: 1000px;
  height: 970px;
  margin: 150px auto auto auto;
}

@media screen and (max-width: 768px) {
  .flow-inner {
    width: 100%;
    height: auto;
    margin: 80px auto auto auto;
  }
}

@media print, screen and (min-width: 769px) {
  .flow__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.flow__title h2 {
  width: 484px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__title h2 {
    width: 80%;
    margin: auto;
  }
}

.flow__title h3 {
  width: 290px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__title h3 {
    width: 44.62%;
    margin: 20px auto auto auto;
  }
}

.flow__lead p {
  width: 640px;
  height: auto;
  margin: 90px 0 auto auto;
}

@media screen and (max-width: 768px) {
  .flow__lead p {
    width: 80%;
    margin: 20px auto auto auto;
  }
}

.flow__contents {
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .flow__contents {
    padding-top: 30px;
  }
}

.flow__contents .group {
  width: 468px;
  height: auto;
  margin: auto 0 auto auto;
  padding: 18px;
  border: 5px solid #000;
  background-color: #FFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .flow__contents .group {
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.flow__contents .group:not(:first-of-type) {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .flow__contents .group:not(:first-of-type) {
    margin-top: 15px;
  }
}

.flow__contents .group__txt h4.one {
  width: 87px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__contents .group__txt h4.one {
    width: 44px;
  }
}

.flow__contents .group__txt h4.two {
  width: 245px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__contents .group__txt h4.two {
    width: 123px;
  }
}

.flow__contents .group__txt h4.three {
  width: 141px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flow__contents .group__txt h4.three {
    width: 72px;
  }
}

.flow__contents .group__txt p {
  padding-top: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.765;
  letter-spacing: -0.075em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .flow__contents .group__txt p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: justify;
  }
}

.flow__contents .group__img {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .flow__contents .group__img {
    margin-left: 15px;
  }
}

.flow__contents .group__img p {
  width: 140px;
  height: auto;
}

.flow__illust {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.description {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  padding: 0 0 150px 0;
  background-image: url(../img/bg_description.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .description {
    max-width: 100%;
    min-width: 100%;
    margin: 40px auto auto auto;
    padding: 0 6.67% 40px;
    background-image: url(../img/bg_description-sp.jpg);
    background-position: top 22px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.description-inner {
  width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .description-inner {
    width: 100%;
  }
}

.description__title {
  padding-top: 115px;
}

@media screen and (max-width: 768px) {
  .description__title {
    padding-top: 0;
  }
}

.description__title h3 {
  width: 290px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .description__title h3 {
    width: 44.62%;
    margin: auto;
  }
}

.description__title p {
  width: 427px;
  height: auto;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .description__title p {
    width: 65.69%;
    margin: auto;
    padding-top: 20px;
  }
}

.description__contents {
  width: 100%;
  height: auto;
  margin: 135px 0 0 0;
  padding: 80px 0 95px;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .description__contents {
    margin: 30px 0 0 0;
    padding: 20px 10px;
  }
}

.description__contents .group {
  width: 840px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .description__contents .group {
    width: 100%;
  }
}

.description__contents .group__title h4 {
  margin: auto;
}

.description__contents .group__title h4.one {
  width: 315px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .description__contents .group__title h4.one {
    width: 158px;
  }
}

.description__contents .group__title h4.two {
  width: 363px;
  height: auto;
  margin-top: 95px;
}

@media screen and (max-width: 768px) {
  .description__contents .group__title h4.two {
    width: 182px;
    margin-top: 30px;
  }
}

.description__contents .group__title h4.three {
  width: 181px;
  height: auto;
  margin-top: 95px;
}

@media screen and (max-width: 768px) {
  .description__contents .group__title h4.three {
    width: 91px;
    margin-top: 30px;
  }
}

.description__contents .group__title p {
  margin: 15px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 3px solid #000;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .description__contents .group__title p {
    margin: 12px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px solid #000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.description__contents .group__img {
  padding: 45px 0 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .description__contents .group__img {
    padding: 10px 0 0 0;
  }
}

.description__contents .group__img figure img {
  width: 253px;
  height: auto;
}

.description__contents .group__img figure figcaption {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .description__contents .group__img figure figcaption {
    margin-top: 2px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
  }
}

.description__contents .group__img figure figcaption ul {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .description__contents .group__img figure figcaption ul {
    margin-top: 2px;
  }
}

.description__contents .group__img figure figcaption ul li {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.765;
  letter-spacing: 0em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .description__contents .group__img figure figcaption ul li {
    margin-top: 5px;
    margin-left: 1.3em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    text-indent: -1.3em;
  }
}

.description__contents .group__img figure:not(:first-of-type) {
  margin-left: 5px;
}

.description__illust {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.safety {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto auto 150px auto;
  padding: 0 0 150px 0;
  background-image: url(../img/bg_safety.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .safety {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    padding: 0 6.67% 40px;
    background-image: url(../img/bg_safety-sp.jpg);
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.safety-inner {
  width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .safety-inner {
    width: 100%;
  }
}

.safety__title {
  width: 100%;
  height: auto;
  padding-top: 155px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .safety__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
  }
}

.safety__title h2 {
  width: 705px;
  height: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .safety__title h2 {
    width: 80%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.safety__title h3 {
  width: 290px;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .safety__title h3 {
    width: 145px;
    margin: auto;
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.safety__contents {
  width: 100%;
  height: auto;
}

.safety__contents .basic {
  padding-top: 105px;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic {
    padding-top: 40px;
  }
}

.safety__contents .basic__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.safety__contents .basic__title h4 {
  width: 380px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__title h4 {
    width: 58.46%;
  }
}

.safety__contents .basic__title figure > img {
  width: 582px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__title figure > img {
    width: 100%;
  }
}

.safety__contents .basic__title figure figcaption {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__title figure figcaption {
    text-align: center;
  }
}

.safety__contents .basic__title figure figcaption img {
  width: 412px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__title figure figcaption img {
    width: 90%;
  }
}

.safety__contents .basic__contents {
  padding-top: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__contents {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }
}

.safety__contents .basic__contents figure {
  position: relative;
  width: 45%;
}

.safety__contents .basic__contents figure > img {
  margin-bottom: 35px;
  border: 5px solid #FFB817;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__contents figure > img {
    margin-bottom: 20px;
    border: 2px solid #FFB817;
  }
}

.safety__contents .basic__contents figure:not(:first-of-type) {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__contents figure:not(:first-of-type) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__contents figure:nth-of-type(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .safety__contents .basic__contents figure:last-of-type {
    margin-top: 20px;
  }
}

.safety__contents .basic__contents figure figcaption {
  position: absolute;
  bottom: 0;
}

.safety__contents .other {
  margin-top: 90px;
  padding-top: 75px;
  border-top: 5px solid #000;
}

@media screen and (max-width: 768px) {
  .safety__contents .other {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #000;
  }
}

.safety__contents .other .group:not(:first-of-type) {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group:not(:first-of-type) {
    padding-top: 30px;
  }
}

.safety__contents .other .group__title h4 {
  width: 272px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__title h4 {
    width: 136px;
  }
}

.safety__contents .other .group__contents {
  text-align: center;
}

.safety__contents .other .group__contents-img {
  padding-top: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__contents-img {
    padding-top: 20px;
  }
}

.safety__contents .other .group__contents-img p {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__contents-img p {
    width: 100%;
  }
}

.safety__contents .other .group__contents-img p:not(:first-of-type) {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__contents-img p:not(:first-of-type) {
    margin-left: 10px;
  }
}

.safety__contents .other .group__contents-img p img {
  border-radius: 10px;
}

.safety__contents .other .group__contents-txt {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__contents-txt {
    padding-top: 10px;
  }
}

.safety__contents .other .group__contents-txt p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .safety__contents .other .group__contents-txt p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.company {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  padding: 0 0 150px 0;
  background-image: url(../img/bg_company.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .company {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    padding: 0 6.67% 40px;
    background-image: url(../img/bg_description-sp.jpg);
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.company-inner {
  width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .company-inner {
    width: 100%;
    padding-top: 40px;
  }
}

.company__title {
  width: 840px;
  height: auto;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company__title {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company__title h2 {
  width: 534px;
  height: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .company__title h2 {
    width: 82.15%;
    margin: auto;
  }
}

.company__title p {
  width: 263px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company__title p {
    width: 100%;
    margin-top: 40px;
  }
}

.company__title p img {
  border-radius: 10px;
}

.company__contents {
  width: 840px;
  height: auto;
  margin: auto;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .company__contents {
    width: 100%;
    padding-top: 50px;
  }
}

.company__contents .philosophy__title {
  border-top: 5px solid #000;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__title {
    border-top: 2px solid #000;
  }
}

.company__contents .philosophy__title h3 {
  width: 235px;
  height: auto;
  margin: auto;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__title h3 {
    width: 128px;
    top: -22px;
  }
}

.company__contents .philosophy__contents {
  padding-top: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company__contents .philosophy__contents .img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .img {
    width: 80%;
    margin: auto;
  }
}

.company__contents .philosophy__contents .img p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .img p {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.company__contents .philosophy__contents .img p span {
  padding-right: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .img p span {
    padding-right: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.company__contents .philosophy__contents .img p img {
  border-radius: 10px;
}

.company__contents .philosophy__contents .img p ~ p {
  padding-top: 15px;
}

.company__contents .philosophy__contents .txt {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .txt {
    margin: auto;
  }
}

.company__contents .philosophy__contents .txt h4 {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .txt h4 {
    width: 80%;
    padding-top: 40px;
  }
}

.company__contents .philosophy__contents .txt h5 {
  padding-top: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.611;
  letter-spacing: 0em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .txt h5 {
    padding-top: 30px;
  }
}

.company__contents .philosophy__contents .txt ul li {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.852;
  letter-spacing: 0em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .txt ul li {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.852;
    letter-spacing: 0em;
  }
}

.company__contents .philosophy__contents .txt p {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.852;
  letter-spacing: 0em;
  color: #000;
}

.company__contents .philosophy__contents .illust {
  width: 296px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .illust {
    position: inherit;
    margin: auto;
    padding-top: 30px;
  }
}

.company__contents .philosophy__contents .illust figure {
  width: 296px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .illust figure {
    width: 80%;
    margin: auto;
  }
}

.company__contents .philosophy__contents .illust figure figcaption {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company__contents .philosophy__contents .illust figure figcaption {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.company__contents .overview {
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .company__contents .overview {
    margin-top: 40px;
  }
}

.company__contents .overview__title {
  border-top: 5px solid #000;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__title {
    border-top: 2px solid #000;
  }
}

.company__contents .overview__title h3 {
  width: 235px;
  height: auto;
  margin: auto;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__title h3 {
    width: 128px;
    top: -22px;
  }
}

.company__contents .overview__contents {
  padding-top: 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__contents {
    padding-top: 50px;
  }
}

.company__contents .overview__contents dl div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.company__contents .overview__contents dl div dt {
  width: 100px;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0em;
  color: #000;
}

.company__contents .overview__contents dl div dt.ls {
  letter-spacing: 1em;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__contents dl div dt {
    width: 80px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.company__contents .overview__contents dl div dd {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__contents dl div dd {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.company__contents .overview__contents .illust {
  width: 808px;
  height: auto;
  position: absolute;
  right: -50px;
  bottom: -90px;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__contents .illust {
    width: 80%;
    padding-top: 20px;
    position: inherit;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.company__contents .overview__contents .illust p {
  width: 808px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company__contents .overview__contents .illust p {
    width: 100%;
  }
}

.company__map {
  width: 1000px;
  height: auto;
  margin: auto;
  padding-top: 185px;
}

@media screen and (max-width: 768px) {
  .company__map {
    width: 100%;
    padding-top: 40px;
  }
}

.company__btn {
  width: 1000px;
  height: auto;
  margin: auto;
  margin-top: 60px;
  border-radius: 45px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company__btn {
    width: 100%;
    margin-top: 40px;
  }
}

.company__btn:hover img {
  opacity: 0.7;
}

.paint {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .paint {
    max-width: 100%;
    min-width: 100%;
  }
}

.paint-inner {
  width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .paint-inner {
    width: 100%;
  }
}

.paint__contents {
  width: 100%;
  height: auto;
  padding: 40px 0 30px 0;
}

.paint__contents p {
  width: 1000px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .paint__contents p {
    width: 100%;
  }
}

.Android .visual__contents-lead p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.944;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .Android .visual__contents-lead p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.0125em;
  }
}

.Android .target__contents-second .group-btn h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .Android .target__contents-second .group-btn h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
  }
}

.Android .target__contents-second .group-btn p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .Android .target__contents-second .group-btn p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
  }
}
