html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #000000;
  font-size: 25rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 1300rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 1000rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_plus {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.font_san {
  font-family: "Noto Sans", sans-serif;
}

.c_red {
  color: #df1616;
}

.body_border {
  position: relative;
}
.body_border::before, .body_border::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background: #e50012;
  z-index: 10;
}
.body_border::before {
  top: 60rem;
  left: 0;
  width: 100%;
}
.body_border::after {
  top: 0;
  left: 60rem;
  width: 2px;
  height: 100%;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  margin-left: 62rem;
  margin-top: 62rem;
  height: 135rem;
  border-left: 9rem solid #ffe100;
  padding-right: 2.2395833333vw;
}
header .header_wrap .logo_wrap {
  padding-top: 24rem;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
header .header_wrap .logo_wrap img {
  width: 336rem;
}
header .header_wrap .nav_wrap {
  padding-top: 16rem;
  border-top: 13rem solid #ffe100;
}
header .header_wrap .nav_wrap ul {
  display: flex;
}
header .header_wrap .nav_wrap ul li a {
  width: 10.8333333333vw;
  height: 100%;
  padding: 8rem 5rem;
  border: 1px solid #e50012;
  border-left: 0;
  font-size: max(16rem, 10px);
  color: #e50012;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: bold;
}
header .header_wrap .nav_wrap ul li a:hover {
  background-color: #e50012;
  color: #fff;
}
header .header_wrap .nav_wrap ul li.first a {
  border-left: 1px solid #e50012;
}

.mv {
  position: relative;
}
.mv .swiper_wrap {
  position: relative;
}
.mv .swiper_wrap .swiper-pagination {
  position: absolute;
  bottom: 60rem;
}
.mv .swiper_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 27rem;
  height: 27rem;
  background-color: #fff;
  opacity: 1;
  margin: 0 14rem;
}
.mv .swiper_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E40012;
}
.mv .tit_wrap {
  position: absolute;
  top: 19.2708333333vw;
  left: 35%;
  transform: translateX(-50%);
  z-index: 1;
}
.mv .tit_wrap h2 {
  font-size: 3.4375vw;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3em;
}
.mv .tit_wrap .logo_wrap {
  margin-top: 11.9791666667vw;
}
.mv .tit_wrap .logo_wrap img {
  width: 298rem;
}

.news_top {
  margin-top: 160rem;
  background-color: #FF0000;
  position: relative;
  padding: 50rem;
}
.news_top::before {
  position: absolute;
  content: "";
  display: block;
  top: -33rem;
  left: 0;
  width: 353rem;
  height: 79rem;
  background: url(../img/pic_news_item.png) no-repeat center top/contain;
  z-index: -1;
}
.news_top h2 {
  position: absolute;
  top: -16rem;
  left: 50rem;
  font-size: 30rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.news_top .news_wrap {
  width: 100%;
  background-color: #fff;
  padding-left: 60rem;
  padding-right: 60rem;
  padding-bottom: 40rem;
  padding-top: 10rem;
}
.news_top .news_wrap dl .dl_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40rem;
  border-bottom: 4rem solid #FF0000;
  padding-top: 25rem;
  padding-bottom: 25rem;
}
.news_top .news_wrap dl .dl_wrap dt {
  font-size: 27rem;
  font-weight: bold;
}
.news_top .news_wrap dl .dl_wrap dd {
  font-size: 27rem;
}

.border_item {
  position: relative;
}
.border_item::before {
  position: absolute;
  content: "";
  display: block;
  top: 72rem;
  left: 62rem;
  width: 9rem;
  height: 318rem;
  background: #E40012;
}
.border_item.yellow::before {
  background: #E8DA22;
}

