/*
 * style Name: page.css
  description: 固定ページ用
 */

/*共通*/
main {
  background: #fff;
}

.block_inner {
  max-width: 100%;
}

.inner_blue {
  background: #e3f2ff;
  padding-bottom: 30px;
}

.inner_white {
  padding-bottom: 30px;
}

#gnav {
  max-width: 980px;
  margin: auto;
}

.page_content {
  max-width: 980px;
  margin: 0 auto;
}

.page_topvisual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 35vh;
  width: 100vw;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.page_topvisual-title {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 0 10px #333, 0 0 10px #333, 0 0 10px #333;
  color: #fff;
  margin: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.page_content h2 {
  text-align: center;
  padding: 50px 0 30px;
  font-size: 24px;
  position: relative;
}

.page_content h2::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background-color: #266fcb;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width:460px) {
  .page_topvisual{
    height: 20vh;
  }

  .page_content h2 {
    font-size: 20px;
  }
}

@media (max-width:389px) {
  .page_topvisual-title {
    font-size: 24px;
  }
}

@media (min-width:380px) {
  .br-380 {
    display: none;
  }
}


/*家電リサイクル*/
.topvisual_recycle {
  background-image: url(../images/recycle_header.jpg);
}

.recycle {
  padding-top: 10px;
}

.recycle_prepare {
  background: #e3f2ff;
  border-radius: 10px;
  margin: 0 10px;
  padding: 0 20px 20px;
}

.recycle_prepare h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  padding: 30px 50px 0;
}

.recycle_prepare p {
  padding-left: 20px;
}

.recycle_prepare p a {
  text-decoration: underline;
}

.recycle_prepare p a:hover {
  text-decoration: none;
}

.recycle_prepare ul {
  padding: 5px 50px 10px;
}

.recycle_time {
  text-align: center;
  font-weight: bold;
  margin: 0 10px;
  border: 2px solid #333;
  padding: 20px 0;
  border-radius: 10px;
}

.recycle_time p span {
  font-size: 30px;
  color: #ff4e4e;
  line-height: 1.3;
}

#recycle03 p {
  text-align: center;
  font-weight: bold;
  padding: 0 10px;
}

.recycle_calender {
  text-align: center;
  margin: 10px;
}

.recycle_calender iframe {
  width: 100%;
  height: 600px;
}

.recycle_images {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px;
}

.recycle_image {
  width: 30%;
}

.recycle_image img {
  width: 100%;
}

.recycle_rule {
  background: #e3f2ff;
  padding: 30px 50px;
  border-radius: 10px;
  margin: 0 10px 30px;
}

.recycle_rule h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.recycle_process h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.recycle_process-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px;
}

.process_item {
  width: 30%;
  background: #eee;
  margin-bottom: 30px;
  position: relative;
}

.process_item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  padding: 5px;
  background: #266fcb;
  text-align: center;
  z-index: 100;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}

.process_item:nth-of-type(1)::before {
  content: "1";
}

.process_item:nth-of-type(2)::before {
  content: "2";
}

.process_item:nth-of-type(3)::before {
  content: "3";
}

.process_item:nth-of-type(4)::before {
  content: "4";
}

.process_item:nth-of-type(5)::before {
  content: "5";
}

.process_item:nth-of-type(6)::before {
  content: "6";
}

.process_item:nth-of-type(7)::before {
  content: "7";
}

.process_item:nth-of-type(8)::before {
  content: "8";
}

.process_item:nth-of-type(9)::before {
  content: "9";
}

.process_item:nth-of-type(10)::before {
  content: "10";
}

.process_image img {
  width: 100%;
}

.process_text p {
  padding: 10px;
}

.recycle_access-map-wrap {
  display: flex;
  margin: 0 10px 20px;
}

.recycle_access-map {
  width: 60%;
}

.recycle_access-address {
  width: 40%;
  padding: 20px;
}

.recycle_access-address p {
  margin-bottom: 20px;
}

.recycle_access-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px;
}

.recycle_access-item {
  width: 30%;
  background: #eee;
  margin-bottom: 30px;
}

.recycle_access-image img {
  width: 100%;
}

.recycle_access-mark .recycle_access-text p {
  padding: 10px;
  font-weight: normal;
}

.recycle_access-mark p {
  margin: 10px;
  font-weight: bold;
}

@media (max-width:800px) {
  .process_item {
    width: 48%;
  }

  .recycle_prepare p {
    padding-left: 0;
  }

  .recycle_prepare ul {
    padding: 5px 0 10px 20px;
  }
}

