@charset "UTF-8";
body.under {
  opacity: 0;
  animation: underbody 0.5s ease forwards;
}

.under .icon-logo {
  color: #000;
}

@keyframes underbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.under__mv-cont {
  width: 90%;
  max-height: 1200px;
  height: calc(100vh - 80px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  margin-top: 80px;
  max-width: calc(100% - 150px);
}

.breadclumb {
  display: flex;
  gap: 5px 20px;
  list-style: none;
  flex-wrap: wrap;
}
.breadclumb li {
  font-size: 1.5rem;
}
.breadclumb li a {
  font-size: 1.5rem;
  color: #000;
  position: relative;
}
.breadclumb li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: rotate(-45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.under__mv-bl {
  height: calc(100vh - 80px);
  max-height: 1120px;
  position: relative;
  padding-top: clamp(195px, 100vh - 80px - 60vh, 400px);
}
.under__mv-bl img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.under__mv-ttl {
  position: absolute;
  bottom: min(60vh - 50px, 683px);
  z-index: 1;
}
.under__mv-ttl .ja {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
.under__mv-ttl .en {
  display: block;
  font-family: var(--en);
  font-style: italic;
  color: var(--blue);
  font-weight: bold;
  font-size: 15rem;
  line-height: 1;
}

.breadclumb {
  position: absolute;
  top: 65px;
  right: 30px;
  z-index: 1;
}

.inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.base__main-ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}

.red-txt {
  color: var(--blue);
}

.under__main-cont {
  padding-top: 140px;
  padding-bottom: 200px;
}

#base__content {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
  margin-bottom: 140px;
  position: relative;
}
#base__content #side-nav {
  width: 140px;
  position: absolute;
  left: -2.6rem;
  top: 0;
  max-height: calc(100vh - 20px);
  /* offsetY分をマイナス */
  overflow: auto;
  z-index: 3;
}
#base__content #side-nav.is-end {
  top: auto;
  bottom: 0;
}

.content__wrapper {
  width: calc(100% - 170px);
  left: 170px;
  position: relative;
}

.side-nav__list li {
  margin-bottom: 10px;
}
.side-nav__list li a {
  color: #C1C1C1;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 2.3rem;
}
.side-nav__list li a.active {
  color: #000;
}
.side-nav__list li a.active::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 1.5rem;
  color: var(--blue);
  position: absolute;
  top: 7px;
  left: 0;
}

.base__under-title {
  border-left: 10px solid var(--blue);
  padding-left: 40px;
  margin-bottom: 50px;
}
.base__under-title .en {
  font-size: 6rem;
  font-family: var(--en);
  font-style: italic;
  line-height: 1;
  display: block;
}
.base__under-title .en.small {
  font-size: 1.6rem;
  padding-bottom: 5px;
  font-family: var(--en);
  font-style: initial;
}
.base__under-title .ja {
  font-size: 1.6rem;
  display: block;
}
.base__under-title .ja.big {
  font-size: 5rem;
  line-height: 1.3;
}

.company__policy-list {
  display: grid;
  gap: 15px;
  margin-bottom: 80px;
}
.company__policy-list li {
  background-color: #F8F8F8;
  padding: 40px 25px 25px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.company__policy-list li::before {
  width: 40px;
  height: 2px;
  background-color: var(--blue);
  position: absolute;
  top: 30px;
  left: 25px;
  display: block;
  content: "";
}

.company__policy-iso-bl {
  background-image: url(../img/webp/company/iso.webp);
  background-size: cover;
  background-position: center center;
  padding: 80px 30px;
  position: relative;
}
.company__policy-iso-bl .txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}

.company__policy-iso-ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 2rem;
  padding: 6px 30px;
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
}

.company__policy {
  margin-bottom: 140px;
}

.company__message-bl p {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.company__message-cont {
  margin-bottom: 40px;
}
.company__message-cont .txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.company__message-cont .name {
  text-align: right;
  font-size: 1.7rem;
}
.company__message-cont .name-img {
  display: inline-block;
  width: 109px;
  margin-left: 15px;
}

.company__message-name {
  margin-top: 220px;
  padding: 40px 30px;
  position: relative;
}
.company__message-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--blue);
  width: calc(50vw + 470px);
  height: 100%;
  display: block;
  z-index: -1;
}
.company__message-name .small {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  display: block;
}
.company__message-name .name {
  width: 200px;
  display: block;
  margin-top: 5px;
}
.company__message-name .president-img {
  width: 340px;
  position: absolute;
  bottom: 0;
  left: 55%;
}

.company__message {
  margin-bottom: 140px;
}

.company__overview-list {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}
.company__overview-list dt {
  border-bottom: 1px solid var(--blue);
  font-size: 1.7rem;
  font-weight: bold;
  width: 210px;
  padding: 20px;
  line-height: 2;
}
.company__overview-list dt .small {
  font-size: 80%;
}
.company__overview-list dd {
  width: calc(100% - 230px);
  border-bottom: 1px solid #000;
  font-size: 1.7rem;
  padding: 20px 0 20px;
  line-height: 2;
}
.company__overview-list dd .month {
  font-weight: bold;
  display: inline-block;
  width: 2.5em;
}

#link04 .company__overview-list dt {
  width: 106px;
}

#link04 .company__overview-list dd {
  width: calc(100% - 126px);
}

.company__overview {
  margin-bottom: 140px;
}

.history-swiper {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 150px;
  padding-bottom: 60px;
  overflow: hidden;
}

.history-item {
  border-top: 1px solid #000;
  position: relative;
  padding: 55px 10px 0;
}
.history-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 2;
}
.history-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 1px;
  height: 55px;
  border-left: 1px dotted var(--blue);
  z-index: 1;
}

.history-year {
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 6px 30px;
  line-height: 1;
  font-family: var(--en);
}

.history-cont {
  padding: 30px;
  height: 400px;
  background-color: #fff;
  height: auto;
  min-height: 300px;
}

.history-ttl {
  color: var(--blue);
  font-size: 1.8rem;
  font-family: var(--en);
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
}

.histry-table {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.histry-table dt {
  width: 100%;
  padding: 0 10px;
  font-weight: bold;
}
.histry-table dd {
  width: 100%;
}

.company__history-bl {
  position: relative;
  height: 635px;
}

.company__history-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: calc(50vw + 390px);
}

.under__main #bnr-bl {
  margin: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\e904" !important;
  font-family: "icomoon" !important;
  font-size: 2rem;
  color: #000;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\e904" !important;
  font-family: "icomoon" !important;
  font-size: 2rem;
  color: #000;
  transform: rotateY(180deg);
}

.swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.swiper-button-next,
.swiper-button-prev {
  top: 65px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: 100px;
  background: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 35px;
  left: auto;
  background: #fff;
}

.side-nav__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--en);
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.side-nav__ttl::after {
  width: 46px;
  height: 1px;
  background-color: var(--blue);
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
}

/* news */
.under__wrapper {
  padding-top: 140px;
}

#base__content.under__wrapper #side-nav {
  top: 140px;
}

.news-page .news__list li a::before {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "→";
  font-size: 1.8rem;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  background: #fff;
  font-weight: bold;
  left: auto;
  color: #000;
  transition-duration: 0.3s;
}
.news-page .news__list li a:hover::before {
  background-color: var(--blue);
  color: #fff;
  transition-duration: 0.3s;
  border: 1px solid var(--blue);
}

.news-page .news__list li a {
  padding: 20px 80px 20px 20px;
}

/* news detail */
.news-page-detail .under__mv-cont {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#news__content {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.news-page__ttl {
  display: flex;
  gap: 10px 15px;
  align-items: center;
  margin: 50px 0 40px;
  flex-wrap: wrap;
}
.news-page__ttl .cate {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.news-page__ttl .date {
  font-size: 1.6rem;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 2px 15px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.news-page__ttl .news__list-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.news-page__img {
  width: 75%;
  margin: 0 auto 50px;
}
.news-page__img img {
  width: 100%;
}

.news-page a[rel=prev] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: var(--en);
  font-style: italic;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}
.news-page a[rel=prev] .single-page-arrow {
  display: inline-block;
  padding: 0 10px;
  font-size: 120%;
  font-style: normal;
  transition-duration: 0.3s;
}
.news-page a[rel=prev]:hover .single-page-arrow {
  transform: translateX(-3px);
  transition-duration: 0.3s;
}
.news-page a[rel=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: var(--en);
  font-style: italic;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}
.news-page a[rel=next] .single-page-arrow {
  display: inline-block;
  padding: 0 10px;
  font-size: 120%;
  font-style: normal;
  transition-duration: 0.3s;
}
.news-page a[rel=next]:hover .single-page-arrow {
  transform: translateX(3px);
  transition-duration: 0.3s;
}

.page-nav-flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  margin-top: 100px;
}