.tit_common {
  position: relative;
  z-index: 1;
}
.tit_common .number {
  position: absolute;
  top: -120rem;
  left: -93rem;
  z-index: -1;
}
.tit_common .number img {
  height: 393rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.tit_common .tit_sub img {
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.tit_common h2 {
  font-size: 60rem;
  margin-top: 35rem;
  line-height: 1.5;
  color: #e50012;
}
.tit_common .text {
  margin-top: 55rem;
  line-height: 1.8;
}

.btn_more a {
  font-size: 35rem;
  color: #E40012;
  border: 4rem solid #E40012;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 463rem;
  height: 93rem;
  font-weight: 500;
  border-radius: 60rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.2em;
  background-color: #fff;
  transition: 0.3s;
}
.btn_more a:hover {
  border: 4rem solid #fff;
  background-color: #E40012;
  color: #fff;
}

.message_top {
  margin-top: 145rem;
  position: relative;
}
.message_top .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.message_top .flex_wrap .text_wrap {
  width: 600rem;
  padding-top: 70rem;
}
.message_top .flex_wrap .text_wrap .text {
  margin-top: 80rem;
}
.message_top .flex_wrap .text_wrap .text P {
  line-height: 1.8;
}
.message_top .flex_wrap .text_wrap .text P + p {
  margin-top: 50rem;
}
.message_top .flex_wrap .img_area {
  width: 600rem;
  position: relative;
}
.message_top .flex_wrap .img_area .img_wrap {
  width: 48.4895833333vw;
}
.message_top .flex_wrap .img_area .img_wrap img {
  border-top-left-radius: 30rem;
  border-bottom-left-radius: 30rem;
}
.message_top .flex_wrap .img_area .name {
  position: absolute;
  left: 70rem;
  top: 320rem;
  padding-left: 20rem;
  font-size: 25rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.message_top .flex_wrap .img_area .name::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9rem;
  height: 80rem;
  background: #ffe100;
}
.message_top .flex_wrap .img_area .name span {
  font-size: 40rem;
  display: block;
}
.message_top .flex_wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 86rem;
}
.message_top .flex_wrap.reverse .text_wrap {
  padding-top: 0;
}
.message_top .flex_wrap.reverse .text_wrap .text {
  margin-top: 0;
}
.message_top .flex_wrap.reverse .img_area .img_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.message_top .flex_wrap.reverse .img_area .img_wrap img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30rem;
  border-bottom-right-radius: 30rem;
}
.message_top .btn_more {
  margin-top: 210rem;
}