@media (max-width:600px) {
  .recycle_access-map-wrap {
    display: block;
  }
  .recycle_access-map {
    width: 100%;
  }
  
  .recycle_access-address {
    width: 100%;
    padding: 0;
  }

  .recycle_access-wrap {
    display: block;
  }

  .recycle_access-item {
    width: 100%;
  }

  .recycle_access-text p {
    margin: 0;
  }

  .recycle_calender iframe {
    width: 100%;
    height: 400px;
  }
}

@media (max-width:450px) {
  .process_item {
    width: 100%;
  }

  .recycle_images {
    display: block;
  }

  .recycle_image {
    width: 100%;
  }
}

@media (max-width:389px) {
  .recycle_prepare {
    padding: 0 5px 20px;
  }

  .recycle_prepare h3 {
    padding: 30px 10px 0;
  }

  .recycle_prepare p {
    padding: 5px 20px 0;
  }

  .recycle_prepare ul {
    padding: 0 20px 10px 40px;
  }

  .process_item {
    width: 100%;
  }
}


/*事業紹介*/
.topvisual_business {
  background-image: url(../images/business_header.jpg);
}

.business_wrap {
  display: flex;
  margin-left: 10px;
}

.business_image {
  z-index: 10;
  width: 60%;
}

.business_image img {
  width: 100%;
  box-shadow: 20px 20px 0px 0px #383838;
}

.business_image-reverse img {
  box-shadow: -20px 20px 0px 0px #383838;
}


.business_text {
  position: relative;
  width: 40%;
  height: 100%;
  top: 170px;
  left: -15px;
  padding: 20px;
  background: rgb(247 247 247 / 100%);
  z-index: 100;
  margin-bottom: 190px;
  box-shadow: 0px 0px 20px 0px #999;
}

.business_text p {
  margin-bottom: 2em;
}

.business_text-box {
  background: #fff;
  padding: 5px 20px;
}

.business_text .business_text-souko {
  margin-bottom: 0;
}

.business_wrap-reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 10px;
}

.business_text-reverse {
  left: 15px;
}

.business_text table {
  width: 100%;
}

.business_text table , td, th {
	border-collapse: collapse;
}

.business_text td, th {
	padding: 3px 0;
	height: 25px;
  font-size: 12px;
  text-align: center;
}

.business_text th {
  background: #266fcb;
  color: #fff;
}

.business_text tr {
  background: #fff;
}

.business_text .even {
	background: #f6fbff;
}

.table_total {
  font-weight: bold;
}

.business_text .business_text-date {
  text-align: right;
  font-size: 12px;
  margin-bottom: 0;
}

.business_text ul {
  margin-left: 20px;
}

.business_link-logo {
  text-align: center;
  margin: 30px 10px;
}

.business_link-logo img {
  width: 100%;
  max-width: 700px;
}

.business_link-logo img:hover {
  opacity: .7;
}

@media (max-width:800px) {
  .business_wrap {
    display: block;
    margin-right: 10px;
  }

  .business_image {
    width: 100%;
  }

  .business_image img {
    box-shadow: 5px 5px 0px 0px #383838;
  }

  .business_text {
    position: unset;
    width: auto;
    left: 0;
    margin-bottom: 0;
  }

  .business_wrap-reverse {
    margin-left: 10px;
  }

  .business_image-reverse img {
    box-shadow: -5px 5px 0px 0px #383838;
  }
}


/*採用情報*/
.topvisual_recruitment {
  background-image: url(../images/recruitment_header.jpg);
}

.recruitment_intro {
  margin: 0 20px;
}

.recruitment_ceo-wrap {
  display: flex;
  position: relative;
  margin: 0 10px 150px;
}

.recruitment_ceo-text {
  width: 50%;
  position: absolute;
  background: #eee;
  top: 25%;
  box-shadow: 3px 3px 3px 0px #999;
  left: 5%;
}

.recruitment_ceo-text p {
  padding: 40px 20px 20px;
}

.recruitment_ceo-text p span {
  font-weight: 700;
}

.recruitment_ceo-text p.recruitment_ceo-text-name {
  text-align: right;
  padding-top: 0;
  padding-bottom: 40px;
}

.recruitment_ceo-image {
  width: 50%;
  margin-left: 50%;
  max-width: 300px;
}

.recruitment_ceo-image img {
  width: 100%;
  border: 1px solid #999;
}

.recruitment_training-wrap {
  display: flex;
  flex-wrap: wrap;
}

