@charset "UTF-8";

/* front-page --------------- */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color_primary_wh);
  width: 100%;
  height: 100vh;
  z-index: 2000;
}
.loading.visited {
  display: none !important;
}
.loading .load-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80vw;
  max-width: 800px;
  height: fit-content;
  margin: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding-bottom: 10rem;
}
.loading .load-box .load-catch {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.loading .load-bar {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.loading .load-bar:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: var(--color_grad01);
  -webkit-transition: 1.5s cubic-bezier(0.72, 0, 0.29, 1);
  -moz-transition: 1.5s cubic-bezier(0.72, 0, 0.29, 1);
  -o-transition: 1.5s cubic-bezier(0.72, 0, 0.29, 1);
  transition: 1.5s cubic-bezier(0.72, 0, 0.29, 1);
}
.loading .progress-text {
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.6rem;
  color: var(--color_primary_bl);
}
.loading.loaded .load-bar:after {
  width: 100%;
}
@keyframes breathing {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.progress-text.breathing {
  animation: breathing 2s ease-in-out infinite;
}

@media (max-width: 768px) {
  .loading .load-box .load-catch {
    width: 65vw;
    max-width: 450px;
  }
}

#top-mv {
}
#top-mv .top-mv-inner {
  width: 92.1%;
  height: 100%;
  position: relative;
  margin-left: auto;
  max-height: 91vh;
}

.swiper {
  height: 100%;
  max-height: 91vh;
  overflow: hidden;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-img img {
  width: 100%;
  height: auto;
  display: block;
}
#top-mv .top-mv-inner .swiper > .swiper-pagination {
  position: absolute;
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  z-index: 10;
  width: fit-content;
  height: fit-content;
  top: inherit;
  bottom: 45px;
  right: inherit;
  left: 55px;
}

#top-mv .top-mv-inner .swiper > .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color_primary_bl);
  opacity: 0.3;
  transition: var(--transition);
}

#top-mv .top-mv-inner .swiper > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color_primary_bl);
  opacity: 1;
}
#top-mv .mv-catch {
  position: absolute;
  top: 10vw;
  left: -5vw;
  z-index: 2;
  width: 51vw;
  max-width: 1000px;
}
#top-mv .mv-catch p {
  width: 62.7%;
  margin-top: 1vw;
  margin-left: 2.2vw;
}
#top-mv .mv-catch h2,
#top-mv .mv-catch p {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s ease;
}
#top-mv.active .mv-catch h2 {
  opacity: 1;
  transform: translateX(0);
}
#top-mv.active .mv-catch p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
#top-mv .mv-links {
  position: absolute;
  left: 7%;
  bottom: 7%;
  z-index: 2;
  display: flex;
  gap: 0.8vw;
}
#top-mv .mv-links a {
  display: block;
  width: clamp(100px, 13vw, 180px);
  height: clamp(100px, 13vw, 180px);
  border-radius: 50%;
  background: var(--color_primary_wh);
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}
#top-mv .mv-links a:nth-child(odd) {
  margin-top: 85px;
}
#top-mv .mv-links a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 78.125%;
}
#top-mv .mv-links a span {
  position: absolute;
  bottom: 20%;
  text-align: center;
  display: block;
  font-size: var(--fs-xs);
  width: 100%;
  transition: var(--transition);
}
#top-mv .mv-links a:hover {
  transform: scale(1.05);
}
#top-mv .mv-links a:hover span {
  color: var(--color_theme01);
}

#t-vision {
  padding-top: 14vw;
}
#t-vision .sec-ttl {
  margin-bottom: 75px;
}
#t-vision .overlapping-box .photo {
  background: url(img/home/pc/photo-overlapping-t-vision.jpg) center;
  background-size: cover;
}
#t-vision .overlapping-box .tips .txt p .dush {
  width: 90px;
  display: inline-block;
  height: 1px;
  background: var(--color_border);
  vertical-align: 5px;
  margin-left: 7px;
}

#t-business {
  padding-top: 15vw;
  padding-bottom: 12vw;
}

#t-business .circle-wrap {
  width: 53vw;
  height: 56vw;
  max-width: 509px;
  max-height: 540px;
  position: absolute;
  top: 5vw;
  right: 7vw;
  z-index: -1;
  opacity: 0.5;
}
#t-business .circle-wrap .circle-blue {
  top: 0;
  left: 0;
}
#t-business .circle-wrap .circle-red {
  right: 0;
  bottom: 0;
}

#t-business .business-nav {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
#t-business .business-nav ul {
  display: flex;
  flex-wrap: wrap;
}
#t-business .business-nav ul li {
  width: 50%;
  height: 306px;
  position: relative;
}
#t-business .business-nav ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: var(--transition);
}
#t-business .business-nav ul li:hover::before {
  background: rgba(44, 160, 163, 0.65);
}
#t-business .business-nav ul li.iron {
  background: url(img/home/pc/bg-bn-iron.jpg) center;
  background-size: cover;
}
#t-business .business-nav ul li.accounting {
  background: url(img/home/pc/bg-bn-accounting.jpg) center;
  background-size: cover;
}
#t-business .business-nav ul li.real-estate {
  background: url(img/home/pc/bg-bn-real-estate.jpg) center;
  background-size: cover;
}
#t-business .business-nav ul li.other {
  background: url(img/home/pc/bg-bn-other.jpg) center;
  background-size: cover;
}
#t-business .business-nav ul li a {
  display: block;
  position: relative;
  height: 100%;
  transition: var(--transition);
}
#t-business .business-nav ul li a h3 {
  font-size: var(--fs-xl);
  position: absolute;
  top: 15px;
  left: 75px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.07em;
}
#t-business .business-nav ul li a .num {
  font-size: 20px;
  border-bottom: 1px solid var(--color_primary_bl);
  position: absolute;
  top: 17px;
  left: 25px;
  transition: var(--transition);
}
#t-business .business-nav ul li a .b-ttl {
  font-size: 14px;
  transform: rotate(90deg);
  width: fit-content;
  height: fit-content;
  position: absolute;
  line-height: var(--lh-xs);
}
#t-business .business-nav ul li.iron a .b-ttl {
  left: -28px;
  top: 140px;
}
#t-business .business-nav ul li.accounting a .b-ttl {
  left: -47px;
  top: 162px;
}
#t-business .business-nav ul li.real-estate a .b-ttl {
  left: -15px;
  top: 128px;
}
#t-business .business-nav ul li.other a .b-ttl {
  left: -31px;
  top: 145px;
}
#t-business .business-nav ul li a .more {
  position: absolute;
  right: 40px;
  bottom: 25px;
}
#t-business .business-nav ul li:hover a {
  color: var(--color_primary_wh);
}
#t-business .business-nav ul li:hover a .num {
  border-bottom: 1px solid var(--color_primary_wh);
}
#t-business .business-nav ul li:hover a .more span {
  background: var(--color_theme01);
}
#t-business .business-nav ul li a .more:hover {
  color: var(--color_primary_wh);
}

#t-sustainability {
  padding-top: 7vw;
  padding-bottom: 16vw;
}
#t-sustainability .sec-ttl {
  padding-left: 70px;
}

#t-separate {
  width: 100%;
  height: 600px;
  position: relative;
}
#t-separate .bg-image {
  width: 100%;
  height: 100%;
  background: url(img/home/pc/bg-t-separate.jpg) center;
  background-size: cover;
}
#t-separate .front-image {
  width: 100%;
  height: 100%;
  background: url(img/home/pc/bg-t-separate-front.png) center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#t-separate .slide-txt-box {
  width: 100%;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
