*,
*::before,
*::after {
  box-sizing: border-box;
  font-weight: normal;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

img {
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: unset;
}

html {
  font-size: 62.5%;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

:root {
  --color-blue: #0962a8;
  --color-lblue: #e5f0f8;
  --color-white: #FFFFFF;
  --color-black: #222222;
}
@media screen and (max-width: 768px) {
  :root {
    --interval-50: 6vw;
    --interval-30: 4vw;
    --interval-20: 2.5vw;
  }
}

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

.ff-serif {
  font-family: "Noto Serif JP", serif;
}

.ff-robot {
  font-family: "Roboto", sans-serif;
}

body {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
body p {
  font-weight: 500;
}
body .blockskip {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .hl2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  body .hl2 {
    font-size: 2.4rem;
  }
}
body .hl3 {
  font-size: 3rem;
  color: var(--color-blue);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .hl3 {
    font-size: 2.2rem;
  }
}
body .hl4 {
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .hl4 {
    font-size: 2rem;
  }
}
body .list_type-num li {
  list-style: auto;
  margin-left: 2em;
  text-indent: 0em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body .list_type-num li {
    margin-left: 1.5em;
  }
}
body .inner_7 {
  padding-inline: 7%;
}
@media screen and (max-width: 768px) {
  body .inner_7 {
    padding-inline: 3%;
  }
}
body .inner_14 {
  padding-inline: 14%;
}
@media screen and (max-width: 768px) {
  body .inner_14 {
    padding-inline: 6%;
  }
}
body .inner_20 {
  padding-inline: 20%;
}
@media screen and (max-width: 768px) {
  body .inner_20 {
    padding-inline: 3%;
  }
}
body .bg_gray {
  background-color: #d9d9d9;
}
body .fadeIn {
  opacity: 0;
  transform: translateY(40px);
}
body .fadeIn.is-inview {
  animation-name: fadeInUp;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
body .fadeIn:nth-child(1).is-inview {
  animation-delay: 0.2s;
}
body .fadeIn:nth-child(2).is-inview {
  animation-delay: 0.5s;
}
body .fadeIn:nth-child(3).is-inview {
  animation-delay: 0.8s;
}
body .fadeIn:nth-child(4).is-inview {
  animation-delay: 1.1s;
}
body .fadeIn:nth-child(5).is-inview {
  animation-delay: 1.4s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loop-r {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -3999px;
  }
}
@keyframes loop-l {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 3999px;
  }
}
body .link_viewall {
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 7px;
  color: var(--color-blue);
}
body .link_viewall .vector {
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  transition: background-color 0.4s, transform 0.7s, width 0.7s, height 0.7s;
}
body .link_viewall .vector::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  color: #fff;
  background-color: #fff;
  right: 50%;
  transform: translateX(50%);
  top: 50%;
}
body .link_viewall .vector::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 3px;
  bottom: 30%;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
body .link_viewall:hover .vector {
  background-color: var(--color-white);
}
body .link_viewall:hover .vector::before {
  color: var(--color-blue);
  background-color: var(--color-blue);
}
body .link_viewall:hover .vector::after {
  border-top: solid 1px var(--color-blue);
  border-right: solid 1px var(--color-blue);
}
body .header-box {
  width: 100%;
  height: 100px;
  background-color: var(--color-white);
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  body .header-box {
    height: 73px;
    padding-top: 0;
  }
}
body .header-box .header-box_1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .header-box .header-box_1 .logo {
  display: block;
}
@media screen and (max-width: 768px) {
  body .header-box .header-box_1 .logo img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body .header-box .header-box_1 {
    width: 70%;
  }
}
body .header-box .header-box_1 .breadcrumb {
  padding-left: 9.3rem;
}
@media screen and (max-width: 768px) {
  body .header-box .header-box_1 .breadcrumb {
    display: none;
  }
}
body .header-box .header-box_1 .breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
  font-size: 1.2rem;
}
body .header-box .header-box_1 .breadcrumb li::after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
}
body .header-box .header-box_1 .breadcrumb li:last-child::after {
  content: "";
}
body .header-box .header-box_1 .breadcrumb li a:hover {
  color: var(--color-blue);
}
body .header-box .header-box_2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  body .header-box .header-box_2 {
    display: none;
  }
}
body .header-box .header-box_2 .header-nav {
  display: block;
}
body .header-box .header-box_2 .header-nav .nav-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body .header-box .header-box_2 .header-nav .nav-items {
    display: none;
  }
}
body .header-box .header-box_2 .header-nav .nav-items .nav-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  width: max-content;
  padding-right: 3rem;
}
body .header-box .header-box_2 .header-nav .nav-items .nav-item a {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body .header-box .header-box_2 .header-nav .nav-items .nav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-blue);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
body .header-box .header-box_2 .header-nav .nav-items .nav-item a:hover::after {
  transform: translate(0, 0);
}
body .header-box .header-box_2 .header__inner {
  position: unset;
}
body .top_header-box {
  position: fixed;
  width: 100%;
  z-index: 10;
}
body .header__inner {
  top: 27px;
  right: 20px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  body .header__inner {
    right: 10px;
    top: 13px;
  }
}
body .header__inner .hamburger {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 100;
  width: 56px;
  height: 56px;
  border: none;
  background-color: var(--color-black);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body .header__inner .hamburger {
    position: relative;
    top: unset;
    right: unset;
    width: 42px;
    height: 42px;
  }
}
body .header__inner .hamburger.-active .hamburger__line {
  background-color: transparent;
}
body .header__inner .hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
body .header__inner .hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
body .header__inner .hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #FFFFFF;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  body .header__inner .hamburger__line {
    width: 20px;
  }
}
body .header__inner .hamburger__line:before,
body .header__inner .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  transition: inherit;
}
body .header__inner .hamburger__line:before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  body .header__inner .hamburger__line:before {
    top: -8px;
  }
}
body .header__inner .hamburger__line:after {
  top: 10px;
}
@media screen and (max-width: 768px) {
  body .header__inner .hamburger__line:after {
    top: 8px;
  }
}
body .header__inner .header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 27%;
  visibility: hidden;
  padding-top: 90px;
  background-color: rgba(9, 98, 168, 0.9);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  body .header__inner .header__nav-area {
    width: 80%;
  }
}
body .header__inner .header__nav-area.-active {
  right: 0;
  visibility: visible;
}
body .header__inner .global-navigation {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
body .header__inner .global-navigation__list > li + li {
  margin-top: 10px;
}
body .header__inner .global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: color 0.4s;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
body .header__inner .global-navigation__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
body .header__inner .global-navigation__link:hover::after {
  transform: translate(0, 0);
}
body .header__inner .global-navigation__link.privacy {
  font-size: 1.6rem;
  font-weight: 500;
}
body .header__inner .global-navigation__link.rebirtha_bnr {
  transition: all 0.4s;
}
body .header__inner .global-navigation__link.rebirtha_bnr::after {
  content: none;
}
body .header__inner .global-navigation__link.rebirtha_bnr:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 768px) {
  body .header__inner .global-navigation__link.rebirtha_bnr {
    margin-top: 10px;
  }
}
body .header-fade {
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(0);
  opacity: 1;
}
body .header-fade.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
body .sec-companylist {
  padding-top: 97px;
  padding-bottom: 63px;
}
body .sec-companylist .com_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(369px, 1fr));
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body .sec-companylist .com_list {
    grid-template-columns: unset;
  }
}
body .sec-companylist .com_list figcaption {
  color: var(--color-blue);
  font-weight: 700;
}
body .sec-rebirtha {
  background-color: var(--color-blue);
  color: var(--color-white);
  padding-top: 5rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .sec-rebirtha {
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  body .sec-rebirtha {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
body .sec-rebirtha .wrap-box {
  display: block;
}
@media screen and (max-width: 768px) {
  body .sec-rebirtha .wrap-box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
body .sec-rebirtha .wrap-box .wrap-box_inner .hl2 {
  color: var(--color-white);
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  body .sec-rebirtha .wrap-box .wrap-box_inner .hl2 {
    font-size: 1.8rem;
  }
}
body .sec-rebirtha .wrap-box .wrap-box_inner .sub_ttl {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body .sec-rebirtha .wrap-box .wrap-box_inner .sub_ttl {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
body .sec-rebirtha .wrap-box img {
  margin-inline: auto;
  transition: all 0.4s;
}
body .sec-rebirtha .wrap-box img:hover {
  filter: brightness(1.2);
}
body .l-footer {
  background-color: #333333;
  color: var(--color-white);
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  body .l-footer {
    padding: 30px 70px 8px;
  }
}
body .l-footer .footer_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 190px;
}
@media screen and (max-width: 768px) {
  body .l-footer .footer_inner {
    grid-template-columns: none;
  }
}
body .l-footer .footer_inner .footer_box1 {
  display: grid;
  grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
  body .l-footer .footer_inner .footer_box1 {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  body .l-footer .footer_inner .footer_box1 ul {
    display: none;
  }
}
body .l-footer .footer_inner .footer_box2 {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 768px) {
  body .l-footer .footer_inner .footer_box2 {
    display: none;
  }
}
body .l-footer .footer_inner .footer_box2 .footer_menu {
  line-height: 1.4;
}
body .l-footer .footer_inner .footer_box2 .footer_menu a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body .l-footer .footer_inner .footer_box2 .footer_menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
body .l-footer .footer_inner .footer_box2 .footer_menu a:hover::after {
  transform: translate(0, 0);
}
body .l-footer .footer_inner .footer_box2 .rebirtha_bnr {
  transition: all 0.4s;
}
body .l-footer .footer_inner .footer_box2 .rebirtha_bnr:hover {
  filter: brightness(1.2);
}
body .l-footer .copylight {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body .l-footer .copylight {
    margin-top: 5px;
  }
}
body .l-footer .copylight p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .l-footer .copylight p {
    font-size: 1rem;
  }
}

.page-top .header-box {
  position: fixed;
}

.page-top .header-box:not(.m-scroll) {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.page-top .header-box.m-end {
  visibility: visible;
  opacity: 1;
}

.sec-mv .mv_img img {
  width: 100vw;
  height: 594px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv_img img {
    height: 50vh;
  }
}
.sec-mv .mv_img .mv_img_video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv_img .mv_img_video {
    height: auto;
    object-fit: unset;
  }
}

.sec-intro {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-inline: 7%;
}
@media screen and (max-width: 768px) {
  .sec-intro {
    padding-top: 20px;
    margin-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro .content_box {
    flex-basis: 100%;
  }
}
.sec-intro .content_box .inner {
  margin-bottom: -1%;
}
@media screen and (max-width: 768px) {
  .sec-intro .content_box .inner {
    width: fit-content;
  }
}
.sec-intro .content_box .inner .intro {
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: visible;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s linear;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0px 15px;
}
@media screen and (max-width: 768px) {
  .sec-intro .content_box .inner .intro {
    font-size: 4.2vw;
    padding: 0px 5px;
    display: block;
  }
}
.sec-intro .content_box .inner .intro.animate {
  clip-path: inset(0 0 0 0);
}
.sec-intro .content_box .inner .intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--color-blue);
  z-index: -1;
}
.sec-intro .link_readmore {
  text-decoration: underline;
  display: inline-block;
  margin-top: 5rem;
  color: var(--color-blue);
  position: relative;
  text-align: right;
  width: fit-content;
  align-self: end;
}
.sec-intro .link_readmore::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--color-blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
  z-index: 0;
  transition: background-color 0.4s, transform 0.7s, width 0.7s, height 0.7s;
  border: 1px solid var(--color-blue);
  aspect-ratio: 1/1;
}
.sec-intro .link_readmore:hover::after {
  background-color: var(--color-white);
}
.sec-intro .link_readmore span {
  position: relative;
  display: block;
  z-index: 1;
  padding: 16px 66px 16px 0;
}
.sec-intro .link_readmore span::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  color: #fff;
  background-color: #fff;
  right: 20px;
  bottom: 50%;
}
.sec-intro .link_readmore span::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  right: 20px;
  bottom: 46%;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sec-intro .link_readmore span::after {
    bottom: 45%;
  }
}
.sec-intro .link_readmore span:hover::before {
  color: var(--color-blue);
  background-color: var(--color-blue);
}
.sec-intro .link_readmore span:hover::after {
  border-top: solid 1px var(--color-blue);
  border-right: solid 1px var(--color-blue);
}
.sec-intro .intro_cmt {
  margin-top: 5rem;
}

.sec-news {
  position: relative;
  padding-top: 50px;
}
.sec-news .content_box .news_content {
  padding-bottom: 100px;
}
.sec-news .content_box .news_list {
  display: flex;
  margin-bottom: 50px;
  border-top: 1px solid var(--color-blue);
  padding: 27px 44px;
  border-bottom: 1px solid var(--color-blue);
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list {
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }
}
.sec-news .content_box .news_list .news_list_ttl {
  color: var(--color-blue);
  padding-right: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list .news_list_ttl {
    padding-right: 0;
    font-size: 1.6rem;
    width: 40%;
    text-align: right;
    padding-right: 2rem;
    white-space: nowrap;
  }
}
.sec-news .content_box .news_list .news_list_ttl .link_viewall {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list .news_list_ttl .link_viewall {
    display: flex;
  }
}
.sec-news .content_box .news_list .news_list_item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding-left: 2rem;
  border-left: 1px solid var(--color-blue);
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list .news_list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--interval-20);
    padding: var(--interval-50) 0;
    padding-left: 2rem;
  }
}
.sec-news .content_box .news_list .news_list_item .wrap-box {
  display: flex;
  gap: 1.5rem;
}
.sec-news .content_box .news_list .news_list_item .wrap-box .list_tag,
.sec-news .content_box .news_list .news_list_item .wrap-box .list_date {
  color: var(--color-blue);
  display: block;
}
.sec-news .content_box .news_list .news_list_item .wrap-box .list_tag {
  border: 1px solid var(--color-blue);
  padding: 0 35px;
  border-radius: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list .news_list_item .wrap-box .list_tag {
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.sec-news .content_box .news_list .news_list_view {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-news .content_box .news_list .news_list_view {
    display: none;
  }
}

.sec-loop {
  overflow: hidden;
}
.sec-loop .loop_box {
  width: 100vw;
  background-image: url(../img/top/news_bg.png);
  background-repeat: repeat-x;
  height: 150px;
  animation: loop-r 100s infinite linear;
}

.sec-works {
  padding-top: 50px;
}
.sec-works .works_list li {
  position: relative;
  overflow: hidden;
}
.sec-works .works_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  pointer-events: none;
}
.sec-works .works_list li:nth-of-type(1)::before {
  background-image: url(../img/top/works_bg01.jpg);
}
.sec-works .works_list li:nth-of-type(2)::before {
  background-image: url(../img/top/works_bg02.jpg);
}
.sec-works .works_list li:nth-of-type(3)::before {
  background-image: url(../img/top/works_bg03.jpg);
}
.sec-works .works_list li:nth-of-type(4)::before {
  background-image: url(../img/top/works_bg04.jpg);
}
.sec-works .works_list li:hover::before {
  transform: scale(1.05);
}
.sec-works .works_list li:nth-of-type(odd) .list_bg .wrap-box {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li:nth-of-type(odd) .list_bg .wrap-box {
    justify-content: flex-start;
  }
}
.sec-works .works_list li .wrap-box {
  position: relative;
  z-index: 1;
}
.sec-works .works_list li .list_bg {
  display: block;
  padding: 75px 0 85px;
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li .list_bg {
    padding: 65px 0;
  }
}
.sec-works .works_list li .list_bg:hover .link_more {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
  background-size: 110%;
}
.sec-works .works_list li .list_bg .wrap-box {
  width: 86%;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li .list_bg .wrap-box {
    flex-direction: column;
  }
}
.sec-works .works_list li .list_bg .wrap-box > div {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li .list_bg .wrap-box > div {
    width: 100%;
  }
}
.sec-works .works_list li .list_bg .hl3 {
  margin-bottom: 18px;
  font-size: 4.5rem;
  font-weight: 600;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li .list_bg .hl3 {
    font-size: 2.7rem;
  }
}
.sec-works .works_list li .list_bg .list_p {
  font-size: 2rem;
  color: var(--color-white);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-works .works_list li .list_bg .list_p {
    margin-top: var(--interval-30);
    font-size: 1.6rem;
  }
}
.sec-works .works_list li .list_bg .link_more {
  display: inline-block;
  text-decoration: none;
  color: var(--color-white);
  width: 77px;
  height: 77px;
  line-height: 70px;
  border-radius: 50%;
  border: solid 1px var(--color-white);
  text-align: center;
  overflow: hidden;
  transition: background-color 0.4s, transform 0.7s;
  font-size: 1.4rem;
}

#privacy {
  background-color: var(--color-lblue);
  line-height: 1.75;
  font-size: 1.6rem;
  padding-top: 100px;
}
#privacy .sec-intro {
  padding-bottom: 2.5rem;
  width: auto;
}
#privacy .sec-desc {
  padding-bottom: 6rem;
}
#privacy .sec-desc .contents_box .contents_txt {
  font-weight: bold;
}
#privacy .sec-desc .contents_box .hl4 {
  background-color: var(--color-white);
  padding: 0.9rem 2rem;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