.recruitment_training-item {
  width: calc(50% - 20px);
  margin: 10px;
  background: #fff;
}

.recruitment_training-image img {
  width: 100%;
}

.recruitment_training-text {
  padding: 0 20px;
}

.recruitment_training-text h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}

.recruitment_training-text p {
  padding-bottom: 20px;
}

.recruitment_senpai-item {
  display: flex;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}

.recruitment_senpai-item:last-child {
  border-bottom: none;
}

.recruitment_senpai-image {
  width: 30%;
}

.recruitment_senpai-image img {
  width: 100%;
  max-width: 200px;
}

.recruitment_senpai-text {
  width: 70%;
  text-align: left;
}

.recruitment_senpai-text p {
  padding: 0 10px;
}

.recruitment_inner {
  max-width: 980px;
}

.recruitment_inner p {
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width:820px) {
  .recruitment_ceo-wrap {
    flex-direction: column-reverse;
    margin: 0 10px 50px;
  }

  .recruitment_ceo-text {
    position: unset;
    width: 100%;
  }

  .recruitment_ceo-image {
    width: 100%;
    margin: auto;
  }
}

@media (max-width:800px) {
  .recruitment_training-wrap {
    display: block;
    margin: 0 10px;
  }

  .recruitment_training-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .recruitment_senpai-item {
    display: block;
  }

  .recruitment_senpai-image {
    margin: auto;
    width: 50%;
  }

  .recruitment_senpai-text {
    margin: auto;
    width: 80%;
  }

  .recruitment_senpai-text p {
    padding: 0;
  }
}

/*お問い合わせ*/
.topvisual_contact {
  background-image: url(../images/contact_header.jpg);
}

.contact_intro {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}

.contact_tel {
  text-align: center;
  margin: 20px 0;
  background: #e3f2ff;
  padding: 20px 0;
}

.contact_tel a {
  font-size: 26px;
  font-weight: bold;
  color: #ff894a;
}

.contact_form {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}

.contact_subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}


.form_wrap {
  margin: 10px auto 30px;
  width: 100%;
  max-width: 600px;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }

.contact_table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	margin: 0 0 1.8em;
	width: 100%;
}

.contact_table th {
  text-align: left;
}

.contact_table th, .contact_table td {
	padding: .5em;
  font-size: 14px;
  vertical-align: middle;
}

.contact_table input[type="text"],.contact_table input[type="email"],.contact_table input[type="tel"],.contact_table textarea {
  width: calc(100% - 15px);
  padding: 5px;
}

.wpcf7-list-item {
  margin: 0 20px 0 0;
}

.contact_require {
	background: #ff0000;
	font-size: 11px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: top;
  color: #fff;
}

.contact_accept {
	text-align: center;
	margin-bottom: 20px;
}

.contact_submit {
	text-align: center;
}

.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-radio label input[type="radio"]:hover {
  cursor: pointer;
}

.wpcf7-acceptance label:hover{
  cursor: pointer;
}

.wpcf7-acceptance label input[type="checkbox"]:hover{
  cursor: pointer;
}

.wpcf7-submit {
  padding: 5px 60px;
  background: #ff894a;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.wpcf7-submit:hover {
  opacity: .7;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #ccc;
}

.wpcf7-spinner {
  display: none;
}

input:focus-visible, textarea:focus-visible {
  outline: 0;
}

input, textarea {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

@media (max-width:600px) {
  .contact_table th, .contact_table td {
    display: block;
  }

  .contact_table th {
    padding-bottom: 0;
  }

  .contact_table td {
    padding-top: 0;
  }
}


/*サイトマップ*/
.sitemap_wrap {
  display: flex;
  justify-content: space-evenly;
  background: #e3f2ff;
  padding: 20px 0;
  margin-bottom: 30px;
}

.sitemap_list {
  width: 40%;
  line-height: 3;
  list-style: none;
}

.sitemap_list a {
  color: #333;
}

.sitemap_list a:visited {
  color: #333;
}

.sitemap_list a:hover {
  opacity: .7;
}

.sitemap_list-child li {
  position: relative;
}

.sitemap_list-child li::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: -25px;
  width: 15px;
  height: 10px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

.sitemap_list-child {
  margin-left: 40px;
  list-style: none;
}

@media (max-width:1000px) {
  .sitemap_wrap {
    margin: 0 10px 30px;
  }
}

@media (max-width:600px) {
  .sitemap_wrap {
    display: block;
    padding: 20px 24px;
  }

  .sitemap_list {
    width: 100%;
  }
}