#t-separate .big-txt {
  color: var(--color_primary_wh);
  font-style: italic;
  font-size: clamp(120px, 14vw, 190px);
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
  z-index: 2;
  letter-spacing: 0.02em;
}
#t-separate .small-txt {
  color: var(--color_primary_wh);
  font-style: italic;
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
  z-index: 2;
  letter-spacing: 0.1em;
}
#t-separate .big-txt li + li {
  margin-left: 4vw;
}
#t-separate .small-txt li + li {
  margin-left: 2vw;
}

.news-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-wrap .bit-inner {
  padding-top: 9vw;
  padding-bottom: 12vw;
}
.news-wrap .sec-ttl {
  margin-bottom: 75px;
  max-width: var(--wideW);
}
.news-wrap .sec-ttl .more {
  position: absolute;
  bottom: -7px;
  left: 340px;
}

.news-wrap .news-list {
  max-width: var(--wideW);
}
.news-wrap .news-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-wrap .news-list ul li {
  width: 31.82%;
  background: var(--color_primary_wh);
  padding: 4%;
  position: relative;
}
.news-wrap .news-list ul li .meta-box {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.news-wrap .news-list ul li .meta-box .category {
  background: var(--color_primary_gr3);
  line-height: 1;
  padding: 7px 12px 7px 12px;
  min-width: 100px;
  font-size: 11px;
  font-weight: var(--font-weight-bold);
}
.news-wrap .news-list ul li .meta-box .date {
  font-size: 12px;
  line-height: 1;
}

.news-wrap .news-list ul li h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  font-weight: var(--font-weight-medium);
  margin-bottom: 13px;
}
.news-wrap .news-list ul li .txt {
  font-size: 12px;
  line-height: 1.8;
  color: var(--color_primary_gr);
  margin-bottom: 8px;
}
.news-wrap .news-list ul li a.more {
  margin-left: auto;
}
.news-wrap .news-list ul li a.more span {
  margin-left: auto;
}

#t-other-content {
  margin-bottom: 30px;
}
#t-other-content .oc-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#t-other-content .box {
  position: relative;
}
#t-other-content .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: var(--transition);
}
#t-other-content .box:hover::before {
  background: rgba(44, 160, 163, 0.65);
}
#t-other-content .media {
  width: 100%;
  height: clamp(330px, 28vw, 470px);
  background: url(img/home/pc/t-other-content-media.jpg) center;
  background-size: cover;
}
#t-other-content .recruit {
  width: 50%;
  height: clamp(270px, 23vw, 400px);
  background: url(img/home/pc/t-other-content-recruit.jpg) center;
  background-size: cover;
}
#t-other-content .contact {
  width: 50%;
  height: clamp(270px, 23vw, 400px);
  background: url(img/home/pc/t-other-content-contact.jpg) center;
  background-size: cover;
}

#t-other-content .box .oc-ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: var(--color_primary_wh);
  height: fit-content;
}
#t-other-content .box .oc-ttl h2 {
  line-height: 1;
  font-size: var(--fs-m);
}
#t-other-content .box .oc-ttl h2.en {
  font-size: clamp(45px, 4.5vw, 55px);
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
  letter-spacing: 0.08em;
}
#t-other-content .box .oc-ttl p {
  font-weight: var(--font-weight-medium);
}

#t-other-content .box .more {
  position: absolute;
  bottom: 25px;
  right: 45px;
}
#t-other-content .box .more span {
  margin-left: auto;
}
#t-other-content .box:hover .more span {
  background: var(--color_theme01);
}

@media (max-width: 1100px) {
  .news-wrap .news-list ul li {
    width: 48%;
    margin-bottom: 3.2vw;
  }
}

@media (max-width: 768px) {
  #top-mv .top-mv-inner {
    width: 100%;
  }
  .swiper {
    max-height: 650px;
  }
  #top-mv .mv-catch {
    top: 10vw;
    left: 6vw;
    width: 66vw;
    max-width: 500px;
  }
  #top-mv .top-mv-inner .swiper > .swiper-pagination {
    left: 20px;
    top: inherit;
    bottom: 20px;
    gap: 4px;
  }
  #top-mv .top-mv-inner .swiper > .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #top-mv .mv-catch h2,
  #top-mv .mv-catch p {
    transform: translateX(15px);
  }
  #t-vision {
    padding-top: 90px;
  }
  #t-vision .sec-ttl {
    margin-bottom: 50px;
  }
  #t-vision .overlapping-box .tips .txt p .dush {
    width: 50px;
  }

  #t-business {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #t-business .circle-wrap {
    width: 81vw;
    height: 86vw;
    top: 4vw;
    right: -26vw;
    opacity: 0.6;
  }
  #t-business .business-nav {
    margin-top: 50px;
    max-width: 530px;
  }
  #t-business .business-nav ul {
    display: block;
  }
  #t-business .business-nav ul li {
    width: 100%;
    height: 100px;
  }
  #t-business .business-nav ul li + li {
    margin-top: 15px;
  }
  #t-business .business-nav ul li a h3 {
    font-size: 18px;
    top: 43px;
    left: 31px;
  }
  #t-business .business-nav ul li a .num {
    font-size: 12px;
    border-bottom: none;
    border-right: 1px solid var(--color_border);
    padding-right: 12px;
    line-height: 0.8;
    top: 34px;
    left: 31px;
  }
  #t-business .business-nav ul li a .b-ttl {
    font-size: 12px;
    transform: inherit;
    z-index: 2;
    left: 69px !important;
    top: 33px !important;
  }
  #t-business .business-nav ul li a .more {
    right: 25px;
    bottom: 35px;
  }
  #t-business .business-nav ul li a .more span {
    width: 60px;
  }

  #t-sustainability {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  #t-sustainability .sec-ttl {
    padding-left: 0;
  }

  #t-separate {
    height: 250px;
  }
  #t-separate .big-txt {
    font-size: clamp(65px, 8vw, 90px);
  }
  #t-separate .small-txt {
    font-size: clamp(12px, 2.5vw, 18px);
  }

  .news-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-wrap .sec-ttl {
    margin-bottom: 35px;
  }
  .news-wrap .bit-inner {
    padding-top: 12vw;
  }
  .news-wrap .news-list ul {
    display: block;
  }
  .news-wrap .news-list ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 22px;
  }
  .news-wrap .news-list ul li + li {
    margin-top: 15px;
  }
  .news-wrap .news-list ul li .meta-box {
    margin-bottom: 20px;
  }
  .news-wrap .news-list ul li .meta-box .category {
    font-size: 9px;
    padding: 6px 10px 6px 10px;
    min-width: 62px;
  }
  .news-wrap .news-list ul li .meta-box .date {
    font-size: 10px;
  }
  .news-wrap .news-list ul li h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .news-wrap .news-list ul li .txt {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .news-wrap .news-list + .more {
    margin-top: 45px;
    width: fit-content;
  }

  #t-other-content {
    margin-bottom: 15px;
  }
  #t-other-content .oc-wrap {
    display: block;
  }
  #t-other-content .box {
    display: block;
    width: 100% !important;
    height: 190px !important;
  }
  #t-other-content .box:before {
    background: rgba(0, 0, 0, 0.35);
  }
  #t-other-content .box .oc-ttl h2.en {
    font-size: clamp(26px, 2.5vw, 35px);
    margin-bottom: 4px;
  }
  #t-other-content .box .more {
    bottom: 18px;
    right: 18px;
  }
  #t-other-content .box .more span {
    margin-left: auto;
  }
}

