@charset "UTF-8";

body {
  font-size: 1.6rem;
}

section {
  padding: 40px 0;
}

.header-img-pc,
.header-img-sp {
  width: 100%;
  height: auto;
  display: none;
}

.main {
  margin-bottom: 0;
} /*common.cssの設定解除 ページbottom余白は各sectionのクラスで調整*/

.list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.list-2 {
  width: calc((100% - 40px) / 2);
  height: auto;
}

.list-3 {
  width: calc((100% - 40px) / 3);
  height: auto;
}

.list-4 {
  width: calc((100% - 30px) / 4);
  height: auto;
}

.list-6 {
  width: calc((100% - 100px) / 6);
  height: auto;
}

.list-l {
  width: 28%;
  height: auto;
}

.list-r {
  width: 70%;
  height: auto;
}

.list img {
  width: 100%;
  height: auto;
  display: block;
}

.comment {
  padding: 20px;
}

/*お問い合わせエリア START*/
.contact {
  position: relative;
  padding-bottom: 0;
}
.contact img {
  width: 100%;
  display: block;
}

.contact .title-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.contact p:first-of-type {
  margin: 0;
  font-size: 6rem;
  letter-spacing: 0.5rem;
}

.contact p:nth-of-type(2) {
  margin: 0 0 2.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.contact p:nth-of-type(3) {
  margin-bottom: 3.4rem;
  letter-spacing: 0.1rem;
}

.contact .btn {
  background: #fff;
  color: #1a1a1a !important;
  padding: 15px 40px;
  text-decoration: none !important;
  border-radius: 1px;
}
/*お問い合わせエリア END*/

/*キャプションの矢印 START*/
.cap-arrow {
  align-items: center;
  padding: 0;
  margin: 1rem 0;
  color: #656565;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family:
    "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo,
    "Hiragino Kaku Gothic ProN", sans-serif;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cap-arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #656565;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 0 1px 17px;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, margin;
}

/*キャプションの矢印 END*/

.title h3 {
  font-size: 1.6rem;
  color: #db6e84;
  font-weight: 400;
}

.title h4 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  border: none;
}

/*画像フェード*/
.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.3s;
}
.delay3 {
  transition-delay: 0.5s;
}

/*グループ概要*/
.groupinfo .title {
  margin-bottom: 60px;
}

.business .title {
  padding-bottom: 60px;
}

/*グループ概要*/
/*グループ概要とセキュリティのヘッダー START*/
.overview_1 .title,
.security_1 .title {
  margin: 40px auto 0 auto;
  max-width: calc(1170px + 3rem);
  padding: 0 1.5rem;
}
.overview_1 .title-inner,
.security_1 .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7rem;
}
.overview_1 h2,
.security_1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.title-txt {
  font-size: 2.4rem;
}
.title-st {
  font-size: 1.4rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e51f1f;
  position: relative;
  top: 0.2rem;
}
.title-st::before {
  content: "";
  display: inline-block;
  height: 2rem;
  border-left: 1px solid #ccc;
  margin: 0 3rem;
}

/*エスケイジャパングループについて*/
.groupinfo {
  margin-bottom: 60px;
}

/*CEOメッセージ*/
.message {
  margin-bottom: 100px;
}

/*グループ概要とセキュリティのヘッダー END*/

.overview_1 table {
  border: none !important;
}
.overview_1 .tbl {
  width: 97rem !important;
  margin: 0 auto !important;
  display: table !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.overview_1 .tbl tbody {
  display: table-row-group !important;
  vertical-align: middle !important;
  unicode-bidi: isolate !important;
}
.overview_1 .tbl tr {
  display: table-row !important;
  vertical-align: inherit !important;
  unicode-bidi: isolate !important;
}
.overview_1 .tbl th {
  padding: 4rem 0 !important;
  width: 20rem !important;
  font-weight: 400 !important;
  color: #999 !important;
  vertical-align: top !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left !important;
  background: none !important;
  border-right: none !important;
  border-left: none !important;
}

.overview_1 .tbl td {
  padding: 4rem 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-right: none !important;
  border-left: none !important;
}

.overview_2 iframe {
  width: 100%;
  height: 320px;
  display: block;
}

.overview_2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.overview_2 .content-inner {
  width: 53rem;
  margin-bottom: 60px;
  padding: 0 10px;
}

.overview_2 .content-inner p {
  height: 8rem;
  line-height: 2;
}

.overview_2 h3 {
  position: relative;
  font-size: 2.6rem;
  padding-left: 3rem;
  margin-bottom: 2rem;
  text-align: left;
}
.overview_2 h3::before {
  content: "";
  width: 2rem;
  border-bottom: 0.2rem solid #e51f1f;
  position: absolute;
  left: 0;
  top: 2.1rem;
}

.related-link {
  margin-bottom: 140px;
}

/*沿革*/
.history .section-wrap {
  display: grid;
  grid-template-columns: 340px 1fr;
  max-width: 1120px;
  margin: 80px auto;
  line-height: 4.2rem;
}

.history .title-wrap {
  color: #1a1a1a;
  padding: 40px 30px;
  height: fit-content;
  box-sizing: border-box;
}

.history .title-wrap h1 {
  font-size: 2rem;
  letter-spacing: 3px;
  text-align: left;
}

.history .title-wrap p {
  font-size: 3.2rem;
}

.history .list {
  padding: 0 35px;
}

.history-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 55px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.year {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  padding-right: 40px;
  position: relative;
}

.history-row:first-child::before {
  top: 50%;
}
.history-row:last-child::before {
  bottom: 50%;
}

.west {
  font-size: 2.8rem;
  font-weight: 600;
}

.japa {
  font-size: 1.2rem;
}

.history .content {
  padding-left: 40px;
  transition: 0.35s;
}

.history-row.active .content {
  transform: translateX(8px);
  font-weight: 400;
}

.history-row::after {
  content: "";
  position: absolute;
  left: 220px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1.5px solid #111;
  border-radius: 50%;
  z-index: 2;
  transition: 0.35s;
}

.history-row.active::after {
  background: #111;
}

.history-row::before {
  content: "";
  position: absolute;
  left: 220px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #bbb;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease;
}

.history-row.active::before {
  transform: scaleY(1);
}

.year,
.history .content {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.6s ease;
}

.history-row.active .year,
.history-row.active .content {
  opacity: 1;
  transform: translateY(0);
}

.history-row.start::after {
  width: 18px;
  height: 18px;
  border: 3px solid #111;
  background: #fff;
}
/*事業紹介*/
.business {
  margin-bottom: 100px;
}

.business h4 {
  margin-bottom: 60px;
}

/*家電卸事業*/
.wholesale_1 .title {
  margin-bottom: 100px;
}

.wholesale_1 h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.wholesale_1 h5 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  text-align: center;
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.wholesale_3 {
  margin-bottom: 100px;
}

/*電化製品の設計・開発、OEM/ODM、開発者インタビューのヘッダーアニメーション*/
.hero {
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  z-index: 10;
  margin-bottom: 240px;
}

.hero-inner {
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20; /* 図形より前面 */
}

.title-left,
.title-right {
  opacity: 0;
  white-space: nowrap;
}

.title-left {
  transform: translateX(-120px);
  animation: slideFadeLeft 0.4s ease forwards;
}

.title-text {
  font-size: 5rem;
  font-weight: 700;
  color: #1a1a1a;
}
.title-small {
  font-weight: 500;
  line-height: 3rem;
  font-size: 1.8rem;
  padding-left: 3rem;
  margin-left: 3rem;
  border-left: 1px solid #ccc;
}

.title-right {
  font-size: 24px;
  color: #333;
  transform: translateX(120px);
  animation: slideFadeRight 0.4s ease forwards;
  animation-delay: 0.6s;
}

@keyframes slideFadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.symbols {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
  display: flex;
  gap: 48px;
  font-size: 42px;
  pointer-events: none;
  z-index: 1; /* タイトルの背面 */
}

.symbols span i {
  display: inline-block;
  opacity: 0;
  transform: scale(0.2);
}

.circle {
  transform: translateY(-60px) scale(6.5);
  color: #ffc0cb;
  margin-right: 200px;
}

.square {
  transform: translateY(0px) rotate(12deg) scale(4.2);
  color: #ffdab9;
  margin-left: 120px;
}

.triangle {
  transform: translateY(80px) rotate(-18deg) scale(1.9);
  color: #e6e6fa;
  padding: 0 60px;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

.circle i {
  animation:
    popIn 0.4s cubic-bezier(0.2, 1.4, 0.3, 1) 1.2s forwards,
    pulse 2.1s ease-in-out 3.2s infinite;
}

.triangle i {
  animation:
    popIn 0.4s cubic-bezier(0.2, 1.4, 0.3, 1) 1.4s forwards,
    pulse 2.4s ease-in-out 3.6s infinite;
}

.square i {
  animation:
    popIn 0.4s cubic-bezier(0.2, 1.4, 0.3, 1) 1.8s forwards,
    pulse 2.2s ease-in-out 4s infinite;
}

i {
  font-style: normal !important;
}

/*電化製品の開発*/

/*自転車*/
.bicycle_1 p {
  text-align: center;
}
.bicycle_2 h4 {
  text-align: center;
}

/*セキュリティ*/
.security_2 .list-l {
  padding: 20px 0 20px;
}

.security_2 .list-r {
  padding: 20px 0 20px;
}

.security_2 .list p:first-of-type {
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.security_2 .list p:nth-of-type(2) {
  padding-bottom: 20px;
}

.security_3 .list {
  gap: 10px;
}

.security_3 p:first-of-type {
  padding-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
}

.security_3 .list p:first-of-type {
  padding: 10px 0 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.security_3 .list p:nth-of-type(2) {
  padding-bottom: 20px;
}

/*太陽光ページ*/
.solar_power_1 .title {
  margin: 40px auto 0 auto;
  max-width: calc(1170px + 3rem);
  padding: 0 1.5rem;
}
.solar_power_1 .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solar_power_1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.solar_power_1 .title_st {
  font-size: 1.6rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e51f1f;
  position: relative;
  top: 0.2rem;
}
.solar_power_1 .title_st::before {
  content: "";
  display: inline-block;
  height: 2rem;
  border-left: 1px solid #ccc;
  margin: 0 3rem;
}

.stats-section {
  padding: 0 20px;
  text-align: left;
  position: relative;
}

.stats-bg {
  background: #f5f5f5;
  padding: 0 40px 60px;
  border-radius: 10px;
}

.stats-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 9.5rem !important;
}

.ends-bg {
  background: #f5f5f5;
  padding: 60px 20px;
  border-radius: 10px;
}

.ends-bg p:first-of-type {
  font-size: 3.2rem;
  font-weight: bold;
}

.ends-bg .list-2 {
  padding: 20px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: -130px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.stat {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s;
}

.stat.show {
  opacity: 1;
  transform: translateY(0);
}

.stats-bg .list-2 img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -60px;
}

.stats-bg {
  overflow: visible;
}

.number-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.number {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.unit {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: bold;
}

.stat p {
  margin-top: 10px;
  font-size: 15px;
}

.solar_power_2 .comment {
  color: gray;
  font-size: 1.4rem;
}

.solar_power_3 {
  margin: 0;
}
.solar_power_3 h3 {
  font-size: 4rem;
}
.solar_power_3 .list.reverse {
  flex-direction: row-reverse;
}
.solar_power_3 .list-2 {
  height: auto;
  padding-left: 20px;
  flex: 1;
}
.solar_power_3 .list-2.image {
  flex: 0 0 58%;
}
.solar_power_3 .list-2.text {
  flex: 0 0 40%;
}
.solar_power_3 .list-2 p:first-of-type {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.solar_power_3 .list-2 p:nth-of-type(2) {
  padding-bottom: 20px;
}
.solar_power_4 h3 {
  font-size: 1.6rem;
  color: gray;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.caption p:first-of-type {
  margin: 0;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
}
.caption p:nth-of-type(2) {
  padding-bottom: 20px;
  font-size: 1.4rem;
}
.solar_power_4 .list-3 {
  position: relative;
}
.solar_power_4 .list-3 .num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #1a1a1a;
}
.solar_power_5 .list-2 {
  padding-left: 20px;
}

/*画像フェード*/
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/*太陽光製品スペックページ*/
@media only screen and (max-width: 1380px) {
  .solar_spec .content {
    width: calc(100% - 80px);
  }
}

.solar_spec h3 {
  font-size: 1.6rem;
  color: gray;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.solar_spec h4 {
  border: none;
  text-align: center;
  font-size: 4rem;
  margin-top: 10px;
  padding-top: 0;
}
.spec dl dt {
  background: none;
}
.spec dl {
  display: flex;
  margin: 0;
  padding-top: 10px;
}
.spec dl + dl {
  border-top: 1px solid #d9d9d9;
}
.solar_spec .item {
  margin-top: 20px;
  padding: 0.8rem 1.6rem;
}
.solar_spec .item p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.2rem;
}
.solar_spec .link {
  padding: 0.8rem 1.6rem;
}

/*フライヤーページ*/
.fryer {
  position: relative;
}
.flyer_wp {
  margin: 80px 0;
  padding: 0;
}
.tbn {
  background: #8c6239;
  margin: 0 auto;
  padding: 15px 0;
  width: 450px;
}
.tfont {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 !important;
  padding: 5px 0 0;
}
.tm1 {
  margin: 80px auto 0;
}
.hfont1 {
  text-align: center;
  color: #8c6239;
  font-size: 7rem;
}
.hfont2 {
  margin-top: 80px;
  text-align: center;
  color: #3e3a39;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.hfont3 {
  color: #8c6239;
}
.comparison_title .section-wrap {
  background: #efefef;
  padding: 40px 0;
}
.comparison_title h4 {
  color: #8c6239;
  border: none;
  text-align: center;
  font-size: 3rem;
}
.comparison_title .list {
  width: 70%;
  padding: 40px 80px;
  margin: 0 auto;
}
.comparison {
  position: relative;
}
.comparison h3 {
  color: #8c6239;
  font-size: 6rem;
  padding-bottom: 40px;
}
.hikaku_tt1 {
  background-color: #8c6239;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.8rem;
  border-radius: 1px;
  width: 60%;
  margin: 0 auto;
}
.hikaku_tt2 {
  background-color: #b5b5b6;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.8rem;
  border-radius: 1px;
  width: 60%;
  margin: 0 auto;
}
.hikaku_bx1 {
  text-align: center;
  border: 6px dashed #8c6239;
  border-radius: 20px;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
}
.hikaku_bx2 {
  text-align: center;
  border: 6px dashed #b5b5b6;
  border-radius: 20px;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
}
.hikaku_mk {
  width: 40px;
  margin: 240px auto 0;
}

.comparison .list {
  gap: 10px;
}

.comparison .list p:first-of-type {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
}
.comparison .list p + p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}

.comparison .list-2 {
  width: calc((100% - 10px) / 2);
}

.lavel p {
  background-color: #f39800;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.6rem;
  border-radius: 1px;
  width: 240px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.lavel p:first-of-type {
  top: 2710px;
}
.lavel p:nth-of-type(2) {
  top: 3112px;
}
.lavel p:nth-of-type(3) {
  top: 3512px;
}
.lavel p:nth-of-type(4) {
  top: 3912px;
}
.lavel p:nth-of-type(5) {
  background: #8c6239;
  height: calc(tan(60deg) * 90px / 2);
  width: 420px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  position: absolute;
  top: 4090px;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.6rem;
  padding-top: 5px;
}

.merit .list-2 {
  padding: 0 0 40px;
}

.merit .list-2:nth-of-type(2) {
  padding-top: 20px;
}

.merit p:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  color: #ea5514;
}
.merit p + p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.fryer_5 p {
  font-size: 1.4rem;
  color: gray;
  padding: 20px 20px 60px;
}

.products .list {
  width: 50%;
  height: auto;
}
.products .list-l {
  width: 46%;
  height: auto;
  padding: 20px 0 20px;
}
.products .list-r {
  width: 50%;
  height: auto;
  padding: 20px 0 20px;
}
.products .list p:first-of-type {
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
.products .list p:nth-of-type(2) {
  padding-bottom: 20px;
}
.products .comment {
  padding: 20px;
  font-size: 1.4rem;
}

/*Revoniaコーヒーメーカー*/
/*オープニング*/
body.loading {
  overflow: hidden;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
}

.splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splash-logo img {
  width: 260px;
  max-width: 40vw;
  height: auto;
  opacity: 0;
}

.fadeIn {
  animation: logoFadeIn 1.8s forwards;
}

.fadeOut {
  animation: logoFadeOut 1.6s forwards;
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*サイトマップ*/

.sitemap a {
  color: #1a1a1a !important;
}

.sitemap {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.sitemap .section-title a {
  font-size: 1.6rem;
  line-height: 4.8rem;
}

.sitemap .business-list a {
  font-size: 1.6rem;
  line-height: 2rem;
}

.sitemap-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 70px;
  letter-spacing: 3px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.sitemap-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.sitemap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.sitemap-card.large {
  grid-column: span 2;
}

.sitemap-card h2 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.sitemap-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-card li {
  padding: 8px 0;
  font-weight: 400;
}

.business-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  padding-left: 10px;
}

.sitemap-card a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}

.sitemap-card a:hover {
  color: #0077cc;
}

/*開発者インタビュー*/
.interview h4:first-of-type {
  font-size: 3.6rem;
  line-height: 4.6rem;
}

.interview img {
  display: block;
  margin: 0 auto;
}

.interview .comment {
  max-width: 800px;
  margin: 0 auto;
}

/*家電リサイクル実施状況*/
.track-record table {
  text-align: right;
}
.track-record table th {
  text-align: center;
}
.track-record table td:first-of-type {
  text-align: left;
}
.track-record table td:nth-of-type(6) {
  text-align: left;
}
.track-record table td:nth-of-type(11) {
  text-align: left;
}
.track-record table td:nth-of-type(16) {
  text-align: left;
}
.track-record table td:nth-of-type(21) {
  text-align: left;
}
.track-record table td:nth-of-type(26) {
  text-align: left;
}
.track-record table td:nth-of-type(2) {
  text-align: center;
}
.track-record table td:nth-of-type(7) {
  text-align: center;
}
.track-record table td:nth-of-type(12) {
  text-align: center;
}
.track-record table td:nth-of-type(17) {
  text-align: center;
}
.track-record table td:nth-of-type(22) {
  text-align: center;
}
.additem {
  background: #eeeeee !important;
}

/* デスクトップ用（幅768px以上） */
@media screen and (min-width: 768px) {
  .header-img-pc {
    display: block;
  }
}

/* モバイル用（幅767px以下） */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
  section {
    padding: 0;
  }

  .header-img-sp {
    display: block;
  }

  .title h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .list-2,
  .list-3,
  .list-l,
  .list-r {
    width: 100%;
  }

  /*お問い合わせエリアの表示調整*/
  .contact p:first-of-type {
    display: none;
  }

  .contact p:nth-of-type(2) {
    display: none;
  }

  .contact p:nth-of-type(3) {
    margin-bottom: 0;
    padding: 0 35px 20px;
  }

  /*CEOメッセージ*/
  .message .title {
    max-width: 250px;
    margin: 0 auto;
  }

  /*グループ概要*/
  /*グループ概要とセキュリティ事業と太陽光発電事業のタイトル*/
  .overview_1 .title,
  .security_1 .title,
  .solar_power_1 .title {
    margin: 20px auto 0;
    padding: 0 1rem;
  }

  .overview_1 .title-inner,
  .security_1 .title-inner {
    margin-bottom: 3rem;
  }

  .overview_1 h2,
  .security_1 h2,
  .solar_power_1 h2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .overview_1 .title-txt,
  .security_1 .title-txt {
    font-size: 1.7rem;
  }

  .overview_1 .title-st::before,
  .security_1 .title-st::before,
  .solar_power_1 .title-st::before {
    display: none;
  }

  .overview_1 .tbl {
    width: 100% !important;
  }

  .overview_1 .tbl tr {
    display: block !important;
    padding: 2rem 0;
    border: none;
  }

  .overview_1 .tbl th,
  .overview .tbl td {
    display: block !important;
    width: 100% !important;
    padding: 0.5rem 0 !important;
  }

  .overview_1 .tbl th {
    font-size: 1.4rem;
    border-top: none;
  }

  .overview_1 .tbl td {
    font-size: 1.6rem;
    border: none !important;
    padding: 0 !important;
  }

  .overview_2 .content {
    margin-top: 2rem;
  }

  .overview_2 .content-inner {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .overview_2 .content-inner p {
    height: auto;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }

  .overview_2 h3 {
    font-size: 2rem;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }

  .overview_2 h3::before {
    width: 1.5rem;
    top: 1.6rem;
  }

  .overview_2 iframe {
    height: 240px;
  }

  .related-link {
    display: none;
  }

  /*沿革*/
  .history .section-wrap {
    grid-template-columns: 1fr;
    margin: 40px 20px;
    line-height: 1.8;
  }

  .history .title-wrap {
    text-align: left;
    padding: 20px 0 40px !important;
  }

  .history .title-wrap h1 {
    font-size: 1.6rem;
  }

  .history .title-wrap p {
    font-size: 2.4rem !important;
  }

  .history .list {
    padding: 0;
  }

  .history-row {
    grid-template-columns: 95px 1fr;
    padding: 25px 0;
  }

  .year {
    text-align: left;
    padding: 0;
    font-size: 16px;
  }

  .west {
    font-size: 1.8rem;
  }

  .japa {
    display: block;
    font-size: 1rem;
  }

  .history .content {
    padding-left: 20px;
    font-size: 1.3rem;
  }

  .history-row::before,
  .history-row::after {
    left: 80px;
  }

  /*家電卸事業*/

  .wholesale_1 .title {
    margin: 60px 0;
  }

  .wholesale_1 h4 {
    font-size: 2rem;
    padding: 0 25px;
  }

  .wholesale_1 h5 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: 10px 40px 0;
    margin-top: 0;
  }

  /*電化製品の設計開発事業*/
  .development_2 h2 {
    font-size: 2rem;
  }

  .story h2 {
    font-size: 2rem;
  }

  /*自転車事業*/
  .bicycle_1 p {
    text-align: center;
  }
  .list-6 {
    width: calc((100% - 40px) / 3);
  }

  /*セキュリティ*/
  .security_1 .comment {
    padding: 0;
  }

  .security_1 .list-2 {
    width: calc((100% - 30px) / 2);
  }

  .security_1 .list,
  .security_2 .list {
    margin-bottom: 4rem;
  }

  .security_2 .list-l,
  .security_2 .list-r {
    width: 100%;
    padding: 0;
  }

  .img-hide {
    display: none;
  }

  .security_3 .list {
    gap: 10px;
  }

  .security_3 p:first-of-type {
    padding: 0 10px 40px;
    font-size: 2rem;
  }

  .security_3 .list-4 {
    width: calc((100% - 30px) / 2);
  }

  /*家電卸事業*/
  .wholesale_1 .list p:first-of-type {
    padding: 10px 0;
  }

  .wholesale_1 .h4 {
    text-align: left;
  }

  /*太陽光発電事業*/

  .solar_power_1 .title-txt {
    font-size: 2rem;
  }

  .solar_power_2,
  .solar_power_3,
  .solar_power_4,
  .solar_power_5 {
    font-size: 1.8rem;
  }

  .stats-section {
    padding: 0;
  }

  .stats-bg .list-2 img {
    width: 80%;
    top: 10px;
  }

  .stats {
    gap: 20px;
    margin-top: -100px;
    padding: 40px 20px 30px;
  }

  .stat.show {
    width: calc((100% - 20px) / 2);
  }

  .solar_power_2 .comment {
    padding: 15px;
    font-size: 1.3rem;
  }

  .solar_power_3 .list-2.image {
    flex: none;
    padding-left: 0;
  }

  .solar_power_3 .list-2.text {
    flex: none;
    padding: 0 10px;
  }

  .caption p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .solar_power_5 .list-2 {
    padding-left: 0;
  }

  .number {
    font-size: 2.4rem;
  }

  .unit {
    font-size: 1.4rem;
  }

  .stat p {
    font-size: 1.3rem;
  }

  .ends-bg p:first-of-type {
    font-size: 2.4rem;
  }

  .ends-bg .list-2 {
    padding: 10px;
  }

  /*太陽光製品スペック*/
  .solar_spec .content {
    width: 100%;
  }

  /*フライヤーページ*/
  .flyer_wp {
    margin: 80px 0;
    padding: 0;
  }
  .tbn {
    background: #8c6239;
    margin: 0 auto;
    padding: 10px 20px;
    width: 320px;
  }
  .tfont {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-bottom: 5px;
  }
  .tm1 {
    margin: 80px auto 0;
    width: 280px;
  }
  .tm2 {
    margin-top: 0px;
    padding: 0 30px;
  }
  .hfont1,
  .hfont2 {
    margin-top: 30px;
    text-align: center;
  }

  .hfont1 {
    color: #8c6239;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .hfont2 {
    color: #3e3a39;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }

  .hfont3 {
    color: #8c6239;
  }

  .hikaku_tt1,
  .hikaku_tt2 {
    font-size: 1.4rem;
    width: 100%;
  }

  .hikaku_bx1,
  .hikaku_bx2 {
    padding: 10px 10px 60px;
    width: 100%;
  }

  .hikaku_mk {
    margin: 160px auto 0;
  }

  .comparison_title .list {
    width: 100%;
    padding: 0 10px 40px;
  }

  .comparison_title .list-3 {
    width: calc((100% - 40px) / 3);
  }

  .comparison .list-2 {
    width: calc((100% - 20px) / 2);
  }

  .comparison h3 {
    font-size: 3.2rem;
    padding-bottom: 10px;
  }

  .comparison .list p:first-of-type {
    font-size: 1.8rem;
  }

  .comparison .list p + p {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left;
  }

  .lavel p:first-of-type {
    top: 1620px;
  }

  .lavel p:nth-of-type(2) {
    top: 1945px;
  }

  .lavel p:nth-of-type(3) {
    top: 2290px;
  }

  .lavel p:nth-of-type(4) {
    top: 2615px;
  }

  .lavel p:nth-of-type(5) {
    width: 210px;
    height: calc(tan(60deg) * 60px / 2);
    top: 2910px;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .merit {
    margin-top: 40px;
  }

  .merit .list {
    margin-bottom: 40px;
  }

  .merit .list-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .merit .list-2:nth-of-type(2) {
    padding-top: 0;
  }

  .merit p:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .merit p + p {
    margin-top: 0;
  }

  /*サイトマップ*/

  .sitemap {
    padding: 50px 20px;
  }

  .sitemap-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sitemap-card {
    padding: 20px;
  }

  .sitemap-card.large {
    grid-column: auto;
  }

  .sitemap-card h2 {
    font-size: 1.8rem;
  }

  .sitemap-card li {
    font-size: 1.6rem;
  }

  .business-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  /*開発者インタビュー*/
  .hero {
    height: 20vh;
    margin-bottom: 120px;
  }
  .hero-inner {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .title-left {
    font-size: 32px;
  }
  .title-right {
    font-size: 18px;
  }
  .title-text {
    font-size: 2.4rem;
  }
  .title-small {
    font-size: 1.4rem;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .circle {
    margin-right: 0;
  }
  .symbols {
    top: 70%;
    gap: 28px;
    font-size: 28px;
  }

  /*家電リサイクル実施状況*/
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll table {
    min-width: 700px !important;
    border-collapse: collapse;
  }
}
