@charset "UTF-8";
/*!
 * Project: SHIMONOSEKI-RECYCLE.JP
 * @version 1.0.0
 * @author STUDIO MIRAI.
 * @lastmodified 2022-09-11
 */
/* ======================================================================

<_settings.scss> 

========================================================================== */
/* = 
------------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* = 
------------------------------------------------------------------------------------------------------- */
/* = 
------------------------------------------------------------------------------------------------------- */
/* ======================================================================

<_reset.scss> 

========================================================================== */
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "./bootstrap/bootstrap-grid.min.css";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

/* ======================================================================

<_common.scss> 

========================================================================== */
/* =======================================================================
  basic html
========================================================================== */
:root,
::before,
::after {
  --yellow: #f7f700;
  --black: #000000;
  --white: #ffffff;
  --reverse-color: #0477bf;
  --red: #d82f3b;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  height: 100%;
  color: var(--black);
  background-color: var(--white);
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  z-index: -2;
}

a {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
a.external {
  padding-right: 20px;
  background: url(../img/common/ico_blank.svg) right 2px top 1px no-repeat;
  background-size: 1.3rem;
}
a:hover {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0.6;
}

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

figure {
  margin: 0;
}

/* =======================================================================
  basic classes
========================================================================== */
/* = container
-------------------------- */
.container {
  max-width: 95%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1268px;
  }
}

.disp_pc {
  display: block;
}
@media (max-width: 568px) {
  .disp_pc {
    display: none;
  }
}

.disp_sp {
  display: none;
}
@media (max-width: 568px) {
  .disp_sp {
    display: block;
  }
}

.btn {
  transition: background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn:hover {
  transition: background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}

hr {
  height: 1px;
  background-color: var(--gray);
  opacity: 0.25;
  margin: 1.5rem 0;
}

/* =======================================================================
 loading animation
========================================================================== */
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  background: var(--reverse-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  background: url(../img/common/loading.svg) no-repeat center center;
  background-size: cover;
  width: 200px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadein 1s ease-in-out;
}

.loaded {
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =======================================================================
  layouts
========================================================================== */
/* = header
-------------------------- */
#header .container {
  height: 120px;
  color: var(--white);
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  #header .container {
    max-width: 95%;
  }
}
#header .container .logo a {
  position: absolute;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo.svg") no-repeat center top;
  display: block;
  background-position: center center;
  background-size: 100%;
  width: 270px;
  height: 38px;
  top: 20px;
  left: 10px;
  z-index: 101;
}
@media (min-width: 992px) {
  #header .container .logo a {
    width: 364px;
    height: 46px;
    top: 38px;
    left: 0;
    transform: none;
  }
}
#header .container .btn_sp_nav {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_sp_nav.svg") no-repeat center top;
  display: block;
  text-indent: 200%;
  position: fixed;
  top: 15px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 100;
  filter: drop-shadow(1px 1px 1px #777);
}
@media (min-width: 1200px) {
  #header .container .btn_sp_nav {
    display: none;
  }
}
#header .container .btn_sp_nav_close {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_sp_nav_close.svg") no-repeat center top;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 101;
}
@media (min-width: 1200px) {
  #header .container .btn_sp_nav_close {
    display: none;
  }
}
#header .container .lnav {
  position: fixed;
  display: block;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  transition: right 0.3s ease-in-out;
  padding: 100px 30px 30px;
}
@media (min-width: 1200px) {
  #header .container .lnav {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    height: 50px;
    top: 28px;
    right: 0;
    background: transparent;
    padding: 0;
  }
}
#header .container .lnav.opened {
  right: 0;
  transition: right 0.3s ease-in-out;
}
#header .container .lnav ul {
  display: block;
  text-align: center;
  height: 100%;
  overflow: auto;
}
@media (min-width: 1200px) {
  #header .container .lnav ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    overflow: inherit;
  }
}
#header .container .lnav ul li {
  font-size: 2.8rem;
  padding: 20px;
}
@media (min-width: 1200px) {
  #header .container .lnav ul li {
    padding: 20px 0px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  #header .container .lnav ul li a {
    padding: 0 5px 7px;
    margin: 0 30px;
  }
  #header .container .lnav ul li a:hover {
    border-bottom: var(--yellow) 3px solid;
    padding: 0 5px 7px;
    opacity: 1;
  }
  #header .container .lnav ul li a.active {
    border-bottom: var(--yellow) 3px solid;
    padding: 0 5px 7px;
  }
}
@media (min-width: 1200px) {
  #header .container .lnav ul li .home {
    display: none;
  }
}
#header .container .lnav ul .tel {
  border: 2px solid var(--white);
  padding: 16px 26px 11px 26px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  #header .container .lnav ul .tel {
    border: 2px solid var(--white);
    padding: 16px 26px 11px 26px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-right: 0px;
  }
  #header .container .lnav ul .tel:hover {
    border-bottom: 2px solid var(--white);
    padding: 16px 26px 11px 26px;
  }
}
#header .container .lnav ul .tel span {
  font-size: 1.9rem;
}
@media (min-width: 1200px) {
  #header .container .lnav ul .tel span {
    font-size: 1.9rem;
  }
}