.news-page__content {
  border-top: 1px solid #000;
  position: relative;
  padding-top: 35px;
}
.news-page__content::before {
  width: 150px;
  height: 3px;
  background-color: var(--blue);
  top: -2px;
  left: 0;
  position: absolute;
  display: block;
  content: "";
}
.news-page__content h2 {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 10px solid var(--blue);
  padding-left: 20px;
  margin-bottom: 20px;
}
.news-page__content p {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.news-page__content h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #F4F7F9;
  padding: 10px 20px;
}
.news-page__content h4 {
  font-size: 1.9rem;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.news-page__content img {
  margin-bottom: 20px;
}
.news-page__content ul {
  margin: 20px 0;
}
.news-page__content ul li {
  padding-left: calc(1em + 10px);
  text-indent: -0.8em;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.news-page__content ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  color: #333;
}

.news-page-detail .under__mv-cont {
  height: 100px;
}
.news-page-detail .under__mv-cont .breadclumb {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.product__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  margin-bottom: 120px;
}
.product__flex .cont {
  width: 48.5%;
}
.product__flex .cont .txt {
  font-size: 1.7rem;
}
.product__flex .img {
  width: 48.5%;
  position: relative;
}
.product__flex .img .link-wrapper {
  position: absolute;
  bottom: 0;
  left: -260px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

#link04 .product__flex {
  margin-bottom: 0;
}

.texturing-under__ttl {
  margin-bottom: 20px;
}
.texturing-under__ttl .ja {
  color: var(--blue);
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  display: block;
}
.texturing-under__ttl .en {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  display: block;
}

.texturing-under__bl {
  padding-top: 185px;
}
.texturing-under__bl .cont {
  margin-bottom: 60px;
}
.texturing-under__bl .cont .txt {
  font-size: 1.7rem;
  text-align: center;
}
.texturing-under__bl .img {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.base__inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.obi-ttl {
  background-color: #F4F7F9;
  border-left: 5px solid var(--blue);
  padding: 20px 10px 15px 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.obi-ttl .ja {
  font-size: 3.5rem;
  display: block;
  line-height: 1.1;
}
.obi-ttl .en {
  font-size: 1.6rem;
  display: block;
}

.product-under__list {
  border: 1px solid #000;
  padding: 25px 30px 25px 40px;
}
.product-under__list li {
  font-size: 1.7rem;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -0.88em;
}
.product-under__list li::before {
  content: "■";
  font-size: 120%;
  display: inline-block;
  margin-right: 10px;
  color: var(--blue);
}

.micromat-img__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.micromat-img__list li a {
  position: relative;
}
.micromat-img__list li a img {
  position: relative;
  z-index: 0;
}
.micromat-img__list li a::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  display: block;
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--blue);
  border-width: 0px 0px 55px 55px;
}
.micromat-img__list li a::after {
  content: "";
  z-index: 1;
  position: absolute;
  background-image: url(../img/common/big-arrow.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center center;
  display: block;
  right: 9px;
  bottom: 9px;
}

.micromat-img-txt {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
}

.sky-link {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  height: 75px;
  font-size: 1.8rem;
  color: #000;
  padding-right: 40px;
  margin: 100px 0 100px auto;
  transition-duration: 0.3s;
  position: relative;
}
.sky-link.micromat-link {
  margin: 100px auto 100px 0;
  padding-left: 40px;
}
.sky-link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 103%;
  background-color: #000;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition-duration: 0.3s;
}
.sky-link:hover {
  color: #fff;
  transition-duration: 0.3s;
}
.sky-link:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition-duration: 0.3s;
}
.sky-link .txt {
  position: relative;
  z-index: 1;
}
.sky-link .txt::after {
  position: absolute;
  content: "→";
  font-size: 190%;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.sky-link.micromat-link .txt::after {
  content: "←";
  left: -50px;
}

#feature {
  padding-top: 60px;
}

.back-link-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
}

.sky__txt {
  font-size: 1.7rem;
  margin: 20px 0;
}

.sky__flex {
  display: flex;
  gap: 30px 3%;
}
.sky__flex .item {
  width: 48.5%;
}

.sky-feature__ttl {
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.sky-feature__ttl::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 41px solid #000;
  border-bottom: 0;
}
.sky-feature__ttl.red {
  background-color: var(--blue);
}
.sky-feature__ttl.red::after {
  border-top: 41px solid var(--blue);
}

.sky-image-bl {
  position: relative;
}
.sky-image-bl::before {
  content: "イメージ";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.3rem;
}

.under-product__mv-flex {
  display: flex;
  gap: 30px 5%;
  height: 100%;
}
.under-product__mv-flex .img {
  width: 65%;
  height: 100%;
}
.under-product__mv-flex .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.under-product__mv-flex .cont {
  width: 30%;
}
.under-product__mv-flex .cont .txt {
  font-size: 1.7rem;
}

.under-product__mv-ttl {
  font-weight: bold;
  margin-bottom: 40px;
}
.under-product__mv-ttl .ja {
  font-size: 5rem;
  color: var(--blue);
  display: block;
}
.under-product__mv-ttl .en {
  font-size: 1.6rem;
  display: block;
}

#laser-about {
  margin-top: 120px;
}

.lase-about__main-txt,
.modeltech-about__main-txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.laser-about__list {
  margin-bottom: 100px;
}
.laser-about__list li {
  display: flex;
  gap: 20px 3%;
  margin-bottom: 30px;
}
.laser-about__list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.laser-about__list li .img {
  width: 48.5%;
  position: relative;
}
.laser-about__list li .img .laser-about__float-txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
.laser-about__list li .cont {
  width: 48.5%;
}
.laser-about__list li .cont .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.laser-tech__cont .txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.laser-tech__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.laser-tech__swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 100px;
}

.laser-sample__txt,
.modeltech-sample__txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.laser-sample__list,
.modeltech-sample__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
.laser-sample__list li a,
.modeltech-sample__list li a {
  position: relative;
  display: block;
}
.laser-sample__list li a::before,
.modeltech-sample__list li a::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  display: block;
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--blue);
  border-width: 0px 0px 55px 55px;
}
.laser-sample__list li a::after,
.modeltech-sample__list li a::after {
  content: "";
  z-index: 1;
  position: absolute;
  background-image: url(../img/common/big-arrow.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center center;
  display: block;
  right: 9px;
  bottom: 9px;
}

.laser__img-txt,
.modeltech__img-txt {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 100px;
}

#coating-about {
  padding-top: 120px;
}
#coating-about .product-under__list {
  margin-bottom: 50px;
}

.coating-about__main-txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.about-coating__list {
  display: flex;
  gap: 30px 3%;
  margin-bottom: 100px;
  width: 920px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.about-coating__list li {
  width: 48.5%;
}

.about-coating__ttl {
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.about-coating__ttl::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 41px solid #000;
  border-bottom: 0;
}
.about-coating__ttl.red {
  background-color: var(--blue);
}
.about-coating__ttl.red::after {
  border-top: 41px solid var(--blue);
}

.about-coating__list-img {
  border: 22px solid #E5E5E5;
  border-radius: 50%;
  width: 80%;
  margin: 20px auto 0;
  margin-top: 3px;
}
.about-coating__list-img.red {
  border: 22px solid #eaf0f7;
}

.coating-kinds__txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.coating-kinds-table {
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%;
}
.coating-kinds-table th {
  background-color: #eaf0f7;
  padding: 6px;
  font-size: 1.7rem;
  border-bottom: 1px solid #707070;
}
.coating-kinds-table td {
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 6px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.coating-kinds-table .cel1 {
  width: 20%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
}
.coating-kinds-table .cel2 {
  width: 40%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  border-left: 1px solid #707070;
}
.coating-kinds-table .cel3 {
  width: 40%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  border-left: 1px solid #707070;
}

#coating-ex {
  padding-top: 100px;
}

.coating-ex__txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.coating-ex__ttl {
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 17px;
}
.coating-ex__ttl .en {
  font-size: 2em;
  font-family: var(--en);
  display: inline-block;
  margin-right: 10px;
}
.coating-ex__ttl .ja {
  font-size: 1.7rem;
}

.coating-ex__table {
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%;
  margin-bottom: 40px;
}
.coating-ex__table th {
  background-color: #eaf0f7;
  padding: 6px;
  font-size: 1.7rem;
  border-bottom: 1px solid #707070;
  width: 20%;
  text-align: center;
}
.coating-ex__table td {
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 6px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 80%;
}

.coating-ex__case-list {
  list-style: none;
}

.coating-ex__contact-bl > .txt {
  font-size: 1.7rem;
  margin-bottom: 25px;
  text-align: center;
}

.form-link {
  width: 350px;
  max-width: 100%;
  height: 75px;
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 100px;
  transition-duration: 0.3s;
}
.form-link .txt {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.form-link::before {
  width: 26px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-image: url(../img/common/mail-icon-white.svg);
  content: "";
  background-repeat: no-repeat;
}
.form-link:hover {
  background-color: #000;
  transition-duration: 0.3s;
}

.table-slide-txt {
  display: none;
}

#modeltech-sample {
  padding-top: 100px;
}

.mt20 {
  margin-top: 20px;
}

#modeltech-about {
  padding-top: 120px;
}

#texturing-about {
  padding-top: 120px;
}
#texturing-about > div > .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.texturing-about__img-bl {
  display: flex;
  justify-content: space-between;
}
.texturing-about__img-bl .img {
  margin-top: 70px;
  width: 48.5%;
}
.texturing-about__img-bl .img.img2 {
  margin-top: 140px;
}