#vision .sec-intro {
  width: auto;
}
#vision .sec-desc .wrap-box {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6rem;
  justify-content: center;
  padding-bottom: 2rem;
  padding-inline: 3%;
}
@media screen and (max-width: 768px) {
  #vision .sec-desc .wrap-box {
    grid-template-columns: unset;
    gap: 3rem;
    padding-bottom: 0;
  }
}
#vision .sec-desc .wrap-box:nth-child(even) .box_cmt {
  padding-left: 0;
}
#vision .sec-desc .wrap-box .box_cmt {
  color: var(--color-blue);
  padding-left: 9.6rem;
  padding-top: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #vision .sec-desc .wrap-box .box_cmt {
    padding-left: 0;
    padding-top: 0;
    order: 2;
  }
}
#vision .sec-desc .wrap-box .box_cmt strong {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #vision .sec-desc .wrap-box .box_cmt strong {
    font-size: 2.2rem;
  }
}
#vision .sec-desc .desc_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #vision .sec-desc .desc_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#vision .sec-desc .desc_list li {
  display: inline-block;
  border-radius: 50%;
  background: var(--color-blue);
  text-align: center;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.84vw;
  height: 16.84vw;
  aspect-ratio: 1/1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #vision .sec-desc .desc_list li {
    width: 40.67vw;
    height: 40.67vw;
  }
}
#vision .sec-cert {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#vision .sec-cert .hl2 {
  margin-bottom: 2rem;
}
#vision .sec-cert .wrap-box {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #vision .sec-cert .wrap-box {
    grid-template-columns: unset;
    gap: 3rem;
  }
}
#vision .sec-cert .wrap-box .box_ttl {
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #vision .sec-cert .wrap-box .box_ttl {
    text-align: center;
  }
}
#vision .sec-cert .wrap-box .box_cmt strong {
  font-size: 2.6rem;
  font-weight: bold;
}
#vision .sec-master {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#vision .sec-master .master_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-inline: 14%;
  padding-bottom: 6rem;
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #vision .sec-master .master_list {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 3%;
    padding-bottom: 0;
    gap: 3rem;
  }
}
#vision .sec-master .master_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#vision .sec-master .master_list .list_num {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #vision .sec-master .master_list .list_num {
    font-size: 6rem;
  }
}
#vision .sec-master .master_list .list_num span {
  font-size: 2.8rem;
  font-weight: bold;
}
#vision .sec-master .master_list .list_ttl {
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 1.6rem 0;
  border-radius: 40px;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #vision .sec-master .master_list .list_ttl {
    border-radius: 30px;
  }
}