/* = footer
-------------------------- */
#footer {
  background: var(--reverse-color) url(../img/common/border_sv.svg) no-repeat;
  background-size: cover;
  background-position: center right -350px;
  color: var(--white);
  padding: 60px 0 180px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  #footer {
    background-size: inherit;
    background-position: center right -350px;
    padding: 77px 0;
  }
}
#footer .container {
  position: relative;
}
#footer .container::before {
  content: url(../img/common/banner_sp.svg);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 250px;
  height: 69px;
  z-index: 20;
}
@media (min-width: 992px) {
  #footer .container::before {
    content: url(../img/common/banner.svg);
    bottom: auto;
    top: 0px;
    left: auto;
    right: 0px;
    transform: none;
    width: 348px;
    height: 96px;
  }
}
#footer .container .logo a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo.svg") no-repeat center top;
  display: block;
  background-position: center center;
  background-size: contain;
  height: 46px;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  #footer .container .logo a {
    width: 364px;
    margin: 0 auto 46px;
  }
}
#footer .container address {
  line-height: 1.8;
  margin-bottom: 65px;
}
#footer .container address .f_tel {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/f_tel.svg") no-repeat center top;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 195px;
  height: 17px;
}
#footer .container .copyright {
  font-size: 1.4rem;
}

/* = main
-------------------------- */
#main .section .container {
  position: relative;
}
#main .reverse {
  background: var(--reverse-color);
  color: var(--white);
}
@media (min-width: 992px) {
  #main .reverse {
    background: var(--reverse-color) url(../img/common/border_sv.svg) no-repeat;
    background-size: contain;
    background-position: top right -300px;
  }
}
#main h2 {
  font-size: 2.4rem;
  color: var(--white);
}
#main .gmap {
  z-index: 20;
}
#main .gmap iframe {
  height: 450px;
}
@media (min-width: 992px) {
  #main .gmap iframe {
    height: 535px;
  }
}
#main .btn_to_top {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: #454545 url("../img/common/btn_to_top.svg") no-repeat center center;
  padding: 13px 0;
  z-index: 20;
}
#main .slider .slick-slide {
  margin: 0 15px;
  padding: 0 0 50px;
  position: relative;
}
#main .slider .slick-slide .slide-img {
  width: 300px;
  height: 225px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}
#main .slider .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .slider .slick-slide h4 {
  font-size: 1.4rem;
  margin: 10px 0 0;
}
#main .slider .slick-arrow {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: -45px;
  right: 40px;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#main .slider .slick-arrow::before {
  position: absolute;
  content: "";
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_to_next.svg") no-repeat center top;
  display: block;
  width: 32px;
  height: 32px;
  top: 0px;
  right: 0px;
}
#main .slider .slick-next {
  right: 20px;
}
@media (min-width: 992px) {
  #main .slider .slick-next {
    right: 204px;
  }
}
#main .slider .slick-prev {
  right: 60px;
}
@media (min-width: 992px) {
  #main .slider .slick-prev {
    right: 246px;
  }
}
#main .slider .slick-prev::before {
  transform: rotate(180deg);
}