#texturing-advantages {
  padding-top: 100px;
}
#texturing-advantages > .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.advantages-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
}
.advantages-list li .num {
  font-size: 4rem;
  font-family: var(--en);
  color: var(--blue);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #eaf0f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-weight: bold;
}
.advantages-list li .ttl {
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  padding: 7px;
}
.advantages-list li img {
  margin-bottom: 15px;
}
.advantages-list li .txt {
  font-size: 1.7rem;
}

#texturing-works {
  padding-top: 100px;
}
#texturing-works > .base__inner > div > .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.texturing-works__flow {
  background-color: #F8F8F8;
  padding: 50px 0;
}

.texturing-works__flow-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 18px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.texturing-works__flow-ttl::before {
  content: "■";
  color: var(--blue);
}

.texturing-works__flow-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 7px;
}
.texturing-works__flow-list li {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.texturing-works__flow-list li .ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 15px;
}
.texturing-works__flow-list li .ttl .num {
  color: var(--blue);
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
  font-family: var(--en);
}
.texturing-works__flow-list li .ttl .ttl-txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--blue);
}
.texturing-works__flow-list li .txt {
  font-size: 1.4rem;
}

#texturing-principle {
  padding-top: 100px;
}
#texturing-principle > .base__inner > .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.texturing-principle__detail-list {
  width: 1020px;
  max-width: 100%;
  margin: 60px auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.texturing-principle__detail-list li {
  background-color: #F8F8F8;
  padding: 20px;
}

.texturing-principle__detail-ttl {
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
}
.texturing-principle__detail-ttl.black {
  background-color: #000;
}

.texturing-principle__flow {
  background-color: var(--blue);
  padding: 70px 0;
  position: relative;
}

.texturing-principle__flow-swiper .swiper-slide {
  padding-right: 20px;
  box-sizing: border-box;
}
.texturing-principle__flow-swiper .swiper-slide .card {
  background-color: #fff;
  padding: 20px;
}
.texturing-principle__flow-swiper .swiper-slide .card > .txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.texturing-principle__flow-swiper .swiper-slide .card .img-flex {
  display: flex;
  gap: 3%;
}
.texturing-principle__flow-swiper .swiper-slide .card .img-flex img {
  width: 48.5%;
}

.texturing-principle__flow-swiper-ttl {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
  align-items: center;
}
.texturing-principle__flow-swiper-ttl .tag {
  background-color: var(--blue);
  color: #fff;
  padding: 3px 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.texturing-principle__flow-swiper-ttl .ttl {
  font-size: 2rem;
  font-weight: bold;
}

.texturing-principle__flow-ttl-bl {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-bottom: 20px;
}
.texturing-principle__flow-ttl-bl .txt {
  font-size: 1.3rem;
  color: #fff;
}

.texturing-principle__flow-ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.texturing-change__bl {
  padding-top: 100px;
}

.texturing-change__ttl {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 30px;
}

.texturing-change__list {
  list-style: none;
  display: grid;
  gap: 20px 3%;
}
.texturing-change__list li {
  display: flex;
  gap: 3%;
}
.texturing-change__list li .cont {
  width: 40%;
}
.texturing-change__list li .cont .txt {
  font-size: 1.6rem;
}
.texturing-change__list li .img {
  width: 57%;
}

.texturing-change__ttl-small {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.texturing-change__ttl-small::before {
  content: "■";
  color: var(--blue);
  margin-right: 5px;
  display: inline-block;
}

#texturing-ex {
  padding-top: 100px;
}
#texturing-ex > .txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.texturing-ex__list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.texturing-ex__list li .texturing-ex__ttl-flex {
  display: flex;
  gap: 2%;
  margin-bottom: 20px;
}
.texturing-ex__list li .texturing-ex__ttl-flex .cont {
  width: 260px;
  height: 380px;
  background-color: var(--blue);
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-bottom: 30px;
}
.texturing-ex__list li .texturing-ex__ttl-flex .cont .ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 2.5rem;
}
.texturing-ex__list li .texturing-ex__ttl-flex .cont .txt {
  font-size: 1.4rem;
  color: #fff;
}
.texturing-ex__list li .texturing-ex__ttl-flex .img {
  width: calc(100% - 260px - 2%);
  height: 380px;
}
.texturing-ex__list li .texturing-ex__ttl-flex .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.texturing-ex__list li:nth-of-type(even) .texturing-ex__ttl-flex {
  flex-direction: row-reverse;
}
.texturing-ex__list li:nth-of-type(even) img.sample {
  margin-right: auto;
  margin-left: 0;
}
.texturing-ex__list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

img.sample {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

#texturing-kinds {
  padding-top: 100px;
}
#texturing-kinds > .txt {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
#texturing-kinds .top-product__list {
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
}

.delay200 {
  transition-delay: 0.2s;
}

.delay400 {
  transition-delay: 0.4s;
}

.privacy__main-bl {
  padding-top: 120px;
  padding-bottom: 100px;
}
.privacy__main-bl .txt {
  text-align: center;
  font-size: 1.8rem;
}

.privacy__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 3px solid var(--blue);
  padding-left: 15px;
  margin-bottom: 10px;
}

.privacy__txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.privacy__txt.mb20 {
  margin-bottom: 20px;
}

.privacy__list {
  list-style: none;
  margin-bottom: 40px;
}
.privacy__list li {
  padding-left: 2.3em;
  text-indent: -2.3em;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

#privacy-cont {
  padding-bottom: 120px;
}

.nav-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 100px;
}