#company {
  font-weight: 100;
  color: var(--color-white);
  padding-top: 100px;
}
#company .hl2 {
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
#company .hl2::before {
  content: attr(data-en);
  display: inline-block;
  color: #8a8a8a;
  font-size: 14rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  bottom: -1.5rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #company .hl2::before {
    font-size: 7rem;
  }
}
#company .table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 3.6rem;
}
#company .table tr {
  border-top: 1px solid var(--color-white);
  display: grid;
  grid-template-columns: 26% auto;
  padding: 2.2rem 0;
}
@media screen and (max-width: 768px) {
  #company .table tr {
    grid-template-columns: 35% auto;
  }
}
#company .table tr:last-child {
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  #company .table tr.columns {
    grid-template-columns: unset;
  }
  #company .table tr.columns th {
    margin-bottom: 1.5rem;
  }
  #company .table tr.columns td ul li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
#company .table tr.columns td ul li span {
  display: block;
  padding-right: 2rem;
}
#company .table th {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #company .table th {
    text-align: start;
  }
}
#company .table td {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  #company .table td {
    padding-left: 0;
  }
  #company .table td .list_type-num li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
#company .sec-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #company .sec-mv {
    margin-bottom: 15px;
  }
}
#company .sec-mv [class*=mv-slide_] {
  width: 100vw;
  height: 317px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  #company .sec-mv [class*=mv-slide_] {
    background-size: cover;
    height: 200px;
  }
}
#company .sec-mv .mv-slide_top {
  background-image: url(../img/company/slide01.png);
  animation: loop-r 100s infinite linear;
}
#company .sec-mv .mv-slide_bottom {
  background-image: url(../img/company/slide02.png);
  animation: loop-l 100s infinite linear;
}
@media screen and (max-width: 768px) {
  #company .sec-mv .catch {
    padding: 1rem 17%;
    margin-top: -20px;
  }
}
#company .sec-company {
  background-color: #757575;
  padding-top: 8.5rem;
  padding-bottom: 6rem;
}
#company .sec-company .hl2::before {
  color: #8a8a8a;
}
#company .sec-history {
  background-color: #8a8a8a;
  padding-bottom: 6rem;
  padding-top: 8.5rem;
}
#company .sec-history .hl2::before {
  color: #757575;
}

