@charset "UTF-8";

/* -------------------------------------------
   general style
---------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
main,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  height: 100%;
  width: 100%;
}

body {
  background-color: #4C7098;
  color: #222;
  font-family: "Noto-Sans", -apple-system, YuGothic, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "Work Sans", "Avenir Next", "Helvetica Neue", Helvetica, Verdana,
    "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
}

.ttl {
  margin-top: 30px;
  text-align: center;
}

.subttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.page-ttl {
  margin-top: 45px;
  text-align: center;
}

.page-subttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

table {
  border-spacing: 20px;
  margin: 0 auto;
  width: 100%;
}

tr {
  height: 60px;
  text-align: left;
}

th {
  width: 25%;
}

td {
  width: 75%;
}

.tbl-td {
  align-items: center;
  display: flex;
  height: 100%;
}

.th-box {
  background: #1D71CE;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  white-space: normal;
  width: 144px;
}

td {
  border-bottom: 1px solid #fff;
}

#page-top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #000;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

/*--- Typography ---*/
.rubik {
  font-family: 'Rubik', sans-serif;
}

h1 {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

h5 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

li {
  list-style: none;
}

.post {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

.date {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: inherit;
}

.date-y {
  font-size: 1.4rem;
  line-height: 1;
}

.date-md {
  font-size: 2.4rem;
}

.category {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: inherit;
}

table {
  font-size: 1.6rem;
}

td {
  line-height: 1.7;
}

.bold {
  font-weight: bold;
}

/*--- link ---*/
a {
  color: #222;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: 0 0;
}

.btn {
  background: #EE5F5F;
  border-radius: 1.5em;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  text-align: center;
  white-space: normal;
  max-width: 234px;
}

.cta {
  background: #EE5F5F;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  white-space: normal;
  width: 144px;
}

/*--- Color ---*/
.white {
  color: #fff;
}

.blue {
  color: #1D71CE
}

/*--- Decoration ---*/
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.ttl-hr {
  border: none;
  border-top: 3px solid #EE5F5F;
  width: 100%;
}

.list-ttl-hr {
  border: none;
  border-top: 3px solid #EE5F5F;
  position: relative;
  top: 10px;
}

.subttl {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.page-subttl {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.hr {
  padding: 20px 0;
  border: none;
}

.v_line-ttl {
  background-color: #ED4545;
  height: 94px;
  margin: 0 auto;
  width: 12px;
}

.baloon-l:before,
.baloon-r:before {
  visibility: visible;
}

.baloon-r {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 20px;
  position: relative;
}

.baloon-r:before {
  border: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  left: -30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.baloon-r p {
  margin: 0;
  padding: 0;
}

.baloon-l {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 20px;
  position: relative;
}

.baloon-l:before {
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  content: "";
  left: 100%;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.baloon-l p {
  margin: 0;
  padding: 0;
}

.pagenav {
  justify-content: center;
  margin-bottom: 50px;
}

.postlink {
  justify-content: space-between;
  margin-bottom: 50px;
}

.pagenav li {
  display: flex;
  margin: 0 16px;
}

.pagenav li a,
.pagenav li span {
  height: 40px;
  width: 40px;
  font-size: 2rem;
  border: 2px solid #fff;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.pagenav li span {
  background-color: rgba(255, 255, 255, 0.2);
}

/*--- Position ---*/
.hidden {
  visibility: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.i-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.ttl-wrap {
  text-align: center;
}

.page-ttl-wrap {
  text-align: center;
}

.tbl-name {
  text-align: center;
}

.tbl-list-under {
  position: relative;
  top: -30px;
}

.txt-r {
  text-align: right;
}

.h140 {
  height: 140px;
}

.h190 {
  height: 190px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

/*--- Post ---*/
.postlink-btn {
  margin: 10px;
  width: 50%;
  height: 50px;
}

.postlink-btn>a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-next {
  position: relative;
  width: 50px;
  margin: 10px;
}

.arrow-next .line01 {
  height: 1px;
  background-color: #fff;
}

.arrow-next .line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.arrow-pre {
  position: relative;
  width: 50px;
  margin: 10px;
}

.arrow-pre .line01 {
  height: 1px;
  background-color: #fff;
}

.arrow-pre .line02 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left bottom;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(315deg);
}

/*--- Material ---*/
.icon-home {
  color: #4C7098;
}

.icon-company {
  color: #4C7098;
}

.icon-recruit {
  color: #4C7098;
}

.icon-money {
  color: #4C7098;
}

/* -------------------------------------------
   header
---------------------------------------------- */
.header {
  background-color: #fff;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-wrap {
  position: relative;
  top: 6px;
}

.header-logo {
  width: 30%;
}

.header-logo a {
  margin-left: 30px;
}

.header-menu {
  align-items: center;
  justify-content: space-between;
  margin-left: 25%;
  margin-right: 10%;
  width: 50%;
}

.header-menu a {
  text-align: center;
}

.header-cta {
  width: 20%;
}

.header-cta a {
  margin-right: 20px;
  top: 10px;
}

.header-hr {
  border-top: 6px solid #4C7098;
  position: relative;
  top: 0;
}

/* -----------------------------------
    hamburger
-------------------------------------- */
.hamburger-menu {
  visibility: hidden;
}

.menu-btn {
  position: fixed;
  top: 19px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 31px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}

.menu-content ul {
  padding: 50px 10px 0;
}

.menu-content ul li a {
  display: block;
  width: 45%;
  font-size: 16px;
  color: #2a2a2a;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin: 0 auto;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

.menu-content ul li img {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

.hamburger-logo img {
  width: auto;
  height: 70px;
  position: relative;
  top: 32px;
  display: block;
  margin: 0 auto;
}

/* -------------------------------------------
   main
---------------------------------------------- */
main {
  display: block;
  padding-top: 80px;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: calc(100% - 406px);
}

/*--- kv ---*/
.kv {
  height: 619px;
  width: 100%;
}

.kv-ph {
  background-image: url(../images/top/top_pc.jpg);
  background-size: cover;
  height: 100%;
}

.kv-txt-wrap {
  position: relative;
  text-align: center;
  top: 40%;
  font-family: 'Times New Roman', Times, serif;
}

.kv-ttl {
  font-size: 7rem;
  text-shadow: #205325 0px 0px 13px, #205325 3px 3px 20px;
}

.kv-subttl {
  font-size: 2rem;
  text-shadow: #205325 0px 0px 13px, #205325 3px 3px 20px;
}

/*--- news ---*/
.news {
  height: auto;
  margin-top: 85px;
}

.news-area {
  background-color: #fff;
  margin-top: 50px;
  padding: 50px 150px 50px;
  height: auto;
}

.news-area-ttl {
  text-align: center;
}

.news-list li {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

.news-area .btn {
  margin-top: 60px;
}

.news-ttl-inner-ttl {
  font-size: 2rem;
}

/*--- waste ---*/
.waste {
  height: auto;
  margin-top: 45px;
}

.waste-area {
  background-color: #fff;
  margin-top: 50px;
  height: auto;
  margin-bottom: 45px;
}

.waste-list {
  height: 100%;
}

.waste-list li {
  width: 50%;
}

.waste-img-wrap {
  background-image: url(../images/top/waste_01.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
}

.waste-img-wrap img {
  width: 100%;
}

.waste-txt-wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: calc(100% - 100px);
}

.waste-txt-inner-txt {
  margin: 35px auto 50px;
  text-align: justify;
  width: calc(100% - 40px);
}

/*--- recruit ---*/
.recruit_stop{
  
}

.box_stop {
  margin: 10% auto 20%;
  padding: 10vw 0;
  width: calc(100% - 406px);
  background-color: #fff;
  font-size: 28px;
  text-align: center;
}

.recruit {
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

.recruit-area {
  background-color: #fff;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}

.recruit-ttl-wrap {
  margin: 0 auto;
  width: calc(100% - 100px);
}

.recruit-area-ttl {
  text-align: center;
}

.recruit-list {
  margin: 50px auto 0;
  width: calc(100% - 50px);
}

.recruit-list li {
  width: 33%;
  padding: 0 5px;
}

.recruit-list-ttl {
  text-align: center;
}

.recruit-list-img-wrap {
  overflow: hidden;
  text-align: center;
}

.recruit-list-img-wrap img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}

.recruit-list-txt {
  margin: 50px auto 0;
  min-height: 130px;
  height: auto;
  width: calc(100% - 30px);
}

/*--- ph ---*/
.ph {
  height: auto;
}

.ph img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/*--- contact ---*/
.contact {
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

.contact-area {
  background-color: #fff;
  margin-top: 50px;
  height: auto;
}

.contact-list {
  height: 100%;
}

.contact-list li {
  width: 50%;
}

.contact-txt-wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  width: calc(100% - 50px);
}

.contact-txt-inner-txt {
  margin: 35px auto 50px;
  text-align: justify;
  width: calc(100% - 40px);
}

/* -------------------------------------------
   footer
---------------------------------------------- */
.footer {
  height: auto;
  background: #fff;
  padding-top: 50px;
  width: 100%;
}

.footer-wrap {
  text-align: center;
}

.sns-img-wrap img {
  width: 19px;
  height: auto;
}

.footer-logo {
  margin-bottom: 20px;
}

.sns-img-wrap {
  margin: 20px 0;
}

.footer-txt-inner-txt,
.footer-copy p {
  font-size: 1.3rem;
}