.page-numbers {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  font-family: var(--en);
  border-radius: 50%;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
}
.page-numbers.current {
  background-color: #fff;
  color: var(--blue);
}
.page-numbers.next {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.page-numbers.prev {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.page-numbers.dots {
  background: transparent;
  color: #868686;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}

.rec-bl {
  margin-bottom: 15px;
}
.rec-bl .rec-bl__ttl {
  background: var(--blue);
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 80px 20px 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.rec-bl .rec-bl__ttl::after {
  display: inline-block;
  content: "+";
  color: #fff;
  font-size: 5rem;
  top: 9px;
  font-family: var(--en);
  position: absolute;
  right: 20px;
  line-height: 1;
}
.rec-bl .cont {
  display: none;
  font-size: 1.7rem;
}
.rec-bl .cont.active {
  margin-bottom: 80px;
}
.rec-bl .rec-bl__ttl.active::after {
  content: "-";
  font-size: 6rem;
  top: 5px;
}

.rec-bl__list li {
  padding: 20px;
  border-bottom: 1px solid #000;
}
.rec-bl__list li .txt {
  font-size: 1.7rem;
}

.rec-bl__list-ttl {
  font-size: 1.9rem;
  font-weight: bold;
}
.rec-bl__list-ttl::before {
  content: "■";
  color: var(--blue);
  display: inline-block;
  margin-right: 0.3em;
}

.rec__interview-bl {
  background-color: var(--blue);
  position: relative;
  position: absolute;
  width: calc(50vw + 475px);
  height: 710px;
  overflow: hidden;
}
.rec__interview-bl::before {
  display: block;
  width: calc(50vw + 475px);
  height: 100%;
  background-color: var(--blue);
  content: "";
  position: absolute;
}

.interview__item {
  display: grid;
  grid-template-columns: 55fr 45fr;
  background-color: #fff;
  max-height: 450px;
  margin-right: 20px;
}
.interview__item .img {
  height: 480px;
  position: relative;
  margin-top: -30px;
}
.interview__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__item .img .interview__float-bl {
  width: 65%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview__item .img .interview__float-bl .address {
  width: 70%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 3px;
  border-radius: 30px;
  margin: 0 auto 10px;
  font-size: 1.6rem;
  text-align: center;
}
.interview__item .img .interview__float-bl .name {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.interview__item .img .interview__float-bl .name .tag {
  font-weight: normal;
  font-size: 1.5rem;
}
.interview__item .cont {
  padding: 40px 20px;
}
.interview__item .cont .interview__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.interview__item .cont .txt {
  font-size: 1.5rem;
}

.rec__process-list {
  padding: 60px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 30px;
  position: relative;
  list-style: none;
}
.rec__process-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50vw + 475px);
  height: 100%;
  background-color: #F8F8F8;
  z-index: -1;
}
.rec__process-list li {
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.rec__process-list li img {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.rec__process-list li p {
  font-size: 1.6rem;
}
.rec__process-list .line1 {
  content: "";
  position: absolute;
  top: 30%;
  left: 50px;
  display: block;
  width: 800px;
  max-width: 80%;
  height: 20px;
  background-color: #fff;
  z-index: 0;
  transform: translateY(-50%);
}
.rec__process-list .line2 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  display: block;
  width: 800px;
  max-width: 80%;
  height: 20px;
  background-color: #fff;
  z-index: 0;
  transform: translateY(-50%);
  display: none;
}
.rec__process-list .line3 {
  content: "";
  position: absolute;
  top: 73%;
  left: 50px;
  display: block;
  width: 800px;
  max-width: 80%;
  height: 20px;
  background-color: #fff;
  z-index: 0;
  transform: translateY(-50%);
}

.rec__process-ttl {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.rec__process-ttl .num {
  font-family: var(--en);
  font-size: 3rem;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
}

.rec__process-caution {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
  padding-right: 30px;
}

.rec__env-list {
  display: grid;
  row-gap: 30px;
}
.rec__env-list li {
  display: flex;
  gap: 10px;
}
.rec__env-list li:first-of-type {
  flex-direction: row-reverse;
}
.rec__env-list li .img {
  width: calc(50% - 5px);
}
.rec__env-list li .cont {
  width: calc(50% - 5px);
  background-color: #F8F8F8;
  padding: 20px;
}
.rec__env-list li .cont .txt {
  font-size: 1.6rem;
}

.rec__env-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 25px;
  padding: 15px 20px;
  background-color: #fff;
}
.rec__env-ttl::before {
  content: "■";
  color: var(--blue);
  margin-right: 5px;
  display: inline-block;
}

.rec__cta-big-cont {
  position: relative;
  margin-top: 200px;
  margin-bottom: 100px;
}
.rec__cta-big-cont .cont {
  width: 58%;
  background-color: var(--blue);
  padding: 130px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(0, -10deg);
  position: relative;
}
.rec__cta-big-cont .cont .cont-inner {
  width: 490px;
  max-width: 90%;
  transform: skew(0, 10deg);
}
.rec__cta-big-cont .cont .cont-inner .rec__cta-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.rec__cta-big-cont .cont .cont-inner .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.rec__cta-big-cont .img {
  position: absolute;
  z-index: 1;
  width: 53%;
  top: -20%;
  right: -3%;
}

.rec__cta-catch {
  padding: 100px 0 0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.rec__cta-bnr {
  margin: 50px auto 100px;
  display: block;
}

.rec__cta-big {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  flex-direction: column;
  background-position: center center;
  background-image: url(../img/webp/recruit/rec-cta.webp);
  margin-top: 120px;
}

.rec__cta-big-ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.rec__cta-big-ttl .en {
  font-family: var(--en);
  font-style: italic;
  font-size: 7rem;
  line-height: 1.1;
  display: block;
  text-align: center;
  font-weight: bold;
}
.rec__cta-big-ttl .ja {
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
}

.rec__cta-big-txt {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.7rem;
}

.news-none-txt {
  font-size: 1.7rem;
  margin-bottom: 120px;
}

.interview-swiper {
  padding: 160px 30px 80px;
  position: relative;
  width: 930px;
  max-width: 80%;
}

.recruit-page #link03,
.recruit-page #link04 {
  padding-top: 100px;
}

.recruit-page #link02 {
  padding-top: 80px;
}

.recruit-page #link03 {
  margin-top: 760px;
}

.recruit-page .bnr__btn-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 580px;
  max-width: 90%;
}
.recruit-page .bnr__btn-flex .tel-btn {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 75px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.recruit-page .bnr__btn-flex .tel-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition-duration: 0.3s;
}
.recruit-page .bnr__btn-flex .tel-btn .bnr-txt {
  font-size: 1.2rem;
  text-align: center;
}
.recruit-page .bnr__btn-flex .tel-btn .bnr-txt::before {
  display: inline-block;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}
.recruit-page .bnr__btn-flex .tel-num {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
}
.recruit-page .bnr__btn-flex .tel-num::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background-image: url(../img/common/tel-white.svg);
  background-size: contain;
  transform: translateY(2px);
}
.recruit-page .bnr__btn-flex .mail-btn {
  background-color: var(--blue);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  height: 75px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
.recruit-page .bnr__btn-flex .mail-btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background-image: url(../img/common/mail-icon-white.svg);
  background-size: contain;
  transform: translateY(2px);
  transition-duration: 0.3s;
}
.recruit-page .bnr__btn-flex .mail-btn:hover {
  background-color: #fff;
  color: var(--blue);
  transition-duration: 0.3s;
}
.recruit-page .bnr__btn-flex .mail-btn:hover::before {
  transition-duration: 0.3s;
  background-image: url(../img/common/mail-icon-red.svg);
}

.network__map {
  position: relative;
}

.map-link {
  background-color: var(--blue);
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
}
.map-link .icon-arrow {
  font-size: 1.3rem;
  color: #fff;
}
.map-link.area1 {
  top: 329px;
  left: 511px;
}
.map-link.area1::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  transform: scale(0, 0);
  top: -59px;
  left: -35px;
  position: absolute;
  background-color: rgba(38, 43, 181, 0.1);
  border-radius: 50%;
}
.map-link.area1:hover::after {
  animation-name: area-anim;
  animation-duration: 2s;
}
.map-link.area2 {
  top: 404px;
  left: 349px;
}
.map-link.area2::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: scale(0, 0);
  top: -150px;
  left: 0px;
  position: absolute;
  background-color: rgba(38, 43, 181, 0.1);
  border-radius: 50%;
}
.map-link.area2:hover::after {
  animation-name: area-anim;
  animation-duration: 2.5s;
}
.map-link.area3 {
  top: 300px;
  left: 750px;
}
.map-link.area3::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: scale(0, 0);
  top: -60px;
  left: 80px;
  position: absolute;
  background-color: rgba(206, 0, 0, 0.1);
  border-radius: 50%;
}
.map-link.area3:hover::after {
  animation-name: area-anim;
  animation-duration: 2.5s;
}
.map-link.area4 {
  top: 310px;
  left: 50px;
}
.map-link.area4::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: scale(0, 0);
  top: -110px;
  left: 0px;
  position: absolute;
  background-color: rgba(206, 0, 0, 0.1);
  border-radius: 50%;
}
.map-link.area4:hover::after {
  animation-name: area-anim;
  animation-duration: 2.5s;
}

@keyframes area-anim {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
#network__main {
  margin-top: 120px;
}

.network__main-ttl {
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 70px;
  color: #fff;
  background: linear-gradient(45deg, #000 0%, #000 35%, var(--blue) 35%, var(--blue) 100%);
}

.network__main-txt {
  font-size: 1.8rem;
  margin-bottom: 100px;
}

.network__main-ttl-middle {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.network__main-ttl-middle::before {
  display: inline-block;
  content: "■";
  color: var(--blue);
  margin-right: 0.3em;
}

.network__main-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 100px;
}
.network__main-list li a {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: block;
  height: 100%;
}
.network__main-list li a .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.network__main-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
}
.network__main-list li a:hover .img img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.network__main-list li a .cont {
  padding: 20px;
}
.network__main-list li a .cont .network__main-list-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 15px;
}
.network__main-list li a .cont .network__main-list-ttl .icon-arrow {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  background-color: var(--blue);
  border-radius: 50%;
  transition-duration: 0.5s;
}
.network__main-list li a .cont .txt {
  font-size: 1.6rem;
  color: #000;
}

.network__main-list li a:hover .cont .network__main-list-ttl .icon-arrow {
  transform: scale(1.2) translate(0, -47%);
  right: -62px;
  transition-duration: 0.5s;
}

.network__bnr-link {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 120px;
  transition-duration: 0.3s;
}
.network__bnr-link:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

#area .back-link-wrapper {
  margin-top: 100px;
}

.area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}
.area-list li {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.area-list li .cont {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-list li .cont .area__ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.area-list li .cont .area__ttl::before {
  content: "■";
  color: var(--blue);
  margin-right: 0.3em;
  display: inline-block;
}
.area-list li .cont .area__ttl .small {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
.area-list li .cont .area__ttl .middle {
  font-size: 85%;
}
.area-list li .cont .area__table {
  width: calc(100% - 170px);
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
}
.area-list li .cont .area__table dt {
  font-size: 1.6rem;
  width: 58px;
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
}
.area-list li .cont .area__table dd {
  width: calc(100% - 58px);
  font-size: 1.6rem;
}
.area-list li .cont .area__table dd a {
  color: #000;
}
.area-list li .cont .area-map-link {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--en);
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding-right: 20px;
  border: 1px solid #484848;
  color: #484848;
  transition-duration: 0.3s;
}
.area-list li .cont .area-map-link::after {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/network/tab.svg);
}
.area-list li .cont .area-map-link:hover {
  background-color: #000;
  color: #fff;
  transition-duration: 0.3s;
  border: 1px solid #000;
}
.area-list li .cont .area-map-link:hover::after {
  background-image: url(../img/network/tab-white.svg);
}

#contact-cont {
  padding: 120px 0;
}

.contact__main-bl > .txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.contact__caution-list {
  padding: 25px 30px 25px 40px;
  background: #F8F8F8;
  margin-bottom: 80px;
}
.contact__caution-list li p {
  font-size: 1.7rem;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -0.88em;
}
.contact__caution-list li p::before {
  content: "■";
  font-size: 120%;
  display: inline-block;
  margin-right: 10px;
  color: var(--blue);
}