/* ======================================================================

<_home.scss> トップページのCSS

========================================================================== */
#home #main .main_visual {
  background: url("../img/home/main_visual_02.jpg");
  height: 370px;
  background-position: center center;
  background-size: cover;
  margin-top: -120px;
  position: relative;
}
@media (min-width: 992px) {
  #home #main .main_visual {
    height: 768px;
  }
}
#home #main #service {
  padding: 77px 0;
  position: relative;
  overflow: hidden;
}
#home #main #service .title {
  content: url(../img/home/title_servise_en.svg);
  position: absolute;
  top: -35px;
  right: 50%;
  transform: translateX(50%);
  z-index: 20;
}
@media (min-width: 992px) {
  #home #main #service .title {
    top: -30px;
    transform: none;
    right: 50px;
  }
}
#home #main #service .text {
  margin: 0 auto 80px;
}
@media (min-width: 992px) {
  #home #main #service .text {
    margin-bottom: 0px;
  }
}
#home #main #service .text .catchcopy {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.5;
  margin: 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  #home #main #service .text .catchcopy {
    font-size: 5.4rem;
    line-height: 1.3;
    letter-spacing: 2.5px;
    text-align: left;
    margin: 0px auto 30px;
  }
}
#home #main #service .text .catchcopy span {
  font-size: 4.2rem;
  font-weight: 600;
  border-bottom: var(--yellow) 5px solid;
  padding-bottom: 3px;
  display: inline-block;
  line-height: 1.3;
}
@media (min-width: 992px) {
  #home #main #service .text .catchcopy span {
    font-size: 6.1rem;
    border-bottom: var(--yellow) 7px solid;
  }
}
#home #main #service .text p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 31px;
  text-align: center;
}
@media (min-width: 992px) {
  #home #main #service .text p {
    text-align: left;
  }
}
#home #main #service .text .object {
  width: 637px;
  max-width: 100%;
  border: var(--white) 2px solid;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #home #main #service .text .object {
    margin-left: 0;
    margin-right: 0;
  }
}
#home #main #service .text .object h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border-bottom: var(--white) 2px solid;
  padding: 10px;
}
#home #main #service .text .object p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 17px 9px 21px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home #main #service .text .object p {
    text-align: left;
    padding: 17px 22px 21px;
  }
}
#home #main #service .text .btn .btn_to {
  background: var(--white);
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  padding: 16px 0 18px 0;
}
#home #main #service .text .btn .btn_to:hover {
  background: var(--yellow);
  opacity: 1;
}
@media (min-width: 992px) {
  #home #main #service .text .btn .btn_to {
    width: 350px;
    margin: 0;
    font-size: 1.8rem;
  }
}
#home #main #service .text .btn .btn_to::after {
  content: url(../img/common/arrow.svg);
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 20px;
}
@media (min-width: 992px) {
  #home #main #service .image img {
    width: 120%;
    margin-left: -10%;
  }
}
#home #main .section .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#home #main .section .container-fluid .row {
  --bs-gutter-x: 0rem !important;
}
#home #main #facility {
  position: relative;
}
#home #main #facility .title {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-size: 2.4rem;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  #home #main #facility .title {
    bottom: 73px;
  }
}
#home #main #facility .title::before {
  content: url("../img/home/title_facility_en.svg");
  position: absolute;
  bottom: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 171px;
  height: 33px;
}
#home #main #facility img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home #main #company {
  position: relative;
}
#home #main #company .title {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-size: 2.4rem;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  #home #main #company .title {
    bottom: 73px;
  }
}
#home #main #company .title::before {
  content: url("../img/home/title_company_en.svg");
  position: absolute;
  bottom: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 215px;
  height: 33px;
}
#home #main #company img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ======================================================================

<_page.scss> 