#paint .sec-mv,
#beauty .sec-mv,
#transport .sec-mv,
#mainte .sec-mv {
  position: relative;
}
#paint .sec-mv .mv_wrap-box,
#beauty .sec-mv .mv_wrap-box,
#transport .sec-mv .mv_wrap-box,
#mainte .sec-mv .mv_wrap-box {
  position: relative;
}
#paint .sec-mv .content_box,
#beauty .sec-mv .content_box,
#transport .sec-mv .content_box,
#mainte .sec-mv .content_box {
  position: absolute;
  bottom: -6rem;
  left: 7%;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #paint .sec-mv .content_box,
  #beauty .sec-mv .content_box,
  #transport .sec-mv .content_box,
  #mainte .sec-mv .content_box {
    bottom: -2rem;
  }
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .content_box,
  #beauty .sec-mv .content_box,
  #transport .sec-mv .content_box,
  #mainte .sec-mv .content_box {
    bottom: -3rem;
    left: 4%;
  }
}
#paint .sec-mv .content_box .inner,
#beauty .sec-mv .content_box .inner,
#transport .sec-mv .content_box .inner,
#mainte .sec-mv .content_box .inner {
  max-height: 42px;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .content_box .inner,
  #beauty .sec-mv .content_box .inner,
  #transport .sec-mv .content_box .inner,
  #mainte .sec-mv .content_box .inner {
    margin-bottom: -0.8rem;
  }
}
#paint .sec-mv .content_box .inner .intro,
#beauty .sec-mv .content_box .inner .intro,
#transport .sec-mv .content_box .inner .intro,
#mainte .sec-mv .content_box .inner .intro {
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: visible;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s linear;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0px 15px;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .content_box .inner .intro,
  #beauty .sec-mv .content_box .inner .intro,
  #transport .sec-mv .content_box .inner .intro,
  #mainte .sec-mv .content_box .inner .intro {
    font-size: 2rem;
    padding: 0px 5px;
  }
}
#paint .sec-mv .content_box .inner .intro.animate,
#beauty .sec-mv .content_box .inner .intro.animate,
#transport .sec-mv .content_box .inner .intro.animate,
#mainte .sec-mv .content_box .inner .intro.animate {
  clip-path: inset(0 0 0 0);
}
#paint .sec-mv .content_box .inner .intro::before,
#beauty .sec-mv .content_box .inner .intro::before,
#transport .sec-mv .content_box .inner .intro::before,
#mainte .sec-mv .content_box .inner .intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--color-blue);
  z-index: -1;
}
#paint .sec-intro,
#beauty .sec-intro,
#transport .sec-intro,
#mainte .sec-intro {
  padding-top: 6vw;
  padding-bottom: 5rem;
  max-width: 678px;
}
@media screen and (max-width: 768px) {
  #paint .sec-intro,
  #beauty .sec-intro,
  #transport .sec-intro,
  #mainte .sec-intro {
    padding-bottom: 22px;
    max-width: 100%;
  }
}
#paint .sec-intro .intro_cmt,
#beauty .sec-intro .intro_cmt,
#transport .sec-intro .intro_cmt,
#mainte .sec-intro .intro_cmt {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #paint .sec-intro .intro_cmt,
  #beauty .sec-intro .intro_cmt,
  #transport .sec-intro .intro_cmt,
  #mainte .sec-intro .intro_cmt {
    margin-top: 3rem;
  }
}