.contact__table {
  display: flex;
  flex-wrap: wrap;
}
.contact__table.confirm dd p {
  font-size: 1.5rem;
  word-break: break-all;
}
.contact__table dt {
  width: 300px;
  min-height: 80px;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  background: #eaf0f7;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.contact__table dt p {
  font-weight: bold;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__table dt p .contact__caution {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  background-color: #00428E;
  padding: 2px 10px;
}
.contact__table dd {
  width: calc(100% - 300px);
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.contact__table dd p {
  width: 100%;
  display: flex;
}
.contact__table dd p .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__table dd input[type=text],
.contact__table dd input[type=email],
.contact__table dd textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #ccc;
  padding: 10px;
}
.contact__table dd textarea {
  height: 170px;
  resize: none;
  padding: 10px;
}
.contact__table dd .input-tel {
  font-size: 1.6rem;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
.contact__table dd .tel-line {
  width: 5%;
  display: flex;
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact__table dd.tel-cel .wpcf7-form-control-wrap {
  width: 30%;
}

.wpcf7-submit {
  display: flex;
  width: 350px;
  height: 75px;
  background: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 100px auto 0;
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 5px solid var(--blue);
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

input[type=radio] + .wpcf7-list-item-label {
  font-size: 1.6rem;
  padding-right: 25px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  transform: translateY(-2px);
}

.wpcf7-previous {
  display: flex;
  width: 350px;
  height: 75px;
  background: #E5E5E5;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 100px auto 0;
}

.submit-flex {
  margin-top: 100px;
}
.submit-flex p {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit-flex .wpcf7-previous {
  margin: 0;
}
.submit-flex .wpcf7-submit {
  margin: 0;
}

.wpcf7-spinner {
  position: absolute !important;
}

.thanks-txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.to-top-link a {
  display: flex;
  width: 350px;
  height: 75px;
  background: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 0;
  border: 1px solid var(--blue);
  transition-duration: 0.3s;
}
.to-top-link a:hover {
  background-color: #fff;
  color: var(--blue);
  transition-duration: 0.3s;
}

.contact-page #top-return-btn,
.contact-page .footer__contact-btn-pc,
.contact-page .footer__contact-btn-sp {
  display: none;
}

.network__map img.map-icon-info {
  width: 250px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-page .grecaptcha-badge {
  visibility: visible;
}

.company__set-group-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}
.company__set-group-ttl::before {
  content: "■";
  color: var(--blue);
  display: inline-block;
}

.company__set-group-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.company__set-group-list-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--blue);
  padding: 9px 20px;
}

.company__set-group-list-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company__set-group-list-table dt {
  padding: 9px 20px;
  width: 30%;
  border: 1px solid #707070;
  border-top: none;
  font-size: 1.7rem;
  font-weight: bold;
}
.company__set-group-list-table dd {
  padding: 9px 20px;
  width: 70%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 1.7rem;
}

.network-index-page .under__mv-ttl .en {
  font-size: 13rem;
}

@media screen and (min-width: 1600px) {
  .rec__cta-big-cont .img {
    width: 45%;
    top: -20%;
    right: -3%;
  }
  .rec__cta-big-cont .cont {
    width: 66%;
  }
  .rec__cta-big-cont {
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1400px) {
  #news__content {
    margin-left: calc(5% + 60px);
    max-width: 88%;
  }
}
@media screen and (max-width: 1250px) {
  .map-link {
    padding: 5px 10px;
    gap: 6px;
    font-size: 1.5rem;
  }
  .map-link.area1 {
    top: 47%;
    left: 40vw;
  }
  .map-link.area4 {
    top: 46%;
    left: 4vw;
  }
  .map-link.area2 {
    top: 63%;
    left: 20vw;
  }
  .map-link.area3 {
    top: 55%;
    left: 70vw;
  }
  .map-link.area1::after {
    width: 50px;
    height: 50px;
    top: -4.5vw;
    left: 0;
  }
  .map-link.area4::after {
    width: 100px;
    height: 100px;
    top: -10vw;
    left: 0px;
  }
  .map-link.area2::after {
    width: 100px;
    height: 100px;
    top: -15vw;
    left: 5vw;
  }
  .map-link.area3::after {
    width: 100px;
    height: 100px;
    top: -10vw;
    left: -3vw;
  }
}
@media screen and (max-width: 1200px) {
  .under__mv-cont {
    max-width: 90%;
  }
  .under__mv-ttl .en {
    font-size: 10rem;
  }
  .under__mv-ttl .ja {
    font-size: 2.1rem;
  }
  .base__main-ttl {
    font-size: 2.8rem;
  }
  .under__main-cont {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .base__under-title .ja {
    font-size: 1.4rem;
  }
  .base__under-title .en {
    font-size: 5rem;
  }
  .base__under-title {
    border-left: 7px solid var(--blue);
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .company__policy-list li {
    font-size: 1.8rem;
  }
  .side-nav__list li a {
    font-size: 1.6rem;
  }
  .company__policy-iso-bl .txt {
    font-size: 1.6rem;
  }
  .company__policy-iso-bl {
    padding: 60px 20px;
  }
  .company__policy-iso-ttl {
    font-size: 1.8rem;
    padding: 6px 20px;
  }
  .company__policy-list {
    margin-bottom: 70px;
  }
  .company__policy {
    margin-bottom: 110px;
  }
  .company__message-bl p {
    font-size: 1.6rem;
  }
  .company__message-name .president-img {
    width: 280px;
  }
  .company__message-name .name {
    width: 165px;
  }
  .company__message-name {
    margin-top: 135px;
  }
  .company__overview-list dd {
    font-size: 1.6rem;
    width: calc(100% - 220px);
  }
  .company__overview-list dt {
    font-size: 1.6rem;
    width: 200px;
  }
  .history-swiper {
    padding-top: 120px;
  }
  .company__history-wrapper {
    width: calc(95vw - 160px);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: 85px;
  }
  .company__message {
    margin-bottom: 110px;
  }
  .company__overview {
    margin-bottom: 110px;
  }
  .under__mv-ttl {
    bottom: auto;
    top: 0;
  }
  .under__mv-bl {
    height: auto;
    position: relative;
    padding-top: 95px;
  }
  .breadclumb {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under__mv-cont {
    width: 90%;
    position: relative;
    margin-top: 70px;
    max-width: 90%;
    height: auto;
  }
  .news-page-detail .under__mv-cont .breadclumb {
    max-width: 100%;
  }
  #news__content {
    margin-left: auto;
  }
  .base__under-title .ja.big {
    font-size: 4rem;
  }
  .product__flex .img .link-wrapper {
    bottom: -115px;
    left: auto;
    right: 0;
  }
  .product__flex {
    margin-bottom: 200px;
  }
  .texturing-under__bl {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .micromat-page .under__mv-cont,
  .sky-page .under__mv-cont {
    margin-right: auto;
  }
  .laser-page .under__mv-bl,
  .texturing-page .under__mv-bl,
  .coating-page .under__mv-bl,
  .modeltech-page .under__mv-bl {
    padding-top: 25px;
  }
  .laser-page .under__mv-cont,
  .texturing-page .under__mv-cont,
  .coating-page .under__mv-cont,
  .modeltech-page .under__mv-cont {
    width: 90%;
    max-width: 90%;
    margin-right: auto;
  }
  .under-product__mv-ttl .ja {
    font-size: 4rem;
    line-height: 1.3;
  }
  .under-product__mv-flex .img {
    width: 100%;
    height: 400px;
  }
  .under-product__mv-flex .cont {
    width: 100%;
  }
  .under-product__mv-flex {
    flex-direction: column;
  }
  .texturing-works__flow-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex .img {
    height: 280px;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex .cont {
    height: 280px;
  }
  .rec__cta-big-cont .cont {
    width: 58%;
    padding: 87px 0;
  }
  .rec__cta-big-cont .cont .cont-inner .rec__cta-ttl {
    font-size: 3rem;
  }
  .rec__cta-big-cont .img {
    width: 50%;
    top: 38%;
    transform: translateY(-50%);
    right: -3%;
  }
  .area-list {
    gap: 25px 20px;
  }
  .area-list li .cont .area__ttl {
    font-size: 1.7rem;
  }
  .area-list li .cont .area-map-link {
    width: 120px;
    height: 45px;
    font-size: 1.3rem;
  }
  .area-list li .cont .area__table {
    width: calc(100% - 130px);
    gap: 7px 0;
  }
  .area-list li .cont .area__table dt {
    font-size: 1.4rem;
  }
  .area-list li .cont .area__table dd {
    font-size: 1.4rem;
  }
  .area-page .under__mv-cont {
    margin-right: auto;
  }
  .rec__process-ttl {
    font-size: 1.8rem;
  }
  .rec__process-ttl .num {
    font-size: 2rem;
  }
  .rec__process-list {
    padding: 60px 0 60px 30px;
    gap: 15px;
  }
  .rec__process-list li img {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
  }
  .rec__process-list li p {
    font-size: 1.4rem;
  }
  .rec__process-list li {
    padding: 15px;
  }
  .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .contact__table dt.radio-cel {
    height: 165px;
  }
  #feature {
    padding-top: 0;
  }
  .company__set-group-list-table dt {
    width: 210px;
    font-size: 1.6rem;
  }
  .company__set-group-list-table dd {
    width: calc(100% - 210px);
    font-size: 1.6rem;
  }
  .company__set-group-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .company__set-group-list-ttl {
    font-size: 1.6rem;
  }
  .under .icon-logo {
    color: #fff;
  }
  .network-index-page .under__mv-ttl .en {
    font-size: 9rem;
  }
  #link04 .company__overview-list dt {
    width: 106px;
  }
  #link04 .company__overview-list dd {
    width: calc(100% - 126px);
  }
}
@media screen and (max-width: 1000px) {
  .interview-swiper {
    max-width: 73%;
  }
}
@media screen and (max-width: 834px) {
  .under__mv-cont {
    width: 95%;
    max-width: 95%;
  }
  .under__mv-bl {
    height: 320px;
    padding-top: min(15vw, 75px);
  }
  .under__mv-ttl .en {
    font-size: 14vw;
  }
  .under__mv-ttl .ja {
    font-size: 1.6rem;
  }
  .under__mv-ttl .en {
    font-size: min(14vw, 70px);
  }
  .breadclumb li a {
    font-size: 1.3rem;
  }
  .breadclumb li {
    font-size: 1.3rem;
  }
  .breadclumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .base__main-ttl {
    font-size: 2.1rem;
  }
  .under__main-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content__wrapper {
    width: 100%;
    left: 0;
  }
  .base__under-title .en {
    font-size: 3.8rem;
  }
  .base__under-title {
    padding-left: 22px;
    margin-bottom: 30px;
  }
  .company__policy-list li {
    font-size: 1.5rem;
    padding: 30px 20px 20px;
  }
  .company__policy-list li::before {
    width: 25px;
    height: 2px;
    top: 21px;
    left: 20px;
  }
  .company__policy-list {
    margin-bottom: 50px;
    gap: 10px;
  }
  .company__policy-iso-bl {
    padding: 50px 5px;
  }
  .company__policy-iso-bl .txt {
    font-size: 1.45rem;
  }
  .company__policy-iso-ttl {
    font-size: 1.7rem;
  }
  .company__policy {
    margin-bottom: 70px;
  }
  .company__message-bl p {
    font-size: 1.5rem;
  }
  .company__message-name .president-img {
    width: 184px;
    left: auto;
    right: 0;
  }
  .company__message-name .president-img {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .company__message-name .small {
    font-size: 1.4rem;
  }
  .company__message-name .name {
    width: 135px;
  }
  .company__message-name {
    margin-top: 90px;
    padding: 22px 30px;
  }
  .company__message {
    margin-bottom: 70px;
  }
  .company__overview-list {
    gap: 0 10px;
  }
  .company__overview-list dt {
    font-size: 1.4rem;
    width: 100px;
    padding: 10px;
  }
  .company__overview-list dt .small {
    font-size: 80%;
    transform: translateX(-8px);
    display: block;
  }
  #link04 .company__overview-list dt {
    width: 85px;
  }
  .company__overview-list dd {
    font-size: 1.4rem;
    width: calc(100% - 110px);
    padding: 10px;
  }
  #link04 .company__overview-list dd {
    width: calc(100% - 95px);
  }
  .company__overview {
    margin-bottom: 70px;
  }
  .company__history-wrapper {
    width: 95vw;
  }
  .history-cont {
    padding: 20px;
  }
  .history-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .histry-table dt {
    padding: 0;
  }
  .history-item {
    padding: 25px 10px 0;
  }
  .history-item::after {
    height: 25px;
  }
  #base__content {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .company-page #base__content {
    margin-bottom: 140px;
  }
  #base__content #side-nav {
    width: 100%;
    position: relative;
    max-height: initial;
    left: 0;
    top: 0 !important;
  }
  #side-nav {
    background-color: #F8F8F8;
    padding: 30px;
  }
  .side-nav__ttl {
    display: block;
    font-size: 1.5rem;
    font-family: var(--en);
    cursor: pointer;
    margin-bottom: 0;
  }
  .side-nav__ttl::after {
    display: none;
  }
  .side-nav__ttl::before {
    content: "+";
    font-size: 1.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
  }
  .side-nav__ttl.active {
    margin-bottom: 20px;
  }
  .side-nav__ttl.active::before {
    content: "-";
  }
  .side-nav__list {
    display: none;
  }
  .side-nav__list li {
    margin-bottom: 0;
  }
  .side-nav__list li a {
    display: block;
    width: 100%;
    padding: 7px 0;
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
  }
  .side-nav__list li a::after {
    content: "↓";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
  }
  #top-return-btn img {
    width: 14px;
  }
  .side-nav__list li a.active::before {
    display: none;
  }
  /* news */
  #base__content.under__wrapper #side-nav {
    top: 0;
  }
  .under__wrapper {
    padding-top: 50px;
    margin-bottom: 60px !important;
  }
  .news-page .news__list li a::before {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    right: 10px;
  }
  .news-page .news__list li a {
    padding: 15px 55px 15px 0;
  }
  .news-page__ttl {
    margin: 20px 0 20px;
  }
  .news-page__ttl .cate {
    font-size: 1.4rem;
  }
  .news-page__ttl .date {
    font-size: 1.3rem;
  }
  .news-page__ttl .news__list-title {
    font-size: 1.8rem;
  }
  .news-page__img {
    width: 600px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
  .news-page__content h2 {
    font-size: 1.7rem;
  }
  .news-page__content p {
    font-size: 1.5rem;
  }
  .news-page__content ul li {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .news-page__content h3 {
    font-size: 1.6rem;
  }
  .news-page__content h4 {
    font-size: 1.6rem;
  }
  .product__flex {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .product__flex .cont {
    width: 100%;
  }
  .product__flex .img {
    width: 100%;
  }
  .product__flex .img .link-wrapper {
    left: auto;
    right: 0;
    bottom: initial;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
  }
  .product__flex .img .link-wrapper .base__link {
    gap: 15px;
  }
  .product__flex .img .link-wrapper .base__link .txt {
    font-size: 2rem;
  }
  .product__flex .img .link-wrapper .base__link:hover .arrow::before {
    background-color: var(--blue);
  }
  .product__flex .img .link-wrapper .base__link:hover .arrow::after {
    color: #fff;
  }
  .base__under-title .ja.big {
    font-size: 3rem;
  }
  .base__under-title .en.small {
    font-size: 1.4rem;
  }
  .texturing-under__ttl .ja {
    font-size: 3rem;
  }
  .texturing-under__ttl .en {
    font-size: 1.4rem;
  }
  .texturing-under__bl .cont .txt {
    font-size: 1.5rem;
  }
  .texturing-under__bl {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .texturing-under__bl .cont {
    margin-bottom: 30px;
  }
  .micromat-page .under__mv-cont,
  .sky-page .under__mv-cont {
    width: 90%;
    max-width: 90%;
  }
  .obi-ttl .ja {
    font-size: 2.1rem;
  }
  .obi-ttl .en {
    font-size: 1.4rem;
  }
  .obi-ttl {
    padding: 15px 10px 10px 20px;
  }
  .product-under__list li {
    font-size: 1.5rem;
  }
  .product-under__list {
    padding: 20px 20px 20px 30px;
  }
  .s_mb30 {
    margin-bottom: 30px;
  }
  .sky-link {
    width: 280px;
    height: 60px;
    font-size: 1.6rem;
    margin: 50px auto 50px auto;
  }
  .sky-link::before {
    width: 100%;
    height: 105%;
  }
  .sky-link.micromat-link {
    margin: 50px auto 50px auto;
  }
  .sky-link .txt::after {
    font-size: 150%;
  }
  .back-link-wrapper .base__link:hover .arrow::before {
    background-color: var(--blue);
  }
  .back-link-wrapper .base__link:hover .arrow::after {
    color: #fff;
  }
  .sky__flex .item {
    width: 100%;
  }
  .sky__flex {
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sky__txt {
    font-size: 1.5rem;
  }
  .sky-feature__ttl {
    height: 55px;
    font-size: 1.5rem;
  }
  .laser-page .under__mv-bl,
  .texturing-page .under__mv-bl,
  .coating-page .under__mv-bl,
  .modeltech-page .under__mv-bl {
    height: auto;
  }
  .under-product__mv-ttl {
    margin-bottom: 20px;
  }
  .under-product__mv-ttl .ja {
    font-size: 3rem;
  }
  .under-product__mv-ttl .en {
    font-size: 1.3rem;
  }
  .under-product__mv-flex {
    gap: 20px 5%;
  }
  #laser-about {
    margin-top: 60px;
  }
  .under-product__mv-flex .cont .txt {
    font-size: 1.5rem;
  }
  .lase-about__main-txt {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .laser-about__list li {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .laser-about__list li .img {
    width: 100%;
  }
  .laser-about__list li .cont {
    width: 100%;
  }
  .laser-about__list {
    margin-bottom: 40px;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .laser-about__list li .cont .txt {
    font-size: 1.5rem;
  }
  .laser-about__list li:nth-of-type(even) {
    flex-direction: column;
  }
  .laser-tech__cont .txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .laser-tech__swiper {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .laser-sample__list,
  .modeltech-sample__list {
    gap: 10px;
    margin-bottom: 10px;
  }
  .laser-sample__list li a::after,
  .modeltech-sample__list li a::after {
    width: 12px;
    height: 12px;
    right: 6px;
    bottom: 6px;
  }
  .laser-sample__list li a::before,
  .modeltech-sample__list li a::before {
    border-width: 0px 0px 40px 40px;
  }
  .laser__img-txt,
  .modeltech__img-txt {
    margin-bottom: 50px;
  }
  .under-product__mv-flex .img {
    height: 230px;
  }
  #coating-about {
    padding-top: 60px;
  }
  .about-coating__list {
    width: 500px;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .about-coating__list li {
    width: 100%;
  }
  .coating-ex__txt,
  .coating-about__main-txt,
  .coating-kinds__txt,
  .coating-kinds__txt,
  .coating-ex__contact-bl > .txt,
  .modeltech-about__main-txt {
    font-size: 1.5rem;
  }
  .coating-kinds-table {
    width: 800px;
  }
  .table-wrapper {
    overflow: auto;
    padding-bottom: 10px;
  }
  .table-slide-txt {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .coating-kinds-table .cel1,
  .coating-kinds-table .cel2,
  .coating-kinds-table .cel3 {
    padding: 7px;
    font-size: 1.5rem;
  }
  .coating-kinds-table th {
    padding: 4px;
    font-size: 1.5rem;
  }
  .coating-kinds-table td {
    padding: 4px;
    font-size: 1.4rem;
  }
  #coating-ex {
    padding-top: 60px;
  }
  .coating-ex__ttl .en {
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    font-weight: 600;
  }
  .coating-ex__ttl {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .coating-ex__ttl .ja {
    font-size: 1.5rem;
  }
  .coating-ex__table th {
    font-size: 1.5rem;
    width: 100px;
  }
  .coating-ex__table td {
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }
  .form-link {
    width: 280px;
    height: 60px;
    margin: 40px auto 60px;
  }
  .about-coating__list-img {
    border: 15px solid #E5E5E5;
  }
  .about-coating__list-img.red {
    border: 15px solid #eaf0f7;
  }
  .about-coating__ttl {
    font-size: 1.5rem;
  }
  #modeltech-sample {
    padding-top: 60px;
  }
  .laser-sample__txt,
  .modeltech-sample__txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #modeltech-about {
    padding-top: 60px;
  }
  .back-link-wrapper {
    margin: 0 auto 70px;
  }
  #texturing-about {
    padding-top: 60px;
  }
  #texturing-about > div > .txt,
  #texturing-advantages > .txt,
  #texturing-works > .base__inner > div > .txt,
  #texturing-principle > .base__inner > .txt,
  #texturing-ex > .txt {
    font-size: 1.5rem;
  }
  .texturing-about__img-bl .img {
    margin-top: 30px;
    width: 90%;
    max-width: 500px;
  }
  .texturing-about__img-bl .img.img2 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
  }
  #texturing-advantages {
    padding-top: 60px;
  }
  .advantages-list li .num {
    font-size: 2rem;
    width: 48px;
    height: 48px;
    border: 5px solid #eaf0f7;
    margin: 0 auto 10px;
  }
  .advantages-list li .ttl {
    font-size: 1.8rem;
    padding: 5px;
    margin-bottom: 10px;
  }
  .advantages-list li .txt {
    font-size: 1.5rem;
  }
  .advantages-list {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #texturing-works {
    padding-top: 60px;
  }
  .texturing-works__flow {
    padding: 30px 0;
  }
  .texturing-works__flow-ttl {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .texturing-works__flow-list {
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }
  .texturing-works__flow-list li .ttl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .texturing-works__flow-list li .ttl .num {
    font-size: 1.6rem;
  }
  .texturing-works__flow-list li .ttl .ttl-txt {
    font-size: 1.5rem;
  }
  .texturing-works__flow-list li .txt {
    font-size: 1.3rem;
  }
  #texturing-principle {
    padding-top: 60px;
  }
  .texturing-principle__detail-list {
    margin: 20px auto 40px;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .texturing-principle__detail-ttl {
    font-size: 1.4rem;
  }
  .texturing-principle__flow-ttl-bl {
    align-items: initial;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .texturing-principle__flow-ttl {
    font-size: 1.8rem;
  }
  .texturing-principle__flow-swiper-ttl .tag {
    font-size: 1.5rem;
  }
  .texturing-principle__flow-swiper-ttl .ttl {
    font-size: 1.4rem;
  }
  .texturing-principle__flow-swiper .swiper-slide .card > .txt {
    margin-bottom: 10px;
  }
  .texturing-principle__flow-swiper .swiper-slide .card .img-flex {
    gap: 10px;
    flex-direction: column;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .texturing-principle__flow-swiper .swiper-slide .card .img-flex img {
    width: 100%;
  }
  .texturing-change__bl {
    padding-top: 60px;
  }
  .texturing-change__ttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .texturing-change__ttl-small {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .texturing-change__list li .cont .txt {
    font-size: 1.5rem;
  }
  .texturing-change__list li {
    gap: 10px;
    flex-direction: column;
  }
  .texturing-change__list li .cont {
    width: 100%;
  }
  .texturing-change__list li .img {
    width: 100%;
  }
  #texturing-ex {
    padding-top: 60px;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex .cont {
    height: auto;
    width: 100%;
    padding: 12px;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 12px;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex .cont .ttl {
    margin-bottom: 1px;
    font-size: 1.6rem;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex {
    gap: 17px;
    margin-bottom: 17px;
    flex-direction: column;
  }
  img.sample {
    width: 100%;
  }
  .texturing-ex__list li:nth-of-type(even) .texturing-ex__ttl-flex {
    flex-direction: column;
  }
  .texturing-ex__list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #texturing-kinds {
    padding-top: 60px;
  }
  #texturing-kinds .top-product__list {
    width: 500px;
    grid-template-columns: 1fr;
  }
  .texturing-about__img-bl {
    flex-direction: column;
  }
  .texturing-ex__list li .texturing-ex__ttl-flex .img {
    height: auto;
    width: 100%;
  }
  .texturing-ex__list {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .privacy__main-bl {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .privacy__main-bl .txt {
    font-size: 1.5rem;
    text-align: left;
  }
  .privacy__ttl {
    font-size: 1.7rem;
  }
  .privacy__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .privacy__list {
    margin-bottom: 30px;
  }
  .privacy-page .under__mv-ttl .en {
    font-size: min(12vw, 62px);
  }
  #privacy-cont {
    padding-bottom: 30px;
  }
  .news-page a[rel=prev] .single-page-arrow {
    padding: 0 5px 0 0;
    font-size: 100%;
  }
  .news-page a[rel=prev],
  .news-page a[rel=next] {
    font-size: 1.4rem;
  }
  .news-page a[rel=next] .single-page-arrow {
    padding: 0 0 0 5px;
    font-size: 100%;
  }
  .page-nav-flex {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .news-page .base__link:hover .arrow::before {
    background-color: var(--blue);
  }
  .news-page .base__link:hover .arrow::after {
    color: #fff;
  }
  .nav-links {
    gap: 10px;
    margin-top: 50px;
  }
  .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .news-page .side-nav__list li a::after {
    display: none;
  }
  .breadclumb.right {
    right: 0;
  }
  .rec-bl .rec-bl__ttl::after {
    font-size: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .rec-bl .rec-bl__ttl {
    font-size: 1.5rem;
    padding: 15px 35px 15px 15px;
  }
  .rec-bl .rec-bl__ttl::before {
    font-size: 1.8rem;
    left: 13px;
    top: 17px;
  }
  .rec-bl.active .cont {
    padding: 20px 15px;
    font-size: 1.5rem;
  }
  .rec-bl.active .rec-bl__ttl::after {
    font-size: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-none-txt {
    margin-bottom: 0;
  }
  .rec-bl .rec-bl__ttl.active::after {
    font-size: 3rem;
    top: 27px;
  }
  .rec-bl__list li {
    padding: 15px 0;
  }
  .rec-bl__list-ttl {
    font-size: 1.6rem;
  }
  .rec-bl__list li .txt {
    font-size: 1.5rem;
  }
  .rec-bl .cont.active {
    margin-bottom: 40px;
  }
  .rec__interview-bl {
    position: relative;
    height: auto;
    width: 95vw;
  }
  .interview__item .img {
    height: auto;
    margin-top: 0;
  }
  .interview__item {
    grid-template-columns: 1fr;
    height: auto;
    max-height: initial;
    margin-right: 20px;
  }
  .interview__item .cont {
    padding: 20px;
  }
  .interview__item .cont .interview__ttl {
    font-size: 1.5rem;
  }
  .interview__item .cont .txt {
    font-size: 1.4rem;
  }
  .interview__item .img .interview__float-bl {
    padding: 15px;
  }
  .interview__item .img .interview__float-bl .address {
    font-size: 1.4rem;
  }
  .interview__item .img .interview__float-bl .name {
    font-size: 1.6rem;
  }
  .interview__item .img .interview__float-bl .name .tag {
    font-size: 1.3rem;
  }
  .interview-swiper {
    padding: 90px 30px 50px;
    max-width: 100%;
  }
  .recruit-page #link03,
  .recruit-page #link04 {
    padding-top: 60px;
  }
  .recruit-page #link02 {
    padding-top: 40px;
  }
  .rec__process-list::before {
    left: -5%;
    width: 100vw;
  }
  .rec__process-list {
    padding: 30px 0 60px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .rec__process-ttl {
    font-size: 1.6rem;
  }
  .rec__process-ttl .num {
    font-size: 1.8rem;
  }
  .rec__process-list li img {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
  }
  .rec__process-list li p {
    font-size: 1.4rem;
  }
  .rec__process-caution {
    bottom: 25px;
    font-size: 1.3rem;
    padding-right: 0;
  }
  .rec__env-list li {
    flex-direction: column;
  }
  .rec__env-list li:first-of-type {
    flex-direction: column;
  }
  .rec__env-list li .img {
    width: 100%;
  }
  .rec__env-list li .cont {
    width: 100%;
    padding: 15px;
  }
  .rec__env-ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
    padding: 10px 10px;
  }
  .rec__env-list li .cont .txt {
    font-size: 1.5rem;
  }
  .rec__cta-big-cont .cont {
    width: 95%;
    padding: 109vw 0 15vw;
    transform: skew(0, -9deg);
  }
  .rec__cta-big-cont .img {
    width: 103%;
    top: -1%;
    right: -5%;
    transform: translateY(0);
  }
  .rec__cta-big-cont .cont .cont-inner {
    width: 90%;
    transform: skew(0, 9deg);
  }
  .rec__cta-big-cont .cont .cont-inner .txt {
    font-size: 1.5rem;
  }
  .rec__cta-big-cont .cont .cont-inner .rec__cta-ttl {
    font-size: 2rem;
  }
  .rec__cta-big-cont {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .rec__cta-catch {
    padding: 80px 0 0;
    font-size: 1.9rem;
  }
  .rec__cta-bnr {
    margin: 50px auto 60px;
  }
  .recruit-page #link03 {
    margin-top: 0;
  }
  #network__main {
    margin-top: 30px;
  }
  .network__main-ttl {
    height: 80px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .network__main-txt {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .network__main-ttl-middle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .network__main-list {
    gap: 15px;
    margin-bottom: 40px;
  }
  .network__main-list li a .img {
    height: 180px;
  }
  .network__main-list li a .cont .network__main-list-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .network__main-list li a .cont .network__main-list-ttl .icon-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    right: -45px;
  }
  .network__main-list li a:hover .cont .network__main-list-ttl .icon-arrow {
    right: -45px;
  }
  .network__main-list li a .cont .txt {
    font-size: 1.5rem;
  }
  .map-link.area1::after {
    top: -6.5vw;
    left: -2vw;
  }
  .network__bnr-link {
    margin-bottom: 60px;
  }
  .area-list {
    grid-template-columns: 1fr;
    gap: 25px 20px;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #area .back-link-wrapper {
    margin-top: 40px;
  }
  .area-list li .cont {
    display: grid;
  }
  .area-map-link {
    order: 2;
  }
  .area-list li .cont .area__table {
    width: 100%;
    margin-top: 10px;
    order: 3;
  }
  .area-list li .cont .area-map-link {
    width: 93px;
    height: 25px;
    font-size: 1rem;
    order: 2;
    padding-right: 10px;
  }
  .area-list li .cont .area__ttl {
    font-size: 1.5rem;
  }
  .area-list li .cont .area-map-link::after {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 7px;
  }
  .area-list li .cont .area__ttl .small {
    font-size: 1.4rem;
  }
  .texturing-principle__flow {
    padding: 70px 0 40px;
  }
  .texturing-principle__flow-swiper .swiper-slide .card {
    padding: 15px;
  }
  .texturing-principle__flow-swiper .swiper-slide .card > .txt {
    font-size: 1.4rem;
  }
  .rec__process-list .line1 {
    top: 19%;
  }
  .rec__process-list .line2 {
    display: block;
  }
  .rec__process-list .line3 {
    top: 78%;
  }
  .rec__process-list li {
    padding: 15px 13px;
  }
  .rec__process-list {
    gap: 15px;
  }
  .contact__table dt {
    width: 100%;
    height: 45px;
    min-height: 45px;
  }
  .contact__table dd {
    width: 100%;
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .contact__table dd input[type=text],
  .contact__table dd input[type=email],
  .contact__table dd textarea {
    font-size: 1.5rem;
    padding: 7px;
  }
  .contact__table dd .input-tel {
    font-size: 1.5rem;
    padding: 7px;
  }
  .contact__table dt.radio-cel {
    height: 45px;
  }
  .contact__table dt:last-of-type {
    height: 45px;
  }
  span.wpcf7-list-item-label::after {
    width: 22px;
    height: 22px;
  }
  span.wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
  input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .wpcf7-submit {
    height: 65px;
    font-size: 1.6rem;
    margin: 20px auto 0;
    max-width: 100%;
  }
  #contact-cont {
    padding: 60px 0;
  }
  .contact__caution-list {
    padding: 20px 20px 15px 30px;
    margin-bottom: 40px;
  }
  .contact__caution-list li p {
    font-size: 1.4rem;
  }
  .contact__main-bl > .txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .contact__table dt p {
    font-size: 1.5rem;
  }
  .contact__table dt p .contact__caution {
    font-size: 1.1rem;
  }
  .submit-flex p {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .submit-flex p br {
    display: none;
  }
  .submit-flex {
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-previous {
    height: 65px;
    font-size: 1.6rem;
    width: 250px;
  }
  .wpcf7-submit {
    width: 250px;
  }
  .to-top-link a {
    height: 65px;
    font-size: 1.6rem;
    width: 250px;
    margin-top: 30px;
  }
  .thanks-txt {
    font-size: 1.5rem;
  }
  .network__map img.map-icon-info {
    width: 250px;
  }
  .company__overview-list dd .month {
    display: block;
    width: 3.5em;
  }
  .rec__cta-big {
    margin-top: 50px;
  }
  .news-none-txt {
    font-size: 1.5rem;
  }
  .company__set-group-list-table dt {
    padding: 5px 10px;
    width: 175px;
    font-size: 1.4rem;
  }
  .company__set-group-list-table dd {
    padding: 5px 10px;
    width: calc(100% - 175px);
    font-size: 1.4rem;
  }
  .company__set-group-list-ttl {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  .company__set-group-ttl {
    font-size: 1.7rem;
    margin-bottom: 12px;
    margin-top: 40px;
  }
  .company__set-group-list {
    gap: 17px;
  }
  .network-index-page .under__mv-ttl .en {
    font-size: min(14vw, 70px);
  }
  .map-link:hover::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .base__main-ttl {
    font-size: 1.6rem;
  }
  .company__message-name .president-img {
    right: -13px;
  }
  .company__message-name .president-img {
    width: 150px;
  }
  .histry-table {
    font-size: 1.4rem;
  }
  .histry-table dt {
    width: 100%;
  }
  .histry-table dd {
    width: 100%;
  }
  .company__history-bl {
    height: 470px;
  }
  .recruit-page .bnr__btn-flex {
    grid-template-columns: 1fr;
  }
  .network__map {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: calc(54vw + 50px);
  }
  .network__map img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .map-link {
    padding: 5px 10px;
    gap: 3px;
    font-size: 1.4rem;
    width: 48%;
  }
  .map-link.area1 {
    top: 40vw;
    left: 0;
  }
  .map-link.area2 {
    top: 40vw;
    left: 51.5%;
  }
  .map-link.area3 {
    top: calc(40vw + 45px);
    left: 0;
  }
  .map-link.area4 {
    top: calc(40vw + 45px);
    left: 51.5%;
  }
  .network__main-ttl {
    height: 55px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .network__main-txt {
    margin-bottom: 30px;
  }
  .network__main-ttl-middle {
    font-size: 1.5rem;
  }
  .network__main-list {
    grid-template-columns: 1fr;
  }
  .network__main-list li a .cont .network__main-list-ttl .icon-arrow {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
    top: 50%;
    right: -34px;
  }
  .network__main-list li a .cont .network__main-list-ttl {
    font-size: 1.5rem;
  }
  .network__main-list li a:hover .cont .network__main-list-ttl .icon-arrow {
    right: -36px;
  }
  .network__main-list li a .cont {
    padding: 15px;
  }
  .network__main-list li a .cont .txt {
    font-size: 1.4rem;
  }
  .map-link::after {
    display: none;
  }
  .network__map img.map-icon-info {
    bottom: auto;
  }
}
@media screen and (max-width: 450px) {
  .rec__cta-big {
    height: 470px;
    background-image: url(../img/webp/recruit/rec-cta-sp.webp);
  }
  .interview__item .img {
    height: 250px;
  }
  .map-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .company__message-name .name {
    width: 120px;
  }
  .rec__process-ttl {
    font-size: 1.5rem;
  }
  .contact__main-bl > .txt {
    font-size: 1.4rem;
  }
  .thanks-txt {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=under.css.map */