========================================================================== */
.page #header {
  height: 80px;
  background: var(--reverse-color);
}
@media (min-width: 992px) {
  .page #header {
    height: 122px;
  }
}
.page #main {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.page #main::before {
  position: absolute;
  content: "";
  background: #005489;
  width: 100%;
  height: 34px;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.page #main .page_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page #main .page_title {
    margin-bottom: 81px;
  }
}
.page #main .page_title::before {
  content: attr(data-title);
  display: block;
  font-size: 5.2rem;
}
.page #main .main_visual {
  background: url("../img/company/main_visual.jpg");
  background-position: center center;
  background-size: cover;
  height: 250px;
  padding-top: 250px;
}
@media (min-width: 992px) {
  .page #main .main_visual {
    position: relative;
    height: 527px;
  }
}
.page #main .main_visual .catchcopy {
  display: block;
  width: 100%;
  height: auto;
  background: var(--reverse-color);
  color: var(--white);
  text-align: center;
  padding: 32px 10px 44px;
}
@media (min-width: 992px) {
  .page #main .main_visual .catchcopy {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 959px;
    bottom: -187px;
  }
}
.page #main .main_visual .catchcopy h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .page #main .main_visual .catchcopy h2 {
    font-size: 4rem;
  }
}
.page #main .main_visual .catchcopy h2 span {
  border-bottom: var(--yellow) 4px solid;
  padding-bottom: 3px;
  display: inline-block;
  line-height: 1.3;
}
.page #main .main_visual .catchcopy .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .page #main .main_visual .catchcopy .text {
    font-size: 1.8rem;
  }
}
.page #main .introduction {
  padding-top: 78px;
  background: var(--white) url(../img/common/border_bl.svg) no-repeat;
  background-size: cover;
  background-position: top right -270px;
}
@media (min-width: 992px) {
  .page #main .introduction {
    padding-top: 108px;
    background-size: inherit;
    background-position: top right -280px;
  }
}
.page #main .introduction .container {
  margin-bottom: 300px;
}
@media (min-width: 992px) {
  .page #main .introduction .container {
    margin-bottom: 270px;
  }
}
.page #main .section {
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .page #main .section {
    margin-bottom: 272px;
  }
}
@media (min-width: 992px) {
  .page #main .section .container {
    width: 960px;
  }
}
.page #main .section .title {
  font-size: 3rem;
  font-weight: 500;
  color: var(--reverse-color);
  text-align: center;
  margin-bottom: 37px;
}
.page #main .section .table {
  font-size: 1.8rem;
  margin: 0 auto;
}
.page #main .section .table dt {
  font-weight: 700;
  padding: 12px 0px 5px 12px;
  border-top: 2px solid #cccccc;
}
@media (min-width: 992px) {
  .page #main .section .table dt {
    font-weight: 400;
    padding: 28px 0px 28px 12px;
    border-top: none;
    border-bottom: 2px solid var(--reverse-color);
  }
  .page #main .section .table dt:first-of-type {
    border-top: 2px solid var(--reverse-color);
  }
}
.page #main .section .table dd {
  padding: 5px 0px 12px 12px;
}
.page #main .section .table dd:last-of-type {
  border-bottom: 2px solid #cccccc;
}
@media (min-width: 992px) {
  .page #main .section .table dd:last-of-type {
    border-bottom: 2px solid #cccccc;
  }
}
.page #main .section .table dd.facility {
  line-height: 1.8;
}
@media (min-width: 992px) {
  .page #main .section .table dd {
    padding: 28px 7px 28px 10px;
    border-bottom: 2px solid #cccccc;
  }
  .page #main .section .table dd:first-of-type {
    border-top: 2px solid #cccccc;
  }
  .page #main .section .table dd.facility {
    line-height: 2;
  }
}
.page #main .section .table dd ul li {
  margin-bottom: 5px;
}
.page #main .section .table .map {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/company/btn_to_map.svg") no-repeat center top;
  display: block;
  display: inline-flex;
  width: 119px;
  height: 32px;
  margin: 5px;
}
@media (min-width: 992px) {
  .page #main .section .table .map {
    margin: 0;
  }
}