.business_top {
  padding-top: 188rem;
  z-index: 2;
  position: relative;
  z-index: 1;
}
.business_top::after {
  position: absolute;
  content: "";
  display: block;
  top: 60rem;
  left: 0;
  width: 100%;
  height: 752rem;
  background: url(../img/bg_tit_business.png) no-repeat center top/cover;
  z-index: -1;
}
.business_top.border_item::before {
  top: 190rem;
  height: 260rem;
}
.business_top .tit_common {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.business_top .tit_common h2 {
  color: #e8da22;
}
.business_top .content_wrap {
  margin-top: 70rem;
  padding-top: 200rem;
  padding-bottom: 185rem;
  position: relative;
  background: #fff;
  z-index: -1;
}
.business_top .content_wrap .logo_vertical {
  position: absolute;
  top: 20rem;
  left: 60rem;
}
.business_top .content_wrap .logo_vertical img {
  width: 15.625vw;
}
.business_top .content_wrap ul {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}
.business_top .content_wrap ul li {
  font-size: 40rem;
  font-weight: bold;
  color: #E40012;
  padding: 10rem 15rem;
  border: 3rem solid #E40012;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.business_top .content_wrap ul li:first-child {
  border: 3rem solid #fff;
  color: #fff;
  background-color: #E40012;
}
.business_top .content_wrap ul li + li {
  margin-top: 40rem;
}
.business_top .content_wrap ul li.andmore {
  margin-top: 38rem;
  width: 714rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.equipment_top {
  background-color: #fffcdb;
  padding-top: 220rem;
  padding-bottom: 115rem;
  position: relative;
}
.equipment_top.border_item::before {
  top: 220rem;
}
.equipment_top .tit_common {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}
.equipment_top .swiper_area {
  position: relative;
  margin-top: 50rem;
  height: 950rem;
}
.equipment_top .swiper_area .swiper_wrap {
  position: absolute;
  left: -345rem;
  top: 0;
  width: 2950rem;
}
.equipment_top .swiper_area .swiper_wrap .img_wrap {
  width: 1477rem;
  padding-left: 25rem;
  padding-right: 25rem;
}
.equipment_top .swiper_area .swiper-button-prev,
.equipment_top .swiper_area .swiper-button-next {
  top: 50%;
  width: 79rem;
  height: 79rem;
}
.equipment_top .swiper_area .swiper-button-prev::after,
.equipment_top .swiper_area .swiper-button-next::after {
  content: "";
  width: 79rem;
  height: 79rem;
  background: url(../img/ico_arrow.svg) no-repeat center top/contain;
}
.equipment_top .swiper_area .swiper-button-prev {
  left: 140rem;
  transform: translateY(-50%) rotate(-180deg);
}
.equipment_top .swiper_area .swiper-button-next {
  right: 140rem;
  transform: translateY(-50%);
}
.equipment_top .btn_more {
  margin-top: 110rem;
}
.equipment_top .factory {
  margin-top: 82rem;
}
.equipment_top .factory::before {
  top: 0;
  height: 131rem;
}
.equipment_top .factory .factory_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20rem;
}
.equipment_top .factory .factory_wrap .box {
  width: 620rem;
}
.equipment_top .factory .factory_wrap .box p {
  margin-top: 5rem;
}
.equipment_top .tokin_top {
  margin-top: 52rem;
}
.equipment_top .tokin_top::before {
  top: 50rem;
  height: 131rem;
}
.equipment_top .tokin_top .tokin_wrap {
  border-top: 3rem solid #e40012;
  padding-top: 46rem;
  display: flex;
  justify-content: space-between;
}
.equipment_top .tokin_top .tokin_wrap .text_wrap {
  width: 50%;
  border-right: 1px solid #e40012;
}
.equipment_top .tokin_top .tokin_wrap .text_wrap .logo_tokin {
  margin-top: 90rem;
}
.equipment_top .tokin_top .tokin_wrap .text_wrap .logo_tokin img {
  width: 585rem;
}
.equipment_top .tokin_top .tokin_wrap .img_wrap {
  width: 50%;
  text-align: right;
}
.equipment_top .tokin_top .tokin_wrap .img_wrap img {
  width: 585rem;
}

.episode_top {
  padding-top: 220rem;
}
.episode_top.border_item::before {
  top: 220rem;
  height: 260rem;
}
.episode_top .logo_vertical {
  position: absolute;
  top: 190rem;
  right: 65rem;
}
.episode_top .logo_vertical img {
  width: 18.75vw;
}
.episode_top .interview_img {
  margin-top: 75rem;
}
.episode_top .interview_img img {
  border-radius: 50rem;
}
.episode_top .interview_img .btn_more {
  margin-top: 90rem;
}
.episode_top .img_area {
  margin-top: 100rem;
}
.episode_top .img_area .img_wrap + .img_wrap {
  margin-top: 25rem;
}

.company_top {
  margin-top: 130rem;
}
.company_top.border_item::before {
  top: 0;
  height: 130rem;
}
.company_top .flex_wrap {
  display: flex;
}
.company_top .flex_wrap {
  display: flex;
  justify-content: center;
  gap: 130rem;
  position: relative;
}
.company_top .flex_wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 100%;
  background: #E40012;
}
.company_top .flex_wrap .box {
  width: 580rem;
}
.company_top .flex_wrap .box p {
  line-height: 2;
}
.company_top .flex_wrap .box.sanshin .img_wrap {
  margin-top: 75rem;
}
.company_top .btn_more {
  margin-top: 125rem;
}

