@charset "UTF-8";
/*
theme Name:　kairos
Author: Plusers
Description: original theme
version： 2.0.0
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd {
  color: #15272F;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  font-weight: normal;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: .7;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
body {
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden !important;
  position: relative;

}
.common-l-width {
  max-width: 1100px;
  margin: 100px auto;
}
.common__width_none {
  margin: 0 auto;
  max-width: 1100px;
}
.common-s-width {
  max-width: 1100px;
  margin: 45px auto;
}
.common-u-width {
  max-width: 940px;
  margin: 45px auto;
}
#a {
  padding-top: 65px;
  margin-top: -65px;
}
.main-content__wrap {
  padding-top: 150px;
}
.u-contentTitle {
  margin-top: 50px;
}
.hp-none {
  display: none;
}
.subTitle {
  font-size: 28px;
  text-align: center;
}
.common-btn a {
  font-weight: bold;
  color: #ffffff;
  padding: 15px 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 230px;
  margin-left: auto;
  background: #F95252;
  text-align: center;
  margin: 0 auto;
  border: solid 2px #F95252;
}
.common-btn a:hover {
  background: #fff;
  opacity: 1;
  color: #F95252;
}
.common-btnr span {
  color: #1F2C5C;
  font-size: 12px;
  font-weight: normal;
}
.common-btn .fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
  color: #ffffff;
}
.common-btn a {
  position: relative;
}
.common-title {
/*display: flex;*/
	margin-top: 50px;
}
.common-title h2 {
  /*display: flex;
  align-items: center;*/
  font-size: 40px;
  font-weight: bold;
	margin-bottom: 50px;
}
/*.common-title h2:after {
  border-top: 1px solid #E4E4E4;
  content: "";
}*/
.common-title h2:after {
  margin-left: 2rem;
  width: 80px;
}
.common-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: 'Sen', sans-serif;
  z-index: 1;
  /*padding-left: 10px;
  position: relative;*/
}
.common-title span {
  margin-top: 17px;
  margin-left: 25px;
}
.common-title h2::before {
  content: "";
  /*width: 30px;
  height: 30px;
  background-color: #0096DC;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;*/
}
@media screen and (max-width: 1101px) {
  .common-s-width, .common-l-width, .common__width_none {
    margin: 50px auto;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 940px) {
  .common-u-width {
    margin: 50px auto;
    width: calc(100% - 40px);
  }
  .hp-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd {
    font-size: 15px;
  }
  .common-title {
    flex-direction: column;
  }
  .common-title span {
    margin-top: 5px;
    margin-left: 15px;
  }
  .common-title h2:after {
    display: none;
  }
  .main-content__wrap {
    padding-top: 50px;
  }
  .common-title h2 {
    font-size: 31px;
  }
  .common-s-width {
    margin: 30px auto;
  }
}
/* header
* --------------------------------------- */
.global-nav__list {
  display: flex;
  margin-left: auto;
  justify-content: center;
}
.hamburger {
  display: none;
  width: 100%;
}
.main_logo img {
  width: 250px;
  height: auto;
 padding-top: 15px;
  margin-left: 10px;
}
.global-nav__item {
  text-align: center;
  margin-right: 1.5vw;
}
.contact-btn {
  margin-bottom: 10px;
}
.anime-line a:hover {
  border-bottom: solid 2px #79033D;
  padding: 22px 0 20px;
}
.global-nav {
  display: flex;
}

.global-nav img {
width: auto;
}

.header_wrap {
  position: fixed;
  width: 100%;
  box-shadow: 0 0 2px #46464647;
  z-index: 9999;
  background-color: #fff;
}
.head_up_items li {
  margin: auto 10px;
  display: inline-block;
  vertical-align: middle;
}
.global-nav__item a {
  font-size: 16px;
  line-height: 3;
  font-weight: bold;
  padding: 10px 0;
}
.sp_logo, .sp_k_logo {
  display: none;
}
.gnav-logo {
  display: none;

}
.global-nav__list .gnav_entry a {
  color: #fff;
  box-sizing: border-box;
  background-color: #F95252;
  padding: 0;
  margin-top: 12px;
  width: 130px;
  border-radius: 30px;
  font-size: 13px;
}
@media screen and (max-width: 1025px) {
  .main_logo img {
    width: auto;
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {　
  .sp_logo, .sp_k_logo {
    display: block;
    padding: 12px 0 0 15px;
	  
  }
  .sp_logo img {
    width: auto;
    height: 100%;
  }
  .sp_k_logo img {
    width: 180px;
    height: 100%;
  }
  .main_logo, .main_k_logo {
    display: none;
  }
  .main_logo img {
    width: 175px;
    height: 55px;
  }
  .main_logo {
    top: 15px;
    left: 5%;
  }
  .line_contact, .online_contact {
    display: none;
  }
  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    z-index: 99;
  }
  .global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 100px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 90%;
    justify-content: normal;
  }
  .global-nav__item {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 10px 0;
  }
  .global-nav__item a {
    display: block;
    padding: 0 15px 8px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 2px;
    background-color: #222222;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 26px;
  }
  .hamburger__line--3 {
    top: 32px;
  }
  .hamburger__txt {
    font-size: 9px;
    color: #222222;
    position: absolute;
    top: 38px;
    right: 18px;
    letter-spacing: 1px;
    font-family: 'Comfortaa', cursive;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 28px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 28px;
  }
  .gnav-logo {
  /*  display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
	  width: 50px;
  height: 20px;
  background-image: url("http://kairos-chance.com/wp-content/uploads/2024/08/cropped-logoG.png");*/

  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 175px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url("https://itlink.instawp.xyz/wp-content/uploads/2025/07/logo5.jpg");
  background-size: contain;
  vertical-align: middle;
	  background-repeat: no-repeat;
	      margin-top: 5px;
    margin-left: 10px;

	  
	
  }
  .global-nav__list .gnav_entry a {
    background-color: #ffffff;
    width: 100%;
    margin: 10px 0;
  }
  .global-nav__list .gnav_entry a {
    color: #212121;
    display: block;
    padding: 0 15px 8px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
  .global-nav__item a {
    line-height: 1.5;
  }
}

/* トップ
--------------------------------------- */
.Keyvisual_contect__wrap {
  background-image: url("https://itlink.instawp.xyz/wp-content/uploads/2025/07/mainimg2.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: table;
  width: 100%;
}
.Keyvisual_item {
  /*display: inline-block;*/
	padding-top: 150px;
}
.Keyvisual_item img {
  text-align: center;
}
.Keyvisual_items {
  display: table-cell;
  vertical-align: middle;
}
.Keyvisual_item h1 {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 5px 7px #000;
}
.Keyvisual_item p {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 4px 6px #000;
}
.Keyvisual_item p span {
  color: #0096DC;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 3px 4px 6px #000;
}
@media screen and (max-width: 940px) {
  .Keyvisual_item img {
    width: 300px;
  }
  .Keyvisual_contect__wrap {
    background-image: url("https://itlink.instawp.xyz/wp-content/uploads/2025/07/mainimg2.jpg");
    height: 55vh;
  }
  .Keyvisual_item h1 {
    font-size: 35px;
    text-shadow: 3px 3px 4px #000;
  }
  .Keyvisual_item p {
    font-size: 16px;
    text-shadow: 3px 3px 4px #000;
  }
  .Keyvisual_item p span {
    font-size: 16px;
    text-shadow: 3px 3px 4px #000;
  }
}
/* 事業案内
* --------------------------------------- */
.index_lists img {
	  width: 100%;
  height: auto;
  /*border-radius: 50%;*/
	 /*object-fit: cover;
object-position:0px 0px;*/
}

.index_title h2 {
  font-size: 36px;
  text-align: center;
  color: #0096DC;
  font-weight: bold;

}
.index_title p {
  text-align: center;
  margin-bottom: 40px;
}
.index_title img {
  width: 100%;
}
.index_block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
.index_lists {
  width: 32%;
}
.index_lists h3 {
  font-size: 28px;
  font-weight: bold;
}
.index_lists h3 span {
  font-size: 41px;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Sen', sans-serif;
}
.index_lists p span {
  color: #0096DC;
  font-size: 18px;
  display: block;
  font-style: italic;
  margin: 10px 0;
}
.recruit-s-wrap {
  background-color: #F2F2F2;
  overflow: auto;
}
.recrui_title {
  font-size: 36px;
  background-color: #15272F;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.recruit_list {
  margin-bottom: 30px;
}
.recruit_list li:nth-child(1) {
  font-size: 28px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border-left: solid 5px #0096DC;*/
  font-weight: bold;
  text-align: left;
}
.recruit_list li:nth-child(2) {
  margin-top: 20px;
}
.recruit-benefit_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recruit-benefit_items {
  width: 55%;
}
.recruit-benefit_image {
  width: 40%;
}
.recruit-benefit_image img {
  width: 100%;
}
.recruit-benefit__wrap {
  margin-bottom: 60px;
}
.recruit-benefit_items h2 {
  font-size: 30px;
  font-weight: bold;
}
.recruit-benefit_items h2 .number {
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
}
.recruit-benefit_items .sub {
  color: #0096DC;
  font-size: 14px;
  display: block;
  font-style: italic;
  margin: 10px 0;
}
.change-m-small {
  margin-bottom: 30px;
}
.recruit-case__block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.recruit-case__items {
  width: 45%;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 30px 40px;
  z-index: 1;
}
.recruit-case__items h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  padding-top: 40px;
}
.recruit-case__items span {
  position: absolute;
  top: 0;
  left: -45px;
  font-size: 15px;
  background: #15272F;
  color: #fff;
  padding: 3px 15px;
}
.recruit-case__items::before {
  position: absolute;
  top: -30px;
  content: "";
  right: -30px;
  background-color: #0096DC;
  width: 150px;
  height: 30px;
  z-index: -1;
}
.recruit-case__items::after {
  position: absolute;
  top: -30px;
  content: "";
  right: -30px;
  background-color: #0096DC;
  width: 30px;
  height: 150px;
  z-index: -1;
}
.recruit-step__block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  flex-wrap: wrap;
}
.recruit-step__items {
  width: 47%;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 30px 40px;
  z-index: 1;
  margin-bottom: 30px;
}
.recruit-step__items h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  padding-top: 40px;
}
.recruit-step__items span {
  position: absolute;
  top: 0;
  left: -45px;
  font-size: 16px;
  background: #0087c1;
	border-radius: 30px;
  color: #fff;
  padding: 3px 15px;
  font-family: 'Sen', sans-serif;
}
.recruit-common__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.recruit-common___items {
  width: 48%;
}
.recruit-common___items img {
  width: 90%;
}
.recruit-common___items .common-btn a {
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 940px) {
  .benefit-index_block {
    flex-direction: column;
    margin-bottom: 0;
  }
  .benefit-index_lists {
    width: 100%;
    margin-bottom: 30px;
  }
  .benefit-index_lists p span {
    margin: 0 0 10px;
  }
  .benefit-index_lists h3 span {
    font-size: 32px;
  }
  .benefit-index_lists h3 {
    font-size: 26px;
  }
  .benefit-index_title h2 {
    font-size: 28px;
  }
  .recrui_title {
    font-size: 24px;
    padding: 25px 0;
  }
  .recruit_list li:nth-child(1) {
    font-size: 24px;
  }
  .recruit_list {
    margin-bottom: 40px;
  }
  .recruit-benefit_items {
    width: 100%;
  }
  .recruit-benefit_items img {
    width: 100%;
  }
  .recruit-benefit_items h2 {
    font-size: 24px;
  }
  .recruit-benefit_items h2 .number {
    font-size: 34px;
  }
  .recruit-benefit_items h2 {
    margin-bottom: 10px;
  }
  .recruit-case__block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    flex-direction: column;
  }
  .recruit-case__items {
    width: 95%;
    margin-bottom: 40px;
    padding: 30px 40px 30px;
  }
  .recruit-case__items::before {
    top: -15px;
    right: -15px;
    height: 15px;
  }
  .recruit-case__items::after {
    top: -15px;
    right: -15px;
    width: 15px;
  }
  .recruit-case__items h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .recruit-step__block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    flex-direction: column;
  }
  .recruit-step__items {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  .recruit-step__items h3 {
    font-size: 21px;
    margin: 0 0 5px;
  }
  .recruit-common__block {
    flex-direction: column;
  }
  .recruit-common___items {
    width: 100%;
  }
  .recruit-common___items p {
    margin-top: 10px;
  }
  .recruit-common___items .common-btn a {
    margin: 10px 0 0 auto;
  }
}
/* 配送エリア・会社社長
--------------------------------------- */
  .container_haisocomp {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* セクション */
        .section {
            padding: 60px 0;
        }

        .section-gray {
            background-color: #f8f9fa;
        }

        /* タイトル */
        .title2 {
            text-align: center;
            margin-bottom: 50px;
        }

        .title2 h2 {
            font-size: 2.2rem;
            font-weight: 600;
            color: #2c5530;
            margin-bottom: 10px;
        }

        .title2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #27ae60;
            margin: 0 auto;
        }

        /* 配送エリア */
        .area2-content {
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .area2-image {
            flex: 1;
        }

        .area2-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .area2-text {
            flex: 1;
            font-size: 1.1rem;
        }

        .area2-text p {
            margin-bottom: 15px;
        }

        .area2-highlight {
            background-color: #e8f5e8;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #27ae60;
            margin: 20px 0;
        }

        /* 会社概要 */
        .company2-content {
            display: flex;
            align-items: center;
            gap: 50px;
        }

        .company2-text {
            flex: 1.2;
        }

        .company2-text p {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }

        .company2-image {
            flex: 0.8;
        }

        .company2-image img {
            width: 100%;
            max-width: 350px;
            height: auto;
            border-radius: 8px;
        }

        /* ボタン */
        .button-2 {
            background-color: #27ae60;
            color: white;
            border: none;
            padding: 12px 30px;
            font-size: 1rem;
            border-radius: 25px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 20px;
            letter-spacing: 1px;
        }

        .button-2:hover {
            background-color: #219a52;
        }

        /* レスポンシブ */
        @media screen and (max-width: 768px) {
            .section {
                padding: 40px 0;
            }

            .title2 h2 {
                font-size: 1.8rem;
            }

            .area2-content,
            .company2-content {
                flex-direction: column;
                gap: 30px;
            }

            .area2-text,
            .company2-text {
                font-size: 1rem;
            }

            .area2-text p,
            .company2-text p {
                font-size: 1rem;
            }

            .button-2 {
                padding: 10px 25px;
                font-size: 0.9rem;
            }
        }

        @media screen and (max-width: 480px) {
            .container_haisocomp {
                padding: 0 15px;
            }

            .title2 h2 {
                font-size: 1.6rem;
            }

            .area2-highlight {
                padding: 15px;
            }
        }    

/*.about-contect__wrap {
  background-color: #FAFAFA;
  overflow: auto;

}
.about-items__block {
  display: flex;
  justify-content: space-between;
}
.about-items {
  width: 48%;
}
.about-items img {
	  width: 350px;
 height: 350px;
  border-radius: 50%;
	 object-fit: cover;
object-position:0px 0px;
}
.about-items h3 {
  font-size: 21px;
  line-height: 1.6;
  margin: 30px 0 20px;
  font-weight: bold;
}
.about-items .common-btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 940px) {
  .about-items__block {
    flex-direction: column;
  }
  .about-items {
    width: 100%;
  }
  .about-items img {
    margin-top: 30px;
  }
  .about-items h3 {
    font-size: 18px;
  }
  .about-items .common-btn a {
    margin: 30px auto 0;
  }
}*/

/* メリット
* --------------------------------------- */
.service-items__block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.service-items {
  width: 48%;
}
/*.service-items img {
  width: 50%;
}*/
.service-items span {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Sen', sans-serif;
}
.service-items p {
  max-width: 500px;
  margin-top: 30px;
}
.service-items .common-btn {
  max-width: 500px;
}
.service-items .common-btn a {
  margin: 30px 0 0 auto;
}
.service-contect__wrap {
    padding: 100px 0;
    background-color: #FAFAFA;
    overflow: auto;
}
.service-items h3 {
  font-size: 18px;
}
@media screen and (max-width: 940px) {
  .service-items__block {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
  .service-items {
    width: 100%;
    margin-top: 20px;
  }
  .service-items p {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .service-items .common-btn a {
    margin: 10px 0 0 auto;
  }
  .service-contect__wrap {
    padding: 60px 0;
  }
}
/* 案件情報
* --------------------------------------- */

.case-items__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.case-items__block:after {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.case-item {
  width: 31%;
  background-color: #fff;
  border: solid 5px #666666;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
.case-item span {
  background-color: #ffa304;
  font-size: 14px;
  color: #fff;
  padding: 2px 15px;
  margin: 0 0 15px;
  display: inline-block;
}
.case-item a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
.case-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.case-item table {
  width: 100%;
}
.case-item table tr {

	    display: block;
    margin-bottom: 10px;
}
.case-item table tr:nth-last-child(1){
	  margin-bottom: 0;
}
.case-items h3{
	margin-bottom: 10px;
		font-weight:bold;
}
.case-item table tr th {
  width: 75px;
  text-align: left;
  font-weight: normal;
}
.case-s-item h3 {
  font-size: 21px;
  font-weight: bold;
  background-color: #15272F;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.case-s-item table {
  width: 100%;
}
.case-s-item table tr {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #c7c7c7;
}
.case-s-item table tr th {
  width: 180px;
  text-align: left;
  padding-left: 10px;
}
.case-s-item {
  margin-top: 60px;
}
@media screen and (max-width: 940px) {
  .case-item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .case-items__block {
    margin-top: 30px;
  }
  .case-item h3 {
    font-size: 18px;
  }
  .case-s-item table tr th {
    width: 100px;
  }
  .case-s-item h3 {
    font-size: 18px;
  }
  .case-s-item table tr th {
    width: 100px;
  }
  .case-s-item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .case-item {
    width: 48%;
  }
}
@media screen and (max-width: 551px) {
  .case-item {
    width: 100%;
  }
}
/* お知らせ
* --------------------------------------- */

.news-items__block {
  margin: 30px 0;
}
.news-item {
  margin-bottom: 30px;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
  position: relative;
}
.news-item ul span {
  background-color: #F95252;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 2px 15px;
  margin-left: 15px;
  display: inline-block;
}
.news-item ul li:nth-child(2) {
  margin-top: 15px;
}
.news-item a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
.news-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news-item:nth-last-child(1) {
  margin: 0;
}
.news-s-wrap .news-item__wrap {
  width: 100%;
}
@media screen and (max-width: 940px) {
  .news-items__block {
    flex-direction: column;
  }
  .news-items__block .title__items {
    width: 100%;
  }
  .news-item__wrap {
    width: 100%;
    margin-top: 30px;
  }
  .news-item ul span {
    font-size: 12px;
  }
}
/* SNS
* --------------------------------------- */
.sns-items__block {
  display: flex;
  justify-content: space-between;
}
.sns-item {
  width: 31%;
}
.sns-item img {
  width: 100%;
}
.sns-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .sns-items__block {
    flex-direction: column;
  }
  .sns-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sns-item h3 {
    font-size: 21px;
    margin-top: 0;
  }
}
/* エントリー
* --------------------------------------- */
.entry-contect__wrap {
  background-image: url("../img/common-footer_bgi.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: auto;
}
.entry-contect__wrap h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.entry-contect__wrap p {
  font-size: 21px;
  text-align: center;
  color: #fff;
  margin: 20px 0 50px;
}
.entry-contect__wrap a {
  font-size: 21px;
  color: #fff;
  background-color: #F95252;
  text-align: center;
  width: 600px;
  padding: 40px 0;
  margin: 0 auto;
  border: solid 2px #F95252;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.entry-contect__wrap a:hover {
  color: #F95252;
  background-color: #fff;
  opacity: 1;
  border: solid 2px #F95252;
}
@media screen and (max-width: 940px) {
  .entry-contect__wrap h2 {
    font-size: 30px;
  }
  .entry-contect__wrap p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 10px 0 30px;
  }
  .entry-contect__wrap a {
    font-size: 16px;
    max-width: 320px;
    width: 100%;
    padding: 15px 0;
  }
}
/* 会社概要
* --------------------------------------- */
.company-aisatsu {
  margin: 60px 0 0;
}
.company-aisatsu table {
  width: 100%;
}
.company-aisatsu table tr {
  /*display: block;*/
}
.company-aisatsu table tr th {
  width: 350px;
  text-align: left;
  padding-right: 20px;
}

.company-items {
  margin: 60px 0 0;
}
.company-items table {
  width: 100%;
}
.company-items table tr {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c7c7c7;
}
.company-items table tr th {
  width: 180px;
  text-align: left;
  padding-left: 10px;
}
.company-gnav li a img {
  width: 100%;
}
.google_map {
  margin-top: 30px;
}
.google_map iframe {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 940px) {
  .company-items table tr {
    display: flex;
    flex-direction: column;
  }
  .company-items table tr th {
    width: 100%;
    padding-left: 0;
  }
  .company-items table {
    margin-bottom: 30px;
  }
  .google_map iframe {
    width: 100%;
    height: 200px;
  }
  .company-items {
    margin: 40px 0 0;
  }
}
/* footer
* --------------------------------------- */
.footer-content__wrap {
  background-color: #15272F;
}
.footer-content__wrap h2 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.footer-content__wrap a {
  background-color: #ffa304;
  max-width: 500px;
  margin: 40px auto 30px;
  padding: 25px 0;
}
.footer-content__wrap a p {
  color: #fff;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-content__wrap a p::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-tel.svg);
  background-size: contain;
  vertical-align: middle;
}
.footer-content__wrap a span {
  color: #fff;
  text-align: center;
  display: block;
}
.footer-content__wrap ul li {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.footer-content__wrap p small {
  color: #fff;
  text-align: center;
  font-size: 13px;
  border-top: solid 1px #fff;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 940px) {
  .footer-content__wrap a {
    margin: 20px auto 15px;
    padding: 15px 0;
  }
  .footer-content__wrap a p {
    font-size: 24px;
  }
  .footer-content__wrap a p::before {
    width: 23px;
    height: 20px;
  }
  .footer-content__wrap ul li {
    margin-bottom: 0;
  }
}
/* プライバシーポリシー
* --------------------------------------- */
.privacy-s-wrap p {
  font-size: 16px;
  margin-top: 30px;
}
.privacy-s-wrap .blod {
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 940px) {
  .privacy-s-wrap p {
    font-size: 15px;
    margin-top: 30px;
  }
}
/* ページャー 
* --------------------------------------- */
.wp-pagenavi {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #F95252;
  background-color: #FFFFFF;
  padding: 6px 50px;
  margin: 0 5px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #F95252;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #F95252;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: #fff;
  background-color: #F95252;
}
.wp-pagenavi .pages {
  display: none;
}
.single-peger-items {
  display: flex;
  width: 100%;
  margin: 30px auto;
  justify-content: space-between;
}
.single-peger-items li {
  text-align: center;
  width: 30%;
}
.single-peger-items li a span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.single-peger-items li a {
  border: solid 1px #F95252;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  background: #F95252;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.single-peger-items li a:hover {
  color: #F95252;
  background: #fff;
}
.breadcrumbs {
  max-width: 90%;
  margin: 30px auto 10px;
  display: flex;
}
.breadcrumbs span {
  font-size: 14px;
  display: block;
  line-height: 1.2rem;
  padding: 0 3px;
}
.single-peger-items li a span:hover {
  color: #F95252;
}
.topics_content__wrap .thumbnail-img__wrap .thumbnail {
  padding-top: 55%;
}
.topics_content__wrap .thumbnail-img__wrap .thumbnail img {
  object-fit: cover;
}
.bottom_btn_wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000000;
  width: 200px;
  height: 200px;
}
.bottom_btn_wrap a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #4bc0b1;
  box-shadow: 0 0 5px #2e736a9e;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bottom_btn_wrap a:hover {
  background: #2e736a;
  box-shadow: 0 0 14px #2e736a9e;
}
.bottom_btn_wrap a span {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 57%;
  transform: -webkit-translateY(-57%);
  transform: translateY(-57%);
  width: 200px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.bottom_btn_wrap a .fa-chevron-down {
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%);
  transform: -ms-translateX(-50%);
  width: 15px;
  color: #fff;
}
.bottom_btn_wrap a img {
  width: 20px;
  height: 20px;
  top: calc(100% - 150px);
  left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%);
  transform: -ms-translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .bottom_btn_wrap {
    width: 180px;
    height: 180px;
  }
  .bottom_btn_wrap a {
    width: 180px;
    height: 180px;
  }
  .bottom_btn_wrap a span {
    width: 180px;
  }
  .bottom_btn_wrap {
    bottom: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 940px) {
  .bottom_btn_wrap {
    display: none !important;
  }
  .breadcrumbs {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .breadcrumbs span {
    font-size: 12px;
  }
  .extend {
    display: none;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 50%;
  }
  .wp-pagenavi {
    width: 100%;
  }
  .single-peger-items li {
    margin: 0 10px;
    width: 33%;
  }
  .wp-pagenavi .page, .pages, .current {
    display: none;
  }
  .google-map {
    height: 200px;
  }
  .timetable-peger .single-peger-items {
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .timetable-peger .single-peger-items li {
    margin: 10px auto 0;
    width: 47%;
  }
  .timetable-peger .single-peger-items li a {
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0;
  }
  .timetable-peger .single-peger-items .hp-none {
    margin: 0 auto;
    width: 97%;
    margin-top: 10px;
  }
  .timetable-peger .single-peger-items .hp-none a span {
    font-size: 12px;
    font-weight: normal;
  }
}
/* お問い合わせ
* --------------------------------------- */
.contact-s-wrap p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
.form-wrap {
  width: 100%;
}
.form-wrap table {
  width: 100%;
}
.form-wrap table tr {
  display: flex;
  margin-bottom: 20px;
}
.form-wrap table tr td:nth-child(1) {
  width: 250px;
}
.form-wrap table tr td:nth-child(2) {
  width: 100%;
}
.form-wrap table tr td input {
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  border-radius: 0;
  border: solid 1px #838383;
  box-sizing: border-box;
}
.form-wrap .con-txt {
  font-weight: bold;
}
.form-wrap textarea {
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  border-radius: 0;
  border: solid 1px #838383;
  font-weight: normal;
}
.form-wrap .consent td:nth-child(2) {
  display: flex;
  width: 100% !important;
}
.form-wrap .consent td span {
  display: block;
}
.wpcf7-list-item-label a {
  display: inline-block;
  text-decoration: underline;
}
.form-wrap .consent label {
  display: flex;
}
.form-wrap .consent label input {
  width: auto;
  padding: 7px 10px;
  font-size: 15px;
  border-radius: 0;
  border: solid 1px #838383;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
.send-btn input {
  font-size: 14px;
  color: #fff;
  background-color: #F95252;
  width: 220px;
  margin: 0 auto;
  border: none;
  padding: 9px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 940px) {
  .contact-note-group ul {
    padding: 10px 0;
  }
  .form-wrap table tr {
    flex-direction: column;
  }
}
/* 記事共通
* --------------------------------------- */
.common-txt-content ul {
  margin-top: 30px;
}
.common-txt-content ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.common-txt-content ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #0096DC;
  border-radius: 50%;
  top: 7px;
  left: 7px;
}
.common-txt-content span {
  display: block;
  text-align: right;
  font-family: 'Sen', sans-serif;
}
.common-txt-content h1 {
  font-size: 24px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 5px #0096DC;
  margin-top: 36px;
  font-weight: bold;
  text-align: left;
}
.common-txt-content h2 {
  font-size: 21px;
  margin-top: 30px;
  background-color: #F0F0F0;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
}
.common-txt-content h3 {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  margin-top: 20px;
  border-bottom: solid 1px #222;
  font-weight: bold;
}
.common-txt-content p {
  margin-top: 24px;
}
.common-txt-content a {
  display: inline-block;
  text-decoration: underline;
  color: #F95252;
  padding: 0 5px;
}
.common-txt-content a:hover {
  text-decoration: none;
}
.common-txt-content img {
  max-width: 940px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.common-txt-content iframe {
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 940px) {
  .common-txt-content h1 {
    font-size: 21px;
    margin-top: 25px;
  }
  .common-txt-content h2 {
    margin-top: 15px;
    font-size: 18px;
  }
  .common-txt-content h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .common-txt-content ul {
    margin-top: 15px;
  }
  .common-txt-content img {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .common-txt-content iframe {
    width: 100%;
    max-width: 425px;
    height: 238px;
  }
  .post-u-desc h1 {
    font-size: 21px;
  }
  .post-u-desc .case-tag {
    margin-top: 0;
    font-size: 10px;
  }
  .post-u-desc .time {
    margin-top: 0;
    display: inline-block;
  }
  .post-u-desc .col {
    font-size: 10px;
  }
}
@media screen and (max-width: 426px) {
  .common-txt-content iframe {
    width: 100%;
    max-width: 321px;
    height: 180px;
  }
}
/* ドライバーの声
* --------------------------------------- */
.voice-contect__wrap{
	background-color: #FAFAFA;
    overflow: auto;
}
.voice-items__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.voice-items__block:after {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.voice-thumbnail-items .thumbnail-img {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  border: solid 1px #dcdcdc;
}
.voice-thumbnail-items .thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-thumbnail-items {
  flex-basis: 50%;
}
.voice-item {
  position: relative;
  width: 31%;
  box-shadow: 0 0 2px #46464647;
  padding: 15px 15px 25px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 50px;
}
.voice-item a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
.voice-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.voice-item ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.voice-item ul li:nth-child(1) {
  font-size: 21px;
  font-weight: bold;
}
.voice-item ul li:nth-child(2) {
  background-color: #0096DC;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 0 17px;
  position: absolute;
  right: 0;
  top: 5px;
}
.voice-item p {
  margin-top: 10px;
}
.post-gnav {
  display: flex;
  justify-content: flex-end;
}
.post-gnav li {
  margin-right: 10px;
}
.post-gnav li a {
  color: #F95252;
  border: solid 1.5px #F95252;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px;
}
.post-gnav .current a {
  border: solid 1.5px #F95252;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  background-color: #F95252;
}
.post-gnav .current a:hover {
  color: #F95252;
  background-color: #fff;
}
.post-gnav li a:hover {
  color: #fff;
  background-color: #F95252;
}
.voice-u-item__block {
  display: flex;
  margin: 60px 0;
  justify-content: space-between;
}
.voice-u-item__block .voice-thumbnail-items {
  flex-basis: 45%;
}
.voice-u-item {
  width: 50%;
}
.voice-u-item span {
  /*background-color: #0096DC;*/
  font-size: 14px;
  color: #fff;
  padding: 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.voice-u-item h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.voice-faq__items h4 span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0096DC;
  text-align: center;
  line-height: 45px;
  font-family: 'Sen', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  margin-right: 10px;
}
.voice-faq__items h4 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
.voice-faq__items {
  margin-bottom: 30px;
}
.voice-faq__items:nth-last-child(1) {
  margin-bottom: 0;
}
.voice-s-wrap .voice-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .voice-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice-item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .voice-items__block {
    margin-top: 30px;
  }
  .voice-u-item__block {
    flex-direction: column;
    margin: 30px 0;
  }
  .voice-u-item {
    width: 100%;
  }
  .voice-u-item h3 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .voice-u-item p {
    margin-top: 10px;
  }
  .voice-faq__items h4 {
    font-size: 18px;
  }
  .voice-faq__items h4 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
/* 
* --------------------------------------- */
.youtube-contect__wrap{
	  background-color: #FAFAFA;
  overflow: auto;
}

.youtube-items__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
.youtube-items__block:after {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.youtube-wrap {
  width: 32%;
  margin-bottom: 30px;
}
.youtube-items {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-items iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 940px) {
  .youtube-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* SNSアカウント
* --------------------------------------- */
.social-items__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:50px 0;
	margin-top: 50px;
}
.social-items__box{
	width: 48%;
}
.social-items__box._youtube{
	width: 100%;
}
.social-title{
		display: flex;
	
	align-items: center;
	gap:0 20px;

}
.social-title span{
	    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.youtube-items__block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:30px 0;
}
.youtube-items__box{
  width: 32%;
  
}
.youtube-items__block:after {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.youtube-items__box ._movie{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-items__box ._movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-title__block{
	display: flex;
    justify-content: space-between;
	align-items: center;
		margin-bottom: 20px;
}
.social-title__block .social-follow a{
	    background: #ba2b8e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.social-items__box._insta .social-title__block .social-follow a{
	  background: #ba2b8e;
}
.social-items__box._twitter .social-title__block .social-follow a{
	  background: #0ca4e2;
}
.social-items__box._youtube .social-title__block .social-follow a{
	  background: #f50300;
}
.social-items__box._facebook .social-title__block .social-follow a{
	  background: #1b76f2;
}
.social-items__box._tiktok .social-title__block .social-follow a{
	  background: #000000;
}
.poster-contect__wrap ._image{
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}
.poster-contect__wrap ._image img{
	width: 100%;
}


@media screen and (max-width: 769px) {
	.social-items__box {
    width: 100%;
}
	.youtube-items__box {
    width: 49%;

}
	.social-title {
    
    gap: 0 15px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 426px) {
	.youtube-items__block{

  gap:15px 0;
}
}

/* 追加フッター */
.footer_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px 20px;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_btn_wrap {
    display: none;
  }
}

.tel_wrap {
  width: 57px;
  margin-right: 8px;
}
.tel_wrap img {
  width: 100%;
}

.footer_btn_content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e96f19;
  width: calc((100% - 65px) / 2);
  padding: 8px 0;
  height: 56px;
}
.footer_btn_content p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 375px) {
  .footer_btn_content p {
    font-size: 13px;
  }
}
@media screen and (min-width: 490px) {
  .footer_btn_content p {
    font-size: 15px;
  }
  .footer_btn_content p br {
    display: none;
  }
}
.footer_btn_content img {
  width: 42px;
}
.footer_btn_content.line {
  background: #00b900;
}

.pc_side_line {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_side_line {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 200px;
  }
  .pc_side_line .footer_btn_content.line {
    width: 100%;
  }
}

/* reCAPTCHAのアイコンのサイズを小さく */
/* .grecaptcha-badge {
  transform: scale(0.7); /
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
	right: 5px;
  bottom:  80px; 
} */


/*Q&Aこんな方におすすめ*/

 .list-8 {
            font-size: 140%;
            position: relative;
            padding: 2.5em 2em 2em 2.5em;
            border: 3px solid #27ae60;
            margin: 20px auto;
            max-width: 900px;
            border-radius: 15px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(39, 174, 96, 0.1);
        }

        .list-8 > div {
            position: absolute;
            top: -0.75em;
            left: 1.5em;
            padding: 0.5em 1.2em;
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: #ffffff;
            font-weight: 700;
            font-size: 1.3em;
            border-radius: 25px;
            box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
            letter-spacing: 0.5px;
        }

        .list-8 ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .list-8 li {
            padding: 1.2em 0;
            font-size: 1rem;
            margin-bottom: 1.5em;
            border-radius: 12px;
            background: #f8f9fa;
            padding: 1.5em;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid #e9ecef;
            position: relative;
            overflow: hidden;
        }

        .list-8 li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .list-8 li:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(39, 174, 96, 0.15);
            background: #ffffff;
        }

        .list-8 li:hover::before {
            opacity: 1;
        }

        .list-8 .question-prefix {
            display: inline-block;
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: #ffffff;
            font-weight: 700;
            margin-right: 1em;
            padding: 0.4em 0.8em;
            border-radius: 50px;
            font-size: 0.9em;
            box-shadow: 0 3px 10px rgba(39, 174, 96, 0.3);
            min-width: 35px;
            text-align: center;
        }

        .list-8 .answer-prefix {
            display: inline-block;
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: #ffffff;
            font-weight: 700;
            margin-right: 1em;
            padding: 0.4em 0.8em;
            border-radius: 50px;
            font-size: 0.9em;
            box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
            min-width: 35px;
            text-align: center;
        }

        .list-8 .answer {
            margin-top: 1.2em;
            padding: 1.5em;
            background: #ffffff;
            border-radius: 10px;
            color: #2c3e50;
            line-height: 1.7;
            border: 1px solid #e9ecef;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
            display: none;
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.4s ease;
        }

        .list-8 li.active .answer {
            display: block;
            opacity: 1;
            transform: translateY(0);
            animation: slideDown 0.4s ease-out;
        }

        .question-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #2c3e50;
            font-weight: 600;
        }

        .question-text {
            flex: 1;
            font-size: 1.05em;
        }

        .toggle-icon {
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2em;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(39, 174, 96, 0.3);
            cursor: pointer;
        }

        .list-8 li.active .toggle-icon {
            transform: rotate(45deg);
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .list-8 {
                font-size: 120%;
                padding: 2em 1.5em 1.5em 1.5em;
                margin: 10px;
            }
            
            .list-8 > div {
                font-size: 1.1em;
                left: 1em;
            }
            
            .list-8 li {
                padding: 1em;
                margin-bottom: 1em;
            }
            
            .question-content {
                flex-direction: column;
                align-items: flex-start;
                gap: 1em;
            }
            
            .toggle-icon {
                align-self: flex-end;
            }
        }

        .fade-in {
            animation: fadeIn 0.6s ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/*.list-8 {
            font-size: 140%;
            position: relative;
            padding: 1.5em 1em 1em 2.5em;
            border: 10px solid #2589d0;
            margin: 20px 0;
        }
        .list-8 > div {
            position: absolute;
            top: -.75em;
            left: 1em;
            padding: 0 .5em;
            background-color: #fff;
            color: #2589d0;
            font-weight: 600;
            font-size: 1.2em;
        }
        .list-8 ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .list-8 li {
            padding: .3em .3em .3em 0;
            font-size: 1.1em;
            margin-bottom: 1em;
        }
        .list-8 .question-prefix {
            color: #2589d0;
            font-weight: bold;
            margin-right: 0.5em;
        }
        .list-8 .answer-prefix {
            color: #e74c3c;
            font-weight: bold;
            margin-right: 0.5em;
        }
        .list-8 .answer {
            margin-top: 0.5em;
            padding-left: 1.5em;
            color: #333;
            line-height: 1.4;
        }*/
/*
.list-8 {
		font-size: 140%;
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 10px solid #2589d0;
}

.list-8 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.list-8 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-8 li {
    padding: .3em .3em .3em 0;
}

.list-8 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}
*/

/*買取の流れ*/
.list-6 {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .list-6 li {
            padding: 12px 16px;
            background: #fff;
            border-radius: 8px;
            border-left: 4px solid #74b9b1;
            font-weight: 500;
            color: #2c3e50;
            transition: all 0.2s ease;
            position: relative;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            font-size: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            width: 100%;
        }

        .list-6 li::before {
            font-size: 24px;
            flex-shrink: 0;
        }

        .list-6 li:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }

        .content {
            display: flex;
            align-items: center;
            gap: 10px;
            flex: 1;
        }

        .time {
            color: #74b9b1;
            font-weight: 700;
            font-size: 18px;
            min-width: 80px;
            flex-shrink: 0;
        }

        .description {
            color: #4a5568;
            font-weight: 500;
            font-size: 18px;
        }

        /* 特別なスタイル */
        .arrive { border-left-color: #4299e1; }
        .arrive::before { content: "🚗"; }

        .loading { border-left-color: #48bb78; }
        .loading::before { content: "📦"; }
        .loading2::before { content: "📦"; }
        .loading3::before { content: "📦"; }

        .meeting { border-left-color: #ed8936; }
        .meeting::before { content: "👥"; }

        .delivery { border-left-color: #9f7aea; }
        .delivery::before { content: "🚚"; }
        .delivery2::before { content: "🚛"; }
        .delivery3::before { content: "🚚"; }

        .return { border-left-color: #38b2ac; }
        .return::before { content: "🏢"; }
        .return2::before { content: "🏢"; }

        .break-item { border-left-color: #f6ad55; }
        .break-item::before { content: "☕"; }

        .final { border-left-color: #4fd1c7; }
        .final::before { content: "📝"; }

        .end-item { border-left-color: #fc8181; }
        .end-item::before { content: "🏁"; }

        .note {
            text-align: center;
            margin-top: 25px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
            color: #6c757d;
            font-size: 16px;
            line-height: 1.6;
            border: 1px solid #e9ecef;
        }

        /* レスポンシブ対応 */
        @media (max-width: 900px) {
            .list-6 {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .container {
                margin: 10px;
                padding: 20px;
            }
            
            .list-6 li {
                padding: 10px 14px;
                font-size: 16px;
            }
            
            .time {
                font-size: 16px;
                min-width: 65px;
            }
            
            .description {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 15px;
            }
            
            .content {
                gap: 8px;
            }
            
            .time {
                min-width: 50px;
                font-size: 12px;
            }
            
            .description {
                font-size: 12px;
            }
        }

/*買取の流れ終わり*/

.page-header {
	background-color: #74b9b1;
}


.site-footer-copyright p:nth-child(2) {
display:none;
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #01983b;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2:hover {
    background-color: #00882b;
}

.saiyosubt {
	font-weight: bold;
	font-size: 16px;
}


/*画像1枚　真ん中
* --------------------------------------- */

.img2 {
    text-align: center;
    width: 100%;
    margin: 50px 0;
}



.img1 {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.image-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 50px 0;
}
img {
            max-width: 100%;
            height: auto;
}
        
        /* メディアクエリ - スマートフォン向け */
        @media screen and (max-width: 767px) {
            .img1 {
                padding: 10px;
            }
            .image-container {
                margin: 20px 0;
            }
        }
        
        /* メディアクエリ - タブレット向け */
        @media screen and (min-width: 768px) and (max-width: 1199px) {
            .img1 {
                padding: 15px;
            }
        }


/*高価買取 緑背景*/
      .service_a_catch {
            text-align: center;
            margin: 20px 0 30px;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.5;
        }
        
        .green-text {
            color: #4CAF50;
        }
        
        .service_a-box {
            background-color: #e8f5e9;
            border: 1px solid #c8e6c9;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 30px;
        }
        
        .service_a-title {
            background-color: #4CAF50;
            color: white;
            text-align: center;
            padding: 15px;
            border-radius: 5px;
            font-size: 22px;
            margin-bottom: 20px;
        }
        
        .item_a-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .item_a {
            width: 170px;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .item_a img {
            width: 100%;
            height: 120px;
            object-fit: contain;
            margin-bottom: 10px;
        }
        
        .item_a-name {
            font-size: 16px;
            margin-top: 8px;
        }
        
        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .service_a_catch {
                font-size: 20px;
            }
            
            .item_a-grid {
                gap: a15px;
            }
            
            .item_a {
                width: calc(33.333% - 15px);
            }
        }
        
        @media (max-width: 576px) {
            .service_a_catch {
                font-size: 18px;
            }
            
            .service_a-title {
                font-size: 18px;
            }
            
            .item_a {
                width: calc(50% - 10px);
            }
            
            .item_a-name {
                font-size: 14px;
            }
        }

/*3列説明写真付き*/
.services_b {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }
        
        .service_b-card {
            flex: 1 1 300px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }
        
        .service_b-image {
            width: 100%;
            height: 200px;
            overflow: hidden;
            margin-bottom: 15px;
            border: 1px solid #eee;
        }
        
        .service_b-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .service_b-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #000;
        }
        
        .service_b-description {
            font-size: 14px;
            flex-grow: 1;
        }
        
        @media (max-width: 768px) {
            .services_b {
                flex-direction: column;
            }
            
            .service_b-card {
                flex: 1 1 100%;
            }
        }


/*3列写真なし緑文字実績*/
.services_c {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .services_c-title {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .title-text {
            font-size: 24px;
            font-weight: bold;
            position: relative;
            padding-bottom: 5px;
        }
        
        .title-text::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
        }
        
        .highlight {
            font-size: 40px;
            font-weight: bold;
            color: #3c9;
            margin-left: 10px;
        }
        
        .services_c-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .services_c-box {
            flex: 1;
            min-width: 300px;
            background-color: #f5f5f5;
            padding: 30px;
            border-radius: 5px;
        }
        
        .services_c-header {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }
        
        .services_c-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .services_c-value {
            display: flex;
            align-items: baseline;
        }
        
        .services_c-period {
            font-size: 14px;
            margin-right: 10px;
        }
        
        .services_c-number {
            font-size: 48px;
            font-weight: bold;
            color: #40a35a;
            line-height: 1;
        }
        
        .services_c-unit {
            font-size: 20px;
            font-weight: bold;
        }
        
        .services_c-percent {
            font-size: 48px;
            font-weight: bold;
            color: #40a35a;
        }
        
        .services_c-description {
            font-size: 14px;
            line-height: 1.8;
        }
        
        @media (max-width: 992px) {
            .services_c-container {
                flex-direction: column;
            }
            
            .services_c-box {
                min-width: 100%;
            }
            
            .services_c-title {
                flex-direction: column;
                align-items: center;
                gap: 5px;
            }
            
            .title-text::after {
                width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .services_c-number, .services_c-percent {
                font-size: 32px;
            }
            
            .highlight {
                font-size: 28px;
            }
            
            .title-text {
                font-size: 18px;
            }
            
            .container {
                padding: 10px;
            }
            
            .stat-box {
                padding: 20px;
            }
        }

/*セキュリティ内容部分*/
 .services_d {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .services_d-main-title {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            font-weight: normal;
        }
        
        .services_d-title {
            font-size: 2rem;
            color: #b8860b;
            margin-bottom: 1rem;
            border-bottom: 1px solid #b8860b;
            padding-bottom: 1rem;
        }
        
        .services_d-section {
            margin: 2rem 0;
            display: flex;
            align-items: flex-start;
        }
        
        .services_d-bar {
            width: 5px;
            background-color: #333;
            height: 100%;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .services_d-content {
            flex-grow: 1;
        }
        
        .services_d-title {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .services_d-text {
            margin-bottom: 1.5rem;
        }
        
        .services_d-features-box {
            border: 1px solid #b8860b;
            padding: 1.5rem;
            background-color: #fff;
            margin-top: 1.5rem;
        }
        
        .services_d-feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }
        
        .services_d-feature-item:last-child {
            margin-bottom: 0;
        }
        
        .checkbox {
            width: 24px;
            height: 24px;
            margin-right: 1rem;
            color: #003366;
            flex-shrink: 0;
        }
        
        .services_d-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .services_d-card {
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .services_d-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .services_d-header {
            background-color: #333;
            color: white;
            padding: 0.8rem;
            text-align: center;
        }
        
        .services_d-info {
            padding: 1rem;
            text-align: left;
        }
        
        .highlight {
            color: #b8860b;
        }
        
        @media (max-width: 768px) {
            .services_d-section {
                flex-direction: column;
            }
            
            .services_d-bar {
                width: 100%;
                height: 5px;
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .services_d-grid {
                grid-template-columns: 1fr;
            }
            
            .services_d-title {
                font-size: 1.5rem;
            }
        }

/*資料請求*/
       .service_e-container {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }
        
        .service_e-hero-section {
            background-color: #40a35a; /* 元の濃いミントグリーンに戻す */
            /*background-image: linear-gradient(to right, #3ab98c, #4ec79a); /* 元のグラデーションに戻す */
            color: #fff;
            padding: 0.5rem 1rem 0.5rem;
            text-align: center;
            position: relative;
        }
        
        .service_e-title {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
            font-weight: bold;
            color: #fff;
        }
        
        .service_e-subtitle {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
        }
        
        .service_e-service-cards {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 10px;
            margin-bottom: 0.75rem;
            padding: 0 1rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .service_e-card {
            width: 100%;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        
        .service_e-card-left {
            background-color: #ffffff; /* カードの背景色を薄いミントグリーンに変更 */
            padding: 0.5rem 1rem;
            color: #fff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }
        
        .service_e-card-left-title {
            font-size: 0.9rem;
            margin-bottom: 0.2rem;
            color: #333;
        }
        
        .service_e-card-left-main {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 0.3rem;
            color: #333;
        }
        
        .service_e-card-image {
            text-align: center;
            padding: 0.25rem;
        }
        
        .service_e-card-image img {
            max-width: 100%;
            height: auto;
            max-height: 150px;
        }
        
        .service_e-download-btn-container {
            text-align: center;
            padding: 0.5rem 1rem 1rem;
        }
        
        .service_e-download-btn {
            display: inline-block;
            background-color: #fff;
            color: #3ab98c; /* ボタンのテキスト色はそのまま */
            font-size: 1.2rem;
            font-weight: bold;
            padding: 1rem 3rem;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .service_e-download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        
        .service_e-koei-logo {
           /* height: 70px;
            margin-right: 100px;
			
            vertical-align: middle;*/
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .service_e-title {
                font-size: 1.5rem;
            }
            
            .service_e-subtitle {
                font-size: 1rem;
            }
            
            .service_e-download-btn {
                padding: 0.8rem 2rem;
                font-size: 1rem;
            }
        }

/*パソコン買取青*/
.service_f-container {
            max-width: 800px;
            margin: 5px auto;
        }

.service_f {
            background: linear-gradient(to right, #4a90e2, #50e3c2);
            color: white;
            text-align: center;
            padding: 10px;
            border-radius: 8px 8px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .service_f-years {
            font-size: 32px;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0.2);
            padding: 6px 12px;
            border-radius: 10px;
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
				color: #fff;
        }
        
        .service_f-years span {
            color: #ff3333;
            font-size: 48px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .service_f-title {
            font-size: 36px;
            font-weight: bold;
			color: #fff;
            background-color: #333;
            padding: 6px 15px;
            border-radius: 5px;
            letter-spacing: 1px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .service_f-main-content {
            background: linear-gradient(135deg, #4a90e2, #3a77c9, #5e9fef);
            color: white;
            padding: 10px;
            text-align: center;
        }
        
        .service_f-quick-assessment {
            background-color: white;
            color: #333;
            display: inline-block;
            padding: 5px 15px;
            border-radius: 25px;
            margin-bottom: 8px;
            font-weight: bold;
            font-size: 22px;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);
            transform: scale(1.05);
        }
        
        .service_f-high-price {
            font-size: 36px;
            margin: 15px 0 5px 0;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
            line-height: 1.1;
				color: #fff;
        }
        
        .service_f-high-price span {
            color: #ff3333;
            font-size: 52px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            letter-spacing: 1px;
        }
        
        .service_f-achievement {
            margin: 5px 0 15px 0;
            font-size: 30px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
            line-height: 1.1;
				color: #fff;
        }
        
        .service_f-achievement span {
            color: #ff3333;
            font-size: 50px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            letter-spacing: 1px;
        }
        
        .service_f-achievement span {
            color: #ff3333;
            font-size: 44px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            letter-spacing: 1px;
        }
        
        .service_f-footer {
            background-color: white;
            padding: 15px 12px;
            border-radius: 0 0 8px 8px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .service_f-feature {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 12px;
            width: 100px;
        }
        
        .service_f-feature-icon {
            background: linear-gradient(145deg, #2c3e50, #34495e);
            color: white;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 8px;
            font-size: 40px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transition: transform 0.2s ease;
        }
        
        .service_f-feature-icon:hover {
            transform: scale(1.05);
        }
        
        .service_f-feature-text {
            text-align: center;
            font-size: 16px;
            color: #333;
            font-weight: bold;
            margin-top: 2px;
        }
        
        .service_f-free-tag {
            color: #ff0000;
            font-weight: 900;
            font-size: 48px;
            letter-spacing: 2px;
            text-shadow: 2px 2px 4px rgba(255,255,255,0.4);
            transform: scale(1.05);
            display: inline-block;
            padding: 5px 10px;
            border: 2px dashed #ff0000;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.9);
        }
        
        @media (max-width: 600px) {
            .service_f {
                flex-direction: column;
                gap: 15px;
                padding: 15px;
            }
            
            .service_f-title {
                font-size: 28px;
                padding: 6px 15px;
            }
            
            .service_f-years {
                font-size: 28px;
            }
            
            .service_f-years span {
                font-size: 40px;
            }
            
            .service_f-high-price {
                font-size: 34px;
            }
            
            .service_f-achievement {
                font-size: 30px;
            }
            
            .service_f-high-price span {
                font-size: 50px;
            }
            
            .service_f-achievement span {
                font-size: 48px;
            }
            
            .service_f-free-tag {
                font-size: 40px;
            }
            
            .service_f-feature-text {
                font-size: 15px;
            }
            
            .service_f-footer {
                justify-content: center;
            }
            
            .service_f-feature[style*="flex-direction: row"] {
                margin-top: 20px;
                width: 100%;
                justify-content: center;
            }
            
            .service_f-quick-assessment {
                font-size: 18px;
                padding: 6px 18px;
            }
        }

/*3つの廃棄*/
        .tp_haiki_pc-disposal-section {
            max-width: 1200px;
            margin: 0 auto;
        }

        .tp_haiki_section-title {
            background: #40a35a;
            color: white;
            padding: 20px 30px;
            border-radius: 12px;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .tp_haiki_disposal-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .tp_haiki_disposal-card {
            background: #40a35a;
            border-radius: 15px;
            padding: 10px 25px;
            color: white;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .tp_haiki_disposal-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .tp_haiki_disposal-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
            pointer-events: none;
        }

        .tp_haiki_card-content {
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
            z-index: 1;
        }

        .tp_haiki_card-icon {
            flex-shrink: 0;
            width: 120px;
            height: 120px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .tp_haiki_card-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .tp_haiki_card-text {
            flex: 1;
		
        }

        .tp_haiki_card-title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 8px;
            line-height: 1.3;
				color: #ffffff;
        }

        .tp_haiki_card-subtitle {
            font-size: 16px;
            opacity: 0.9;
            line-height: 1.4;
				color: #ffffff;
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .section-title {
                font-size: 20px;
                padding: 15px 20px;
            }

            .disposal-options {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .disposal-card {
                padding: 10px 20px;
            }

            .card-content {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .card-title {
                font-size: 20px;
            }

            .card-subtitle {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
            }

            .section-title {
                font-size: 18px;
                padding: 12px 15px;
            }

            .card-icon {
                width: 100px;
                height: 100px;
                font-size: 50px;
            }
        }


/*買取事例*/

.buycase-examples-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    position: relative;
    overflow: hidden;
}

.buycase-examples-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.buycase-examples-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.buycase-examples-header {
    text-align: center;
    margin-bottom: 50px;
}

.buycase-examples-title {
    font-size: 4.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.title-highlight {
    background: #28a745;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    position: relative;
}

.title-text {
    color: #333;
    margin-left: 10px;
}

.search-filter-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.15);
    border: 1px solid rgba(74, 144, 226, 0.1);
}

.search-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

.search-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.search-input {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
}

.search-input:focus {
    border-color: #4a90e2;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #4a90e2;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    color: white;
}

.search-btn:hover {
    background: #357abd;
}

.category-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.category-btn {
    background: #4a90e2;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    min-width: 120px;
    text-decoration: none;
    display: inline-block;
}

.category-btn:hover {
    background: #357abd;
    color: white;
}

.category-btn.active {
    background: #2c5aa0;
}

.clear-filters {
    text-align: center;
    margin: 20px 0 0 0;
}

.clear-btn {
    background: #e0e0e0;
    color: #666;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.clear-btn:hover {
    background: #d0d0d0;
}

.divider {
    width: 60%;
    height: 1px;
    background: #ddd;
    margin: 30px auto;
}

.tags-section {
    margin: 40px 0;
}

.section-title {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
}

.tags-grid {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.tag-btn {
    background: white;
    border: 2px solid #ddd;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    color: #555;
    text-decoration: none;
    display: inline-block;
}

.tag-btn:hover {
    background: #4a90e2;
    color: white;
    border-color: #4a90e2;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dot.active {
    background: #28a745;
    border-color: #28a745;
    transform: scale(1.2);
}

.buycase-carousel {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #28a745;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.carousel-btn:hover {
    background: #218838;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: translateY(-50%);
    background: #ccc;
}

.prev-btn {
    left: -80px;
}

.next-btn {
    right: -80px;
}

.buycase-cards-container {
    overflow: hidden;
    position: relative;
    width: 1160px;
    margin: 0 auto;
}

.buycase-cards-scroll {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    padding: 20px 0;
}

.buycase-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    flex: 0 0 275px;
    min-height: 460px;
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.buycase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.25);
    border-color: rgba(40, 167, 69, 0.3);
    color: inherit;
}

.buycase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #218838);
}

.buycase-image {
    height: 180px;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
}

.buycase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.buycase-card:hover .buycase-image img {
    transform: scale(1.05);
}

.buycase-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: space-between;
}

.buycase-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    flex-shrink: 0;
}

.buycase-details {
    flex: 1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buycase-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    min-height: 36px;
    gap: 10px;
}

.buycase-detail:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 0.8rem;
    color: white;
    background: #28a745;
    font-weight: 500;
    min-width: 70px;
    flex-shrink: 0;
    margin-top: 2px;
    padding: 4px 8px;
    border-radius: 4px;
    text-align: center;
}

.detail-value {
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
    text-align: right;
    flex: 1;
    margin-left: 10px;
    word-break: break-word;
    line-height: 1.4;
    max-height: 2.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buycase-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: auto;
    flex-shrink: 0;
    min-height: 24px;
    align-items: flex-start;
}

.buycase-tag {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid rgba(40, 167, 69, 0.2);
    font-weight: 500;
    white-space: nowrap;
}

.buycase-examples-cta {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 0;
    box-shadow: none;
    margin-top: 40px;
}

.cta-text {
    font-size: 1.8rem;
    color: #28a745;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.btn-secondary {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    border: none;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: white;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.no-buycases-message {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.no-buycases-message h3 {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.no-buycases-message p {
    color: #999;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .buycase-examples-section {
        padding: 60px 0;
    }
    
    .buycase-examples-title {
        font-size: 3rem;
    }
    
    .search-filter-section {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .category-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .category-btn {
        width: 200px;
    }
    
    .buycase-cards-container {
        margin: 0 20px;
        width: auto;
        max-width: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    
    .carousel-btn {
        display: none;
    }
    
    .buycase-card {
        flex: 0 0 calc(100% - 10px);
        min-height: 380px;
    }
    
    .buycase-content {
        padding: 15px;
        height: 200px;
    }
    
    .buycase-cards-scroll {
        transform: none !important;
        transition: none !important;
    }
}

                height: 100px;