/* ======================================================================

<_service.scss> 

========================================================================== */
#service #main .page_title::before {
  content: url(../img/service/page_title.svg);
}
#service #main .main_visual {
  background: url("../img/service/main_visual_02.jpg");
  background-position: center center;
  background-size: cover;
}
@media (min-width: 992px) {
  #service #main .main_visual .catchcopy {
    padding: 33px 0px 57px;
  }
}
@media (min-width: 992px) {
  #service #main .main_visual .catchcopy h2 {
    font-size: 3.2rem;
    margin-bottom: 41px;
  }
}
#service #main .main_visual .catchcopy .text {
  font-size: 1.8rem;
}
#service #main .introduction .container {
  margin-bottom: 330px;
}
@media (min-width: 992px) {
  #service #main .introduction .container {
    margin-bottom: 280px;
  }
}
@media (min-width: 992px) {
  #service #main .section .container {
    width: 95%;
    max-width: 1268px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #service #main .section .container {
    width: 100%;
    max-width: 1268px;
    padding: 0;
  }
}
#service #main #recycle {
  margin-bottom: 86px;
}
@media (min-width: 992px) {
  #service #main #recycle {
    margin-bottom: 186px;
  }
}
#service #main #recycle .container .row {
  align-items: center;
  margin-bottom: 87px;
}
#service #main #recycle .container .text .title {
  color: #454545;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  #service #main #recycle .container .text .title {
    text-align: left;
    padding-left: 85px;
    font-size: 2.6rem;
  }
}
#service #main #recycle .container .text .title:before {
  content: attr(data-num);
  font-size: 4rem;
  font-weight: 600;
  color: var(--reverse-color);
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #service #main #recycle .container .text .title:before {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid #454545;
    line-height: 1;
    padding-right: 10px;
  }
}
#service #main #recycle .container p {
  word-wrap: break-word;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #service #main #recycle .container p {
    margin-bottom: 30px;
  }
}
#service #main .section.reverse {
  padding: 20px 0;
}
@media (min-width: 992px) {
  #service #main .section.reverse {
    padding: 77px 0;
    margin-bottom: 155px;
  }
}
#service #main .section.reverse .container .text {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text {
    margin-bottom: 0;
  }
}
#service #main .section.reverse .container .text .catchcopy {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text .catchcopy {
    font-size: 3.7rem;
    line-height: 1.3;
    text-align: left;
  }
}
#service #main .section.reverse .container .text .catchcopy span {
  font-size: 3.3rem;
  border-bottom: var(--yellow) 7px solid;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text .catchcopy span {
    font-size: 4.6rem;
  }
}
#service #main .section.reverse .container .text p {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 31px;
  text-align: center;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text p {
    text-align: left;
  }
}
#service #main .section.reverse .container .text .object {
  width: 637px;
  max-width: 100%;
  border: var(--white) 2px solid;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text .object {
    margin-left: 0;
    margin-right: 0;
  }
}
#service #main .section.reverse .container .text .object h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border-bottom: var(--white) 2px solid;
  padding: 10px;
}
#service #main .section.reverse .container .text .object p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 9px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text .object p {
    text-align: left;
    padding: 20px;
  }
}
#service #main .section.reverse .container .text ul {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .text ul {
    font-size: 1.8rem;
    text-align: left;
  }
}
#service #main .section.reverse .container .image {
  height: auto;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container .image {
    position: absolute;
    width: 40%;
    bottom: -30px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  #service #main .section.reverse .container .image {
    position: absolute;
    width: 478px;
    bottom: -30px;
    right: 36px;
  }
}
#service #main .section.reverse .container .image img {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
  vertical-align: inherit !important;
}
#service #main .section.reverse .container .image figcaption {
  text-align: center;
}
#service #main .section.reverse .container #modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#service #main .section.reverse .container #modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
}
#service #main .section.reverse .container #modal-container > div::after {
  content: url("../img/common/btn_sp_nav_close.svg");
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 10px;
}
@media (min-width: 992px) {
  #service #main .section.reverse .container #modal-container > div::after {
    right: auto;
    left: calc(50% + 310px);
  }
}
#service #main .section.reverse .container #modal-container > div > img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}
@media (min-width: 992px) {
  #service #main .section.reverse .container #modal-container > div > img {
    max-width: 620px;
  }
}
#service #main .section.reverse .container img.popup {
  cursor: pointer;
}

/* ======================================================================

<_facility.scss> 

========================================================================== */
#facility #main .page_title::before {
  content: url(../img/facility/page_title.svg);
}
#facility #main .main_visual {
  background: url("../img/facility/main_visual.jpg");
  background-position: center center;
  background-size: cover;
}
@media (min-width: 992px) {
  #facility #main .main_visual .catchcopy {
    padding: 33px 0px 38px;
  }
}
@media (min-width: 992px) {
  #facility #main .main_visual .catchcopy h2 {
    font-size: 3.2rem;
    letter-spacing: 1.5px;
  }
}
#facility #main .main_visual .catchcopy .text {
  font-size: 1.6rem;
}
#facility #main .main_visual .catchcopy .text:first-of-type {
  margin-bottom: 25px;
}
#facility #main .main_visual .catchcopy .text span {
  font-size: 1.8rem;
}
#facility #main .introduction .container {
  margin-bottom: 450px;
}
@media (min-width: 992px) {
  #facility #main .introduction .container {
    margin-bottom: 300px;
  }
}
#facility #main .section .title {
  margin-bottom: 26px;
}
#facility #main .slide-img img {
  height: 225px;
  width: auto;
}

/* ======================================================================

<_company.scss> 

========================================================================== */
#company #main .page_title::before {
  content: url(../img/company/page_title.svg);
}
#company #main .main_visual {
  background: url("../img/company/main_visual_02.jpg");
  background-position: center center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */