@charset "UTF-8";


/* ---------------------------------------------------------------- */
/* common */
/* ---------------------------------------------------------------- */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.notoserif {
  font-family: 'Noto Serif JP', serif;
}
.poppins {
  font-family: 'Poppins', sans-serif;
}


/* html */
html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #373737;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
html * {
  box-sizing: border-box;
}
body {
  background-color: rgb(255 255 255 / 1);
}
body .pc {
  display: inline !important;
}
body .sp {
  display: none !important;
}
p, a, li, dd, dt, th, td {
  font-size: 2rem;
  line-height: 2;
}
img {
  max-width: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: #373737;
}
.tel a {
  pointer-events: none;
}

 
/* header
*******************/
.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; 
  height: 13rem;
  mix-blend-mode: difference;
}
body:not(.home) .header,
.header.mini {
  position: fixed;
  top: 4rem;
  left: 6rem;
  right: 6rem;
  width: calc(100% - 12rem); 
  height: 9rem;
  mix-blend-mode: normal;
}
.header section {
  display: flex;
  align-items: center;
  position:relative;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  background-color: rgb(255 255 255 / 0);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 1rem;
  opacity: 1;
}
body:not(.home) .header section,
.header.mini section {
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.header .headerRight {
  margin-left: auto;
}
.headerLogo a {
  display: block;
  line-height: 1;
}
.headerLogo a img {
  display: none;
  width: 29.7rem;
}
.headerLogo a img.difference {
  display: inline;
}
body:not(.home) .header .headerLogo a img,
.header.mini .headerLogo a img {
  display: inline;
}
body:not(.home) .header .headerLogo a img.difference,
.header.mini .headerLogo a img.difference {
  display: none;
}
.header nav {
  height: 100%;
}
.header nav ul.mainNavi {
  display: flex;
  height: 100%;
}
.header nav ul.mainNavi li {
  padding-left: 3.6rem;
  text-align: center;
}
.header nav ul.mainNavi li a {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  height: 4.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  opacity: 1;
}
body:not(.home) .header nav ul.mainNavi li a,
.header.mini nav ul.mainNavi li a {
  font-size: 1.6rem;
  color: #373737;
}
.header nav ul.mainNavi li a:hover {
  color: #ffcc66;
}
body.company .header nav ul.mainNavi li:nth-of-type(1) a,
body.business .header nav ul.mainNavi li:nth-of-type(2) a,
body.solutions .header nav ul.mainNavi li:nth-of-type(3) a,
body.access .header nav ul.mainNavi li:nth-of-type(4) a,
body.recruit .header nav ul.mainNavi li:nth-of-type(5) a,
body.eco .header nav ul.mainNavi li:nth-of-type(1) a,
body.makers .header nav ul.mainNavi li:nth-of-type(3) a,
body.single-occupations .header nav ul.mainNavi li:nth-of-type(5) a,
body:not(.home) .header nav ul.mainNavi li a:hover,
.header.mini nav ul.mainNavi li a:hover {
  color: #003399;
}
.header nav ul.mainNavi li a:after {
  position: absolute;
  left: auto;
  right: 0.15rem;
  bottom: 0.8rem;
  content: "";
  display:inline-block;
  width: 0;
  height: 0.2rem;
  background-color: rgb(255 204 102 / 1);
  transition: all 0.3s ease;
}
body:not(.home) .header nav ul.mainNavi li a:after,
.header.mini nav ul.mainNavi li a:after {
  background-color: rgb(0 51 153 / 1);
}
body.company .header nav ul.mainNavi li:nth-of-type(1) a:after,
body.business .header nav ul.mainNavi li:nth-of-type(2) a:after,
body.solutions .header nav ul.mainNavi li:nth-of-type(3) a:after,
body.access .header nav ul.mainNavi li:nth-of-type(4) a:after,
body.recruit .header nav ul.mainNavi li:nth-of-type(5) a:after,
body.eco .header nav ul.mainNavi li:nth-of-type(1) a:after,
body.makers .header nav ul.mainNavi li:nth-of-type(3) a:after,
body.single-occupations .header nav ul.mainNavi li:nth-of-type(5) a:after,
.header nav ul.mainNavi li a:hover:after {
  left: 0;
  right: 0.15rem;
  width: calc(100% - 0.15rem);
}
.header nav ul.mainNavi li.headerContact {
}
.header nav ul.mainNavi li.headerContact a {
  visibility: hidden;
  padding: 0 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  background-color: rgb(255 204 102 / 1);
  border-radius: 2.3rem;
  transition: background 0.3s ease;
}
body:not(.home) .header nav ul.mainNavi li.headerContact a,
.header.mini nav ul.mainNavi li.headerContact a {
  visibility: visible;
  color: #fff;
  background-color: rgb(0 51 153 / 1);
}
.header nav ul.mainNavi li.headerContact a:after {
  display: none;
}
.header nav ul.mainNavi li.headerContact a:hover {
  background-color: rgb(200 140 40 / 1);
}
body:not(.home) .header nav ul.mainNavi li.headerContact a:hover,
.header.mini nav ul.mainNavi li.headerContact a:hover {
  background-color: rgb(55 115 215 / 1);
}
.header nav .subNavi {
  display: none;
}
.header .hNaviBtn {
  display: none;
}
.header.mini section {
  animation: 0.5s hFadeIn forwards;
}
@keyframes hFadeIn {
  from {
    opacity: 0;
    
  }
  to {
    opacity: 1;
    
  }
}


/* crumbs
*******************/
.crumbs {
  z-index: 99;
  position: absolute;
  top: 15.8rem;
  left: 0;
  width: 100%;
  padding: 0 8rem;
  font-size: 1.4rem;
  color: #373737;
}
.crumbs a {
  color: #373737;
  opacity: 1;
  line-height: 1;
  font-size: 1.4rem;
  transition: opacity 0.3s ease;
}
.crumbs a:hover {
  opacity: 0.5;
}
.crumbs span {
  padding: 0 0.5rem;
}
body.company .crumbs,
body.business .crumbs,
body.solutions .crumbs,
body.eco .crumbs {
  color: #fff;
}
body.company .crumbs a,
body.business .crumbs a,
body.solutions .crumbs a,
body.eco .crumbs a {
  color: #fff;
}


/* mv - Subpage
*******************/
.mvImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mvImage img {
  width: 100%;
}
body:not(.home) .mv {
  display: inline grid;
  align-items: end;
  position: relative;
  width: 100%;
  height: 77.3rem;
  background: linear-gradient( rgb(0 0 0 / 0), rgb(0 0 0 / 0) 50%, rgb(0 0 0 / 0.05) 60%, rgb(0 0 0 / 0.13) 70%, rgb(0 0 0 / 0.4) 100% );
}
body:not(.home) .mv h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
body:not(.home) .mv h1 span {
  display: block;
  padding: 1.4rem 0 7rem;
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}


/* pageTitle
*******************/
.pageTitle {
  width: 100%;
	padding-top: 13rem;
  background-color: rgb(243 243 243 / 1);
}
.pageTitle .contents {
  display: inline grid;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 40rem;
  background-color: rgb(243 243 243 / 1);
}
.pageTitle h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #003399;
}
.pageTitle h1 span {
  display: block;
  padding: 1.4rem 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}


/* main
*******************/
.main {
  position: relative;
  width: 100%;
  background-color: rgb(243 243 243 / 1);
}


/* contents
*******************/
.contents {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
}
.contents.widthFull {
  width: 100%;
  max-width: 100%;
}


/* title - h3
*******************/
h3 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-feature-settings: normal;
}
h3 span {
  display: block;
  padding-top: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}


/* title - h4
*******************/
h4 {
	display: block;
	position: relative;
	padding-bottom: 6.6rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
h4:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 100%;
	height: 0.4rem;
	background: rgb(217 215 215 / 1);
}
h4:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 10rem;
	height: 0.4rem;
	background: rgb(0 51 153 / 1);
}
body.home h4,
body.company h4,
body.business h4,
body.solutions h4,
body.eco h4 {
	padding-bottom: 0;
}
body.home h4:before,
body.company h4:before,
body.business h4:before,
body.solutions h4:before,
body.eco h4:before {
	display: none;
}
body.home h4:after,
body.company h4:after,
body.business h4:after,
body.solutions h4:after,
body.eco h4:after {
	display: none;
}