#paint .sec-mv .mv_wrap-box {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .mv_wrap-box {
    grid-template-columns: unset;
    grid-template-rows: 50% 50%;
  }
}
#paint .sec-mv .mv_wrap-box .box-left,
#paint .sec-mv .mv_wrap-box .box-right {
  position: relative;
  width: 50vw;
  height: 594px;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .mv_wrap-box .box-left,
  #paint .sec-mv .mv_wrap-box .box-right {
    width: 100vw;
    height: auto;
  }
}
#paint .sec-mv .mv_wrap-box .box-left .slide_img,
#paint .sec-mv .mv_wrap-box .box-right .slide_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 594px;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .mv_wrap-box .box-left .slide_img,
  #paint .sec-mv .mv_wrap-box .box-right .slide_img {
    min-height: auto;
  }
}
#paint .sec-mv .mv_wrap-box .swiper#swiperMV .swiper-wrapper .swiper-slide .slide_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transform: scale(2.5);
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}
#paint .sec-mv .mv_wrap-box .swiper#swiperMV .swiper-wrapper .swiper-slide-active .slide_img {
  opacity: 1;
  transform: scale(1);
}
#paint .sec-mv .content_box .inner:nth-of-type(2) .intro {
  padding-right: 17px;
}
@media screen and (max-width: 768px) {
  #paint .sec-mv .content_box .inner:nth-of-type(2) .intro {
    padding-right: 5px;
  }
}
#paint .sec-desc .hl3 {
  line-height: 1.5;
  margin-bottom: 2.3rem;
}
#paint .sec-desc .wrap-box {
  display: flex;
  align-items: center;
  padding: 48px 7%;
  gap: 15rem;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box {
    padding: 21px 3%;
    flex-direction: column;
    gap: 2rem;
  }
}
#paint .sec-desc .wrap-box:nth-of-type(odd) {
  background-color: var(--color-lblue);
}
#paint .sec-desc .wrap-box .box_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_text {
    width: 100%;
  }
}
#paint .sec-desc .wrap-box .box_text .hl3 {
  line-height: 1.5;
}
#paint .sec-desc .wrap-box .box_column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#paint .sec-desc .wrap-box .box_img {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--color-blue);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img {
    width: 100%;
    justify-content: space-around;
    gap: 0;
  }
}
#paint .sec-desc .wrap-box .box_img .list_num {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 0.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img .list_num {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
#paint .sec-desc .wrap-box .box_img .list_num .item .counter {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img .list_num .item .counter {
    white-space: no-wrap;
    font-size: 2rem;
  }
}
#paint .sec-desc .wrap-box .box_img .list_num .item .counter .number {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: var(--color-blue);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img .list_num .item .counter .number {
    font-size: 6rem;
  }
}
#paint .sec-desc .wrap-box .box_img .list_num .item .counter .mark {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img .list_num .item .counter .mark {
    font-size: 4rem;
  }
}
#paint .sec-desc .wrap-box .box_img p {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .box_img p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .wrap-box .img_none {
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
}
#paint .sec-desc .content_box {
  padding: 48px 7%;
  background-color: var(--color-lblue);
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .content_box {
    padding: 22px 7%;
  }
}
#paint .sec-desc .content_box .box_cmt {
  margin-bottom: 5rem;
}
#paint .sec-desc .content_box .wrap-box {
  padding: 0px 7%;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #paint .sec-desc .content_box .wrap-box {
    gap: 5rem;
  }
}
#paint .sec-desc .content_box .wrap-box p {
  color: var(--color-blue);
  line-height: 1.4;
}
#paint .sec-desc .content_box .wrap-box p:nth-of-type(1) {
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
#paint .sec-desc .content_box .wrap-box p strong {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2rem;
}
#paint .sec-step {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#paint .sec-step .hl2 {
  color: #333333;
  margin-bottom: 3.5rem;
}
#paint .sec-step .content_box {
  position: relative;
}
#paint .sec-step .content_box .swiper {
  color: var(--color-blue);
  margin-inline: 20%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #paint .sec-step .content_box .swiper {
    margin-inline: 3%;
  }
}
#paint .sec-step .content_box .swiper .swiper-wrapper {
  margin-bottom: 3rem;
}
#paint .sec-step .content_box .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#paint .sec-step .content_box .swiper .swiper-wrapper .swiper-slide:not(:last-child)::after {
  position: absolute;
  top: 25%;
  left: 60%;
  width: 80%;
  height: 2px;
  content: "";
  background: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #paint .sec-step .content_box .swiper .swiper-wrapper .swiper-slide:not(:last-child)::after {
    left: 50%;
    width: 100%;
    top: 30%;
  }
}
#paint .sec-step .content_box .swiper .swiper-wrapper .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.1rem;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  z-index: 2;
}
#paint .sec-step .content_box .swiper .swiper-wrapper .swiper-slide p {
  line-height: 1.2;
  font-size: 1.4rem;
}
#paint .sec-step .content_box .swiper-button {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
#paint .sec-step .content_box .swiper-button .swiper-button-prev,
#paint .sec-step .content_box .swiper-button .swiper-button-next {
  position: unset;
  height: 27px;
  width: 23px;
}
#paint .sec-step .content_box .swiper-button .swiper-button-prev::after,
#paint .sec-step .content_box .swiper-button .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  top: 0;
  width: 0;
}
#paint .sec-step .content_box .swiper-button .swiper-button-prev::after {
  border-bottom: 16px solid transparent;
  border-right: 27px solid var(--color-blue);
  border-top: 16px solid transparent;
}
#paint .sec-step .content_box .swiper-button .swiper-button-next::after {
  border-bottom: 16px solid transparent;
  border-left: 27px solid var(--color-blue);
  border-top: 16px solid transparent;
}

