@charset "UTF-8";
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3) 
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 12, sass/reset.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* line 22, sass/reset.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 28, sass/reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 34, sass/reset.scss */
body {
  overflow-x: hidden;
  font: normal normal normal 14px/1.8 arial, sans-serif;
}

/* line 39, sass/reset.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 50, sass/reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 55, sass/reset.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 63, sass/reset.scss */
fieldset,
iframe,
img {
  border: 0;
}

/* line 69, sass/reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 73, sass/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 79, sass/reset.scss */
caption,
th {
  text-align: left;
}

/* line 84, sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 89, sass/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 103, sass/reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 111, sass/reset.scss */
sup {
  vertical-align: text-top;
}

/* line 115, sass/reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 119, sass/reset.scss */
hr {
  display: block;
  overflow: visible;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 130, sass/reset.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 140, sass/reset.scss */
textarea {
  overflow: auto;
}

/* line 144, sass/reset.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 150, sass/reset.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 155, sass/reset.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 160, sass/reset.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 165, sass/reset.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 170, sass/reset.scss */
details,
menu {
  display: block;
}

/* line 175, sass/reset.scss */
summary {
  display: list-item;
}

/* line 179, sass/reset.scss */
canvas {
  display: inline-block;
}

/* line 183, sass/reset.scss */
[hidden],
template {
  display: none;
}

/* line 188, sass/reset.scss */
input,
select {
  vertical-align: middle;
}

/* line 193, sass/reset.scss */
button {
  overflow: visible;
  box-sizing: content-box;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 205, sass/reset.scss */
button:disabled {
  cursor: default;
}

/* line 209, sass/reset.scss */
button,
select {
  text-transform: none;
}

/* line 214, sass/reset.scss */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 221, sass/reset.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 229, sass/reset.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 236, sass/reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 240, sass/reset.scss */
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

/* line 247, sass/reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 252, sass/reset.scss */
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 257, sass/reset.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 262, sass/reset.scss */
audio,
progress,
video {
  display: inline-block;
}

/* line 268, sass/reset.scss */
progress {
  vertical-align: baseline;
}

/* line 272, sass/reset.scss */
a,
a:link,
a:visited {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 280, sass/reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 284, sass/reset.scss */
a:active {
  text-decoration: none;
}

/* line 288, sass/reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 294, sass/reset.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 300, sass/reset.scss */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

/* line 308, sass/reset.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 315, sass/reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 320, sass/reset.scss */
small {
  font-size: 80%;
}

/* line 324, sass/reset.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 332, sass/reset.scss */
sub {
  bottom: -.25em;
}

/* line 336, sass/reset.scss */
sup {
  top: -.5em;
}

/* line 340, sass/reset.scss */
ul {
  list-style: none;
}

/* line 344, sass/reset.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* line 351, sass/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 355, sass/reset.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 363, sass/reset.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 370, sass/reset.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 377, sass/reset.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 386, sass/reset.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 392, sass/reset.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 397, sass/reset.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 402, sass/reset.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 406, sass/reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 6, sass/style.scss */
.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

/* line 13, sass/style.scss */
.hasbg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* line 24, sass/style.scss */
.hasbg.portrait {
  transition: 0.2s;
  background-position: center top;
}

/* line 28, sass/style.scss */
.hasbg.portrait img {
  object-position: center top;
}

/* line 32, sass/style.scss */
.hasbg.portrait:hover {
  transform: scale(0.9);
}

/* line 38, sass/style.scss */
.inner {
  width: 95vw;
  max-width: 1366px;
  margin: auto;
}

/* line 44, sass/style.scss */
body {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 83px;
  font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 53, sass/style.scss */
.section_ttl {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* line 58, sass/style.scss */
.section_ttl h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #0080c6;
  font-size: 36px;
}

/* line 65, sass/style.scss */
.section_ttl h4 {
  font-size: 16px;
  font-weight: 400;
}

/* line 71, sass/style.scss */
span.nowrap {
  display: inline-block;
  word-break: keep-all;
}

/* header css */
/* line 79, sass/style.scss */
.header.fix .header-nav {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 86, sass/style.scss */
.header.fix .header-nav a:hover {
  background: transparent;
}

/* line 93, sass/style.scss */
.menu {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: none;
}

/* line 102, sass/style.scss */
.top {
  position: relative;
  padding: 8px 0;
  font-size: 12px;
}

/* line 107, sass/style.scss */
.top::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f4f4f4;
  z-index: -1;
}

/* line 121, sass/style.scss */
.header-main {
  padding: 20px 0;
}

/* line 124, sass/style.scss */
.header-main .logo-box {
  display: flex;
}

/* line 128, sass/style.scss */
.header-main .logo-box .logo {
  width: 220px;
  margin-right: 10px;
}

/* line 132, sass/style.scss */
.header-main .logo-box .logo a {
  display: block;
}

/* line 137, sass/style.scss */
.header-main .logo-box .logo-bosch {
  width: 55px;
  margin-right: 10px;
  margin-top: 0;
}

/* line 142, sass/style.scss */
.header-main .logo-box .logo-bosch a {
  display: block;
}

/* line 148, sass/style.scss */
.header-main .left {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
}

@media (max-width: 1920px) {
  /* line 157, sass/style.scss */
  .header-nav-outer {
    height: 62px;
  }
}

/* line 163, sass/style.scss */
.header-nav {
  position: relative;
}

/* line 166, sass/style.scss */
.header-nav::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #0080c6;
  z-index: -1;
}

/* line 179, sass/style.scss */
.header-nav ul {
  display: flex;
  max-width: 95vw;
  width: 100%;
  max-width: 1360px;
  margin: auto;
}

/* line 187, sass/style.scss */
.header-nav li {
  width: 11.66%;
}

/* line 190, sass/style.scss */
.header-nav li:nth-child(5), .header-nav li:nth-child(6) {
  width: 15%;
}

/* line 197, sass/style.scss */
.header-nav li:first-child a::before {
  content: none;
}

/* line 204, sass/style.scss */
.header-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  position: relative;
  transition: 0.2s;
}

@media (min-width: 1100px) {
  /* line 214, sass/style.scss */
  .header-nav a:hover {
    background: #18356b;
  }
}

/* line 220, sass/style.scss */
.header-nav a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #fff;
}

/* line 232, sass/style.scss */
.header-nav span {
  display: block;
}

/* line 235, sass/style.scss */
.header-nav span.en {
  text-transform: capitalize;
}

/* line 239, sass/style.scss */
.header-nav span.jp {
  /*font-weight: 700;*/
  font-weight: 500;
}

/************
カレンダー
************/
/* line 250, sass/style.scss */
div.cal_wrapper table {
  margin: auto;
  height: 251px;
}

/* line 256, sass/style.scss */
div.schedule_wrapper {
  padding: 10px 0px;
  width: 300px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}

/* line 264, sass/style.scss */
div.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: 600;
  margin: 0px;
  font-size: 12px;
  color: #666;
}

/* line 272, sass/style.scss */
div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}

/* line 277, sass/style.scss */
div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}

/* line 283, sass/style.scss */
div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}

/* line 290, sass/style.scss */
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}

/* line 294, sass/style.scss */
div.cal_wrapper table.cal tr th p {
  float: left;
  padding: 5px;
  margin: 0px;
  color: #666;
  font-size: 1em;
}

/* line 302, sass/style.scss */
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}

/* line 306, sass/style.scss */
div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 1em;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}

/* line 315, sass/style.scss */
div.cal_wrapper table.cal tr td {
  border-top: solid 1px #eee;
}

/* line 319, sass/style.scss */
div.cal_wrapper table.cal tr td {
  font-size: 11px;
  text-align: center;
  padding: 2px;
}

/* line 325, sass/style.scss */
div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}

/* line 330, sass/style.scss */
div.cal_wrapper table.cal tr.headline {
  background-color: #eee;
}

/* line 334, sass/style.scss */
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 5px 5px;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

/* line 343, sass/style.scss */
div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定 */
/* line 361, sass/style.scss */
.holyday {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -130px;
  margin-top: 10px;
}

/* line 368, sass/style.scss */
.holyday::before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  border-radius: 5px;
  background: #f00;
  margin-right: 10px;
}

/* line 379, sass/style.scss */
div.cal_wrapper table.cal tr td div.Sat {
  color: #00f;
}

/* line 383, sass/style.scss */
div.cal_wrapper table.cal tr td div.Sun {
  color: #f00;
}

/* line 387, sass/style.scss */
div.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
}

/* line 391, sass/style.scss */
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe;
}

/* line 395, sass/style.scss */
div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #fff;
  background-color: #f00;
}

/* line 401, sass/style.scss */
div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #eef;
  color: #090;
  border-radius: 3px;
}

/* line 408, sass/style.scss */
div.cal_wrapper table.cal tr td div.backward {
  color: #ccc;
  font-weight: normal;
  background-color: #fff;
  border-radius: 3px;
}

/* line 415, sass/style.scss */
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}

/* line 419, sass/style.scss */
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eee;
}

/* footer css */
/* line 425, sass/style.scss */
.contact_way p {
  font-size: 12px;
}

/* line 429, sass/style.scss */
.contact_way a {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.3px;
}

/* line 435, sass/style.scss */
.contact_way strong {
  font-size: 30px;
}

/* line 440, sass/style.scss */
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #0080c6;
}

/* line 448, sass/style.scss */
.footer-fixed ul {
  display: flex;
  max-width: 1360px;
  margin: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 455, sass/style.scss */
.footer-fixed li {
  width: 33.33%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 460, sass/style.scss */
.footer-fixed a {
  padding: 10px 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  /*font-weight: 700;*/
  font-size: 18px;
  transition: 0.2s;
}

@media (min-width: 1100px) {
  /* line 473, sass/style.scss */
  .footer-fixed a:hover {
    background: #18356b;
  }
}

/* line 480, sass/style.scss */
.footer-fixed svg {
  margin-right: 10px;
}

/* line 485, sass/style.scss */
.footer-logo {
  width: 230px;
  margin-bottom: 10px;
}

/* line 489, sass/style.scss */
.footer-logo-bosch {
  width: 55px;
  margin-right: 10px;
  margin-top: 0;
}

/* line 494, sass/style.scss */
.footer-logo-box {
  display: flex;
}

/* line 497, sass/style.scss */
.copyright {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}

/* line 504, sass/style.scss */
.copyright::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #000;
  z-index: -1;
}

/* line 518, sass/style.scss */
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

/* line 524, sass/style.scss */
.footer-main a {
  display: block;
  color: #000;
}

/* line 530, sass/style.scss */
.footer-nav {
  font-size: 12px;
}

/* line 533, sass/style.scss */
.footer-nav li {
  display: inline-block;
}

/* line 536, sass/style.scss */
.footer-nav li:first-child::before {
  content: none;
}

/* line 540, sass/style.scss */
.footer-nav li::before {
  content: '/';
  display: inline-block;
  padding: 0 3px;
}

/* line 547, sass/style.scss */
.footer-nav a {
  display: inline-block;
}

/* line 552, sass/style.scss */
.footer-links {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 559, sass/style.scss */
.footer-links svg {
  margin-right: 10px;
}

/* line 563, sass/style.scss */
.footer-links a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 5px 20px;
}

/* line 573, sass/style.scss */
.footer-links li {
  display: inline-block;
  margin-left: 15px;
}

/* line 578, sass/style.scss */
.footer-links li:first-child a {
  background: #18356b;
}

/* line 585, sass/style.scss */
.footer-links li:last-child a {
  background: #0080c6;
}

/*home css*/
/* line 593, sass/style.scss */
.map {
  position: relative;
  max-height: 500px;
  height: 50vh;
  min-height: 300px;
}

/* line 599, sass/style.scss */
.map iframe {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  filter: grayscale(1);
}

/* line 608, sass/style.scss */
.map iframe:hover {
  filter: grayscale(0);
}

/* line 614, sass/style.scss */
.banners {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

/* line 619, sass/style.scss */
.banners a {
  display: block;
  transition: 0.2s ease;
}

/* line 623, sass/style.scss */
.banners a:hover {
  transform: scale(0.95);
}

/* line 628, sass/style.scss */
.banners li {
  width: 33.33%;
  padding-left: 30px;
  margin-bottom: 30px;
}

/* line 635, sass/style.scss */
.introduction {
  text-align: center;
  margin: 40px 0;
}

/* line 639, sass/style.scss */
.introduction h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 645, sass/style.scss */
.introduction p {
  line-height: 1.8;
}

/* line 651, sass/style.scss */
.maintenance .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 657, sass/style.scss */
.maintenance article {
  width: calc((100% - 170px) / 2);
  margin-bottom: 30px;
  position: relative;
}

/* line 662, sass/style.scss */
.maintenance article > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (min-width: 1100px) {
  /* line 673, sass/style.scss */
  .maintenance article > a:hover ~ .more {
    background: #18356b;
  }
  /* line 678, sass/style.scss */
  .maintenance article > a:hover ~ .pic .hasbg {
    transform: scale(1.1);
  }
}

/* line 687, sass/style.scss */
.maintenance .pic {
  padding-top: 65%;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}

/* line 693, sass/style.scss */
.maintenance .pic .hasbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s ease;
}

/* line 703, sass/style.scss */
.maintenance .title {
  color: #0080c6;
}

/* line 706, sass/style.scss */
.maintenance .title span {
  display: inline-block;
}

/* line 710, sass/style.scss */
.maintenance .title .en {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
  margin-right: 10px;
}

/* line 717, sass/style.scss */
.maintenance .title .jp {
  font-size: 18px;
}

/* line 722, sass/style.scss */
.maintenance p {
  margin: 5px 0 10px;
}

/* line 726, sass/style.scss */
.maintenance .more {
  display: inline-block;
  background: #0080c6;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
}

/* line 735, sass/style.scss */
.links-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

/* line 741, sass/style.scss */
.links-group > div {
  width: calc((80% - 80px) / 2);
}

/* line 744, sass/style.scss */
.links-group > div:nth-child(3) {
  width: 20%;
}

/* line 749, sass/style.scss */
.links-group article {
  border-bottom: 1px solid #000;
}

/* line 753, sass/style.scss */
.links-group article span.cat {
  line-height: 21px;
  text-align: center;
  min-width: 60px;
  background: #000;
  color: #fff;
  margin: 0 15px;
  font-size: 12px;
  padding: 0 5px;
}

/* line 763, sass/style.scss */
.links-group article span.cat.notice {
  background: #c51212;
}

/* line 768, sass/style.scss */
.links-group article span.ttl {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 777, sass/style.scss */
.links-group article a {
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
}

/* line 783, sass/style.scss */
.links-group article a:hover {
  background: #f7f7f7;
}

/* line 790, sass/style.scss */
.links-group .blogbox .ttl {
  margin-left: 20px;
}

/* line 795, sass/style.scss */
.links-group .more {
  margin-top: 30px;
  justify-content: center;
}

/* line 801, sass/style.scss */
.links-group .more a::before, .links-group .more a::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  z-index: 1;
}

/* line 810, sass/style.scss */
.links-group .more a::before {
  left: 0;
  bottom: 0;
  border-left: 8px solid #fff;
  border-bottom: 41px solid transparent;
}

/* line 817, sass/style.scss */
.links-group .more a::after {
  right: 0;
  bottom: 0;
  border-right: 8px solid #fff;
  border-top: 41px solid transparent;
}

/* line 827, sass/style.scss */
.readmore {
  display: flex;
}

/* line 830, sass/style.scss */
.readmore a {
  display: block;
  position: relative;
  color: #fff;
  background: #0080c6;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  overflow: hidden;
  transition: 0.2s;
}

@media (min-width: 1100px) {
  /* line 843, sass/style.scss */
  .readmore a:hover {
    background: #18356b;
  }
}

/* line 851, sass/style.scss */
.readmore span {
  display: flex;
  align-items: center;
}

/* line 855, sass/style.scss */
.readmore span::after {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  margin-left: 10px;
  background: #fff;
}

/* line 866, sass/style.scss */
.concept {
  position: relative;
  overflow: hidden;
}

/* line 870, sass/style.scss */
.concept .hasbg {
  width: 100%;
  height: 50vh;
  left: 0;
  top: 0;
}

/* line 876, sass/style.scss */
.concept .hasbg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

/* line 889, sass/style.scss */
.concept-inner {
  width: 100%;
  padding: 8% 50px 6% 50px;
  max-width: 600px;
  color: #fff;
  position: relative;
}

/* line 896, sass/style.scss */
.concept-inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 115%;
  height: 100%;
  background: rgba(24, 32, 35, 0.8);
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) skewX(-15deg);
}

/* line 909, sass/style.scss */
.concept-inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 115%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-40%) skewX(-15deg);
}

/* line 922, sass/style.scss */
.concept-inner h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 1rem;
}

/* line 929, sass/style.scss */
.concept-inner p {
  margin-bottom: 1em;
}

/* line 933, sass/style.scss */
.concept-inner .more {
  margin-top: 20px;
}

/* line 938, sass/style.scss */
.headline {
  position: relative;
  height: 40px;
  overflow-y: hidden;
  background: #f4f4f4;
  margin-bottom: 60px;
}

/* line 945, sass/style.scss */
.headline a {
  padding: 5px 10px;
  text-align: center;
  display: block;
  color: #ff0000;
  line-height: 2.2em;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 958, sass/style.scss */
.headline a:hover {
  text-decoration: none;
}

/* line 964, sass/style.scss */
.pickup {
  margin-top: 40px;
}

/* page */
/* line 969, sass/style.scss */
.breadcrumb {
  background-color: #f3f3f3;
  width: 100%;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0px;
  top: 0;
  left: 0;
  z-index: 4;
  overflow-x: auto;
}

/* line 983, sass/style.scss */
.breadcrumb svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
  margin-right: 3px;
}

/* line 990, sass/style.scss */
.breadcrumb .inner {
  display: flex;
  align-items: center;
}

/* line 995, sass/style.scss */
.breadcrumb a {
  display: flex;
  align-items: center;
  color: #333;
}

/* line 1002, sass/style.scss */
.page_hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 1007, sass/style.scss */
.page_hero .hasbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 1016, sass/style.scss */
.page_hero .text {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  padding: 6% 0;
}

/* line 1023, sass/style.scss */
.page_hero .text .en {
  font-size: 2.2em;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 1030, sass/style.scss */
.page_hero .page_left {
  position: absolute;
  top: 0;
  left: -5%;
  width: 38%;
  height: 100%;
  z-index: 1;
  transform: translateX(-5%) skewX(-20deg);
}

/* line 1039, sass/style.scss */
.page_hero .page_left .bg_1 {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1049, sass/style.scss */
.page_hero .page_left .bg_2 {
  background-color: #000;
  opacity: 0.13;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* page-campaign start */
/* line 1062, sass/style.scss */
.page-campaign {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

/* line 1067, sass/style.scss */
.page-campaign > div {
  background-color: #fff;
}

/* line 1071, sass/style.scss */
.page-campaign .campaign-title {
  background-color: #0080c6;
  color: #fff;
  padding: 12px 25px 12px 17px;
  position: relative;
  overflow: hidden;
}

/* line 1079, sass/style.scss */
.page-campaign .campaign-title .en {
  font-size: 1.7em;
  /*font-weight: 700;*/
  text-transform: capitalize;
}

/* line 1085, sass/style.scss */
.page-campaign .campaign-title .text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

/* line 1093, sass/style.scss */
.page-campaign .campaign-title .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 338px;
  height: 100%;
  opacity: 0.41;
}

/* line 1102, sass/style.scss */
.page-campaign .campaign-title .logo .hasbg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 1109, sass/style.scss */
.page-campaign .campaign-title .logo .hasbg img {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(0);
  height: auto;
}

/* line 1121, sass/style.scss */
.page-campaign .maintenance-list {
  width: 338px;
  margin-right: 20px;
}

/* line 1125, sass/style.scss */
.page-campaign .maintenance-list .items {
  padding: 20px 8px 10px 12px;
}

/* line 1129, sass/style.scss */
.page-campaign .maintenance-list .col {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1.5em;
  margin-bottom: 1em;
}

/* line 1137, sass/style.scss */
.page-campaign .maintenance-list .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 1100px) {
  /* line 1148, sass/style.scss */
  .page-campaign .maintenance-list .col a:hover ~ svg {
    right: 0;
  }
}

/* line 1156, sass/style.scss */
.page-campaign .maintenance-list .col .figure {
  position: relative;
  width: 58px;
  min-width: 58px;
  margin-right: 12px;
}

/* line 1162, sass/style.scss */
.page-campaign .maintenance-list .col .figure .hasbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 1171, sass/style.scss */
.page-campaign .maintenance-list .col .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

/* line 1179, sass/style.scss */
.page-campaign .maintenance-list .col .text {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 1187, sass/style.scss */
.page-campaign .maintenance-list .col svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #0080c6;
  transition: 0.3s;
}

/* line 1199, sass/style.scss */
.page-campaign .maintenance-list .col::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #d9d9d9;
  box-shadow: 0 1px 1px 1px #fff;
}

/* line 1212, sass/style.scss */
.page-campaign .campaign-section {
  width: calc(100% - 376px);
}

/* line 1215, sass/style.scss */
.page-campaign .campaign-section .campaign-inner {
  padding: 30px 20px;
}

/* line 1218, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner {
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 2;
}

/* line 1224, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner h3 {
  color: #0080c6;
  font-weight: 700;
  padding-left: 10px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #f4f4f4;
  line-height: 1;
  margin: 40px 0 15px;
}

/* line 1235, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 1em;
  background: #0080c6;
}

/* line 1247, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .service-content .item {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 1253, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .service-content .item li {
  white-space: nowrap;
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin-top: 15px;
  margin-right: 15px;
  line-height: 1;
}

/* line 1264, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner {
  margin-top: 30px;
  background-color: #343434;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px;
}

/* line 1274, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1;
}

/* line 1281, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner .right p:nth-child(1) {
  background-color: #fff;
  color: #030303;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 10px;
  margin-right: 10px;
}

/* line 1291, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner .right .number {
  font-size: 2em;
  font-style: italic;
}

/* line 1295, sass/style.scss */
.page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner .right .number .small {
  font-size: 14px;
  font-style: normal;
}

/* line 1306, sass/style.scss */
.page-campaign .campaign-section span.red {
  color: #ff0000;
}

/* line 1310, sass/style.scss */
.page-campaign .campaign-section span.strong {
  font-weight: bold;
}

/* line 1314, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  padding: 60px 20px;
}

/* line 1326, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign .hasbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 1335, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign .hasbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

/* line 1349, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign .big {
  font-size: 3em;
  font-weight: 900;
}

/* line 1354, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign .num {
  font-size: 2em;
  font-weight: 900;
}

/* line 1359, sass/style.scss */
.page-campaign .campaign-section .lobocon-campaign span.circular_red {
  font-style: normal;
  border-radius: 100px;
  background-color: #ff0000;
  font-size: 0.5em;
  padding: 3px 5px;
  line-height: 1;
}

/* page-campaign end */
/* line 1375, sass/style.scss */
ol.listNumber {
  margin-left: 15px;
}

@media (max-width: 1600px) {
  /* line 1381, sass/style.scss */
  .maintenance article {
    width: calc((100% - 100px) / 2);
  }
}

@media (max-width: 1400px) {
  /* line 1387, sass/style.scss */
  .links-group > div {
    width: calc((75% - 100px) / 2);
  }
  /* line 1391, sass/style.scss */
  .maintenance article {
    width: calc((100% - 50px) / 2);
  }
  /* page */
  /* page-campaign */
  /* line 1397, sass/style.scss */
  .page-campaign .campaign-section {
    width: calc(100% - 338px);
  }
}

@media (max-width: 1200px) {
  /* line 1403, sass/style.scss */
  .header-nav-outer {
    height: 56px;
  }
  /* line 1407, sass/style.scss */
  .header-nav a {
    font-size: 12px;
  }
  /* line 1411, sass/style.scss */
  .maintenance article {
    width: calc((100% - 30px) / 2);
  }
  /* line 1417, sass/style.scss */
  .links-group article span.cat {
    margin: 0 10px;
    font-size: 10px;
  }
  /* line 1422, sass/style.scss */
  .links-group article a {
    padding: 10px;
  }
  /* line 1427, sass/style.scss */
  .links-group > div {
    width: calc((75% - 60px) / 2);
  }
}

@media (max-width: 1100px) {
  /* line 1435, sass/style.scss */
  .headline a {
    text-align: left;
  }
  /* line 1440, sass/style.scss */
  .footer-nav li {
    padding: 3px 0;
  }
  /* line 1444, sass/style.scss */
  .footer-main {
    flex-direction: column;
  }
  /* line 1448, sass/style.scss */
  .footer-links {
    justify-content: center;
    margin-top: 20px;
  }
  /* line 1452, sass/style.scss */
  .footer-links li {
    margin: 0 5px;
  }
  /* line 1457, sass/style.scss */
  .maintenance article {
    width: calc((100% - 20px) / 2);
  }
  /* line 1461, sass/style.scss */
  .banners {
    margin-left: -20px;
  }
  /* line 1464, sass/style.scss */
  .banners li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* page */
  /* page-campaign */
  /* line 1473, sass/style.scss */
  .page-campaign .campaign-title {
    padding: 12px 15px;
  }
  /* line 1476, sass/style.scss */
  .page-campaign .maintenance-list {
    max-width: 280px;
  }
  /* line 1479, sass/style.scss */
  .page-campaign .campaign-section {
    width: calc(100% - 280px);
  }
}

@media (min-width: 1001px) {
  /* line 1486, sass/style.scss */
  .header-nav ul {
    display: flex !important;
  }
}

@media (max-width: 1000px) {
  /* line 1492, sass/style.scss */
  body {
    padding-bottom: 68px;
  }
  /* line 1498, sass/style.scss */
  .header-main .logo-box {
    display: flex;
  }
  /* line 1502, sass/style.scss */
  .header-main .logo-box .logo {
    width: 220px;
    margin-right: 10px;
  }
  /* line 1506, sass/style.scss */
  .header-main .logo-box .logo a {
    display: block;
  }
  /* line 1511, sass/style.scss */
  .header-main .logo-box .logo-bosch {
    width: 60px;
  }
  /* line 1514, sass/style.scss */
  .header-main .logo-box .logo-bosch a {
    display: block;
  }
  /* line 1523, sass/style.scss */
  .footer-fixed li {
    width: 26%;
  }
  /* line 1526, sass/style.scss */
  .footer-fixed li:nth-child(1) {
    width: 46%;
  }
  /* line 1530, sass/style.scss */
  .footer-fixed li a {
    font-size: 16px;
  }
  /* line 1537, sass/style.scss */
  .contact_way a {
    font-size: 16px;
  }
  /* line 1541, sass/style.scss */
  .contact_way strong {
    font-size: 22px;
  }
  /* line 1545, sass/style.scss */
  .contact_way p {
    font-size: 10px;
  }
  /* line 1550, sass/style.scss */
  .concept .hasbg {
    height: auto;
    padding-top: 42%;
  }
  /* line 1555, sass/style.scss */
  .header-nav-outer {
    height: 40px;
  }
  /* line 1559, sass/style.scss */
  .menu {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 900;
  }
  /* line 1568, sass/style.scss */
  .header-nav a {
    color: #0080c6;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  /* line 1573, sass/style.scss */
  .header-nav a::before {
    content: none;
  }
  /* line 1577, sass/style.scss */
  .header-nav a::after {
    content: '>';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
  }
  /* line 1587, sass/style.scss */
  .header-nav ul {
    background: #fff;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 10;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
  }
  /* line 1600, sass/style.scss */
  .header-nav li {
    width: 100% !important;
  }
  /* line 1604, sass/style.scss */
  .header-nav li:first-child a {
    padding-top: 0;
  }
  /* line 1609, sass/style.scss */
  .header-nav li:nth-child(8), .header-nav li:nth-child(9) {
    display: block;
  }
  /* line 1616, sass/style.scss */
  .concept-inner {
    padding: 12% 2% 8% 2%;
  }
  /* line 1620, sass/style.scss */
  .links-group > div {
    width: 100% !important;
  }
  /* line 1624, sass/style.scss */
  .blogbox {
    margin: 40px 0;
  }
  /* line 1628, sass/style.scss */
  .maintenance .title {
    line-height: 1.3;
  }
  /* line 1631, sass/style.scss */
  .maintenance .title span {
    display: block;
  }
  /* line 1634, sass/style.scss */
  .maintenance .title span.en {
    margin-right: 0;
    font-size: 22px;
  }
  /* line 1639, sass/style.scss */
  .maintenance .title span.jp {
    font-size: 16px;
  }
  /* page */
  /* line 1646, sass/style.scss */
  .page_hero .page_left {
    width: 50%;
  }
  /* page-campaign */
  /* line 1650, sass/style.scss */
  .page-campaign {
    flex-direction: column-reverse;
  }
  /* line 1653, sass/style.scss */
  .page-campaign .maintenance-list {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  /* line 1658, sass/style.scss */
  .page-campaign .campaign-section {
    width: 100%;
  }
}

@media (max-width: 700px) {
  /* line 1665, sass/style.scss */
  body {
    padding-bottom: 56px;
  }
  /* line 1669, sass/style.scss */
  .footer-fixed li a {
    font-size: 14px;
  }
  /* line 1674, sass/style.scss */
  .contact_way p {
    font-size: 8px;
  }
  /* line 1678, sass/style.scss */
  .contact_way strong {
    font-size: 16px;
  }
  /* line 1683, sass/style.scss */
  .readmore a {
    font-size: 12px;
  }
  /* line 1687, sass/style.scss */
  .concept-inner {
    padding: 15% 2% 12% 2%;
  }
  /* line 1691, sass/style.scss */
  .banners {
    margin-left: -15px;
  }
  /* line 1694, sass/style.scss */
  .banners li {
    padding-left: 15px;
  }
  /* line 1699, sass/style.scss */
  .header-main {
    padding: 15px 0;
  }
  /* line 1702, sass/style.scss */
  .header-main .logo {
    margin-right: 0;
  }
  /* line 1706, sass/style.scss */
  .header-main .left {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  /* line 1711, sass/style.scss */
  .header-main .left p {
    font-size: 9px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  /* line 1720, sass/style.scss */
  .top {
    font-size: 8px;
  }
  /* line 1724, sass/style.scss */
  .footer-links {
    font-size: 14px;
  }
  /* line 1727, sass/style.scss */
  .footer-links li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 1733, sass/style.scss */
  .concept-inner::after {
    content: none;
  }
  /* line 1737, sass/style.scss */
  .concept-inner::before {
    transform: translateX(-50%);
    width: 100vw;
    background: rgba(24, 32, 35, 0.4);
  }
  /* line 1743, sass/style.scss */
  .section_ttl h3 {
    font-size: 28px;
  }
  /* line 1748, sass/style.scss */
  .maintenance .title span.en {
    font-size: 20px;
  }
  /* line 1752, sass/style.scss */
  .maintenance .title span.jp {
    font-size: 14px;
  }
  /* line 1757, sass/style.scss */
  .maintenance article {
    width: 100%;
  }
  /* line 1761, sass/style.scss */
  .inner {
    width: 92vw;
  }
  /* line 1765, sass/style.scss */
  .banners li {
    width: 50%;
  }
  /* page */
  /* page-campaign */
  /* line 1774, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner {
    padding: 20px;
  }
  /* line 1776, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner .wrap-inner {
    padding: 20px;
  }
  /* line 1781, sass/style.scss */
  .page-campaign .campaign-section .lobocon-campaign .big {
    font-size: 2.5em;
  }
}

@media (max-width: 500px) {
  /* line 1789, sass/style.scss */
  body {
    padding-bottom: 61px;
  }
  /* line 1795, sass/style.scss */
  .contact_way strong {
    font-size: 12px;
  }
  /* line 1799, sass/style.scss */
  .contact_way p {
    display: none;
  }
  /* line 1805, sass/style.scss */
  .footer-fixed .inner {
    max-width: 1800px;
  }
  /* line 1809, sass/style.scss */
  .footer-fixed li {
    width: 31%;
  }
  /* line 1812, sass/style.scss */
  .footer-fixed li:nth-child(1) {
    width: 38%;
  }
  /* line 1817, sass/style.scss */
  .footer-fixed a {
    flex-direction: column;
    font-size: 12px !important;
  }
  /* line 1822, sass/style.scss */
  .footer-fixed svg {
    display: block;
    margin: 0 auto 5px;
    font-size: 18px !important;
  }
  /* page */
  /* line 1831, sass/style.scss */
  .page_hero .page_left {
    width: 100%;
    left: 0;
    transform: translate(0);
  }
  /* line 1837, sass/style.scss */
  .page_hero .text {
    font-size: 14px;
    padding: 50px 0;
  }
  /* line 1840, sass/style.scss */
  .page_hero .text .en {
    font-size: 22px;
  }
  /* line 1846, sass/style.scss */
  .logo-bosch {
    margin-right: 0;
  }
  /* page-campaign */
  /* line 1855, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner {
    padding: 0px;
  }
  /* line 1857, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner .wrap-inner {
    padding: 20px 0;
    font-size: 1em;
  }
  /* line 1861, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner .wrap-inner .service-content .item li {
    white-space: normal;
  }
  /* line 1867, sass/style.scss */
  .page-campaign .campaign-section .lobocon-campaign {
    font-size: 1em;
  }
  /* line 1870, sass/style.scss */
  .page-campaign .campaign-section .lobocon-campaign .big {
    font-size: 2em;
  }
  /* line 1873, sass/style.scss */
  .page-campaign .campaign-section .lobocon-campaign .num {
    font-size: 1.8em;
  }
}

@media (max-width: 380px) {
  /* page */
  /* page-campaign */
  /* line 1886, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner {
    padding: 10px;
  }
}

@media (max-width: 370px) {
  /* line 1893, sass/style.scss */
  .footer-links {
    display: block;
    width: 168px;
    margin: 15px auto;
  }
  /* line 1898, sass/style.scss */
  .footer-links li {
    width: 100%;
  }
  /* line 1901, sass/style.scss */
  .footer-links li:first-child {
    margin-bottom: 10px;
  }
  /* page */
  /* page-campaign */
  /* line 1912, sass/style.scss */
  .page-campaign .campaign-title .text {
    flex-wrap: wrap;
  }
  /* line 1915, sass/style.scss */
  .page-campaign .campaign-title .en {
    font-size: 1.5em;
  }
  /* line 1920, sass/style.scss */
  .page-campaign .campaign-section .campaign-inner .wrap-inner .bottom-banner .right p:nth-child(1) {
    padding: 5px 8px;
    margin: 3px 5px 8px 0;
  }
  /* line 1925, sass/style.scss */
  .page-campaign .campaign-section .lobocon-campaign {
    font-size: 12px;
  }
}