/* button
*******************/
.button01b {
  display: flex;
  gap: 0 3rem;
}
.button01b a {
  position: relative;
  display: inline grid;
  place-content: center;
  place-items: center;
  width: 41.5rem;
  height: 6.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: rgb(0 51 153 / 1);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center right 2.2rem;
  border-radius: 3.2rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.button01b a:hover {
  color: #003399;
  background-color: rgb(255 255 255 / 1);
}
.button01b a.iconBlank {
  background-image: url(../images/icon_blank_white.svg);
}
.button01b a.iconBlank:hover {
  background-image: url(../images/icon_blank_blue.svg);
}

.button01w {
  display: flex;
  gap: 0 3rem;
}
.button01w a {
  position: relative;
  display: inline grid;
  place-content: center;
  place-items: center;
  width: 41.5rem;
  height: 6.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #003399;
  background-color: rgb(255 255 255 / 1);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center right 2.2rem;
  border-radius: 3.2rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.button01w a:hover {
  color: #fff;
  background-color: rgb(0 51 153 / 1);
}
.button01w a.iconBlank {
  background-image: url(../images/icon_blank_blue.svg);
}
.button01w a.iconBlank:hover {
  background-image: url(../images/icon_blank_white.svg);
}


/* map button
*******************/
.mapButton {
  position: absolute;
  right: 0;
  bottom: 3rem;
}
.mapButton a {
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/icon_map_blue.svg);
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: center;
  border: 0.15rem solid #003399;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.mapButton a:hover {
  background-image: url(../images/icon_map_white.svg);
  background-color: rgb(0 51 153 / 1);
  
}


/* accordion(+js)
*******************/
.accordionSet dt {
  cursor: pointer;
}
.accordionSet dd {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}


/* Pagination
*******************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 0 0.8rem;
  width: 100%;
  padding-top: 4rem;
}
.pagination .page-numbers {
  display: inline grid;
  place-content: center;
  place-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #003399;
  background-color: rgb(250 250 250 / 1);
  border-radius: 0.4rem;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: rgb(0 51 153 / 1);
}
.pagination .page-numbers.dots {
  color: #373737;
  background-color: transparent;
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(../images/icon_arrow_l_blue.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.pagination .page-numbers.next:before {
  background-image: url(../images/icon_arrow_r_blue.svg);
}


/* in animation
*******************/
.inAnime {
  visibility:hidden;
  opacity: 0;
  filter: blur(1rem);
  transform: translateY(10rem);
  transition: filter 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inAnime.on {
  visibility:visible;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


/* footer
*******************/
.footer {
  z-index: 98;
  position: relative;
  width: 100%;
  padding: 4rem 6rem;
  background-color: rgb(255 255 255 / 1);
}
footer .logo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7rem;
}
footer .logo .footerLogo img {
  width: 21.4rem;
}
footer .logo .sns {
  display: flex;
  gap: 0 2rem;
}
footer .logo .sns li {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: rgb(107 105 108 / 1);
  transition: all 0.3s ease;
}
footer .logo .sns li:hover {
  opacity: 0.5;
}
footer .logo .sns li img {
  width: 100%;
  vertical-align: top;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
}
footer .copyright p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 500;
}
footer .copyright p:nth-of-type(2) {
  padding-left: 2rem;
  font-size: 1.6rem;
  background-image: url(../images/icon_arrow_r.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: top 0.8rem left;
  transition: all 0.3s ease;
}
footer .copyright p:nth-of-type(2):hover {
  background-position: top 0.8rem left 0.5rem;
}
footer .copyright p:nth-of-type(2) a {
  font-size: 1.6rem;
  font-weight: 500;
}




/* ---------------------------------------------------------------- */
/* home */
/* ---------------------------------------------------------------- */


/* mv
*******************/
body.home .mv {
  position: relative;
  width: 100%;
  height: 56.25vw;
  background-color: rgb(255 255 255 / 1);
  overflow: hidden;
}
body.home .mv .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
}
body.home .mv .movie img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .mv .button {
  position: absolute;
  right: 3.6rem;
  bottom: 3.6rem;
}
body.home .mv .button a {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}
body.home .mv .button a span.playTxt {
  font-weight: 500;
  color: #c8c8c8;
  mix-blend-mode: difference;
}
body.home .mv .button a span.playBtn {
  width: 6rem;
  height: 6rem;
  padding: 1px;
  background-color: rgb(235 235 235 / 1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
body.home .mv .button a span.playBtn:after {
  content: "";
  display:inline-block;
  width: calc(6rem - 2px);
  height: calc(6rem - 2px);
  background-color: rgb(255 255 255 / 1);
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
body.home .mv .button a:hover span.playBtn {
  padding: 2px;
  background-color: rgb(0 51 153 / 1);
}
body.home .mv .button a:hover span.playBtn:after {
  width: calc(6rem - 4px);
  height: calc(6rem - 4px);
  background-size: 130%;
}

body.home .mv .headerContact {
  z-index: 1000;
  position: absolute;
  top: 4.2rem;
  right: 4rem;
}
body.home .mv .headerContact a {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 4.6rem;
  padding: 0 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgb(0 51 153 / 1);
  border-radius: 2.3rem;
  transition: background 0.3s ease;
}
body.home .mv .headerContact a:hover {
  background-color: rgb(55 115 215 / 1);
}

body.home .movieDialog {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10rem;
  background-color: rgb(0 0 0 / 1);
}
body.home .movieDialog video {
  width: 100%;
  height: 100%;
}
body.home .movieDialog .closeDialog {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
}


/* about
*******************/
body.home .about {
  padding: 12rem 0 10rem;
}
body.home .about .text {
  padding-left: 1.5rem;
  text-align: center;
}
body.home .about .text h1 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.15em;
}
body.home .about .text h1 span {
  display: block;
  margin-left: -1.5rem;
  padding-top: 1.3rem;
  font-size: 8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.01em;
}
body.home .about .text h2 {
  padding: 6.8rem 0 4rem 1rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
body.home .about .text p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.home .about .pickup ul {
  display: flex;
  gap: 7.5rem;
  width: 100%;
  padding-top: 11rem;
}
body.home .about .pickup li {
	flex: 1;
}
body.home .about .pickup ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .about .pickup a .zoomImage {
  background-color: rgb(235 235 235 / 1);
  background-image: url(../images/pickup_aboutus.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 4rem;
  transition: background 0.5s ease;
}
body.home .about .pickup a:hover .zoomImage {
  background-size: 110%;
}
body.home .about .pickup a .zoomImage.aboutus {
  background-image: url(../images/pickup_aboutus.jpg);
}
body.home .about .pickup a .zoomImage.business {
  background-image: url(../images/pickup_business.jpg);
}
body.home .about .pickup a .zoomImage.solutions {
  background-image: url(../images/pickup_solutions.jpg);
}
body.home .about .pickup a .zoomImage img {
  width: 100%;
}
body.home .about .pickup p {
  padding: 3rem 0.8rem 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}


/* maintenance
*******************/
body.home .maintenance {
  position: relative;
  padding: 0;
}
body.home .maintenance .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.home .maintenance .bg img {
  position: absolute;
  top: -50%;
  width: 100%;
}
body.home .maintenance .text {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding: 8rem 0 5.4rem;
}
body.home .maintenance h3 {
  color: #fff;
}
body.home .maintenance p {
  padding-top: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
body.home .maintenance .button01w {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding: 0 0 7.4rem;
}


/* information
*******************/
body.home .information {
  display: flex;
  padding: 11rem 0 12rem;
}
body.home .information .text {
  flex-basis: 49rem;
}
body.home .information h3 {
  display: inline-block;
  padding-right: 2.4rem;
  background-image: url(../images/icon_arrow_r.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: top 1.8rem right 0.6rem;
  transition: all 0.3s ease;
}
body.home .information h3:hover {
  background-position: top 1.8rem right;
}
body.home .information h3 > span {
  padding-top: 0.9rem;
}
body.home .information .text p {
  padding-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.home .information .list {
  flex: 1;
  position: relative;
}
body.home .information .list .scroll {
  height: 24.5rem;
  margin-top: 1rem;
  padding-right: 3rem;
  overflow-Y: scroll;
}
body.home .information .list ul {
  width: 100%;
}
body.home .information .list li {
  border-bottom: 1px solid #ccc;
}
body.home .information .list li div {
  display: flex;
  padding: 2.3rem 0.5rem 2.5rem;
  transition: all 0.3s ease;
}
body.home .information .list li a {
  padding: 0 0.5rem;
  font-size: 1.6rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
body.home .information .list li a:hover {
  color: #00bbCC;
  text-decoration: none;
}

body.home .information .list li div > span:nth-of-type(1) {
  flex-shrink: 0;
  display: grid;
  justify-items: start;
  align-items: center;
  height: 3rem;
  margin: 0.4rem 2.4rem 0 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
body.home .information .list li div > span:nth-of-type(2) {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 11rem;
  height: 3rem;
  margin: 0.5rem 3rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(62 70 120 / 1);
  border-radius: 0.4rem;
}
body.home .information .list li div > span:nth-of-type(3) {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
body.home .information .list .scroll::-webkit-scrollbar {
  width: 1rem;
}
body.home .information .list .scroll::-webkit-scrollbar&:hover {
  width: 1rem;
}
body.home .information .list .scroll::-webkit-scrollbar-track {
  background-color: rgb(235 235 235 / 1);
}
body.home .information .list .scroll::-webkit-scrollbar-thumb {
  background-color: rgb(62 70 120 / 1);
}




/* ---------------------------------------------------------------- */
/* company */
/* ---------------------------------------------------------------- */

/* about
*******************/
body.company .about {
  padding: 12rem 0 6.4rem;
}
body.company .about .text {
  padding-left: 1.5rem;
  text-align: center;
}
body.company .about .text h2 {
  padding: 0 0 4rem 1rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
body.company .about .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.company .about .text .name01 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}
body.company .about .text .name02 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}


/* philosophy
*******************/

body.company .philosophy {
  width: 100%;
  max-width: 168rem;
  margin: 0 auto;
  padding: 10rem 14.3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 2rem;
}
body.company .philosophy dl {
  padding-top: 4rem;
}
body.company .philosophy dt {
  padding-top: 4rem;
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #003399;
}
body.company .philosophy dd {
  padding-top: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
}
body.company .philosophy dd span {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: 700;
}
body.company .philosophy dd span.english {
  display: block;
  margin-top: -0.8rem;
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}


/* profile
*******************/

body.company .profile {
  padding-top: 10rem;
}
body.company .profile > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7rem;
  padding-top: 8rem;
}
body.company .profile dl {
  width: calc((100% - 7rem) / 2); 
  padding: 3.6rem 0 3.2rem;
  border-bottom: 1px solid #b2b0af;
}
body.company .profile dl:nth-child(-n + 2) {
  border-top: 1px solid #b2b0af;
}
body.company .profile dt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #003399;
}
body.company .profile dd {
  padding-top: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
}
body.company .profile dd a {
  padding-top: 0.8rem;
  font-size:2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
body.company .profile dd a:hover {
  color: #00bbCC;
  text-decoration: none;
}


/* History
*******************/

body.company .history {
  padding: 10rem 0;
}
body.company .history table {
  width: 100%; 
  margin-top: 8rem;
}
body.company .history tr {
  border-bottom: 1px solid #b2b0af;
}
body.company .history tr:nth-child(1)  {
  border-top: 1px solid #b2b0af;
}
body.company .history th,
body.company .history td {
  padding: 4rem 2rem;
  font-size: 2rem;
  font-weight: 500;
}
body.company .history th {
  width: 24rem;
}
body.company .history td a {
  padding-top: 0.8rem;
  font-size: 2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
body.company .history td a:hover {
  color: #00bbCC;
  text-decoration: none;
}




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

/* h3
*******************/
body.business h3 {
  font-weight: 600;
}


/* about
*******************/
body.business .about {
  padding: 10rem 0 9rem;
}
body.business .about .text {
  padding-left: 1.5rem;
  text-align: center;
}
body.business .about .text h2 {
  padding: 0 0 4rem 1rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
body.business .about .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.business .about .image {
  padding-top: 5rem;
  text-align: center;
}
body.business .about .image img {
  width: 81.4rem;
}


/* machinery
*******************/
body.business .machinery {
  padding: 0 0 10rem;
}
body.business .machinery .text h3 {
  padding-bottom: 5rem;
}
body.business .machinery .text p {
  padding-bottom: 5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.business .machinery .operations ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 3.6rem;
  width: 100%;
}
body.business .machinery .operations li {
	flex: 100%;
}
body.business .machinery .operations li img {
  width: 100%;
  border-radius: 2rem;
}
body.business .machinery .operations p {
  padding: 1rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
body.business .machinery .button01b {
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 6rem;
  justify-content: center;
}


/* mechatronics
*******************/
body.business .mechatronics {
  padding: 0 0 11rem;
}
body.business .mechatronics .text img {
  float: right;
  width: 56rem;
  margin-left: 7rem;
  margin-bottom: 6rem; 
  border-radius: 2rem;
}
body.business .mechatronics .text h3 {
  padding-bottom: 5rem;
}
body.business .mechatronics .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}


/* electronics
*******************/
body.business .electronics {
  padding: 0 0 6.4rem;
}
body.business .electronics .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 6rem; 
  border-radius: 2rem;
}
body.business .electronics .text h3 {
  padding-bottom: 5rem;
}
body.business .electronics .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}


/* ec
*******************/
body.business .ec {
  padding: 0 0 10rem;
}
body.business .ec .text img {
  float: right;
  width: 56rem;
  margin-top: 1rem;
  margin-left: 5rem;
  margin-bottom: 6rem;
}
body.business .ec .text h3 {
  padding-bottom: 5rem;
}
body.business .ec .text p {
  padding-bottom: 4.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.business .ec .button01b a {
  width: 34rem;
}


/* topics
*******************/
body.business .topics {
  position: relative;
  padding: 0;
}
body.business .topics .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.business .topics .bg img {
  position: absolute;
  top: 25%;
  width: 100%;
}
body.business .topics .text {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding: 8rem 0 3.4rem;
}
body.business .topics h3 {
  color: #fff;
}
body.business .topics h3 span {
  font-size: 3.6rem;
}
body.business .topics h4 {
  padding-top: 3.5rem;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: #fff;
}
body.business .topics h4 span {
  display: inline-block;
  margin-bottom: 2.2rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 500;
  background-color: rgb(93 136 222 / 1);
}
body.business .topics p {
  padding-top: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
body.business .topics .button01w {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding: 0 0 7.4rem;
}
body.business .topics .button01w a {
  width: 34rem;
}




/* ---------------------------------------------------------------- */
/* solutions */
/* ---------------------------------------------------------------- */


/* about
*******************/
body.solutions .about {
  padding: 10rem 0 9rem;
}
body.solutions .about .text {
  padding-left: 1.5rem;
  text-align: center;
}
body.solutions .about .text h2 {
  padding: 0 0 4rem 1rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
body.solutions .about .text p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.solutions .about .image {
  padding-top: 5rem;
  text-align: center;
}
body.solutions .about .image img {
  width: 81.4rem;
}


/* optimization
*******************/
body.solutions .optimization {
  padding: 0 0 10rem;
}
body.solutions .optimization .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 6rem;
  border-radius: 2rem; 
}
body.solutions .optimization .text h3 {
  padding-bottom: 5rem;
}
body.solutions .optimization .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.solutions .optimization .point {
  margin-top: 7rem;
  width: 100%;
  padding: 4rem;
  background-color: rgb(227 225 225 / 1);
  border-radius: 1rem;
}
body.solutions .optimization .point h4 {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
body.solutions .optimization .point p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}


/* automation
*******************/
body.solutions .automation {
  padding: 0 0 9rem;
}
body.solutions .automation .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 8rem;
  border-radius: 2rem;
}
body.solutions .automation .text h3 {
  padding-bottom: 5rem;
}
body.solutions .automation .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.solutions .automation .operations ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 7rem;
  width: 100%;
}
body.solutions .automation .operations li {
	flex: 100%;
}
body.solutions .automation .operations li img {
  width: 100%;
  border-radius: 2rem;
}
body.solutions .automation .operations p {
  padding: 1rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}


/* environment
*******************/
body.solutions .environment {
  padding: 0 0 9rem;
}
body.solutions .environment .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 8rem;
  border-radius: 2rem;
}
body.solutions .environment .text {
  padding-bottom: 2rem;
}
body.solutions .environment .text h3 {
  padding-bottom: 5rem;
}
body.solutions .environment .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.solutions .environment .operations ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 7rem;
  width: 100%;
}
body.solutions .environment .operations li {
	flex: 100%;
}
body.solutions .environment .operations li img {
  width: 100%;
  border-radius: 2rem;
}
body.solutions .environment .operations p {
  padding: 1rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}


/* procurement
*******************/
body.solutions .procurement {
  padding: 0 0 5rem;
}
body.solutions .procurement .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 6rem;
  border-radius: 2rem;
}
body.solutions .procurement .text h3 {
  padding-bottom: 5rem;
}
body.solutions .procurement .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}


/* support
*******************/
body.solutions .support {
  padding: 0 0 6rem;
}
body.solutions .support .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
body.solutions .support .text h3 {
  padding-bottom: 5rem;
}
body.solutions .support .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}


/* safety
*******************/
body.solutions .safety {
  padding: 0 0 9rem;
}
body.solutions .safety .text {
  padding-bottom: 2rem;
}
body.solutions .safety .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  margin-bottom: 6rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
body.solutions .safety .text h3 {
  padding-bottom: 5rem;
}
body.solutions .safety .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.solutions .safety .operations ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 7rem;
  width: 100%;
}
body.solutions .safety .operations li {
	flex: 100%;
}
body.solutions .safety .operations li img {
  width: 100%;
  border-radius: 2rem;
}
body.solutions .safety .operations p {
  padding: 1rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}


/* maintenance
*******************/
body.solutions .maintenance {
  padding: 0 0 15rem;
}
body.solutions .maintenance .text {
  padding-bottom: 2rem;
}
body.solutions .maintenance .text img {
  float: right;
  width: 56rem;
  margin-left: 7.5rem;
  border-radius: 2rem;
}
body.solutions .maintenance .text h3 {
  padding-bottom: 5rem;
}
body.solutions .maintenance .text p {
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}




/* ---------------------------------------------------------------- */
/* Sustainability (eco) */
/* ---------------------------------------------------------------- */


/* message
*******************/
body.eco .message {
  padding: 10rem 0 3rem;
}
body.eco .message .text {
  text-align: left;
}
body.eco .message .text h3 {
  padding-bottom: 5rem;
}
body.eco .message .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.eco .message a {
  padding-top: 0.8rem;
  font-size: 2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
body.eco .message a:hover {
  color: #00bbCC;
  text-decoration: none;
}


/* activities
*******************/
body.eco .activities {
  padding: 0 0 10rem;
}
body.eco .activities h4 {
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
body.eco .activities dl {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 1rem;
  width: 100%;
}
body.eco .activities dt {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 36rem;
  height: 22rem;
  padding: 2rem 8rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: rgb(0 51 153 / 1);
  border-radius: 1rem 0 0 1rem;
}
body.eco .activities dd {
  display: grid;
  justify-items: start;
  align-items: center;
  flex: 1;
  height: 22rem;
  padding: 2rem 8rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: rgb(227 225 225 / 1);
  border-radius: 0 1rem 1rem 0;
}
body.eco .activities ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
body.eco .activities li {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}


/* policy
*******************/
body.eco .policy {
  padding: 0 0 6rem;
}
body.eco .policy .text h3 {
  padding-bottom: 5rem;
}
body.eco .policy .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.eco .policy .text dl {
  padding-bottom: 3.6rem;
}
body.eco .policy .text dt {
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #003399;
}
body.eco .policy .text dd {
  font-size: 2rem;
  font-weight: 500;
}
body.eco .policy .text li {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
}
body.eco .policy .text p span {
  padding-left: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}


/* initiatives
*******************/
body.eco .initiatives {
  padding: 0 0 10rem;
}
body.eco .initiatives .text h3 {
  padding-bottom: 4rem;
}
body.eco .initiatives .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body.eco .initiatives .topic {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 4rem;
}
body.eco .initiatives .topic > div {
  display: grid;
  justify-items: start;
  align-items: center;
  flex: 1;
}
body.eco .initiatives .topic dl {
  padding-right: 7rem;
}
body.eco .initiatives .topic dt {
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #003399;
}
body.eco .initiatives .topic dd {
  font-size: 2rem;
  font-weight: 500;
}
body.eco .initiatives .topic img {
  width: 56rem;
  border-radius: 2rem; 
}
body.eco .initiatives .pointBox {
  padding-bottom: 6rem;
}
body.eco .initiatives .point {
  margin-bottom: 1rem;
  width: 100%;
  padding: 4rem;
  background-color: rgb(227 225 225 / 1);
  border-radius: 1rem;
}
body.eco .initiatives .point h4 {
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
body.eco .initiatives .point p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}




/* ---------------------------------------------------------------- */
/* Recruit */
/* ---------------------------------------------------------------- */


/* mv
*******************/
body.recruit .mv {
  background: transparent;
}


/* main
*******************/
body.recruit .main {
  background-color: rgb(41 130 230 / 1);
}


/* message
*******************/
body.recruit .mvImage img {
  padding-top: 0.5rem;
}
body.recruit .message {
  position: relative;
  padding: 10rem 0 3rem;
  color: #fff;
}
body.recruit .message .text {
  width: 66rem;
}
body.recruit .message .text h3 {
  padding-bottom: 5rem;
}
body.recruit .message .text h4 {
  letter-spacing: 0.15em;
  padding-bottom: 4rem;
}
body.recruit .message .text h4:before,
body.recruit .message .text h4:after {
  display: none;
}
body.recruit .message .text p {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  
}
body.recruit .message .ceo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 3rem;
  width: 100%;
}
body.recruit .message .ceo p {
  padding: 0;
}
body.recruit .message .ceo .photo {
  width: 12rem;
  height: 12rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
body.recruit .message .ceo .name01 {
  padding-right: 1rem;
  letter-spacing: 0.15em;
}
body.recruit .message .ceo .name02 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
body.recruit .message .sliderWrapper .slider1 li {
  position: absolute;
  border-radius: 2rem;
  overflow: hidden;
}
body.recruit .message .sliderWrapper .slider1 li:nth-of-type(1) {
  top: 28.3rem;
  right: 33.6rem;
  width: 27rem;
  height: 32.4rem;
}
body.recruit .message .sliderWrapper .slider1 li:nth-of-type(2) {
  top: 24.5rem;
  right: -5.4rem;
  width: 35rem;
  height: 25.5rem;
}
body.recruit .message .sliderWrapper .slider1 li:nth-of-type(3) {
  top: 65rem;
  right: 33.6rem;
  width: 27rem;
  height: 27rem;
}
body.recruit .message .sliderWrapper .slider1 li:nth-of-type(4) {
  top: 54rem;
  right: -16.3rem;
  width: 45.9rem;
  height: 30.6rem;
}
body.recruit .message .sliderWrapper .slider1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.recruit .message .sliderWrapper .slider2 {
  display: none;
}


/* note
*******************/

body.recruit .noteArea {
  max-width: 100%;
  margin-top: 21rem;
  background-image: url(../images/recruit_note_bg.png);
  background-repeat: repeat;
  background-size: 77rem;
  background-position: top center;
  border-radius: 10rem 10rem 0 0;
}
body.recruit .noteArea:before {
  display: block;
  content: "";
  position: absolute;
  top: -23.23rem;
  left: 0;
  width: 100%;
  height: 30rem;
  background-image: url(../images/recruit_note_header.png);
  background-repeat: no-repeat;
  background-size: 117rem;
  background-position: top center;
}

body.recruit .note {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
}
body.recruit .note h4 {
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
body.recruit .note h4:before,
body.recruit .note h4:after {
  display: none;
}
body.recruit .note .logo {
  width: 25.3rem;
}
body.recruit .note p {
  padding-top: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.recruit .note .button01b {
  position: absolute;
  top: 11rem;
  right: 0;
}
body.recruit .note .button01b a {
  width: 34rem;
  border: 0.25rem solid #003399;
}


/* policy
*******************/
body.recruit .policy {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
}
body.recruit .policy .text h3 {
  padding-bottom: 5rem;
  font-weight: 600;
}
body.recruit .policy .text h3 span {
  padding-top: 0.8rem;
}

body.recruit .policy .description {
  display: flex;
  justify-content:space-between;
  gap: 0 1rem;
}
body.recruit .policy .description > div {
  flex: 1;
  position: relative;
  padding: 6rem 4rem 15rem;
  color: #fff;
  border-radius: 2rem;
}
body.recruit .policy .description > div:nth-of-type(1) {
  background-color: rgb(41 130 230 / 1);
}
body.recruit .policy .description > div:nth-of-type(2) {
  background-color: rgb(247 89 125 / 1);
}
body.recruit .policy .description > div:nth-of-type(3) {
  background-color: rgb(255 147 0 / 1);
}
body.recruit .policy .description dt h5 {
  padding-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
body.recruit .policy .description dt h5 span {
  display: block;
  padding-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 7.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
body.recruit .policy .description dd {
  max-height: 100%;
  font-weight: 500;
}

body.recruit .policy .button01w {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  padding: 0;
  justify-content: center;
}
body.recruit .policy .button01w a {
  width: 34rem;
}


/* voice
*******************/
body.recruit .voice {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
}
body.recruit .voice .text img {
  float: right;
  width: 69.7rem;
  margin-left: 9rem;
  border-radius: 2rem;
}
body.recruit .voice .text h3 {
  padding-bottom: 5rem;
  font-weight: 600;
}
body.recruit .voice .text h3 span {
  padding-top: 0.8rem;
}
body.recruit .voice .text p {
  padding-bottom: 3.6rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

body.recruit .voice .button01w {
  padding-top: 2rem;
}
body.recruit .voice .button01w a {
  width: 34rem;
  border: 0.25rem solid #003399;
}


/* company
*******************/
body.recruit .company {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
}
body.recruit .company .text h3 {
  padding-bottom: 5rem;
  font-weight: 600;
}
body.recruit .company .text h3 span {
  padding-top: 0.8rem;
}

body.recruit .company .info ul {
  display: flex;
  justify-content:space-between;
  gap: 0 7rem;
}
body.recruit .company .info li {
  flex: 1;
}
body.recruit .company .info a .zoomImage {
  display: block;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
body.recruit .company .info a .zoomImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
body.recruit .company .info a:hover .zoomImage img {
  transform: scale(1.15);
}
body.recruit .company .info a .title {
  display: inline-block;
  margin: 3rem 0 0.5rem;
  padding: 0 1em 0 0;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  background-image: url(../images/icon_blank_black.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: top 0.7em right;
}
body.recruit .company .info a .text {
  display: inline-block;
  font-weight: 500;
}


/* pickup
*******************/
body.recruit .pickup {
  padding: 9rem 0 10rem;
}
body.recruit .pickup .slick .slick-slide {
  margin: 0 1.5rem;
}
body.recruit .pickup .slick li img {
  border-radius: 1rem;
}
body.recruit .pickup .slick li h5 {
  padding-top: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
body.recruit .pickup .slick li .tag {
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: 0 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(0 51 153 / 1);
  border-radius: 1.5rem;
}

body.recruit .pickup .slick .sliderNavi {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 4rem;
}
body.recruit .pickup .slick .arrowBtn {
  display: flex;
  gap: 0 2rem;
}
body.recruit .pickup .slick .backBtn,
body.recruit .pickup .slick .nextBtn {
  display: block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border: 0.15rem solid #003399;
  border-radius: 50%;
  transition: all 0.3s ease;
}
body.recruit .pickup .slick .backBtn {
  background-image: url(../images/icon_arrow_l_blue.svg);
}
body.recruit .pickup .slick .nextBtn {
  background-image: url(../images/icon_arrow_r_blue.svg);
}
body.recruit .pickup .slick .progressBar {
  position: relative;
  width: 20rem;
  height: 0.2rem;
  background-color: rgb(201 200 200 / 1);
}
body.recruit .pickup .slick .progressBar .bar {
  position: absolute;
	top: 0;
	left: 0;
  width: 0%;
  height: 0.2rem;
  background-color: rgb(0 51 153 / 1);
  transition: all 0.5s ease;
}


/* faq
*******************/
body.recruit .faq {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
  color: #fff;
}
body.recruit .faq .text h3 {
  padding-bottom: 5rem;
  font-weight: 600;
}
body.recruit .faq .text h3 span {
  padding-top: 0.8rem;
}

body.recruit .faq .tabSet {
  padding-top: 0;
}

body.recruit .faq input[name="qatab"] {
  display: none;
}
body.recruit .faq .tabButton {
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: auto;
  height: 6rem;
  margin-right: 1.5rem;
  padding: 0 2.5rem 0.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(255 255 255 / 0);
  border: 0.15rem solid #fff;
  border-radius: 3rem;
  transition: all 0.3s ease;
}
body.recruit .faq .tabButton:hover,
body.recruit .faq input:checked + .tabButton {
  color: #2982e6;
  background-color: rgb(255 255 255 / 1);
}
body.recruit .faq .qaList {
  display: none;
  padding-top: 5rem;
}
body.recruit .faq #tab1:checked ~ #qa1,
body.recruit .faq #tab2:checked ~ #qa2,
body.recruit .faq #tab3:checked ~ #qa3 {
    display: block;
}

body.recruit .faq dl {
  padding: 0;
  border-bottom: 0.01rem solid #fff;
}
body.recruit .faq dl:first-child {
  border-top: 0.01rem solid #fff;
}
body.recruit .faq dt {
  padding: 3rem 8rem 3rem 8rem;
  font-weight: 500;
  background-image: url(../images/icon_faq_open.svg), url(../images/icon_faq_q.svg);
  background-repeat: no-repeat;
  background-size: 3.4rem, 3.8rem;
  background-position: center right 2rem, top 3rem left 2rem;
}
body.recruit .faq dl.open dt {
  background-image: url(../images/icon_faq_close.svg), url(../images/icon_faq_q.svg);
  background-position: center right 2rem, top 3rem left 2rem;
}
body.recruit .faq dd p.acContent {
  margin: 0 0 3rem 8rem;
  padding: 3rem 4rem 3rem 8.5rem;
  font-weight: 500;
  color: #373737;
  background-color: rgb(255 255 255 / 1);
  background-image: url(../images/icon_faq_a.svg);
  background-repeat: no-repeat;
  background-size: 3.8rem;
  background-position: top 2.6rem left 2.6rem;
  border-radius: 1rem;
}


/* position
*******************/
body.recruit .position {
  position: relative;
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding: 10rem 0 15rem;
  color: #fff;
}
body.recruit .position .text h3 {
  padding-bottom: 5rem;
  font-weight: 600;
}
body.recruit .position .text h3 span {
  padding-top: 0.8rem;
}

body.recruit .position ul {
  width: 100%;
  padding-top: 0;
}
body.recruit .position li {
  border-bottom: 0.01rem solid #fff;
}
body.recruit .position li:first-child {
  border-top: 0.01rem solid #fff;
}
body.recruit .position li a {
  display: flex;
  position: relative;
  padding: 2.8rem 0.5rem 3rem;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0.4rem;
  transition: all 0.3s ease
}
body.recruit .position li a > span:nth-of-type(1) {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 13rem;
  height: 3rem;
  margin: 0.6rem 3rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(62 70 120 / 1);
  border-radius: 0.4rem;
}
body.recruit .position li a > span.new {
  background-color: rgb(57 164 204 / 1);
}
body.recruit .position li a > span.career {
  background-color: rgb(153 150 150 / 1);
}
body.recruit .position li a > span:nth-of-type(2) {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease
}
body.recruit .position li a:hover > span:nth-of-type(2) {
  opacity: 0.7;
}
body.recruit .position li a:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 2.4rem);
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgb(255 255 255 / 1);
  background-image: url(../images/icon_arrow_r_blue.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
body.recruit .position li a:hover:after {
  opacity: 0.5;
}




/* ---------------------------------------------------------------- */
/* Makers */
/* ---------------------------------------------------------------- */


/* makers
*******************/
body.makers .list {
  padding-bottom: 10rem;
}
body.makers .contents:last-of-type .list {
  padding-bottom: 15rem;
}
body.makers .list ul {
  column-count: 3;
  column-gap: 7rem;
  padding: 0;
  list-style: none;
  width: 100%;
}
body.makers .list li {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}




/* ---------------------------------------------------------------- */
/* Privacy Policy */
/* ---------------------------------------------------------------- */


/* privacy-policy
*******************/
body.privacy-policy .text {
  padding-bottom: 6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.privacy-policy .contents:last-of-type .text {
  padding-bottom: 15rem;
}
body.privacy-policy .text p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.privacy-policy .text ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
body.privacy-policy .text li {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}




/* ---------------------------------------------------------------- */
/* Access */
/* ---------------------------------------------------------------- */


/* Access
*******************/
body.access .addList {
  padding-bottom: 6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.access .contents:last-of-type .addList {
  padding-bottom: 15rem;
}
body.access .addList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 7rem;
  padding-top: 2rem;
}
body.access .addList li {
  width: calc( 50% - 3.5rem );
}
body.access .addList li div.officeBox {
  position: relative;
  width: 100%;
  padding: 0 6.5rem 2.2rem 0;
  border-bottom: 0.1rem solid #bfbdbd;
}
body.access .addList li div.publicBox {
  width: 100%;
  padding: 2.2rem 0 0 0;
}
body.access .addList li div.publicBox.flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
}
body.access .addList li p.office {
  padding-bottom: 1.8rem;
  font-size: 2.5rem;
  font-weight: 700;
}
body.access .addList li p.public {
  font-weight: 700;
}
body.access .addList li p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}




/* ---------------------------------------------------------------- */
/* Page Default */
/* ---------------------------------------------------------------- */


/* default
*******************/
body.page .default {
  padding: 30rem 0 15rem;
  font-size: 2rem;
  font-weight: 500;
}
body.page .default p {
  font-size: 2rem;
  font-weight: 500;
}
body.page .default embed,
body.page .default object {
  max-width: 100%;
}
body.page .default iframe {
  max-width: 100%;
}
body.page .default img {
  width: 100%;
  height: auto;
}




/* ---------------------------------------------------------------- */
/* Information (+ archive) */
/* ---------------------------------------------------------------- */


/* infoNavi
*******************/
body.information ul.infoNavi,
body.archive ul.infoNavi {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
body.information ul.infoNavi li,
body.archive ul.infoNavi li {
  padding-left: 1rem;
  text-align: center;
}
body.information ul.infoNavi li a,
body.archive ul.infoNavi li a {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 0.9rem 2.4rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #373737;
  background-color: rgb(0 51 153 / 0);
  border-radius: 3em;
  white-space: nowrap;
  transition: all 0.3s ease;
}
body.information ul.infoNavi li a.is-active,
body.archive ul.infoNavi li a.is-active,
body.information ul.infoNavi li a:hover,
body.archive ul.infoNavi li a:hover {
  color: #fff;
  background-color: rgb(0 51 153 / 1);
}


/* infoList
*******************/
body.information .list,
body.archive .list {
  position: relative;
  padding: 5rem 0 12rem;
}
body.information .list .archiveTitle,
body.archive .list .archiveTitle {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
body.information .list ul,
body.archive .list ul {
  width: 100%;
  border-top: 1px solid #ccc;
}
body.information .list li,
body.archive .list li {
  border-bottom: 1px solid #ccc;
}
body.information .list li div,
body.archive .list li div {
  display: flex;
  padding: 2.3rem 0.5rem 2.5rem;
  transition: all 0.3s ease;
}
body.information .list li a,
body.archive .list li a {
  padding: 0 0.5rem;
  font-size: 2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
body.information .list li a:hover,
body.archive .list li a:hover {
  color: #00bbCC;
  text-decoration: none;
}
body.information .list li div > span:nth-of-type(1),
body.archive .list li div > span:nth-of-type(1) {
  flex-shrink: 0;
  display: grid;
  justify-items: start;
  align-items: center;
  height: 3rem;
  margin: 0.5rem 2.4rem 0 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
body.information .list li div > span:nth-of-type(2),
body.archive .list li div > span:nth-of-type(2) {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 11rem;
  height: 3rem;
  margin: 0.6rem 3rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(62 70 120 / 1);
  border-radius: 0.4rem;
}
body.information .list li div > span:nth-of-type(3),
body.archive .list li div > span:nth-of-type(3) {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}




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


/* single
*******************/
body.single .single {
  padding: 24rem 0 15rem;
}
body.single .contentBox {
  width: 117rem;
  margin: 0 auto;
  padding: 8rem 11.7rem;
  background-color: rgb(255 255 255 / 1);
}
body.single .contentBox h2 {
  padding-bottom: 3rem;
  text-align: left !important;
}
body.single .contentBox h2 a {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left !important;
}
body.single .infoDate p {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
body.single .post-categories {
  display: flex;
  gap: 0 1rem;
  padding: 2rem 0;
}
body.single .post-categories li a {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 12rem;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(107 105 108 / 1);
  border-radius: 0.4rem;
}
body.single .infoContent {
  padding: 4rem 0;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
body.single .infoContent a {
  padding-top: 0.4rem;
  font-size: 2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
body.single .infoContent a:hover {
  color: #00bbCC;
  text-decoration: none;
}
body.single .infoContent embed,
body.single .infoContent object {
  max-width: 100%;
}
body.single .infoContent iframe {
  max-width: 100%;
}
body.single .infoContent img {
  width: 100%;
  height: auto;
  margin: 2.5rem 0;
}
body.single .infoTagList {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  border-top: 0.2rem solid #ccc;
}
body.single .infoTagList a {
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: 0 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #373737;
  text-align: center;
  background-color: rgb(227 225 225 / 1);
  border-radius: 1.5rem;
}

body.single .relate {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 11.7rem 2rem;
}
body.single .articleWrap {
  display: flex;
  justify-content:space-between;
  gap: 4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 11.7rem 6rem;
}
body.single .articleWrap .article {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 4rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 2rem;
}
body.single .article .entryTitle {
  text-align: left !important;
}
body.single .article .entryTitle h2 a {
  line-height: 1.5;
  font-size: 2.2rem;
}
body.single .article .entryDate {
  padding-top: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #999;
}
body.single .article .entryCotent {
  font-size: 1.6rem;
  text-align: left !important;
  line-height: 1.6 !important;
}
body.single .article .entryCotent a {
  font-size: 1.8rem;
  font-weight: 500;
}
body.single .articleWrap .pagination {
  display: none;
}

body.single .relateLink {
  border-top: 0.2rem solid #ccc;
  display: flex;
  justify-content:space-between;
  width: 117rem;
  margin: 0 auto;
  padding-top: 2rem;
}
body.single .previousLink,
body.single .nextLink,
body.single .relateLink a {
  font-size: 1.8rem;
  font-weight: 500;
}




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


/* table
*******************/
body.single-occupations .text {
  padding: 0 0 15rem;
}
body.single-occupations .text table {
  width: 100%;
}
body.single-occupations .text tr {
  width: 100%;
  border-bottom: 0.2rem solid #b2b0af;
}
body.single-occupations .text tr:first-of-type {
  border-top: 0.2rem solid #b2b0af;
}
body.single-occupations .text th {
  width: 26rem;
  padding: 3rem 10rem 3rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
body.single-occupations .text td {
  padding: 3rem 2rem 3rem 0;
  font-size: 2rem;
  font-weight: 500;
}
body.single-occupations .text td span.new {
  transform: translateY(-0.2rem);
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: 11rem;
  height: 3rem;
  margin-right: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(57 164 204 / 1);
  border-radius: 0.4rem;
}
body.single-occupations .text td span.career {
  transform: translateY(-0.2rem);
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: 11rem;
  height: 3rem;
  margin-right: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(153 150 150 / 1);
  border-radius: 0.4rem;
}
body.single-occupations .text .button01b {
  width: 100%;
  max-width: 139.5rem;
  margin: 0 auto;
  padding-top: 10rem;
  justify-content: center;
}




/* ---------------------------------------------------------------- */
/* Contact (+ Entry Form) */
/* ---------------------------------------------------------------- */


/* h1
*******************/
body.contact .pageTitle h1 p,
body.entry-form .pageTitle h1 p {
  display: none;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	color: #003399;

}
body.contact:has(.mw_wp_form_input) .pageTitle h1 .title1,
body.contact:has(.mw_wp_form_preview) .pageTitle h1 .title2,
body.contact:has(.mw_wp_form_complete) .pageTitle h1 .title3,
body.entry-form:has(.mw_wp_form_input) .pageTitle h1 .title1,
body.entry-form:has(.mw_wp_form_preview) .pageTitle h1 .title2,
body.entry-form:has(.mw_wp_form_complete) .pageTitle h1 .title3 {
  display: block;
}


/* zip
*******************/
#autozip {
  display: none !important;
}


/* text
*******************/
body.contact .text,
body.entry-form .text {
  padding: 0 0 15rem;
}


/* h4 - job
*******************/
body.entry-form .mw_wp_form h4 span {
  display: inline grid;
  justify-items: center;
  align-items: center;
  width: 13rem;
  height: 3rem;
  margin: 0 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: rgb(62 70 120 / 1);
  border-radius: 0.4rem;
  transform: translateY(-0.4rem);
}
body.entry-form .mw_wp_form h4 span.new {
  background-color: rgb(57 164 204 / 1);
}
body.entry-form .mw_wp_form h4 span.career {
  background-color: rgb(153 150 150 / 1);
}
body.entry-form .mw_wp_form .jobBox,
body.entry-form .mw_wp_form .jobBox input {
  visibility: hidden;
  pointer-events: none;
}


/* contactForm
*******************/
.mw_wp_form .contactForm {
  width: 100%;
}
.mw_wp_form .contactForm dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
.mw_wp_form .contactForm dt {
  padding-top: 1.3rem;
  width: 21%;
  font-weight: 600;
}
.mw_wp_form .contactForm dd {
  width: 78%;
}
.mw_wp_form .contactForm dt .optional,
.mw_wp_form .contactForm dt .required {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem 1rem 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgb(218 0 0 / 1);
  border-radius: 0.4rem;
}
.mw_wp_form .contactForm dt .optional {
  background-color: rgb(153 150 150 / 1);
}
.mw_wp_form .contactForm dd.twoInput {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 4rem;
}
.mw_wp_form .contactForm dd.twoInput > div {
  width: 49%;
}
.mw_wp_form .contactForm dd.multipleInput {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 0 1rem;
}
.mw_wp_form .contactForm dd.multipleInput > div {
  width: 14%;
}
.mw_wp_form .contactForm dd .mwform-tel-field {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}
.mw_wp_form .contactForm dd.addrBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 4rem;
}
.mw_wp_form .contactForm dd.addrBox > div:nth-of-type(1) {
  width: 22%;
}
.mw_wp_form .contactForm dd.addrBox > div:nth-of-type(2) {
  width: 76%;
}
.mw_wp_form .contactForm dd:last-child {
  padding-top: 1rem;
}

.mw_wp_form .contactForm input::placeholder,
.mw_wp_form .contactForm textarea::placeholder {
  color: #999696;
}
.mw_wp_form .contactForm select {
  width: 100%;
  height: 6.4rem;
  padding: 0 3rem;
  appearance: none;
  background-color: rgb(255 255 255 / 1);
  background-image: url(../images/icon_select.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  border-radius: 1rem;
}
.mw_wp_form .contactForm .input1,
.mw_wp_form .contactForm .input2 {
  width: 100%;
  height: 6.4rem;
  padding: 0 3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 1rem;
}
.mw_wp_form .contactForm .input3 {
  width: 33%;
  height: 6.4rem;
  padding: 0 3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 1rem;
}
.mw_wp_form .contactForm .input4 {
  width: 70%;
  height: 6.4rem;
  padding: 0 3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 1rem;
}
.mw_wp_form .contactForm .input5 {
  width: 14%;
  height: 6.4rem;
  padding: 0 3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 1rem;
}
.mw_wp_form .contactForm dd.addrBox > div input {
  width: 100%;
}
.mw_wp_form .contactForm .textarea {
  width: 100%;
  height: 40rem;
  padding: 2rem 3rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 1rem;
}
.mw_wp_form .contactForm dt.privacyBox {
  font-size: 2rem;
  font-weight: 700;
}
.mw_wp_form .contactForm dd.privacyBox {
  font-size: 2rem;
  font-weight: 500;
}
.mw_wp_form .contactForm .privacy {
  appearance: auto;
  width: 2.5rem;
  height: 2.5rem;
}
.mw_wp_form .contactForm .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form .contactForm a {
  padding-top: 0.8rem;
  font-size: 2rem;
  color: #0099cc;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.mw_wp_form .contactForm a:hover {
  color: #00bbCC;
  text-decoration: none;
}
.mw_wp_form .contactForm span.note {
  display: inline-block;
  padding-left: 0.6em;
  transform: translateY(0.3rem);
}

.mw_wp_form .contactForm .error {
  display: block;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #da0000;
}
.mw_wp_form .contactForm .error+.error {
  display: none;
}

.mw_wp_form .button {
  display: flex;
  gap: 0 3rem;
  padding-top: 10rem;
  justify-content: center;
}
.mw_wp_form .button button {
  position: relative;
  display: inline grid;
  place-content: center;
  place-items: center;
  width: 41.5rem;
  height: 6.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: rgb(0 51 153 / 1);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center right 2.2rem;
  border-radius: 3.2rem;
  opacity: 1;
  transition: all 0.3s ease;
}

.mw_wp_form .button .btnBack {
  background-color: rgb(153 150 150 / 1);
}

.mw_wp_form .button button:hover {
  color: #003399;
  background-color: rgb(255 255 255 / 1);
}


/*** confirmation***/

/* contactForm
*******************/
.mw_wp_form_preview .contactForm {
  padding: 8rem 10rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 3rem;
}
.mw_wp_form_preview .contactForm dt {
  padding-top: 0;
  width:28%;
}
.mw_wp_form_preview .contactForm dd {
  width:71.8%;
  font-weight: 500;
}
.mw_wp_form_preview .contactForm dd.twoInput {
  display: block;
}
.mw_wp_form_preview .contactForm dd.twoInput > div {
  display: inline;
  padding-right: 1rem;
}
.mw_wp_form_preview .contactForm dd.twoInput > div br {
  display: none;
}
.mw_wp_form_preview .contactForm dd.multipleInput {
  display: block;
}
.mw_wp_form_preview .contactForm dd.multipleInput > div {
  display: inline;
  padding-right: 1rem;
}
.mw_wp_form_preview .contactForm dd.multipleInput > div br {
  display: none;
}
.mw_wp_form_preview .contactForm dd.addrBox {
  display: block;
}
.mw_wp_form_preview .contactForm dd.addrBox > div {
  display: inline;
  padding-right: 1rem;
}
.mw_wp_form_preview .contactForm dd.addrBox > div br {
  display: none;
}
.mw_wp_form_preview .contactForm span.note {
  display: none;
}
.mw_wp_form_preview .contactForm dt.privacyBox,
.mw_wp_form_preview .contactForm dd.privacyBox {
  display: none;
}


/*** complete***/

/* complete
*******************/
.mw_wp_form_complete .completeBox {
  padding: 8rem 10rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 3rem;
}
.mw_wp_form_complete .completeBox p {
  text-align: center;
  font-weight: 500;
}
.mw_wp_form_complete .button {
  display: flex;
  gap: 0 3rem;
  padding-top: 10rem;
  justify-content: center;
}
.mw_wp_form_complete .button a {
  position: relative;
  display: inline grid;
  place-content: center;
  place-items: center;
  width: 41.5rem;
  height: 6.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: rgb(153 150 150 / 1);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center right 2.2rem;
  border-radius: 3.2rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.mw_wp_form_complete .button a:hover {
  color: #003399;
  background-color: rgb(255 255 255 / 1);
}




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


body.error404 h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
}
body.error404 .error {
  padding: 0 0 15rem;
}
body.error404 .error .text {
  padding: 0 0 6rem;
  font-weight: 500;
}
body.error404 .error .button01b {
  justify-content: center;
}




@media screen and (min-width: 751px) and (max-width: 1800px) {
  /* html */
  html {
    font-size: 0.55vw;
  }
}




@media screen and (max-width: 750px) {
  /* ---------------------------------------------------------------- */
  /* common */
  /* ---------------------------------------------------------------- */
  
  
  /* html */
  html {
    font-size: 1.3vw;
  }
  p, a, li, dd, dt, th, td {
    font-size: 3.2rem;
  }
  body.navfixed {
    overflow: hidden;
  }
  body .pc {
    display: none !important;
  }
  body .sp {
    display: inline !important;
  }
  
  /* header
  *******************/
  .header,
  .header.mini,
  body:not(.home) .header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 12rem;
    transition: none;
    mix-blend-mode: normal;
  }
  .header section {
    display: flex;
    align-items: center;
    position:relative;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem 0 4rem;
    background-color: rgb(255 255 255 / 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0;
    transition: none;
  }
  .headerLogo {
    position:relative;
    z-index: 200;
  }
  .headerLogo a img {
    display: inline;
    width: 32rem;
  }
  .headerLogo a img.difference {
    display: none;
  }
  .header .hNaviBtn {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    z-index: 300;
    display: block;
    position: relative;
    margin-left: auto;
  }
  .header .hNaviBtn p {
    display: block;
    position: relative;
    width: 12rem;
    height: 12rem;
  }
  .header .hNaviBtn span {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 1.25rem);
    width: 5rem;
    height: 0.4rem;
    margin: -0.2rem 0 0 -1.4rem;
    background: rgb(28 26 26 / 1);
    border-radius: 0.2rem;
    transition: 0.3s;
  }
  .header .hNaviBtn span:before,
  .header .hNaviBtn span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5rem;
    height: 0.4rem;
    background: rgb(28 26 26 / 1);
    border-radius: 0.2rem;
    transition: 0.3s;
  }
  .header .hNaviBtn span:before {
    margin-top: calc(-30% - 0.2rem);
  }
  .header .hNaviBtn span:after {
    margin-top: calc(30% - 0.2rem);
  }
  .header .hNaviBtn p .open {
    background: transparent;
  }
  .header .hNaviBtn p .open:before,
  .header .hNaviBtn p .open:after {
    margin-top: -0.4rem;
  }
  .header .hNaviBtn p .open:before {
    background: rgb(28 26 26 / 1);
    transform: rotate(-45deg);
  }
  .header .hNaviBtn p .open:after {
    background: rgb(28 26 26 / 1);
    transform: rotate(-135deg);
  }
  
  .header .headerRight {
    display: block;
    position:fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    padding: 0;
    background-color: rgb(255 255 255 / 1);
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .header .headerRight.open {
    width: 100%;
  }
  .header nav {
    width: 100vw;
    padding: 12rem 4rem;
  }
  .header nav ul.mainNavi {
    display: flex;
    flex-flow: column;
    height: auto;
    padding-bottom: 6rem;
  }
  .header nav ul.mainNavi li {
    padding: 0;
    border-bottom: 0.2rem solid #b2b0af;
  }
  .header nav ul.mainNavi li a,
  .header nav ul.mainNavi li.headerContact a,
  body:not(.home) .header nav ul.mainNavi li a,
  .header.mini nav ul.mainNavi li a {
    position: relative;
    display: grid;
    justify-items: start;
    align-items: center;
    height: 16rem;
    padding: 0;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    color: #1c1a1a;
    white-space: nowrap;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    transition: none;
  }
  body.company .header nav ul.mainNavi li:nth-of-type(1) a,
  body.business .header nav ul.mainNavi li:nth-of-type(2) a,
  body.solutions .header nav ul.mainNavi li:nth-of-type(3) a,
  body.access .header nav ul.mainNavi li:nth-of-type(4) a,
  body.recruit .header nav ul.mainNavi li:nth-of-type(5) a,
  body.eco .header nav ul.mainNavi li:nth-of-type(1) a,
  body.makers .header nav ul.mainNavi li:nth-of-type(3) a,
  body.single-occupations .header nav ul.mainNavi li:nth-of-type(5) a,
  .header nav ul.mainNavi li a:hover {
    color: #1c1a1a;
  }
  .header nav ul.mainNavi li.headerContact a,
  body:not(.home) .header nav ul.mainNavi li.headerContact a,
  .header.mini nav ul.mainNavi li.headerContact a {
    visibility: visible;
    color: #1c1a1a;
    background-color: transparent;
  }
  .header nav ul.mainNavi li.headerContact a:hover,
  body:not(.home) .header nav ul.mainNavi li.headerContact a:hover,
  .header.mini nav ul.mainNavi li.headerContact a:hover {
    background-color: transparent;
  }
  .header nav ul.mainNavi li a:after {
    display:none;
  }
  .header.mini section {
    animation: none;
  }
  .header nav .subNavi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .header nav .subNavi .sns {
    display: flex;
    gap: 0 3rem;
  }
  .header nav .subNavi .sns li,
 .header nav .subNavi .sns li:hover {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    background-color: rgb(107 105 108 / 1);
    transition: none;
  }
  .header nav .subNavi .sns li img {
    width: 100%;
  }
  .header nav .subNavi p a,
  .header nav .subNavi p a:hover {
    padding-left: 3.2rem;
    font-size: 2.8rem;
    font-weight: 600;
    background-image: url(../images/icon_arrow_r.svg);
    background-repeat: no-repeat;
    background-size: 3.2rem;
    background-position: center left;
    transition: none;
  }
  
  
  /* crumbs
  *******************/
  .crumbs {
    padding: 0 4.2rem;
    font-size: 2rem;
  }
  .crumbs a {
    font-size: 2rem;
    transition: none;
  }
  body.company .crumbs,
  body.business .crumbs,
  body.solutions .crumbs,
  body.eco .crumbs {
    color: #fff;
  }
  body.company .crumbs a,
  body.business .crumbs a,
  body.solutions .crumbs a,
  body.eco .crumbs a {
    color: #fff;
  }
  
  
  /* mv - Subpage
  *******************/
  .mvImage {
    height: 70rem;
    overflow: hidden;
  }
  .mvImage img {
    width: 132rem;
    max-width: 132rem;
    height: auto;
    transform: translateX( calc((132rem - 75rem) / -2) );
  }
  body:not(.home) .mv {
    height: 56rem;
  }
  body:not(.home) .mv h1 {
    font-size: 4.8rem;
  }
  body:not(.home) .mv h1 span {
    padding: 1.4rem 0 4.5rem;
    font-size: 3.4rem;
  }
  
  
  /* pageTitle
  *******************/
  .pageTitle {
    padding-top: 18rem;
  }
  .pageTitle .contents {
    height: 28rem;
  }
  
  
  /* contents
  *******************/
  .contents {
    max-width: 59rem;
  }
  
  
  /* title - h3
  *******************/
  h3 {
    font-size: 7.2rem;
    line-height: 1.2;
    font-feature-settings: normal;
  }
  h3 span {
    padding-top: 2.5rem;
    font-size: 6rem;
  }
  
  
  /* title - h4
  *******************/
  h4 {
    padding-bottom: 9rem;
    font-size: 4.8rem;
  }
  h4:before {
    bottom: 6rem;
    height: 0.6rem;
  }
  h4:after {
    bottom: 6rem;
    width: 18rem;
    height: 0.6rem;
  }
  body.home h4,
  body.company h4,
  body.business h4,
  body.solutions h4,
  body.eco h4 {
    padding-bottom: 0;
  }
  body.home h4:before,
  body.company h4:before,
  body.business h4:before,
  body.solutions h4:before,
  body.eco h4:before {
    display: none;
  }
  body.home h4:after,
  body.company h4:after,
  body.business h4:after,
  body.solutions h4:after,
  body.eco h4:after {
    display: none;
  }
  
  
  /* button
  *******************/
  .button01b,
  .button01w {
    width: 59rem;
    max-width: 59rem;
    margin: 0 auto;
    padding-bottom: 12rem;
  }
  .button01b a,
  .button01w a,
  .button01b a:hover,
  .button01w a:hover {
    width: 59rem;
    height: 9.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    background-size: 3rem;
    background-position: center right 3.5rem;
    border-radius: 4.8rem;
    transition: none;
  }
  .button01b a:hover {
    color: #fff;
    background-color: rgb(0 51 153 / 1);
  }
  .button01w a:hover {
    color: #003399;
    background-color: rgb(255 255 255 / 1);
  }
  .button01b a.iconBlank:hover {
    background-image: url(../images/icon_blank_white.svg);
  }
  .button01w a.iconBlank:hover {
    background-image: url(../images/icon_blank_blue.svg);
  }
  
  
  /* map button
  *******************/
  .mapButton {
    bottom: 5rem;
  }
  .mapButton a {
    width: 8rem;
    height: 8rem;
    background-color: transparent;
    border: 0.3rem solid #003399;
    transition: none;
  }
  .mapButton a:hover {
    background-image: url(../images/icon_map_blue.svg);
    background-color: transparent;
  }
  
  
  /* Pagination
  *******************/
  .pagination {
    gap: 1.5rem;
    padding-top: 5rem;
  }
  .pagination .page-numbers {
    display: none;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 2.8rem;
    border-radius: 1rem;
  }
  .pagination .page-numbers.current,
  .pagination .page-numbers:has(+ .current),
  .pagination .page-numbers.current+a,
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    display: inline grid;
  }
  .pagination .page-numbers.prev:before,
  .pagination .page-numbers.next:before {
    width: 6.8rem;
    height: 6.8rem;
    background-size: 50%;
  }
  
  
  /* in animation
  *******************/
  .inAnime,
  .inAnime.on {
    visibility:visible;
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }


  /* footer
  *******************/
  .footer {
    width: 100%;
    padding: 8rem 0;
    background-color: rgb(255 255 255 / 1);
  }
  footer section {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer .logo {
    display: flex;
    padding-bottom: 6.5rem;
  }
  footer .logo .footerLogo {
    display: none;
  }
  footer .logo .sns {
    display: flex;
    gap: 0 2rem;
  }
  footer .logo .sns li,
  footer .logo .sns li:hover {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    background-color: rgb(107 105 108 / 1);
    opacity: 1;
    transition: none;
  }
  footer .copyright {
    display: flex;
  }
  footer .copyright p:nth-of-type(1) {
    font-size: 2.4rem;
  }
  footer .copyright p:nth-of-type(2) {
    display: none;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* home */
  /* ---------------------------------------------------------------- */
  
  
  /* mv
  *******************/
  body.home .mv {
    height: 89rem;
    padding-top: 0;
    overflow: visible;
  }
  body.home .mv .movie img {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  body.home .mv .button a {
    font-size: 2.4rem;
  }
  body.home .mv .headerContact {
    display: none;
  }
  body.home .movieDialog {
    padding: 10rem 0;
  }
  body.home .movieDialog .closeDialog {
    width: 10rem;
    height: 10rem;
  }
  
  
  /* about
  *******************/
  body.home .about {
    padding: 9rem 0 9rem;
  }
  body.home .about .text {
    padding-left: 0;
    text-align: center;
  }
  body.home .about .text h1 {
    margin-left: 0;
    font-size: 2.8rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  body.home .about .text h1 span {
    display: block;
    margin-left: 0;
    padding-top: 2rem;
    font-size: 6.6rem;
    letter-spacing: -0.01em;
    white-space: wrap;
  }
  body.home .about .text h2 {
    padding: 6rem 0 4rem 1rem;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
  }
  body.home .about .text p {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  body.home .about .pickup ul {
    display: flex;
    flex-flow: column;
    gap: 10rem 0;
    width: 100%;
    padding-top: 5rem;
  }
  body.home .about .pickup li {
    flex: 1;
    transform: translateX(-4rem);
  }
  body.home .about .pickup ul li a {
    width: 67rem;
    height: 100%;
  }
  body.home .about .pickup a .zoomImage {
    transition: none;
  }
  body.home .about .pickup a:hover .zoomImage {
    background-size: 100%;
  }
  body.home .about .pickup p {
    padding: 5rem 4rem 0;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  
  
  /* maintenance
  *******************/
  body.home .maintenance .bg img {
    top: 0;
    width: 100%;
  }
  body.home .maintenance .text {
    width: 59rem;
    max-width: 59rem;
    margin: 0 auto;
    padding: 11rem 0 7rem;
  }
  body.home .maintenance p {
    padding-top: 5.5rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
  }
  body.home .maintenance .button01w {
    width: 59rem;
    max-width: 59rem;
    margin: 0 auto;
    padding: 0 0 12rem;
  }
  
  
  /* information
  *******************/
  body.home .information {
    display: flex;
    flex-flow: column;
    padding: 11rem 0 18rem;
  }
  body.home .information .text {
    flex-basis: 100%;
  }
  body.home .information h3,
  body.home .information h3:hover {
    padding-right: 2.4rem;
    background-size: 5rem;
    background-position: top 2.3rem right 3.4rem;
    transition: none;
  }
  body.home .information h3 > span {
    padding-top: 3rem;
  }
  body.home .information .text p {
    padding-top: 5rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.home .information .list {
    flex: none;
  }
  body.home .information .list .scroll {
    flex: none;
    height: 75rem;
    margin-top: 7rem;
    padding-right: 2rem;
  }
  body.home .information .list li {
    border-bottom: 1px solid #ccc;
  }
  body.home .information .list li:first-child {
    border-top: 1px solid #ccc;
  }
  body.home .information .list li div {
    display: flex;
    flex-wrap: wrap;
    padding: 4.5rem 0 5rem;
    transition: none;
  }
  body.home .information .list li a {
    padding: 0 0.5rem;
    font-size: 3.2rem;
    text-underline-offset: 0.8rem;
  }
  body.home .information .list li a:hover {
    opacity: 1;
  }
  
  body.home .information .list li div > span:nth-of-type(1) {
    height: 6rem;
    margin: 0 4rem 0 0;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  body.home .information .list li div > span:nth-of-type(2) {
    width: 24rem;
    height: 6rem;
    margin: 0.2rem 3rem 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    border-radius: 0.8rem;
  }
  body.home .information .list li div > span:nth-of-type(3) {
    display: block;
    width: 100%;
    padding-top: 1rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.home .information .list .scroll::-webkit-scrollbar {
    width: 0.6rem;
  }
  body.home .information .list .scroll::-webkit-scrollbar&:hover {
    width: 0.6rem;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* company */
  /* ---------------------------------------------------------------- */

  /* about
  *******************/
  body.company .about {
    padding: 10rem 0;
  }
  body.company .about .text {
    padding-left: 0;
    text-align: left;
  }
  body.company .about .text h2 {
    padding: 0 0 6rem 1rem;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
  body.company .about .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  body.company .about .text p:last-child {
    text-align: center;
  }
  body.company .about .text .name01 {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  body.company .about .text .name02 {
    font-size: 4.6rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
  }


  /* philosophy
  *******************/

  body.company .philosophy {
    width: 67rem;
    max-width: 67rem;
    padding: 11rem 6rem;
    border-radius: 4rem;
  }
  body.company .philosophy dl {
    padding-top: 2rem;
  }
  body.company .philosophy dt {
    padding-top: 10rem;
    font-size: 4.5rem;
  }
  body.company .philosophy dd {
    padding-top: 4rem;
    font-size: 3.4rem;
    letter-spacing: 0;
    font-weight: 500;
  }
  body.company .philosophy dd span {
    font-size: 3.6rem;
    font-weight: 700;
  }
  body.company .philosophy dd span.english {
    margin-top: 0;
    font-size: 3.6rem;
    font-weight: 400;
  }


  /* profile
  *******************/

  body.company .profile {
    padding-top: 16rem;
  }
  body.company .profile > div {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 0;
    padding-top: 12rem;
  }
  body.company .profile dl {
    width: 100%; 
    padding: 5rem 0 4.5rem;
    border-bottom: 1px solid #b2b0af;
  }
  body.company .profile dl:nth-child(-n + 2) {
    border-top: none;
  }
  body.company .profile dl:nth-child(1) {
    border-top: 1px solid #b2b0af;
  }
  body.company .profile dt {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1;
    color: #003399;
  }
  body.company .profile dd {
    padding-top: 2rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.company .profile dd a {
    padding-top: 2rem;
    font-size: 3.2rem;
    color: #0099cc;
    text-underline-offset: 1.2rem;
  }
  body.company .profile dd a:hover {
    color: #0099cc;
    text-decoration: underline;
  }


  /* History
  *******************/

  body.company .history {
    padding: 16rem 0;
  }
  body.company .history table {
    margin-top: 12rem;
  }
  body.company .history tr {
    border-bottom: 1px solid #b2b0af;
  }
  body.company .history tr:nth-child(1)  {
    border-top: 1px solid #b2b0af;
  }
  body.company .history th,
  body.company .history td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 3.2rem;
  }
  body.company .history th {
    padding-top: 5rem;
    font-weight: 600;
  }
  body.company .history td {
    padding-bottom: 5rem;
    font-weight: 400;
  }
  body.company .history td a {
    padding-top: 1.2rem;
    font-size: 3.2rem;
    color: #0099cc;
    text-underline-offset: 1.2rem;
  }
  body.company .history td a:hover {
    color: #0099cc;
    text-decoration: underline;
  }
  
  
  
  
/* ---------------------------------------------------------------- */
/* business */
/* ---------------------------------------------------------------- */


  /* about
  *******************/
  body.business .about {
    padding: 10rem 0 16rem;
  }
  body.business .about .text {
    padding-left: 0;
    text-align: left;
  }
  body.business .about .text h2 {
    padding: 0 0 6rem 1rem;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05rem;
  }
  body.business .about .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  body.business .about .image {
    padding-top: 0;
  }
  body.business .about .image img {
    width: 100%;
  }
  
  
  /* machinery
  *******************/
  body.business .machinery {
    padding: 0 0 10rem;
  }
  body.business .machinery .text {
    padding-bottom: 4rem;
  }
  body.business .machinery .text h3 {
    padding-bottom: 5rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.business .machinery .text h3 span {
    padding-top: 2.2rem;
    font-size: 5.2rem;
  }
  body.business .machinery .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  body.business .machinery .operations ul {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 10rem 0;
  }
  body.business .machinery .operations li img {
    border-radius: 4rem;
  }
  body.business .machinery .operations p {
    padding: 2rem 0 0;
    font-size: 3.2rem;
    font-weight: 400;
  }
  
  
  /* mechatronics
  *******************/
  body.business .mechatronics {
    padding: 0 0 10rem;
  }
  body.business .mechatronics .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem;
  }
  body.business .mechatronics .text h3 {
    padding-bottom: 5rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.business .mechatronics .text h3 span {
    padding-top: 2.2rem;
    font-size: 5.2rem;
  }
  body.business .mechatronics .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }


  /* electronics
  *******************/
  body.business .electronics {
    padding: 0 0 10rem;
  }
  body.business .electronics .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem;
  }
  body.business .electronics .text h3 {
    padding-bottom: 5rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.business .electronics .text h3 span {
    padding-top: 2.2rem;
    font-size: 5.2rem;
  }
  body.business .electronics .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }


  /* ec
  *******************/
  body.business .ec {
    padding: 0 0 10rem;
  }
  body.business .ec .text img {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
  }
  body.business .ec .text h3 {
    padding-bottom: 5rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.business .ec .text h3 span {
    padding-top: 2.2rem;
    font-size: 5.2rem;
  }
  body.business .ec .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  body.business .ec .button01b {
    display: flex;
    flex-flow: column;
    gap: 4rem 0;
    padding-bottom: 0;
  }
  body.business .ec .button01b a {
    width: 59rem;
  }
  
  
  /* topics
  *******************/
  body.business .topics .bg img {
    top: 0;
    width: 100%;
  }
  body.business .topics .text {
    width: 59rem;
    max-width: 59rem;
    margin: 0 auto;
    padding: 11rem 0 7rem;
  }
  body.business .topics h3 span {
    font-size: 6.4rem;
  }
  body.business .topics h4 {
    padding-top: 5.5rem;
    font-size: 4.35rem;
    letter-spacing: 0.05em;
  }
  body.business .topics h4 span {
    margin-bottom: 3rem;
    padding: 1.5rem 3rem;
    font-size: 3.2rem;
  }
  body.business .topics p {
    padding-top: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.business .topics .button01w {
    width: 59rem;
    max-width: 59rem;
    margin: 0 auto;
    padding: 0 0 12rem;
  }
  body.business .topics .button01w a {
    width: 59rem;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* solutions */
  /* ---------------------------------------------------------------- */


  /* about
  *******************/
  body.solutions .about {
    padding: 10rem 0 10rem;
  }
  body.solutions .about .text {
    padding-left: 0;
    text-align: left;
  }
  body.solutions .about .text h2 {
    padding: 0 0 6rem 1rem;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05rem;
  }
  body.solutions .about .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  
  
  /* optimization
  *******************/
  body.solutions .optimization {
    padding: 0 0 16rem;
  }
  body.solutions .optimization .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .optimization .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .optimization .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .optimization .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  body.solutions .optimization .button01b {
    display: flex;
    flex-flow: column;
    gap: 4rem 0;
    padding-bottom: 0;
  }
  body.solutions .optimization .button01b a {
    width: 59rem;
  }
  body.solutions .optimization .point {
    margin-top: 8rem;
    padding: 6rem;
    border-radius: 4rem;
  }
  body.solutions .optimization .point h4 {
    padding: 0 0 4rem 1em;
    text-indent: -1em;
    font-size: 4.2rem;
    line-height: 1.4;
  }
  body.solutions .optimization .point p {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  
  /* automation
  *******************/
  body.solutions .automation {
    padding: 0 0 16rem;
  }
  body.solutions .automation .text {
    padding-bottom: 4rem;
  }
  body.solutions .automation .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .automation .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .automation .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .automation .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  body.solutions .automation .operations ul {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 10rem 0;
  }
  body.solutions .automation .operations li img {
    border-radius: 4rem;
  }
  body.solutions .automation .operations p {
    padding: 2rem 0 0;
    font-size: 3.2rem;
    font-weight: 400;
  }
  
  
  /* environment
  *******************/
  body.solutions .environment {
    padding: 0 0 16rem;
  }
  body.solutions .environment .text {
    padding-bottom: 4rem;
  }
  body.solutions .environment .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .environment .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .environment .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .environment .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  body.solutions .environment .operations ul {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 10rem 0;
  }
  body.solutions .environment .operations li img {
    border-radius: 4rem;
  }
  body.solutions .environment .operations p {
    padding: 2rem 0 0;
    font-size: 3.2rem;
    font-weight: 400;
  }
  
  
  /* procurement
  *******************/
  body.solutions .procurement {
    padding: 0 0 10rem;
  }
  body.solutions .procurement .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .procurement .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .procurement .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .procurement .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  
  
  /* support
  *******************/
  body.solutions .support {
    padding: 0 0 10rem;
  }
  body.solutions .support .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .support .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .support .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .support .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  
  
  /* safety
  *******************/
  body.solutions .safety {
    padding: 0 0 16rem;
  }
  body.solutions .safety .text {
    padding-bottom: 4rem;
  }
  body.solutions .safety .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .safety .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .safety .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .safety .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  body.solutions .safety .operations ul {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 10rem 0;
  }
  body.solutions .safety .operations li img {
    border-radius: 4rem;
  }
  body.solutions .safety .operations p {
    padding: 2rem 0 0;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0.05rem;
  }


/* maintenance
*******************/
  body.solutions .maintenance {
    padding: 0 0 4rem;
  }
  body.solutions .maintenance .text {
    padding-bottom: 4rem;
  }
  body.solutions .maintenance .text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
    border-radius: 4rem; 
  }
  body.solutions .maintenance .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.solutions .maintenance .text h3 span {
    padding-top: 2.2rem;
    font-size: 4.8rem;
  }
  body.solutions .maintenance .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Sustainability (eco) */
  /* ---------------------------------------------------------------- */


  /* message
  *******************/
  body.eco .message {
    padding: 10rem 0 0;
  }
  body.eco .message .text {
    text-align: justify;
  }
  body.eco .message .text h3 {
      padding-bottom: 5rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.eco .message .text h3 span {
    padding-top: 2.2rem;
    font-size: 5rem;
  }
  body.eco .message .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing:0.05rem;
  }
  body.eco .message a {
    padding-top: 1.2rem;
    font-size: 3.2rem;
    color: #0099cc;
    text-underline-offset: 1.2rem;
  }
  body.eco .message a:hover {
    color: #0099cc;
    text-decoration: underline;
  }
  
  
  /* activities
  *******************/
  body.eco .activities {
    padding: 2rem 0 16rem;
  }
  body.eco .activities h4 {
    padding-bottom: 0;
    font-size: 4.2rem;
  }
  body.eco .activities dl {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  body.eco .activities dt {
    width: 100%;
    height: auto;
    padding: 4rem 4rem;
    font-size: 3.8rem;
    border-radius: 4rem 4rem 0 0;
  }
  body.eco .activities dd {
    padding: 5rem 4rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0 0 4rem 4rem;
  }
  body.eco .activities ul {
    padding: 3rem 0 0 1.2em;
  }
  body.eco .activities li {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }


  /* policy
  *******************/
  body.eco .policy {
    padding: 0 0 10rem;
  }
  body.eco .policy .text h3 {
      padding-bottom: 8rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.eco .policy .text h3 span {
    padding-top: 2.2rem;
    font-size: 5rem;
  }
  body.eco .policy .text p {
    padding-bottom: 3.6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
  }
  body.eco .policy .text dl {
    padding-bottom: 7rem;
  }
  body.eco .policy .text dt {
    font-size: 3.8rem;
  }
  body.eco .policy .text dd {
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.eco .policy .text li {
    padding-bottom: 7rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.eco .policy .text p span {
    padding-left: 1rem;
    font-size: 4.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }


  /* initiatives
  *******************/
  body.eco .initiatives {
    padding: 0 0 6rem;
  }
  body.eco .initiatives .text {
      padding-bottom: 6.4rem;
  }
  body.eco .initiatives .text h3 {
      padding-bottom: 8rem;
      font-size: 6.4rem;
      letter-spacing: 0.05rem;
  }
  body.eco .initiatives .text h3 span {
    padding-top: 2.2rem;
    font-size: 5rem;
  }
  body.eco .initiatives .text p {
    padding-bottom: 3.6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
  }
  body.eco .initiatives .topic {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    padding-bottom: 10rem;
  }
  body.eco .initiatives .topic > div {
    display: block;
  }
  body.eco .initiatives .topic dl {
    padding: 0 0 5rem;
  }
  body.eco .initiatives .topic dt {
    padding-bottom: 2rem;
    font-size: 3.8rem;
    line-height: 1.6;
  }
  body.eco .initiatives .topic dd {
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.eco .initiatives .topic img {
    width: 100rem;
    border-radius: 4rem; 
  }
  body.eco .initiatives .pointBox {
    padding-bottom: 7rem;
  }
  body.eco .initiatives .point {
    margin-bottom: 4rem;
    padding: 6rem;
    border-radius: 4rem;
  }
  body.eco .initiatives .point h4 {
    padding: 0 0 4rem 1em;
    text-indent: -1em;
    font-size: 4.2rem;
    line-height: 1.4;
  }
  body.eco .initiatives .point p {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Recruit */
  /* ---------------------------------------------------------------- */
  
  
  /* mv
  *******************/
  body.recruit .mvImage img {
    width: 110%;
    max-width: 110%;
    height: auto;
    transform: translateX(-5%) translateY(20rem);
  }
  body.recruit .mv h1 {
    color: #fff;
  }
  
  
  /* message
  *******************/
  body.recruit .message {
    padding: 10rem 0 0;
  }
  body.recruit .message .text {
    width: 100%;
    padding-bottom: 8rem;
  }
  body.recruit .message .text h3 {
    padding-bottom: 8rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .message .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .message .text h4 {
    padding: 0 0 6rem 1rem;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05rem;
  }
  body.recruit .message .text h4:before,
  body.recruit .message .text h4:after {
    display: none;
  }
  body.recruit .message .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body.recruit .message .ceo {
    gap: 0 3rem;
    padding-top: 2rem;
  }
  body.recruit .message .ceo p {
    padding: 0;
  }
  body.recruit .message .ceo .photo {
    width: 16rem;
    height: 16rem;
    border: 0.5rem solid #fff;
  }
  body.recruit .message .ceo .name01 {
    padding-right: 2rem;
  }
  body.recruit .message .ceo .name02 {
    font-size: 4.2rem;
  }
  
  body.recruit .message .sliderWrapper {
    display: flex;
    width: 77rem;
    transform: translateX(-9rem);
    overflow: hidden;
  }
  body.recruit .message .sliderWrapper .slider1,
  body.recruit .message .sliderWrapper .slider2 {
    display: flex;
    animation: scrollLeft 20s infinite linear .5s both;
  }
  body.recruit .message .sliderWrapper .slider1 li:nth-of-type(1),
  body.recruit .message .sliderWrapper .slider1 li:nth-of-type(2),
  body.recruit .message .sliderWrapper .slider1 li:nth-of-type(3),
  body.recruit .message .sliderWrapper .slider1 li:nth-of-type(4),
  body.recruit .message .sliderWrapper .slider2 li:nth-of-type(1),
  body.recruit .message .sliderWrapper .slider2 li:nth-of-type(2),
  body.recruit .message .sliderWrapper .slider2 li:nth-of-type(3),
  body.recruit .message .sliderWrapper .slider2 li:nth-of-type(4) {
    position: static;
    width: calc(100vw / 3);
    height: calc(100vw / 3);
    margin-right: 2rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  body.recruit .message .sliderWrapper .slider1 li img,
  body.recruit .message .sliderWrapper .slider2 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes scrollLeft {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  
  /* note
  *******************/
  body.recruit .noteArea {
    margin-top: 21rem;
    background-size: 115rem;
    border-radius: 10rem 10rem 0 0;
  }
  body.recruit .noteArea:before {
    top: -14.5rem;
    height: 20rem;
    background-size: 95%;
  }
  
  body.recruit .note {
    max-width: 59rem;
    padding-top: 10rem;
  }
  body.recruit .note h4 {
    padding-bottom: 3rem;
    font-size: 3.2rem;
    text-align: center;
  }
  body.recruit .note .logo {
    width: 42rem;
    margin: 0 auto;
  }
  body.recruit .note p {
    padding: 6rem 0;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  body.recruit .note .button01b {
    position: static;
    justify-content: center;
  }
  body.recruit .note .button01b a {
    width: 59rem;
  }


  /* policy
  *******************/
  body.recruit .policy {
    max-width: 59rem;
    padding-top: 6rem;
  }
  body.recruit .policy .text h3 {
    padding-bottom: 8rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .policy .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }

  body.recruit .policy .description {
    flex-direction: column;
    gap: 2rem 0;
    transform: translateX(-4rem);
  }
  body.recruit .policy .description > div {
    width: 67rem;
    padding: 10rem 6rem 8rem;
    border-radius: 3rem;
  }
  body.recruit .policy .description dt h5 {
    padding-bottom: 6rem;
    font-size: 4.9rem;
  }
  body.recruit .policy .description dt h5 span {
    padding-bottom: 1rem;
    font-size: 11rem;
  }
  body.recruit .policy .button01w {
    position: static;
    width: 100%;
    padding-top: 8rem;
  }
  body.recruit .policy .button01w a {
    width: 59rem;
  }


  /* voice
  *******************/
  body.recruit .voice {
    max-width: 59rem;
    padding-top: 5rem;
  }
  body.recruit .voice .text img {
    float: none;
    width: 100%;
    margin: 0 0 5rem 0;
    border-radius: 4rem;
  }
  body.recruit .voice .text h3 {
    padding-bottom: 6rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .voice .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .voice .text p {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
  }
  
  body.recruit .voice .button01w {
    padding-top: 0;
    justify-content: center;
  }
  body.recruit .voice .button01w a {
    width: 59rem;
  }


  /* company
  *******************/
  body.recruit .company {
    max-width: 59rem;
    padding-top: 5rem;
  }
  body.recruit .company .text h3 {
    padding-bottom: 8rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .company .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }

  body.recruit .company .info ul {
    flex-direction: column;
    gap: 10rem 0;
  }
  body.recruit .company .info a .zoomImage {
    border-radius: 4rem;
  }
  body.recruit .company .info a .zoomImage img {
    transition: none;
  }
  body.recruit .company .info a:hover .zoomImage img {
    transform: scale(1);
  }
  body.recruit .company .info a .title {
    margin: 2.8rem 0 1rem;
    padding: 0 1.1em 0 0;
    font-size: 4.2rem;
    letter-spacing: 0;
    background-size: 3.4rem;
    background-position: top 0.7em right;
  }


  /* pickup
  *******************/
  body.recruit .pickup {
    padding: 10rem 0 18rem;
  }
  body.recruit .pickup .slick .slick-slide {
    margin: 0 1.5rem;
  }
  body.recruit .pickup .slick li img {
    border-radius: 4rem;
  }
  body.recruit .pickup .slick li h5 {
    padding-top: 2rem;
    font-size: 4.2rem;
  }
  body.recruit .pickup .slick li .tag {
    height: 6rem;
    padding: 0 5rem;
    font-size: 2.4rem;
    border-radius: 3rem;
  }

  body.recruit .pickup .slick .sliderNavi {
    justify-content: center;
    gap: 0 3rem;
    width: 100%;
    max-width: 100%;
    padding-top: 4rem;
  }
  body.recruit .pickup .slick .arrowBtn {
    display: none;
  }
  body.recruit .pickup .slick .progressBar {
    width: 59rem;
    height: 0.6rem;
  }
  body.recruit .pickup .slick .progressBar .bar {
    height: 0.6rem;
  }


  /* faq
  *******************/
  body.recruit .faq {
    max-width: 59rem;
    padding-top: 12rem;
  }
  body.recruit .faq .text h3 {
    padding-bottom: 8rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .faq .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }

  body.recruit .faq .tabSet {
    padding-top: 2rem;
  }

  body.recruit .faq input[name="qatab"] {
    display: none;
  }
  body.recruit .faq .tabButton {
    width: auto;
    height: 8rem;
    margin: 2rem 0;
    padding: 0 4rem 0.1rem;
    font-size: 3.2rem;
    border: 0.3rem solid #fff;
    border-radius: 4rem;
    transition: all 0.3s ease;
  }

  body.recruit .faq dl {
    padding: 6rem 4rem;
    border-bottom: 0.3rem solid #fff;
  }
  body.recruit .faq dl:first-child {
    border-top: 0.3rem solid #fff;
  }



  /* position
  *******************/
  body.recruit .position {
    max-width: 59rem;
    padding-top: 12rem;
  }
  body.recruit .position .text h3 {
    padding-bottom: 8rem;
    font-size: 6.4rem;
    letter-spacing: 0.05rem;
  }
  body.recruit .position .text h3 span {
    padding-top: 2rem;
    font-size: 4.6rem;
    letter-spacing: 0.05rem;
  }

  body.recruit .position ul {
    width: 100%;
    padding-top: 2rem;
  }
  body.recruit .position li {
    border-bottom: 0.3rem solid #fff;
  }
  body.recruit .position li:first-child {
    border-top: 0.3rem solid #fff;
  }
  body.recruit .position li a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 5.4rem 10rem 6rem 1rem;
    font-size: 3.2rem;
    transition: none;
  }
  body.recruit .position li a > span:nth-of-type(1) {
    width: 24rem;
    height: 6rem;
    margin: 0.6rem 3rem 0 0;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
  body.recruit .position li a > span:nth-of-type(2) {
    padding-top: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0;
    transition: none;
  }
  body.recruit .position li a:hover > span:nth-of-type(2) {
    opacity: 1;
  }
  
  body.recruit .position li a:after {
    top: calc(50% - 3rem);
    right: 1rem;
    width: 6rem;
    height: 6rem;
    border: 0.3rem solid #fff;
    transition: none;
  }
  
  body.recruit .faq dl {
    padding: 0;
  }
  body.recruit .faq dt {
    padding: 5rem 8rem 5rem 10rem;
    background-size: 5.6rem, 6rem;
    background-position: center right, top 5.2rem left 2rem;
  }
  body.recruit .faq dl.open dt {
    background-position: center right, top 5.2rem left 2rem;
  }
  body.recruit .faq dd p.acContent {
    margin: 0 0 2.5rem 0;
    padding: 5rem 4rem 5rem 10rem;
    background-size: 6rem;
    background-position: top 5.2rem left 2rem;
    border-radius: 2rem;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Makers */
  /* ---------------------------------------------------------------- */
  
  
  /* makers
  *******************/
  body.makers .list {
    padding-bottom: 10rem;
  }
  body.makers .contents:last-of-type .list {
    padding-bottom: 15rem;
  }
  body.makers .list ul {
    column-count: 1;
    column-gap: 7rem;
  }
  body.makers .list li {
    padding: 0.5rem 0;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Privacy Policy */
  /* ---------------------------------------------------------------- */


  /* privacy-policy
  *******************/
  body.privacy-policy .text {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  body.privacy-policy .contents:last-of-type .text {
    padding-bottom: 11rem;
  }
  body.privacy-policy .text p {
    padding-bottom: 4rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  body.privacy-policy .text ul {
    padding: 0 0 4rem 1.2em;
  }
  body.privacy-policy .text li {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Access */
  /* ---------------------------------------------------------------- */


  /* Access
  *******************/
  body.access .addList {
    padding-bottom: 6rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.access .contents:last-of-type .addList {
    padding-bottom: 15rem;
  }
  body.access .addList ul {
    gap: 10rem 0;
    padding-top: 2rem;
  }
  body.access .addList li {
    width: 100%;
  }
  body.access .addList li div.officeBox {
    padding: 0 12rem 4rem 0;
    border-bottom: 0.2rem solid #bfbdbd;
  }
  body.access .addList li div.publicBox {
    padding: 4rem 0 0 0;
  }
  body.access .addList li div.publicBox.flexBox {
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  body.access .addList li div.publicBox.flexBox > div {
    width: 100%;
  }
  body.access .addList li p.office {
    padding-bottom: 1.8rem;
    font-size: 4.2rem;
  }
  body.access .addList li p.public {
    font-weight: 700;
  }
  body.access .addList li p {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Page Default */
  /* ---------------------------------------------------------------- */


  /* default
  *******************/
  body.page .default {
    padding: 30rem 0 15rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.page .default p {
    font-size: 3.2rem;
    font-weight: 400;
  }
  
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Information (+ archive) */
  /* ---------------------------------------------------------------- */


  /* infoNavi
  *******************/
  body.information ul.infoNavi,
  body.archive ul.infoNavi {
    justify-content: start;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  body.information ul.infoNavi li,
  body.archive ul.infoNavi li {
    width: 50%;
    padding-left: 0;
    text-align: center;
  }
  body.information ul.infoNavi li a,
  body.archive ul.infoNavi li a {
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 1.5rem 3rem;
    font-size: 2.6rem;
    transition: none;
  }


  /* infoList
  *******************/
  body.information .list,
  body.archive .list {
    position: relative;
    padding: 8rem 0 18rem;
  }
  body.information .list ul,
  body.archive .list ul {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  body.information .list li,
  body.archive .list li {
    border-bottom: 1px solid #ccc;
  }
  body.information .list li div,
  body.archive .list li div {
    display: flex;
    flex-wrap: wrap;
    padding: 4.5rem 0 5rem;
    transition: none;
  }
  body.information .list li a,
  body.archive .list li a {
    padding: 0 0.5rem;
    font-size: 3.2rem;
    font-weight: 400;
    text-underline-offset: 0.8rem;
  }
  body.information .list li a:hover,
  body.archive .list li a:hover {
    opacity: 1;
  }
  body.information .list li div > span:nth-of-type(1),
  body.archive .list li div > span:nth-of-type(1) {
    height: 6rem;
    margin: 0 4rem 0 0;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  body.information .list li div > span:nth-of-type(2),
  body.archive .list li div > span:nth-of-type(2) {
    width: 24rem;
    height: 6rem;
    margin: 0.2rem 3rem 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    border-radius: 0.8rem;
  }
  body.information .list li div > span:nth-of-type(3),
  body.archive .list li div > span:nth-of-type(3) {
    display: block;
    width: 100%;
    padding-top: 1rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* single - blog */
  /* ---------------------------------------------------------------- */


  /* single
  *******************/
  body.single .contents {
    max-width: 100%;
    padding: 0 4.2rem;
  }
  body.single .single {
    padding: 24rem 0 15rem;
  }
  body.single .contentBox {
    width: 100%;
    padding: 6rem 3.3rem;
  }
  body.single .contentBox h2 {
    padding-bottom: 4rem;

  }
  body.single .contentBox h2 a {
    font-size: 4.5rem;
  }
  body.single .infoDate p {
    font-size: 2.8rem;
  }
  body.single .post-categories {
    gap: 0 2rem;
    padding: 2.8rem 0 5rem;
  }
  body.single .post-categories li a {
    width: 24rem;
    height: 6rem;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
  body.single .infoContent {
    padding-top: 8rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.single .infoContent a {
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.single .infoTagList {
    gap: 0 2rem;
    padding-top: 4rem;
    font-size: 2.4rem;
  }
  body.single .infoTagList a {
    height: 6rem;
    padding: 0 3rem;
    font-size: 2.4rem;
    border-radius: 3rem;
  }
  body.single .relate {
    padding: 10rem 0 0;
  }
  body.single .articleWrap {
    flex-direction: column;
    gap: 6rem;
    padding: 0 0 6rem;
  }
  body.single .articleWrap .article {
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 4rem;
  }
  body.single .article .entryTitle h2 a {
    font-size: 3.8rem;
  }
  body.single .article .entryDate {
    padding-top: 2rem;
    font-size: 2.4rem;
  }
  body.single .article .entryCotent {
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.single .article .entryCotent a {
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.single .relateLink {
    border-top: 0.4rem solid #ccc;
    width: 100%;
    padding-top: 4rem;
  }
  body.single .relateLink .previousLink {
    width: 45%;
    font-size: 2.8rem;
    text-align: left;
  }
  body.single .relateLink .nextLink {
    width: 45%;
    font-size: 2.8rem;
    text-align: right;
  }
  body.single .relateLink a {
    font-size: 2.8rem;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* single - occupations */
  /* ---------------------------------------------------------------- */
  
  
  /* contents
  *******************/
  body.single-occupations .contents {
    padding: 0;
  }
  body.single-occupations .main .contents {
    width: 59rem;
    max-width: 59rem;
  }
  
  
  /* table
  *******************/
  body.single-occupations .text {
    padding: 0 0 15rem;
  }
  body.single-occupations .text tr {
    width: 100%;
    border-bottom: 0.3rem solid #b2b0af;
  }
  body.single-occupations .text tr:first-of-type {
    border-top: 0.3rem solid #b2b0af;
  }
  body.single-occupations .text th {
    display: block;
    width: 100%;
    padding: 5rem 0 3rem;
    font-size: 3.2rem;
    font-weight: 600;
  }
  body.single-occupations .text td {
    display: block;
    padding: 0 0 5rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  body.single-occupations .text td span.new,
  body.single-occupations .text td span.career {
    display: block grid;
    transform: none;
    width: 24rem;
    height: 6rem;
    margin: 0 0 2rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    border-radius: 0.8rem;
  }
  body.single-occupations .text .button01b {
    padding: 10rem 0 0;
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* Contact */
  /* ---------------------------------------------------------------- */


  /* text
  *******************/
  body.contact .text,
  body.entry-form .text {
    padding: 0 0 15rem;
  }
  
  
  /* h4 - job
  *******************/
  body.entry-form .mw_wp_form h4 span {
    display: block grid;
    width: 24rem;
    height: 6rem;
    margin: 0 0 2rem 0;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
  
  
  /* contactForm
  *******************/
  .mw_wp_form .contactForm dl {
    display: block;
  }
  .mw_wp_form .contactForm dt {
    width: 100%;
    padding-bottom: 3rem;
  }
  .mw_wp_form .contactForm dd {
    width: 100%;
    padding-bottom: 8rem;
  }
  .mw_wp_form .contactForm dt .optional,
  .mw_wp_form .contactForm dt .required {
    display: inline-block;
    margin-right: 1rem;
    padding: 1.2rem 2rem 1.3rem;
    font-size: 2.4rem;
    border-radius: 1rem;
  }
  .mw_wp_form .contactForm dd.twoInput {
    gap: 0 1rem;
  }
  .mw_wp_form .contactForm dd.multipleInput > div {
    width: 33%;
  }
  .mw_wp_form .contactForm dd .mwform-tel-field {
    gap: 0 1rem;
  }
  .mw_wp_form .contactForm dd.addrBox {
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .mw_wp_form .contactForm dd.addrBox > div:nth-of-type(1) {
    width: 100%;
  }
  .mw_wp_form .contactForm dd.addrBox > div:nth-of-type(2) {
    width: 100%;
  }
  .mw_wp_form .contactForm select {
    height: 10rem;
    padding: 0 7rem 0 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm .input1,
  .mw_wp_form .contactForm .input2 {
    height: 10rem;
    padding: 0 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm .input3 {
    height: 10rem;
    padding: 0 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm .input4 {
    height: 10rem;
    padding: 0 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm .input5 {
    width: 50%;
    height: 10rem;
    padding: 0 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm .textarea {
    height: 50vh;
    padding: 2rem;
    border-radius: 2.5rem;
  }
  .mw_wp_form .contactForm dt.privacyBox {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .mw_wp_form .contactForm dd.privacyBox {
    padding-bottom: 4rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
  .mw_wp_form .contactForm .privacy {
    width: 6rem;
    height: 6rem;
  }
  .mw_wp_form .contactForm a {
    padding-top: 1rem;
    font-size: 3.2rem;
    text-underline-offset: 0.8rem;
  }
  .mw_wp_form .contactForm a:hover {
    color: ##0099cc;
    text-decoration: underline;
  }

  .mw_wp_form .contactForm .error {
    display: block;
    padding: 3rem 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .mw_wp_form .button {
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
    padding-top: 13rem;
    justify-content: center;
  }
  .mw_wp_form .button button {
    width: 59rem;
    height: 9.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    background-size: 3rem;
    background-position: center right 3.5rem;
    border-radius: 4.8rem;
    transition: none;
  }
  .mw_wp_form .button button:hover {
    color: #fff;
    background-color: rgb(0 51 153 / 1);
  }
  
  
  /*** confirmation***/

  /* contactForm
  *******************/
  .mw_wp_form_preview .contactForm {
    padding: 8rem 4rem 0;
    border-radius: 3rem;
  }
  .mw_wp_form_preview .contactForm dt {
    width:100%;
  }
  .mw_wp_form_preview .contactForm dd {
    width:100%;
    font-weight: 400;
  }
  
  
  /*** complete***/

  /* complete
  *******************/
  .mw_wp_form_complete .completeBox p {
    font-weight: 400;
  }
  .mw_wp_form_complete .button {
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
    padding-top: 13rem;
    justify-content: center;
  }
  .mw_wp_form_complete .button a {
    width: 59rem;
    height: 9.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    background-size: 3rem;
    background-position: center right 3.5rem;
    border-radius: 4.8rem;
    transition: none;
  }
  .mw_wp_form_complete .button a:hover {
    color: #fff;
    background-color: rgb(153 150 150 / 1);
  }
  
  
  
  
  /* ---------------------------------------------------------------- */
  /* error 404 */
  /* ---------------------------------------------------------------- */
  
  
  body.error404 .error {
    padding: 0 0 15rem;
  }
  body.error404 .error .text {
    padding: 0 0 10rem;
  }
  body.error404 .error .text h4 {
    font-size: 4.5rem;
    letter-spacing: 0;
  }
  body.error404 .error .text p {
    letter-spacing: 0;
    font-size: 3rem;
    font-weight: 400;
  }
  body.error404 .error .button01b {
    justify-content: center;
  }
  
}




/* ---------------------------------------------------------------- */
/* old blog css */
/* ---------------------------------------------------------------- */
.infoContent {
  text-align: left;
}
.infoContent h2 {
  position: relative;
  font-size: 3.6rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  border-bottom-width: 0.5rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 133, 178);
  letter-spacing: 0.05rem;
  color: rgb(0, 51, 102);
  text-align: center;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  box-sizing: border-box;
  clear: both;
}
.infoContent h2 span {
  font-size: 50%;
  font-weight: normal;
}

.infoContent h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
  background-color: rgb(246, 246, 246);
  position: relative;
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 4.4rem;
  color: rgb(17, 17, 17);
  clear: both;
  box-sizing: border-box;
  border-radius: 1rem;
}
.infoContent h3::after {
  display: block;
  width: 0.3rem;
  height: 2.4rem;
  position: absolute;
  top: 1.9rem;
  left: 2rem;
  background-color: #0085B2;
  content: '';
}
.infoContent h3 a {
  font-size: 2.4rem;
  line-height: 3rem;
}

.infoContent h4 {
  position: relative;
  font-size: 2.6rem;
  color: #373737;
  letter-spacing: 0.1em;
  padding: 0 0 5.5rem 0;
  font-weight: 700;
  margin: 6rem 0 0;
  box-sizing: border-box;
  clear: both;
}
.infoContent h4 a {
  font-size: 2.2rem;
}

.infoContent p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-right: 3rem;
  margin-left: 3rem;
  box-sizing: border-box;
}
.infoContent p.check {
color: #FF3333;
}

.infoContent dl.faq dt span::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.3rem;
  margin-left: -1.2rem;
  border-right: 1.2rem solid transparent;
  border-top: 2rem solid #0085B2;
  border-left: 1.2rem solid transparent;
  z-index: 0;
  transform: rotate(-40deg);
}
.infoContent dl.faq dt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
  position: relative;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  background-color: rgb(246, 246, 246);
  color: rgb(17, 17, 17);
  border-radius: 1rem;
}
.infoContent dl.faq {
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.infoContent dl.faq dt span {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  background-color: #0085B2;
  text-align: center;
  display: block;
  width: 5rem;
  padding-top: 1rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 10;
}
.infoContent dl.faq dd {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

.infoContent table.table_01 {
  width: 96%;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}
.infoContent table.table_01 th {
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1px;
  width: 33%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.infoContent table.table_01 td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  background-color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  padding: 2rem;
}

.infoContent table.table_02 {
  width: 96%;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  width: 100%;
  max-width: 82rem;
}
.infoContent table.table_02 th {
  font-size: 2.2rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 1px;
  background-color: #F6F6F6;
  color: #006384;
}
.infoContent table.table_02 th,
.infoContent table.table_02 td {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #888;
  padding: 2rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-top-color: #BBB;
  border-right-color: #BBB;
  border-left-color: #BBB;
}

@media screen and (max-width: 750px) {
  .infoContent h3 {
    margin: 5rem 0;
    padding: 3.5rem 1rem 3.5rem 4.4rem;
    font-size: 3.2rem;
    border-radius: 1.5rem;
  }
  .infoContent h3::after {
    width: 0.5rem;
    height: 4rem;
    top: 3.2rem;
    left: 2.5rem;
  }
  .infoContent h4 {
    margin: 2rem 3rem 0 3rem;
    padding: 1rem;
    font-size: 3.8rem;
    color: #0085B2;
    clear: both;
  }
  .infoContent p,
  .infoContent a {
    margin: 1rem 1rem 2rem 1rem;
    font-size: 3.2rem;
    font-weight: 400;
  }
}