#beauty .sec-desc {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#beauty .sec-desc .desc_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #beauty .sec-desc .desc_list {
    grid-template-columns: unset;
  }
}
#beauty .sec-desc .desc_list li {
  background-color: var(--color-white);
  padding: 4rem;
  width: 100%;
  height: 100%;
  grid-template-rows: repeat(3, auto);
  justify-items: start;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #beauty .sec-desc .desc_list li {
    padding: 2rem;
  }
}
#beauty .sec-desc .desc_list li figure {
  width: 100%;
  height: auto;
}
#beauty .sec-desc .desc_list li figure figcaption {
  margin-top: 1.8rem;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #beauty .sec-desc .desc_list li figure figcaption {
    font-size: 2rem;
  }
}
#beauty .sec-desc .desc_list li figure img {
  width: 100%;
  height: auto;
}
#beauty .sec-desc .desc_list li .desc_list_tag {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
#beauty .sec-desc .desc_list li .desc_list_tag .list_tag {
  font-size: 2.2rem;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #beauty .sec-desc .desc_list li .desc_list_tag .list_tag {
    font-size: 1.6rem;
  }
}

#transport .sec-desc .wrap-box {
  display: flex;
  align-items: center;
  padding: 48px 7%;
  justify-content: space-between;
  gap: 11%;
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box {
    flex-direction: column;
    padding: 22px 3%;
    gap: 3rem;
  }
}
#transport .sec-desc .wrap-box:nth-of-type(odd) {
  background-color: var(--color-lblue);
}
#transport .sec-desc .wrap-box .box_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
#transport .sec-desc .wrap-box .box_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box .box_text {
    width: 100%;
  }
}
#transport .sec-desc .wrap-box .box_text .hl3 {
  line-height: 1.5;
}
#transport .sec-desc .wrap-box .box_img {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--color-blue);
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box .box_img {
    width: 100%;
    justify-content: space-around;
    gap: 0;
  }
}
#transport .sec-desc .wrap-box .list_num {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 0.4;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box .list_num {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
#transport .sec-desc .wrap-box .list_num .item .counter {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#transport .sec-desc .wrap-box .list_num .item .counter .number {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: var(--color-blue);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box .list_num .item .counter .number {
    font-size: 6rem;
  }
}
#transport .sec-desc .wrap-box .list_num .item .counter .mark {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #transport .sec-desc .wrap-box .list_num .item .counter .mark {
    font-size: 4rem;
  }
}
#transport .sec-equipment {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#transport .sec-equipment .hl2 {
  color: #333333;
}
#transport .sec-equipment .equipment_list {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #transport .sec-equipment .equipment_list {
    grid-template-columns: unset;
  }
}
#transport .sec-equipment .equipment_list li figcaption {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
}