/* about --------------- */

#about-intro {
  padding-bottom: 7vw;
}
#about-intro .sec-ttl {
  margin-bottom: 95px;
}
#about-intro .mission-group {
  margin-top: 5vw;
  width: 100%;
  max-width: var(--wideW);
}

#greetings {
  max-width: var(--wideW);
  padding-bottom: 14vw;
}
#greetings .sec-ttl {
  margin-bottom: 80px;
}
#greetings .greetings-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#greetings .greetings-wrap .ttl-photo {
  width: 40%;
}
#greetings .greetings-wrap .ttl-photo h3 {
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 95px;
  letter-spacing: 0.12em;
  margin-left: -4px;
  line-height: var(--lh-md);
}
#greetings .greetings-wrap .name {
  margin-top: 25px;
  font-size: var(--fs-l);
  font-weight: var(--font-weight-medium);
  text-align: right;
}
#greetings .greetings-wrap .name span {
  font-size: 14px;
  display: inline-block;
  padding-right: 20px;
}
#greetings .greetings-wrap .tips {
  padding-top: 175px;
  width: 52%;
}
#greetings .greetings-wrap .tips p + p {
  margin-top: 20px;
}

#outline {
  padding-top: 9vw;
  padding-bottom: 11vw;
  position: relative;
}
#outline:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/about/pc/bg-outline.png) center;
  background-size: cover;
  top: 0;
  left: 0;
}
#outline .sec-ttl {
  margin-bottom: 75px;
}
#outline .std-table {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid var(--color_border);
}
#outline .std-table dl {
  border-top: 1px solid var(--color_border);
  display: flex;
  justify-content: space-between;
}
#outline .std-table dl dt {
  width: 150px;
  font-size: var(--fs-s);
  padding-top: 33px;
  padding-bottom: 33px;
  font-weight: var(--font-weight-medium);
}
#outline .std-table dl dd {
  width: calc(100% - 200px);
  font-size: var(--fs-s);
  padding-top: 35px;
  padding-bottom: 35px;
}
#outline .std-table dl dd.out-address .box + .box {
  margin-top: 30px;
}
#outline .std-table dl dd.out-address .box h3 {
  margin-bottom: 10px;
  font-size: var(--fs-s);
}
#outline .std-table dl dd.out-address .box .google-map {
  display: inline-block;
  font-size: 10px;
  color: var(--color_primary_gr2);
  letter-spacing: 1px;
}
#outline .std-table dl dd.out-address .box h3 .google-map {
  margin-left: 15px;
  vertical-align: 2px;
}
#outline .std-table dl dd.out-address .box .google-map i {
  display: inline-block;
  color: var(--color_theme01);
  margin-right: 5px;
  font-size: 14px;
  vertical-align: -1px;
}
#outline .std-table dl dd.out-address .box p .postal {
  font-size: 14px;
}
#outline .std-table dl dd.out-address .box p .detail {
  font-size: 14px;
}
#outline .std-table dl dd.out-address .box p .tel-fax {
  display: block;
  line-height: var(--lh-md);
  font-size: 14px;
}
#outline .std-table dl dd.out-address .box .name-factory {
  display: flex;
  padding-top: 2px;
  margin-bottom: 8px;
}
#outline .std-table dl dd.out-address .box .name-factory h4 {
  font-size: 13px;
  line-height: var(--lh-xs);
  background: var(--color_primary_gr3);
  padding: 4px 8px 5px 11px;
  display: inline-block;
  letter-spacing: 2px;
}
#outline .std-table dl dd.out-address .box .name-factory .google-map {
  display: inline-block;
  margin-left: 15px;
  margin-top: 1.5px;
}

#history {
  padding-top: 13vw;
  padding-bottom: 13vw;
}
#history .circle-blue {
  top: 35vw;
  left: -315px;
}
#history .circle-red {
  right: -180px;
  bottom: 5vw;
  max-width: 506px;
  max-height: 578px;
}
#history .sec-ttl {
  margin-bottom: 75px;
}
#history .history-table {
  position: relative;
}
#history .history-table::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 221px;
  background: var(--color_primary_gr);
}
#history .history-table dl {
  display: flex;
  justify-content: space-between;
}
#history .history-table dl dt {
  width: 150px;
  font-size: clamp(36px, 3.8vw, 42px);
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-xs);
  padding-top: 20px;
  padding-bottom: 20px;
}
#history .history-table dl dd {
  width: calc(100% - 165px);
  padding-top: 20px;
  padding-bottom: 20px;
}
#history .history-table dl dd .box {
  display: flex;
  justify-content: space-between;
}
#history .history-table dl dd .box + .box {
  margin-top: 30px;
}
#history .history-table dl dd .box .month {
  font-size: var(--fs-l);
  color: var(--color_primary_gr);
  position: relative;
  line-height: var(--lh-xs);
  padding-top: 4px;
  width: 60px;
}
#history .history-table dl dd .box .month::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 11px;
  right: 0;
  background: var(--color_theme01);
  border-radius: 50%;
}
#history .history-table dl dd .box .event {
  width: calc(100% - 100px);
  margin-top: -1px;
  line-height: var(--lh-lg);
}
#history .history-table dl dd .box .event .type {
  font-size: 13px;
  line-height: var(--lh-xs);
  background: var(--color_primary_gr3);
  padding: 4px 8px 5px 11px;
  letter-spacing: 2px;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  margin-top: 8px;
}

#organization {
  padding-top: 9vw;
  padding-bottom: 13vw;
  margin-bottom: 30px;
}
#organization .figure {
  max-width: 1300px;
}

@media (max-width: 1366px) {
  #greetings .greetings-wrap .ttl-photo {
    width: 47%;
  }
  #greetings .greetings-wrap .tips {
    width: 47%;
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  #greetings .greetings-wrap {
    display: block;
  }
  #greetings .greetings-wrap .ttl-photo {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  #greetings .greetings-wrap .ttl-photo h3 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  #greetings .greetings-wrap .tips {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  #about-intro {
    padding-bottom: 100px;
  }
  #about-intro .sec-ttl {
    margin-bottom: 40px;
  }
  #about-intro .mission-group {
    margin-top: 50px;
    width: 87.5%;
  }

  #greetings {
    padding-bottom: 100px;
  }
  #greetings .sec-ttl {
    margin-bottom: 45px;
  }
  #greetings .greetings-wrap .ttl-photo h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #greetings .greetings-wrap .name {
    margin-top: 20px;
    font-size: 16px;
  }
  #greetings .greetings-wrap .name span {
    font-size: 11px;
  }
  #greetings .greetings-wrap .tips {
    padding-top: 40px;
  }

  #outline {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #outline .sec-ttl {
    margin-bottom: 35px;
  }
  #outline .std-table dl dt {
    width: 55px;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #outline .std-table dl dd {
    width: calc(100% - 65px);
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #outline .std-table dl dd.out-address .box + .box {
    margin-top: 20px;
  }
  #outline .std-table dl dd.out-address .box h3 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #outline .std-table dl dd.out-address .box p .postal {
    font-size: 11px;
  }
  #outline .std-table dl dd.out-address .box .google-map.sp-bl {
    display: inline-block !important;
    margin-left: 5px;
  }
  #outline .std-table dl dd.out-address .box .google-map i {
    font-size: 11px;
    vertical-align: 0px;
  }
  #outline .std-table dl dd.out-address .box p .detail {
    font-size: 11px;
    display: block;
  }
  #outline .std-table dl dd.out-address .box p .tel-fax {
    font-size: 11px;
  }
  #outline .std-table dl dd.out-address .box .name-factory h4 {
    font-size: 10px;
    padding: 3px 6px 3.5px 8px;
    letter-spacing: 1px;
  }

  #history {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #history .circle-blue {
    left: -200px;
    opacity: 0.5;
  }
  #history .circle-red {
    right: -140px;
    bottom: 10vw;
    opacity: 0.5;
  }
  #history .sec-ttl {
    margin-bottom: 45px;
  }
  #history .history-table::before {
    left: 91.5px;
  }
  #history .history-table dl dt {
    width: 50px;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #history .history-table dl dd {
    width: calc(100% - 60px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #history .history-table dl dd .box .month {
    font-size: 12px;
    padding-top: 3.5px;
    width: 35px;
  }
  #history .history-table dl dd .box .month::after {
    width: 6px;
    height: 6px;
    top: 6.5px;
  }
  #history .history-table dl dd .box .event {
    width: calc(100% - 50px);
    font-size: 11px;
    margin-top: 1px;
    line-height: var(--lh-md);
  }
  #history .history-table dl dd .box .event .type {
    font-size: 10px;
    padding: 3px 6px 3.5px 8px;
    letter-spacing: 1px;
    margin-top: 0;
  }
  #organization {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 15px;
  }
  #organization .figure {
    max-width: 390px !important;
  }
}

/* business --------------- */

#business-intro {
  padding-bottom: 13vw;
}
#business-intro .circle-wrap {
  width: 53vw;
  height: 56vw;
  max-width: 509px;
  max-height: 540px;
  position: absolute;
  top: -140px;
  right: -130px;
  z-index: -1;
  transform: scale(0.9);
}
#business-intro .circle-wrap .circle-blue {
  top: 0;
  left: 0;
}
#business-intro .circle-wrap .circle-red {
  right: 0;
  bottom: 0;
}

#business-list {
  padding-bottom: 13vw;
}
#business-list.inner {
  max-width: var(--wideW);
}
#business-list .business-nav {
  margin-bottom: 100px;
}
#business-list .business-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
#business-list .business-nav ul li {
  width: calc(50% - 7.5px);
}
#business-list .business-nav ul li a {
  display: block;
  background: var(--color_primary_bg2);
  padding: 40px;
  position: relative;
  transition: var(--transition);
}
#business-list .business-nav ul li a .nav-ttl {
  transition: var(--transition);
}
#business-list .business-nav ul li a .nav-ttl .en-ttl {
  display: flex;
  margin-bottom: 8px;
}
#business-list .business-nav ul li a .nav-ttl .en-ttl .num {
  font-size: 11px;
  padding-right: 5px;
  border-right: 1px solid var(--color_border);
  margin-right: 5px;
  line-height: var(--lh-xs);
  transition: var(--transition);
}
#business-list .business-nav ul li a .nav-ttl .en-ttl .b-ttl {
  font-size: 11px;
  line-height: var(--lh-xs);
}
#business-list .business-nav ul li a .nav-ttl h3 {
  font-size: var(--fs-m);
  line-height: var(--lh-xs);
  font-weight: var(--font-weight-medium);
}
#business-list .business-nav ul li a .more {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 30px;
  height: fit-content;
  margin-left: inherit;
}
#business-list .business-nav ul li a .more span {
  width: 65px;
}

#business-list .business-nav ul li a:hover {
  background: var(--color_theme02);
}
#business-list .business-nav ul li a:hover .nav-ttl {
  color: var(--color_primary_wh);
}
#business-list .business-nav ul li a:hover .nav-ttl .en-ttl .num {
  border-right: 1px solid var(--color_primary_wh);
}
#business-list .business-nav ul li a:hover .more span {
  background: var(--color_theme01);
}

.business-section {
  display: flex;
  justify-content: space-between;
}
.business-section + .business-section {
  margin-top: 30px;
}
.business-section .business-photo {
  width: calc(100% - 900px);
}
.business-section .business-content {
  padding: 80px;
  background: var(--color_primary_bg2);
  width: 900px;
}
.business-section .business-ttl {
  margin-bottom: 45px;
}
.business-section .business-ttl .en-ttl {
  display: flex;
  margin-bottom: 10px;
}
.business-section .business-ttl .en-ttl .num {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid var(--color_border);
  margin-right: 10px;
  line-height: var(--lh-xs);
  transition: var(--transition);
}
.business-section .business-ttl .en-ttl .b-ttl {
  font-size: 13px;
  line-height: var(--lh-xs);
}
.business-section .business-ttl h2 {
  font-size: clamp(25px, 3.5vw, 30px);
  line-height: var(--lh-xs);
  font-weight: var(--font-weight-medium);
  margin-left: -2px;
}
.business-section .box + .box {
  margin-top: 60px;
}
.business-section .box .bar-ttl {
  background: var(--color_primary_wh);
  line-height: var(--lh-md);
  border-left: 1px solid var(--color_border);
  font-size: var(--fs-m);
  margin-bottom: 25px;
  padding: 7px 23px 8px;
  font-weight: var(--font-weight-medium);
}
.business-section .box .tips p {
  line-height: var(--lh-lg);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.business-section .business-content .more {
  margin-left: auto;
  margin-top: 60px;
}

#iron-industry.business-section .business-photo {
  background: url(img/business/pc/bg-iron-industry.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#iron-industry.business-section .box .factory-list {
  margin-top: 35px;
}
#iron-industry.business-section .box .factory-list ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#iron-industry.business-section .box .factory-list ul li {
  width: calc(50% - 5px);
  position: relative;
}
#iron-industry.business-section .box .factory-list ul li .caption {
  font-size: 12px;
  line-height: var(--lh-xs);
  padding: 8px;
  min-width: 100px;
  background: var(--color_primary_wh);
  position: absolute;
  right: 0;
  bottom: 30px;
}

#accounting.business-section .business-photo {
  background: url(img/business/pc/bg-accounting.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#estate.business-section .business-photo {
  background: url(img/business/pc/bg-estate.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#estate.business-section .estate-list {
  margin-top: 40px;
}
#estate.business-section .estate-list ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#estate.business-section .estate-list ul li {
  width: calc(50% - 5px);
  margin-bottom: 35px;
}
#estate.business-section .estate-list ul li .place {
  margin-top: 25px;
}
#estate.business-section .estate-list ul li .place h4 {
  font-size: 17px;
  line-height: var(--lh-md);
  margin-bottom: 14px;
  font-weight: var(--font-weight-medium);
}
#estate.business-section .estate-list ul li .place p {
  font-size: 13px;
  line-height: var(--lh-md);
  position: relative;
  padding-left: 20px;
}
#estate.business-section .estate-list ul li .place p + p {
  margin-top: 6px;
}
#estate.business-section .estate-list ul li .place p::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--color_theme01);
  border-radius: 50%;
}

#other.business-section .business-photo {
  background: url(img/business/pc/bg-other.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#other.business-section .box .photo {
  margin-top: 40px;
}

@media (max-width: 1460px) {
  .business-section .business-photo {
    width: calc(100% - 770px);
  }
  .business-section .business-content {
    width: 770px;
  }
}

@media (max-width: 1160px) {
  .business-section {
    display: block;
  }
  .business-section .business-photo {
    width: 100%;
    height: 300px;
  }
  .business-section .business-content {
    width: 100%;
  }

  #iron-industry.business-section .business-photo {
    background: url(img/business/pc/bg-iron-industry.jpg) center no-repeat;
    background-size: cover;
    background-attachment: inherit;
  }
  #accounting.business-section .business-photo {
    background: url(img/business/pc/bg-accounting.jpg) center no-repeat;
    background-size: cover;
    background-attachment: inherit;
  }
  #estate.business-section .business-photo {
    background: url(img/business/pc/bg-estate.jpg) center no-repeat;
    background-size: cover;
    background-attachment: inherit;
  }
  #other.business-section .business-photo {
    background: url(img/business/pc/bg-other.jpg) center no-repeat;
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (max-width: 768px) {
  #page-business .lower-mv {
    margin-bottom: 55px;
  }
  #business-intro {
    padding-bottom: 65px;
  }
  #business-intro .circle-wrap {
    top: inherit;
    bottom: 0;
    right: -50px;
    width: 300px;
    height: 200px;
    opacity: 0.6;
  }
  #business-intro .circle-wrap .circle-blue {
    top: -65px;
    left: 40px;
  }
  #business-intro .circle-wrap .circle-red {
    right: -100px;
    bottom: -100px;
  }
  #business-list {
    padding-bottom: 90px;
  }
  #business-list .business-nav {
    margin-bottom: 60px;
  }
  #business-list .business-nav ul {
    display: block;
  }
  #business-list .business-nav ul li {
    width: 100%;
  }
  #business-list .business-nav ul li + li {
    margin-top: 10px;
  }
  #business-list .business-nav ul li a {
    padding: 30px;
  }
  #business-list .business-nav ul li a .nav-ttl h3 {
    font-size: 18px;
  }
  #business-list .business-nav ul li a .more span {
    width: 60px;
  }
  .business-section .business-photo {
    height: 48vw;
    max-height: 230px;
  }
  .business-section .business-content {
    padding: 35px 25px 60px;
  }
  .business-section .business-ttl {
    margin-bottom: 30px;
  }
  .business-section .business-ttl .en-ttl {
    margin-bottom: 8px;
  }
  .business-section .business-ttl .en-ttl .num {
    font-size: 11px;
    padding-right: 7px;
    margin-right: 7px;
  }
  .business-section .business-ttl .en-ttl .b-ttl {
    font-size: 11px;
  }
  .business-section .business-ttl h2 {
    font-size: 19px;
  }
  .business-section .box + .box {
    margin-top: 50px;
  }
  .business-section .box .bar-ttl {
    margin-bottom: 22px;
    padding: 9px 17px 9px;
    line-height: var(--lh-sm);
  }
  .business-section .business-content .more {
    margin-top: 45px;
  }

  #iron-industry.business-section .box .factory-list ul {
    display: block;
  }
  #iron-industry.business-section .box .factory-list ul li {
    width: 100%;
  }
  #iron-industry.business-section .box .factory-list ul li .caption {
    font-size: 10px;
    min-width: 80px;
  }
  #iron-industry.business-section .box .factory-list ul li + li {
    margin-top: 10px;
  }
  #estate.business-section .estate-list ul {
    display: block;
  }
  #estate.business-section .estate-list ul li {
    width: 100%;
  }
  #estate.business-section .estate-list ul li .place h4 {
    font-size: 15px;
    margin-bottom: 11px;
  }
}

/* sustainability --------------- */

#page-sustainability .lower-mv {
  margin-bottom: 6vw;
}
#sustainability-intro {
  padding-bottom: 11vw;
}
#sustainability-intro.inner {
  max-width: 1300px;
}
#sustainability-intro .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#sustainability-intro .box .photo {
  width: 40%;
}
#sustainability-intro .box .tips {
  width: 51.64%;
}
#sustainability-intro h2 {
  font-size: var(--fs-xl);
  line-height: var(--lh-md);
  font-weight: var(--font-weight-medium);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

#initiatives {
  max-width: var(--wideW);
}
#initiatives .initiatives-nav {
  margin-bottom: 60px;
}
#initiatives .initiatives-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
#initiatives .initiatives-nav ul li {
  width: calc(33% - 7.5px);
}
#initiatives .initiatives-nav ul li a {
  display: block;
  background: var(--color_primary_bg2);
  padding: 30px;
  position: relative;
  transition: var(--transition);
}
#initiatives .initiatives-nav ul li a .nav-ttl {
  transition: var(--transition);
}
#initiatives .initiatives-nav ul li a .nav-ttl .en-ttl {
  display: flex;
  margin-bottom: 8px;
}
#initiatives .initiatives-nav ul li a .nav-ttl .en-ttl .num {
  font-size: 11px;
  padding-right: 5px;
  border-right: 1px solid var(--color_border);
  margin-right: 5px;
  line-height: var(--lh-xs);
  transition: var(--transition);
}
#initiatives .initiatives-nav ul li a .nav-ttl .en-ttl .b-ttl {
  font-size: 11px;
  line-height: var(--lh-xs);
}
#initiatives .initiatives-nav ul li a .nav-ttl h3 {
  font-size: var(--fs-m);
  line-height: var(--lh-xs);
  font-weight: var(--font-weight-medium);
}
#initiatives .initiatives-nav ul li a .more {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 30px;
  height: fit-content;
  margin-left: inherit;
}
#initiatives .initiatives-nav ul li a .more span {
  width: 65px;
}
#initiatives .initiatives-nav ul li a:hover {
  background: var(--color_theme02);
}
#initiatives .initiatives-nav ul li a:hover .nav-ttl {
  color: var(--color_primary_wh);
}
#initiatives .initiatives-nav ul li a:hover .nav-ttl .en-ttl .num {
  border-right: 1px solid var(--color_primary_wh);
}
#initiatives .initiatives-nav ul li a:hover .more span {
  background: var(--color_theme01);
}

.initiatives-section + .initiatives-section {
  margin-top: 30px;
}
.initiatives-section .initiatives-content {
  padding: 80px;
  background: var(--color_primary_bg2);
}

.initiatives-section .initiatives-ttl {
  margin-bottom: 45px;
}
.initiatives-section .initiatives-ttl .en-ttl {
  display: flex;
  margin-bottom: 10px;
}
.initiatives-section .initiatives-ttl .en-ttl .num {
  font-size: 11px;
  line-height: var(--lh-xs);
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid var(--color_border);
  margin-right: 10px;
  line-height: var(--lh-xs);
  transition: var(--transition);
}
.initiatives-section .initiatives-ttl .en-ttl .b-ttl {
  font-size: 13px;
  line-height: var(--lh-xs);
}
.initiatives-section .initiatives-ttl h2 {
  font-size: clamp(25px, 3.5vw, 30px);
  line-height: var(--lh-xs);
  font-weight: var(--font-weight-medium);
  margin-left: -2px;
}
.initiatives-section .figure {
  margin-bottom: 45px;
}
.initiatives-section .figure ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.initiatives-section .figure ul li {
  width: calc(20% - 4px);
}
.initiatives-section .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.initiatives-section .box .tips {
  width: 53%;
}
.initiatives-section .box .sdgs-list {
  width: 42%;
}
.initiatives-section .box .sdgs-list ul li {
  font-size: 13px;
  line-height: var(--lh-md);
  position: relative;
  padding-left: 20px;
}
.initiatives-section .box .sdgs-list ul li + li {
  margin-top: 6px;
}
.initiatives-section .box .sdgs-list ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--color_theme01);
  border-radius: 50%;
}

#health {
  padding-top: 11vw;
  padding-bottom: 8vw;
}
#health .sec-ttl {
  margin-bottom: 90px;
}
#health .health-list {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(img/sustainability/pc/bg-health-list.jpg) center;
  background-size: cover;
  background-attachment: fixed;
}
#health .health-list-wrap .tips {
  margin-bottom: 60px;
}
#health .health-item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#health .health-item ul li {
  width: 48%;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid var(--color_theme02);
  border-right: 1px solid var(--color_theme01);
  background: var(--color_primary_wh);
  padding: 50px 50px 60px 50px;
  margin-bottom: clamp(10px, 3vw, 45px);
}
#health .health-item ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color_grad01);
}
#health .health-item ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color_grad01);
}
#health .health-item ul li h3 {
  font-size: var(--fs-m);
  text-align: center;
  line-height: var(--lh-md);
  color: var(--color_theme01);
  font-weight: var(--font-weight-medium);
  margin-bottom: 25px;
}
#health .health-item ul li p {
  font-size: 13px;
  line-height: var(--lh-lg);
}

#health .benefits {
  padding-top: 115px;
}
#health .benefits .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#health .benefits .box + .box {
  margin-top: 80px;
}
#health .benefits .box .photo {
  width: 48.19%;
}
#health .benefits .box .photo .caption {
  font-size: 10px;
  margin-top: 7px;
  color: var(--color_primary_gr2);
}
#health .benefits .box .tips {
  width: 46%;
}
#health .benefits .box .tips h3 {
  font-size: var(--fs-xl);
  line-height: var(--lh-sm);
  font-weight: var(--font-weight-medium);
  margin-bottom: 35px;
  margin-left: -2px;
  margin-top: -8px;
}
#health .benefits .box .tips h3 .en {
  font-size: 13px;
  color: var(--color_theme01);
  display: block;
  margin-top: 5px;
  margin-left: 2px;
}
#health .benefits .box .tips p.caution {
  font-size: 10px;
  color: var(--color_primary_gr2);
}

#health-others {
  padding-bottom: 12vw;
}
#health-others .health-others-list {
}
#health-others .health-others-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#health-others .health-others-list ul li {
  width: 48.19%;
  margin-bottom: clamp(10px, 3vw, 45px);
}
#health-others .health-others-list ul li .photo {
  position: relative;
}
#health-others .health-others-list ul li .photo .caption {
  font-size: 12px;
  line-height: var(--lh-xs);
  padding: 8px;
  min-width: 100px;
  background: var(--color_primary_wh);
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 1500px) {
  #initiatives .initiatives-nav ul li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 1100px) {
  #health .health-list {
    background-attachment: inherit;
  }
}
@media (max-width: 1000px) {
  #initiatives .initiatives-nav ul {
    display: block;
  }
  #initiatives .initiatives-nav ul li {
    width: 100%;
  }
  #initiatives .initiatives-nav ul li + li {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .lower-ttl h1 {
    font-size: clamp(32px, 4vw, 40px);
  }
  #page-sustainability .lower-mv {
    margin-bottom: 60px;
  }
  #sustainability-intro {
    padding-bottom: 69px;
  }
  #sustainability-intro h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  #sustainability-intro .box {
    display: block;
  }
  #sustainability-intro .box .photo {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  #sustainability-intro .box .tips {
    width: 100%;
  }
  #initiatives .initiatives-nav {
    margin-bottom: 45px;
  }
  .initiatives-section .initiatives-content {
    padding: 40px 30px 50px;
  }
  .initiatives-section .initiatives-ttl {
    margin-bottom: 30px;
  }
  .initiatives-section .initiatives-ttl .en-ttl {
    margin-bottom: 8px;
  }
  .initiatives-section .initiatives-ttl .en-ttl .num {
    font-size: 11px;
    padding-right: 7px;
    margin-right: 7px;
  }
  .initiatives-section .initiatives-ttl .en-ttl .b-ttl {
    font-size: 11px;
  }
  .initiatives-section .initiatives-ttl h2 {
    font-size: clamp(22px, 3.5vw, 26px);
  }
  .initiatives-section .figure {
    margin-bottom: 30px;
  }
  .initiatives-section .figure ul li {
    width: calc(50% - 3px);
  }
  .initiatives-section .box {
    display: block;
  }
  .initiatives-section .box .tips {
    width: 100%;
    margin-bottom: 25px;
  }
  .initiatives-section .box .sdgs-list {
    width: 100%;
  }
  .initiatives-section .box .sdgs-list ul li {
    font-size: 11px;
    padding-left: 18px;
  }
  .initiatives-section .box .sdgs-list ul li + li {
    margin-top: 5px;
  }
  .initiatives-section .box .sdgs-list ul li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  #health {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #health .sec-ttl {
    margin-bottom: 45px;
  }
  #health .health-list {
    padding-top: 55px;
    padding-bottom: 85px;
  }
  #health .health-list-wrap .tips {
    margin-bottom: 40px;
  }
  #health .health-item ul {
    display: block;
  }
  #health .health-item ul li {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 0;
  }
  #health .health-item ul li + li {
    margin-top: 30px;
  }
  #health .health-item ul li h3 {
    margin-bottom: 20px;
  }
  #health .health-item ul li p {
    font-size: 11px;
  }
  #health .benefits {
    padding-top: 80px;
  }
  #health .benefits .box {
    display: block;
  }
  #health .benefits .box + .box {
    margin-top: 50px;
  }
  #health .benefits .box .photo {
    width: 100%;
    margin-bottom: 35px;
  }
  #health .benefits .box .tips {
    width: 100%;
  }
  #health .benefits .box .tips h3 {
    font-size: var(--fs-l);
    margin-bottom: 20px;
  }
  #health .benefits .box .tips h3 .en {
    font-size: 11px;
    margin-top: 3px;
  }
  #health .benefits .box .photo .caption {
    text-align: right;
  }
  #health .benefits .box .tips p.caution {
    margin-top: 12px;
  }
  #health-others {
    padding-bottom: 100px;
  }
  #health-others .health-others-list ul {
    display: block;
  }
  #health-others .health-others-list ul li {
    width: 100%;
    margin-bottom: 0;
  }
  #health-others .health-others-list ul li + li {
    margin-top: 30px;
  }
  #health-others .health-others-list ul li .photo .caption {
    font-size: 10px;
  }
}

/* media --------------- */

#page-media .lower-mv {
  margin-bottom: 6vw;
}

#cinema-ad {
  padding-top: 85px;
  padding-bottom: 100px;
  max-width: var(--wideW);
}
#cinema-ad .movie-list {
}
#cinema-ad .movie-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cinema-ad .movie-list ul li {
  width: 48.2%;
}
#cinema-ad .movie-list ul li .youtube-box {
  margin-bottom: 30px;
}
#cinema-ad .movie-list ul li .youtube-box iframe {
  width: 100%;
  height: 27vw;
  max-height: 405px;
}
#cinema-ad .movie-list ul li .en-ttl {
  display: flex;
  margin-bottom: 7px;
  padding-left: 1px;
}
#cinema-ad .movie-list ul li .en-ttl .num {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid var(--color_border);
  margin-right: 10px;
  line-height: var(--lh-xs);
  transition: var(--transition);
}
#cinema-ad .movie-list ul li .en-ttl .b-ttl {
  font-size: 13px;
  line-height: var(--lh-xs);
}
#cinema-ad .movie-list ul li h3 {
  font-size: var(--fs-l);
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-sm);
  margin-bottom: 5px;
}
#cinema-ad .movie-list ul li:nth-child(2) h3 {
  margin-left: -11px;
}
#cinema-ad .movie-list ul li p {
  font-size: 13px;
}

#landmarks {
  padding-top: 100px;
  padding-bottom: 130px;
}
#landmarks .landmarks-wrap {
  max-width: var(--wideW);
}
#landmarks .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#landmarks .box .photo {
  width: 48.2%;
  background: url(img/media/pc/photo-landmarks.jpg) center;
  background-size: cover;
}
#landmarks .box .tips {
  width: 46%;
  margin-top: -14px;
}
#landmarks .box .tips h3 {
  font-size: var(--fs-xl);
  line-height: var(--lh-md);
  font-weight: var(--font-weight-medium);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
#landmarks .box .tips p + p {
  margin-top: 20px;
}
#landmarks .box .tips .more {
  margin-left: auto;
  margin-top: 60px;
}

#transit-ad {
  padding-top: 110px;
  padding-bottom: 11vw;
  max-width: var(--wideW);
}
#transit-ad .sec-tips {
  margin-bottom: 75px;
}
#transit-ad .sticker {
  margin-bottom: 80px;
}
#transit-ad .box h3 {
  font-size: var(--fs-xl);
  line-height: var(--lh-md);
  font-weight: var(--font-weight-medium);
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
#transit-ad .sticker ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#transit-ad .sticker ul li {
  width: 48.2%;
}
#transit-ad .sticker ul li .figure {
  margin-bottom: 7px;
}
#transit-ad .sticker ul li p {
  font-size: 13px;
}
#transit-ad .signboard {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
#transit-ad .signboard .item + .item {
  margin-top: 30px;
}
#transit-ad .signboard .item .photo {
  margin-bottom: 7px;
}
#transit-ad .signboard .item p {
  font-size: 13px;
}

@media (max-width: 768px) {
  #page-media .lower-mv {
    margin-bottom: 55px;
  }
  #cinema-ad {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #cinema-ad .movie-list ul {
    display: block;
  }
  #cinema-ad .movie-list ul li {
    width: 100%;
  }
  #cinema-ad .movie-list ul li + li {
    margin-top: 30px;
  }
  #cinema-ad .movie-list ul li .youtube-box {
    margin-bottom: 20px;
  }
  #cinema-ad .movie-list ul li .youtube-box iframe {
    height: 49vw;
  }
  #cinema-ad .movie-list ul li .en-ttl {
    margin-bottom: 3px;
  }
  #cinema-ad .movie-list ul li .en-ttl .num {
    font-size: 11px;
    padding-right: 7px;
    margin-right: 7px;
  }
  #cinema-ad .movie-list ul li .en-ttl .b-ttl {
    font-size: 11px;
  }
  #cinema-ad .movie-list ul li h3 {
    font-size: 18px;
  }
  #landmarks {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #landmarks .box {
    display: block;
  }
  #landmarks .box .photo {
    width: 100%;
    height: 50vw;
    max-height: 330px;
  }
  #landmarks .box .tips {
    width: 100%;
    margin-top: 30px;
  }
  #landmarks .box .tips h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #landmarks .box .tips .more {
    margin-top: 40px;
  }
  #transit-ad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #transit-ad .sec-tips {
    margin-bottom: 40px;
  }
  #transit-ad .sticker {
    margin-bottom: 40px;
  }
  #transit-ad .box h3 {
    margin-bottom: 25px;
  }
  #transit-ad .sticker ul {
    display: block;
  }
  #transit-ad .sticker ul li {
    width: 100%;
  }
  #transit-ad .sticker ul li + li {
    margin-top: 30px;
  }
  #transit-ad .signboard .item p,
  #transit-ad .sticker ul li p {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

/* news --------------- */

#page-news .lower-mv {
  margin-bottom: 0;
}
#page-news .news-wrap .bit-inner {
  padding-top: 9vw;
  padding-bottom: 8vw;
}
#page-news .news-wrap .news-list ul li {
  width: 48%;
  margin-bottom: 3.2vw;
}
@media (max-width: 1000px) {
  #page-news .news-wrap .news-list ul {
    display: block;
  }
  #page-news .news-wrap .news-list ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #page-news .news-wrap .bit-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #page-news .news-wrap .news-list ul li {
    margin-bottom: 30px;
  }
}

.news-archive-pagination {
  width: fit-content;
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
.news-archive-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.news-archive-pagination li {
  display: inline-block;
}
.news-archive-pagination li a.page-numbers,
.news-archive-pagination li span.page-numbers {
  border: 1px solid var(--color_primary_bl);
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: var(--color_primary_wh);
  width: 40px;
  height: 40px;
  text-decoration: none;
  letter-spacing: 0;
}
.news-archive-pagination li span.current {
  background: var(--color_theme01);
  color: var(--color_primary_wh);
}
.news-archive-pagination li a.prev,
.news-archive-pagination li a.next {
  font-size: 15px;
  vertical-align: middle;
  border: none;
  background: none;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0 25px;
  letter-spacing: 0.08em;
  display: inline;
}
.news-archive-pagination li span.dots {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: var(--color_primary_gr);
}
@media (max-width: 768px) {
  .news-archive-pagination {
    font-size: 14px;
    margin-top: 30px;
  }
  .news-archive-pagination li a.prev,
  .news-archive-pagination li a.next {
    font-size: 11px;
    padding: 0 15px;
  }
  .news-archive-pagination li a.page-numbers,
  .news-archive-pagination li span.page-numbers {
    line-height: 27px;
    width: 27px;
    height: 27px;
  }
}

/* single --------------- */

#single-post .lower-mv {
  margin-bottom: 0;
}

.breadcrumb_w {
  font-size: var(--fs-xs);
  text-align: left;
}
.breadcrumb_w ul {
  line-height: 2em;
}
.breadcrumb_w li {
  display: inline-block;
}
.breadcrumb_w li a {
  margin: 0 0.6em;
  display: inline-block;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.breadcrumb_w li:first-child a {
  margin: 0 0.6em 0 0;
}
.breadcrumb_w li a:hover {
  color: var(--color_theme01);
}
.breadcrumb_w li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: dashed 1px currentColor;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .breadcrumb_w li {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

#single-post .news-wrap .bit-inner {
  padding-top: 9vw;
  padding-bottom: 9vw;
}
.news-single-wrap {
  margin-top: 50px;
}
.news-single-wrap .post {
}
.news-single-wrap .post .meta-box {
  display: flex;
  margin-bottom: 15px;
}
.news-single-wrap .post .entry-meta {
  margin-left: 25px;
}
.news-single-wrap .post .entry-meta .posted-on {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-sm);
  padding-top: 1.5px;
  display: inline-block;
}
.news-single-wrap .post .post-categories {
  background: var(--color_primary_gr3);
  line-height: 1;
  padding: 7px 12px 7px 12px;
  min-width: 100px;
  font-size: 11px;
  font-weight: var(--font-weight-bold);
  display: block;
  width: fit-content;
}
.news-single-wrap .post .entry-title {
  font-size: var(--fs-xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-sm);
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color_border);
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0;
  max-width: 400px;
  padding: 0 20px;
  font-size: 14px;
}
.post-navigation .prev-post a,
.post-navigation .next-post a {
  color: inherit;
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid var(--color_primary_bl);
  background: var(--color_primary_wh);
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease;
  letter-spacing: 0.08em;
}
.post-navigation .prev-post a:hover,
.post-navigation .next-post a:hover {
  background: var(--color_theme01);
  color: var(--color_primary_wh);
}
.wp-block-image {
  margin-top: 40px;
}

@media (max-width: 768px) {
  #single-post .news-wrap .bit-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .news-single-wrap {
    margin-top: 25px;
  }
  .news-single-wrap .post .meta-box {
    margin-bottom: 10px;
  }
  .news-single-wrap .post .entry-meta {
    margin-left: 15px;
  }
  .news-single-wrap .post .post-categories {
    font-size: 9px;
    padding: 6px 10px 6px 10px;
    min-width: 62px;
  }
  .news-single-wrap .post .entry-meta .posted-on {
    font-size: 12px;
    font-weight: var(--font-weight-medium);
    padding-top: 3px;
  }
  .news-single-wrap .post .entry-title {
    font-size: 16px;
    line-height: var(--lh-md);
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .post-navigation {
    font-size: 12px;
    margin-top: 40px;
    padding: 0;
  }
  .post-navigation .prev-post a,
  .post-navigation .next-post a {
    padding: 8px 15px;
  }
  .wp-block-image {
    margin-top: 30px;
  }
}

/* contact --------------- */

#page-contact .lower-mv {
  margin-bottom: 0;
}
.contact-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-intro {
  padding-top: 90px;
  text-align: center;
}

#form {
  padding-top: 60px;
  padding-bottom: 140px;
}
.form-wrap {
  background: var(--color_primary_wh);
  padding-top: 100px;
  padding-bottom: 110px;
}
.invisible-placeholder {
  display: none !important;
}
.form-wrap .wpcf7 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.form-wrap dl + dl {
  margin-top: 40px;
}
.form-wrap dt {
  width: 200px;
  font-size: 16px;
  position: relative;
}
.form-wrap dt.req:after {
  content: "*";
  position: absolute;
  top: 1.5px;
  right: 15px;
  color: var(--color_theme01);
  font-size: 23px;
}
.form-wrap dt p {
  padding-top: 2px;
}
.form-wrap dd {
  width: calc(100% - 200px);
  font-size: 16px;
}
.form-wrap .item-wrap {
  border: 1px solid var(--color_border);
  padding: 10px;
  width: 100%;
  background: var(--color_primary_wh);
}
.form-wrap .dd-width-200 .item-wrap {
  max-width: 200px;
}
.form-wrap .dd-width-400 .item-wrap {
  max-width: 400px;
}
.form-wrap .dd-width-600 .item-wrap {
  max-width: 600px;
}
.form-wrap .protection {
  padding-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.form-wrap .protection p {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1px;
}
.form-wrap .protection a {
  font-size: 10px;
  color: var(--color_theme01);
  text-decoration: underline;
  text-decoration-color: var(--color_theme01);
}
.form-wrap .wpcf7-acceptance {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.form-wrap .wpcf7-list-item {
  margin: 0;
}
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 5px;
  vertical-align: -1.5px;
  font-size: 13px;
}
.form-wrap .acceptance-btn {
  display: none;
}
.form-wrap .checkbox-label {
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url("img/common/pc/un-check.png");
  background-size: cover;
  cursor: pointer;
  position: relative;
  top: 7px;
  left: 0;
}
.form-wrap .acceptance-btn:checked + .checkbox-label {
  background-image: url("img/common/pc/checked.png");
}
.form-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
}
.submit-wrap {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
}
input[type="submit"],
input[type="button"] {
  background: none;
}
#form .wpcf7 .wpcf7-submit {
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
  width: 255px;
  height: 27px;
  background: url(img/common/pc/btn-submit.png) center;
  background-size: cover;
}
#form .wpcf7 .wpcf7-submit:hover {
  background: url(img/common/pc/btn-submit-hover.png) center;
  background-size: cover;
}
#form .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.contact-reCAPTCHA-txt p {
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6;
}
.contact-reCAPTCHA-txt p a {
  letter-spacing: 1px;
  text-decoration: underline var(--color_theme01);
  color: var(--color_theme01);
}
.contact-caution {
  margin-top: 50px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.contact-caution li + li {
  margin-top: 5px;
}
.contact-caution li p {
  font-size: 10px;
  line-height: 1.6;
  margin-left: 1.5em;
  text-indent: -1.5em;
  letter-spacing: 1px;
}
.form-wrap .wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
  background: #46b450;
  color: var(--color_primary_wh);
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media (max-width: 768px) {
  .contact-intro {
    padding-top: 50px;
    text-align: left;
  }
  #form {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form-wrap dt {
    width: fit-content;
    max-width: inherit;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .form-wrap dd {
    width: 100%;
  }
  .form-wrap dl + dl {
    margin-top: 20px;
  }
  .form-wrap dt.req:after {
    top: 0.5px;
    right: 0;
    font-size: 16px;
  }
  .form-wrap .protection {
    padding-top: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
  .form-wrap .protection p {
    font-size: 9px;
    line-height: 1.8;
  }
  .form-wrap .protection a {
    font-size: 9px;
    padding-right: 2px;
  }
  .form-wrap .checkbox-label {
    width: 20px;
    height: 17px;
  }
  .form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
    vertical-align: -2.5px;
    font-size: 10px;
  }
  .form-wrap .wpcf7-not-valid-tip {
    font-size: 10px;
  }
  .submit-wrap {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #form .wpcf7 .wpcf7-submit {
    width: 180px;
    height: 19px;
  }
  .contact-reCAPTCHA-txt p {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .contact-caution {
    margin-top: 30px;
  }
  .contact-caution li p {
    font-size: 8px;
  }
  .form-wrap .wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px;
    margin-top: 30px;
    padding: 10px 20px;
  }
}

/* privacy --------------- */

#page-privacy .policy-list {
  position: relative;
  padding-bottom: 13vw;
}
#page-privacy .policy-list li + li {
  margin-top: 40px;
}
#page-privacy .policy-list li h3 {
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  line-height: var(--lh-sm);
  margin-bottom: 15px;
}
#page-privacy .policy-list li h3:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color_theme01);
  top: 9px;
  left: 0;
  position: absolute;
}

@media (max-width: 768px) {
  #page-privacy .policy-list {
    padding-bottom: 100px;
  }
  #page-privacy .policy-list li h3 {
    font-size: 16px;
    padding-left: 21px;
  }
  #page-privacy .policy-list li h3:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  #page-privacy .policy-list li p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* 404 --------------- */

.notfound-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-size: var(--fs-xl);
  font-weight: var(--font-weight-medium);
}
.notfound-wrap {
  padding-bottom: 13vw;
}
.notfound-wrap .caution {
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid var(--color_primary_gr);
  border-top: 1px solid var(--color_primary_gr);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.notfound-wrap .caution h3 {
  font-size: 20px;
  font-weight: var(--font-weight-medium);
  margin-bottom: 20px;
}
.notfound-wrap .caution li + li {
  margin-top: 5px;
}
.notfound-wrap .caution li p {
  position: relative;
  padding-left: 25px;
}
.notfound-wrap .caution li p:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color_theme01);
  top: 15px;
  left: 2px;
  position: absolute;
}
.notfound-wrap .tips p {
  text-align: center;
  margin-bottom: 40px;
}
.notfound-wrap .tips .more {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .notfound-wrap {
    padding-bottom: 100px;
  }
  .notfound-ttl {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .notfound-wrap .caution {
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .notfound-wrap .caution h3 {
    font-size: 16px;
  }
  .notfound-wrap .caution li p {
    padding-left: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .notfound-wrap .caution li p:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .notfound-wrap .tips p {
    font-size: 13px;
  }
}