footer {
  margin-top: 140rem;
}
footer .footer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 62rem;
  padding-right: 2.2395833333vw;
}
footer .footer_wrap .logo_wrap {
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
footer .footer_wrap .logo_wrap img {
  width: 336rem;
}
footer .footer_wrap .nav_wrap ul {
  display: flex;
}
footer .footer_wrap .nav_wrap ul li a {
  width: 10.8333333333vw;
  height: 100%;
  padding: 5rem;
  border: 3rem solid #e40012;
  border-left: 0;
  font-size: max(15rem, 10px);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
  color: #e40012;
}
footer .footer_wrap .nav_wrap ul li a:hover {
  background-color: #e40012;
  color: #fff;
}
footer .footer_wrap .nav_wrap ul li:first-child a {
  border-left: 3rem solid #e40012;
}
footer .footer_bottom {
  width: 100%;
  height: 180rem;
  padding-top: 54rem;
  background-color: #E40012;
  margin-top: 42rem;
}
footer .footer_bottom .logo_wrap {
  text-align: center;
}
footer .footer_bottom .logo_wrap img {
  width: 300rem;
}
footer .footer_bottom .copy {
  margin-top: 30rem;
  font-size: max(15rem, 10px);
  color: #fff;
  text-align: center;
}

.to_top {
  position: fixed;
  z-index: 999;
  right: 30rem;
  bottom: 70rem;
  display: none;
}
.to_top img {
  width: 70rem;
  transform: rotate(-90deg);
}

#page_company header .header_wrap .nav_wrap ul li.company a,
#page_facility header .header_wrap .nav_wrap ul li.facility a,
#page_interview header .header_wrap .nav_wrap ul li.interview a,
#page_news header .header_wrap .nav_wrap ul li.news a,
#page_single header .header_wrap .nav_wrap ul li.news a,
#page_contact header .header_wrap .nav_wrap ul li.contact a {
  background-color: #e50012;
  color: #fff;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 800px) {
  header .header_wrap .nav_wrap ul li a {
    width: 225rem;
  }
  footer .footer_wrap .nav_wrap ul li a {
    width: 225rem;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 280rem;
  }
  .s_inner {
    width: 280rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .body_border {
    position: relative;
  }
  .body_border::before {
    display: none;
  }
  .body_border::after {
    left: 13rem;
    width: 1px;
  }
  header {
    z-index: 1000;
  }
  header .header_wrap {
    display: block;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    border-left: 0;
    padding-right: 0;
    padding-top: 26rem;
  }
  header .header_wrap .logo_wrap {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 0;
  }
  header .header_wrap .logo_wrap img {
    width: 108rem;
  }
  header .header_wrap .hm_btn_wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14rem;
    right: 13rem;
    width: 52rem;
    height: 52rem;
    background-color: #E40012;
    z-index: 101;
  }
  header .header_wrap .hm_btn_wrap .hm_btn {
    position: relative;
    width: 33rem;
    height: 30rem;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span {
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #E8DA22;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(1) {
    top: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(2) {
    top: 13rem;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(3) {
    bottom: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(1) {
    top: 14rem;
    transform: rotate(45deg);
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(3) {
    bottom: 13rem;
    transform: rotate(-45deg);
  }
  header .header_wrap .nav_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 100rem;
    padding-bottom: 100rem;
    border-top: 0;
    z-index: 100;
  }
  header .header_wrap .nav_wrap ul {
    display: block;
    width: 250rem;
    margin-left: auto;
    margin-right: auto;
  }
  header .header_wrap .nav_wrap ul li a {
    width: 100%;
    height: 100%;
    padding: 14rem;
    font-size: 14rem;
    border: 2px solid #fff;
    border-top: 0;
    background-color: #e40012;
    color: #fff;
  }
  header .header_wrap .nav_wrap ul li.first a {
    border-left: 2px solid #fff;
  }
  header .header_wrap .nav_wrap ul li:first-child {
    border-top: 2px solid #fff;
  }
  .mv .tit_wrap {
    top: 70rem;
    left: 50%;
  }
  .mv .tit_wrap h2 {
    font-size: 23rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    text-align: center;
    white-space: nowrap;
  }
  .mv .tit_wrap .logo_wrap {
    margin-top: 25rem;
    text-align: center;
  }
  .mv .tit_wrap .logo_wrap img {
    width: 60rem;
  }
  .mv .swiper_wrap .swiper-pagination {
    bottom: 10rem;
  }
  .mv .swiper_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10rem;
    height: 10rem;
    background-color: #fff;
    opacity: 1;
    margin: 0 5rem;
  }
  .mv .swiper_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E40012;
  }
  .news_top {
    margin-top: 60rem;
    padding: 15rem;
    width: 300rem;
  }
  .news_top::before {
    top: -19rem;
    width: 90rem;
    height: 35rem;
  }
  .news_top h2 {
    top: -14rem;
    left: 20rem;
    font-size: 14rem;
  }
  .news_top .news_wrap {
    width: 100%;
    background-color: #fff;
    padding-left: 12rem;
    padding-right: 12rem;
    padding-bottom: 8rem;
    padding-top: 7rem;
  }
  .news_top .news_wrap dl .dl_wrap {
    gap: 9rem;
    border-bottom: 1px solid #FF0000;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: block;
  }
  .news_top .news_wrap dl .dl_wrap dt {
    font-size: 12rem;
    font-weight: bold;
    width: 100%;
  }
  .news_top .news_wrap dl .dl_wrap dd {
    font-size: 12rem;
    width: 100%;
  }
  .border_item {
    position: relative;
  }
  .border_item::before {
    top: 0;
    left: 14rem;
    width: 3rem;
    height: 60rem;
  }
  .tit_common {
    position: relative;
    z-index: 1;
  }
  .tit_common .number {
    top: -20rem;
    left: -20rem;
  }
  .tit_common .number img {
    width: auto;
    height: 85rem;
  }
  .tit_common .tit_sub img {
    height: 18rem;
    width: auto;
  }
  .tit_common h2 {
    font-size: 22rem;
    margin-top: 5rem;
    line-height: 1.4;
  }
  .tit_common .text {
    margin-top: 10rem;
  }
  .btn_more a {
    font-size: 14rem;
    border: 3rem solid #E40012;
    width: 180rem;
    height: 40rem;
    border-radius: 12rem;
    letter-spacing: 0.1em;
  }
  .btn_more a:hover {
    border: 2rem solid #fff;
  }
  .message_top {
    margin-top: 60rem;
  }
  .message_top .flex_wrap {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .message_top .flex_wrap .text_wrap {
    width: 280rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: 30rem;
  }
  .message_top .flex_wrap .text_wrap .tit_common::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -33rem;
    width: 3rem;
    height: 100%;
    background: #E40012;
  }
  .message_top .flex_wrap .text_wrap .text {
    margin-top: 20rem;
  }
  .message_top .flex_wrap .text_wrap .text P + p {
    margin-top: 15rem;
  }
  .message_top .flex_wrap .img_area {
    width: 280rem;
    margin-left: auto;
    margin-right: auto;
  }
  .message_top .flex_wrap .img_area .img_wrap {
    width: 100%;
    margin-top: 5rem;
  }
  .message_top .flex_wrap .img_area .img_wrap img {
    border-radius: 20rem;
  }
  .message_top .flex_wrap .img_area .name {
    left: 10rem;
    top: 120rem;
    padding-left: 10rem;
    font-size: 14rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .message_top .flex_wrap .img_area .name::before {
    width: 5rem;
    height: 40rem;
  }
  .message_top .flex_wrap .img_area .name span {
    font-size: 20rem;
  }
  .message_top .flex_wrap .img_area .detail {
    margin-top: 20rem;
    width: 220rem;
  }
  .message_top .flex_wrap .img_area .detail h3 {
    padding-left: 15rem;
    padding-bottom: 8rem;
    font-size: 20rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .message_top .flex_wrap .img_area .detail h3::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 4rem;
    height: 45rem;
    background: #E40012;
  }
  .message_top .flex_wrap .img_area .detail h3 span {
    font-size: 12rem;
    font-weight: normal;
  }
  .message_top .flex_wrap .img_area .detail p {
    margin-top: 10rem;
    line-height: 1.6;
  }
  .message_top .flex_wrap.reverse {
    flex-direction: column-reverse;
    margin-top: 50rem;
  }
  .message_top .flex_wrap.reverse .img_area .img_wrap {
    position: relative;
  }
  .message_top .flex_wrap.reverse .img_area .img_wrap img {
    border-radius: 20rem;
  }
  .message_top .btn_more {
    margin-top: 35rem;
  }
  .business_top {
    margin-top: 45rem;
    padding-top: 35rem;
  }
  .business_top::after {
    top: 4rem;
    height: 260rem;
  }
  .business_top.border_item::before {
    top: 25rem;
    height: 70rem;
  }
  .business_top .tit_common {
    width: 280rem;
  }
  .business_top .content_wrap {
    margin-top: 10rem;
    padding-top: 30rem;
    padding-bottom: 20rem;
  }
  .business_top .content_wrap ul {
    width: 280rem;
  }
  .business_top .content_wrap ul li {
    font-size: 12rem;
    padding: 5rem 10rem;
    border: 2rem solid #E40012;
  }
  .business_top .content_wrap ul li:first-child {
    border: 2rem solid #fff;
  }
  .business_top .content_wrap ul li + li {
    margin-top: 10rem;
  }
  .business_top .content_wrap ul li.andmore {
    margin-top: 16rem;
    width: 200rem;
  }
  .equipment_top {
    padding-top: 50rem;
    padding-bottom: 40rem;
  }
  .equipment_top.border_item::before {
    top: 45rem;
    height: 55rem;
  }
  .equipment_top .tit_common {
    width: 280rem;
  }
  .equipment_top .swiper_area {
    margin-top: 45rem;
    height: 185rem;
  }
  .equipment_top .swiper_area .swiper_wrap {
    position: absolute;
    left: -66rem;
    top: 0;
    width: 592rem;
  }
  .equipment_top .swiper_area .swiper_wrap .img_wrap {
    width: 298rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .equipment_top .swiper_area .swiper-button-prev,
  .equipment_top .swiper_area .swiper-button-next {
    width: 20rem;
    height: 20rem;
    top: 100rem;
    transform: translateY(0);
  }
  .equipment_top .swiper_area .swiper-button-prev::after,
  .equipment_top .swiper_area .swiper-button-next::after {
    width: 20rem;
    height: 20rem;
  }
  .equipment_top .swiper_area .swiper-button-prev {
    left: 27rem;
  }
  .equipment_top .swiper_area .swiper-button-prev::after {
    transform: rotate(-180deg);
  }
  .equipment_top .swiper_area .swiper-button-next {
    right: 27rem;
  }
  .equipment_top .btn_more {
    margin-top: 30rem;
  }
  .equipment_top .factory {
    margin-top: 50rem;
  }
  .equipment_top .factory::before {
    height: 60rem;
  }
  .equipment_top .factory .factory_wrap {
    gap: 10rem;
  }
  .equipment_top .factory .factory_wrap .box {
    width: 100%;
  }
  .equipment_top .factory .factory_wrap .box p {
    margin-top: 5rem;
  }
  .equipment_top .tokin_top {
    margin-top: 30rem;
  }
  .equipment_top .tokin_top::before {
    top: 25rem;
    height: 60rem;
  }
  .equipment_top .tokin_top .tokin_wrap {
    padding-top: 20rem;
    display: block;
  }
  .equipment_top .tokin_top .tokin_wrap .text_wrap {
    width: 100%;
    border-right: 0;
  }
  .equipment_top .tokin_top .tokin_wrap .text_wrap .logo_tokin {
    margin-top: 20rem;
  }
  .equipment_top .tokin_top .tokin_wrap .text_wrap .logo_tokin img {
    width: 100%;
  }
  .equipment_top .tokin_top .tokin_wrap .img_wrap {
    width: 100%;
    margin-top: 30rem;
  }
  .equipment_top .tokin_top .tokin_wrap .img_wrap img {
    width: 100%;
  }
  .episode_top {
    padding-top: 40rem;
  }
  .episode_top.border_item::before {
    top: 35rem;
    height: 60rem;
  }
  .episode_top .logo_vertical {
    position: absolute;
    top: 150rem;
    right: 14rem;
  }
  .episode_top .logo_vertical img {
    width: 70rem;
  }
  .episode_top .interview_img {
    margin-top: 25rem;
  }
  .episode_top .interview_img img {
    border-radius: 20rem;
  }
  .episode_top .interview_img .btn_more {
    margin-top: 30rem;
  }
  .episode_top .tit_common .text {
    width: 230rem;
  }
  .episode_top .img_area {
    margin-top: 50rem;
  }
  .episode_top .img_area .img_wrap + .img_wrap {
    margin-top: 4rem;
  }
  .company_top {
    margin-top: 25rem;
  }
  .company_top.border_item::before {
    display: none;
  }
  .company_top .flex_wrap {
    display: block;
    position: relative;
  }
  .company_top .flex_wrap::before {
    display: none;
  }
  .company_top .flex_wrap .box {
    width: 280rem;
    margin-left: auto;
    margin-right: auto;
    height: 200rem;
    border-radius: 12rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border: 4rem solid #FF0000;
  }
  .company_top .flex_wrap .box .img_wrap {
    text-align: center;
  }
  .company_top .flex_wrap .box p {
    line-height: 1.6;
    margin-top: 18rem;
    width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .company_top .flex_wrap .box.sanshin .img_wrap {
    margin-top: 0;
  }
  .company_top .flex_wrap .box.sanshin .img_wrap img {
    width: 200rem;
  }
  .company_top .flex_wrap .box.saitama {
    margin-top: 20rem;
  }
  .company_top .flex_wrap .box.saitama p {
    margin-top: 0;
  }
  .company_top .flex_wrap .box.saitama .img_wrap {
    margin-top: 0;
  }
  .company_top .flex_wrap .box.saitama .img_wrap img {
    width: 200rem;
  }
  .company_top .img_company {
    margin-top: 50rem;
  }
  .company_top .btn_more {
    margin-top: 25rem;
  }
  footer {
    margin-top: 60rem;
  }
  footer .footer_bottom {
    height: 100rem;
    padding-top: 28rem;
    margin-top: 0;
  }
  footer .footer_bottom .logo_wrap {
    text-align: center;
  }
  footer .footer_bottom .logo_wrap img {
    width: 150rem;
  }
  footer .footer_bottom .copy {
    margin-top: 12rem;
    font-size: 12rem;
  }
  .to_top {
    right: 16rem;
    bottom: 40rem;
  }
  .to_top img {
    width: 40rem;
  }
  #page_company header .header_wrap .nav_wrap ul li a,
  #page_facility header .header_wrap .nav_wrap ul li a,
  #page_interview header .header_wrap .nav_wrap ul li a,
  #page_news header .header_wrap .nav_wrap ul li a,
  #page_contact header .header_wrap .nav_wrap ul li a {
    color: #fff;
  }
  #page_top header .header_wrap .nav_wrap ul li.top a,
  #page_company header .header_wrap .nav_wrap ul li.company a,
  #page_facility header .header_wrap .nav_wrap ul li.facility a,
  #page_interview header .header_wrap .nav_wrap ul li.interview a,
  #page_news header .header_wrap .nav_wrap ul li.news a,
  #page_contact header .header_wrap .nav_wrap ul li.contact a {
    color: #e40012;
    background-color: #fff;
  }
}/*# sourceMappingURL=style.css.map */