#mainte .sec-desc .wrap-box {
  display: flex;
  align-items: center;
  padding: 48px 7%;
  justify-content: space-between;
  gap: 11%;
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box {
    flex-direction: column;
  }
}
#mainte .sec-desc .wrap-box:nth-of-type(odd) {
  background-color: var(--color-lblue);
}
#mainte .sec-desc .wrap-box .box_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .box_column {
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
}
#mainte .sec-desc .wrap-box .box_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .box_text {
    width: 100%;
  }
}
#mainte .sec-desc .wrap-box .box_text .hl3 {
  line-height: 1.5;
}
#mainte .sec-desc .wrap-box .box_img {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--color-blue);
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .box_img {
    gap: 0;
  }
}
#mainte .sec-desc .wrap-box .list_num {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 0.4;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .list_num {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
#mainte .sec-desc .wrap-box .list_num .item .counter {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#mainte .sec-desc .wrap-box .list_num .item .counter .number {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: var(--color-blue);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .list_num .item .counter .number {
    font-size: 6rem;
  }
}
#mainte .sec-desc .wrap-box .list_num .item .counter .mark {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  #mainte .sec-desc .wrap-box .list_num .item .counter .mark {
    font-size: 4rem;
  }
}
#mainte .sec-equipment {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#mainte .sec-equipment .hl2 {
  color: #333333;
}
#mainte .sec-equipment .equipment_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  align-items: center;
  justify-items: center;
}
#mainte .sec-equipment .equipment_list li figcaption {
  color: #333333;
  font-weight: bold;
}
#mainte .sec-example {
  color: var(--color-blue);
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#mainte .sec-example .example_img {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #mainte .sec-example .example_img {
    padding-inline: 6%;
  }
}
#mainte .sec-example .example_img img {
  margin-inline: auto;
}
#mainte .sec-example .type-num {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: d;
}
#mainte .sec-example .type-num .example_dl {
  display: block;
  border-radius: 3rem;
  padding: 2rem;
  box-shadow: 0px 2px 5px 0px rgba(28, 33, 20, 0.3);
}
#mainte .sec-example .type-num .example_dl dt {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mainte .sec-example .type-num .example_dl dt {
    font-size: 2rem;
  }
}
#mainte .sec-example .type-num .example_dl dt .num_ico {
  margin-right: 6px;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#mainte .sec-example .type-num .example_dl dd .example_list {
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
  color: var(--color-black);
}

#news {
  background-color: #f0f0f0;
}
#news .sec-news {
  padding-bottom: 63px;
}
#news .sec-news .list {
  border-bottom: 1px solid var(--color-blue);
}
#news .sec-news .list .news_list_item a {
  display: flex;
  align-items: center;
  gap: 3.7rem;
  width: 100%;
  padding: 2.2rem 2rem;
  text-decoration: none;
  border-top: 1px solid var(--color-blue);
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a {
    gap: var(--interval-20);
    padding: 1.6rem 0.5rem;
  }
}
#news .sec-news .list .news_list_item a .wrap-box {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a .wrap-box {
    gap: 0.5rem;
  }
}
#news .sec-news .list .news_list_item a .wrap-box .list_tag,
#news .sec-news .list .news_list_item a .wrap-box .list_date {
  color: var(--color-blue);
  display: block;
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a .wrap-box .list_tag,
  #news .sec-news .list .news_list_item a .wrap-box .list_date {
    font-size: 1.4rem;
  }
}
#news .sec-news .list .news_list_item a .wrap-box .list_tag {
  border: 1px solid var(--color-blue);
  padding: 0 35px;
  border-radius: 20px;
  line-height: 1.75;
  background-color: #fff;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a .wrap-box .list_tag {
    border-radius: 16px;
    font-size: 1.2rem;
    padding: 0 15px;
    width: fit-content;
  }
}
#news .sec-news .list .news_list_item a .wrap-box .list_tag_empty {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a .wrap-box .list_tag_empty {
    width: 5em;
    padding: 0 15px;
    font-size: 1.2rem;
  }
}
#news .sec-news .list .news_list_item a .list_ttl {
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #news .sec-news .list .news_list_item a .list_ttl {
    padding-left: 0;
    font-size: 1.4rem;
    text-align: start !important;
  }
}

#news_detail {
  background-color: #f0f0f0;
}
#news_detail .sec-news {
  padding-bottom: 63px;
}
#news_detail .sec-news .news_wrap-box {
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  display: grid;
  grid-template-columns: 1fr 40%;
  justify-content: space-between;
  padding: 2.2rem 0;
  gap: 6.6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #news_detail .sec-news .news_wrap-box {
    padding: 2.2rem 0;
    grid-template-columns: unset;
    grid-template-rows: repeat(2, auto);
    gap: 4rem;
    margin-bottom: 5rem;
  }
}
#news_detail .sec-news .news_wrap-box .news_list_item {
  display: flex;
  flex-direction: column;
  padding-inline: 7%;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #news_detail .sec-news .news_wrap-box .news_list_item {
    gap: var(--interval-20);
    padding-inline: 0;
  }
}
#news_detail .sec-news .news_wrap-box .news_list_item .wrap-box {
  display: flex;
  gap: 1.5rem;
}
#news_detail .sec-news .news_wrap-box .news_list_item .wrap-box .list_tag,
#news_detail .sec-news .news_wrap-box .news_list_item .wrap-box .list_date {
  color: var(--color-blue);
  display: block;
}
#news_detail .sec-news .news_wrap-box .news_list_item .wrap-box .list_tag {
  border: 1px solid var(--color-blue);
  padding: 0 35px;
  border-radius: 20px;
  line-height: 1.75;
  background-color: #fff;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news_detail .sec-news .news_wrap-box .news_list_item .wrap-box .list_tag {
    border-radius: 16px;
    font-size: 1.2rem;
    padding: 2px 0 0;
    width: 94px;
  }
}
#news_detail .sec-news .news_wrap-box .news_list_item .list_ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #news_detail .sec-news .news_wrap-box .news_list_item .list_ttl {
    padding-left: 0;
    text-align: start !important;
  }
}
#news_detail .sec-news .news_wrap-box .news_list_item .list_content {
  font-size: 1.6rem;
}

#news .news_pagenation,
#news_detail .news_pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .news_pagenation,
  #news_detail .news_pagenation {
    font-size: 1.4rem;
  }
}