@charset "UTF-8";
/*------------------------------------------
	Framework
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/mhd5cgd.css");
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  position: relative;
  color: var(--common-txt);
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.8;
  vertical-align: top;
}

.section {
  width: 100%;
  max-width: var(--box-inner-w);
  margin: 0 auto 40px;
}

.sp-spacer {
  padding: 0;
}

.anchor-offset {
  margin-top: -80px;
  padding-top: 80px;
}
/* common settings */
.aC {
  text-align: center;
}

.aL {
  text-align: left;
}

.aR {
  text-align: right;
}

.cB {
  clear: both;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb1em {
  margin-bottom: 1.2em !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.noticeTxt {
  color: #cf0000;
}

.txtSS {
  font-size: 1.1rem;
}

.txtS {
  font-size: 1.3rem;
}

.txtM {
  font-size: 1.6rem;
}

.txtL {
  font-size: 2rem;
}

.txtLL {
  font-size: 2.4rem;
}

a:link,
a:visited {
  color: #333;
}

a.underline {
  text-decoration: underline;
}

a {
  transition: all 0.2s ease 0s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link-area:hover {
  text-decoration: none;
  color: inherit;
}

.linkTxt {
  text-decoration: underline;
}

.imgFit {
  width: 100%;
  vertical-align: top;
}

/*Notoのboldは800とします。*/
strong,
.strong {
  font-weight: 800;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}
.noDisp {
  display: none;
}

/*------------------------------------------
	Setting Font
------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-worksans {
  font-family: "Work Sans", sans-serif;
}

/*------------------------------------------
	Custom Property
  y-aqua : #44a9ad
  y-blue : #244090
  common-txt : #111111
  gray-bg  : #EBEBEB
  aqua-bg  : #DBF3F4


  BreakPoint
  x - 519 - 1024 - x
------------------------------------------*/
:root {
  --y-aqua: #44a9ad;
  --y-blue: #28428B;
  --common-txt: #1A1A1A;
  --gray-bg: #EBEBEB;
  --aqua-bg: #DBF3F4;
  --box-w: 1300px;
  --box-inner-w: 1024px;
  --smp-fs: 1.4rem;
}

/*------------------------------------------
	pageTitleArea
------------------------------------------*/
.pageTitleArea {
  position: relative;
  background-color: var(--gray-bg);
}

.pageTitleArea-inner {
  max-width: var(--box-inner-w);
  margin: 0 auto 10px;
  padding: 30px 0 0 15px;
}

.pageTitle-e {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--y-blue);
  line-height: 1;
  position: relative;
  padding-left: 0.7em;
}
.pageTitle-e::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--y-aqua);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pageTitle-j {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--y-blue);
}
.pageTitle-j span {
  font-size: 0.66em;
}

.pageTitleArea-img {
  width: 80%;
  margin-left: auto;
}

.pageTitleArea-img img {
  width: 100%;
}

.breadClumb {
  background-color: var(--gray-bg);
  margin-bottom: 60px;
  padding-left: 15px;
}

.breadClumb-inner {
  padding: 20px 0;
  margin: 0 auto;
  max-width: var(--box-inner-w);
}

.breadClumb-inner ul {
  display: flex;
  justify-content: flex-start;
  font-size: 1.3rem;
}

.breadClumb-inner ul li {
  padding-right: 20px;
  color: var(--y-blue);
}

.breadClumb-inner ul li::after {
  content: "/";
  color: #a7a7a7;
  padding-left: 20px;
}

.breadClumb-inner ul li:last-child {
  padding-left: 0;
}

.breadClumb-inner ul li:last-child::after {
  content: "";
  padding-left: 0;
}

.breadClumb-inner ul li a {
  color: #a7a7a7;
}

.box-common {
  margin: 0 auto 65px;
  padding: 0 10px;
}

/*------------------------------------------
	見出し
------------------------------------------*/
.headerStyle1 {
  margin-bottom: 34px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dcdcdc;
}

.headerStyle1-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  line-height: 1;
  padding-left: 21px;
}

.headerStyle1-inner::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
  top: 0;
  background: var(--y-blue);
}

.headerStyle1-inner::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
  bottom: 0;
  background: var(--y-aqua);
}

.headerStyle1-inner .innerText .innerText-e {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--y-blue);
  margin-bottom: 5px;
}

.headerStyle1-inner .innerText .innerText-j {
  font-size: 2.2rem;
  font-weight: bold;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-avenir {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sub__box {
  margin: 0 auto 45px;
  padding: 0 20px;
}
.sub__box-ttl {
  font-size: 2rem;
  color: var(--y-blue);
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin: 0 auto 15px;
  font-weight: bold;
}
.sub__box-txt {
  font-size: var(--smp-fs);
  line-height: 1.8;
}

.inq__box {
  max-width: 710px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
.inq__box-inner {
  padding: 15px;
  background-color: var(--aqua-bg);
  border-radius: 15px;
}
.inq__box-ttl {
  font-size: var(--smp-fs);
  font-weight: 500;
  text-align: center;
  line-height: 1.72;
  color: var(--y-blue);
  margin: 0 auto 15px;
}
.inq__box-btn {
  display: block;
  width: 90%;
  margin: 0 auto 15px;
  padding: 1em 15px;
  background-color: var(--y-blue);
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s;
}
.inq__box-btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.inq__box-btn span::before {
  content: "";
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/yamazaki/common/img/menuicon-toiawase.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: -10px;
  transform: translateY(-50%);
}
.inq__box-tel-txt {
  font-size: var(--smp-fs);
  text-align: center;
  font-weight: 500;
  margin: 0 auto 5px;
}
.inq__box-tel-number {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  color: var(--y-aqua);
  line-height: 1;
}
.inq__box-tel-number span {
  position: relative;
  padding-left: 30px;
}
.inq__box-tel-number span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/yamazaki/common/img/tel.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.inq__box-tel-note {
  font-size: var(--smp-fs);
  text-align: center;
}

/*------------------------------------------
	Header
------------------------------------------*/
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

main {
  margin-top: 65px;
}
/* navi */
#navToggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  z-index: 1;
  cursor: pointer;
  background-color: var(--y-blue);
  border-radius: 0 0 0 10px/0 0 0 10px;
}
#navToggle div {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#navToggle div span {
  display: block;
  width: 100%;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: 0.2s ease-in-out;
}
#navToggle div span:first-child {
  top: 0;
}
#navToggle div span:nth-child(2) {
  top: 10px;
}
#navToggle div span:last-child {
  top: 20px;
}

.openNav #navToggle div span:first-child {
  top: 11px;
  transform: rotate(-45deg);
}
.openNav #navToggle div span:nth-child(2), .openNav #navToggle div span:last-child {
  top: 11px;
  transform: rotate(45deg);
}

/* header-logo */
.header-logo {
  max-width: 220px;
  width: 50%;
}
.header-logo img {
  width: 100%;
}
/* header-menu-block */
.header-menu-block-wrap {
  overflow-x: hidden;
}

.header-menu-block {
  width: 50%;
  height: 100vh;
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: -50%;
  transition: 0.3s ease-in-out;
}

.openNav .header-menu-block {
  right: 0;
}
/* menu-global */
.menu-global {
  margin: 100px auto 0;
  padding-left: 40px;
}
.menu-global li {
  margin-bottom: 20px;
}
.menu-global a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.menu-global a:hover {
  text-decoration: none;
}
.menu-global a.nav-catalog, .menu-global a.nav-contact {
  color: #fff;
  width: 120px;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.3rem;
}
.menu-global a.nav-catalog span, .menu-global a.nav-catalog img, .menu-global a.nav-contact span, .menu-global a.nav-contact img {
  display: block;
  margin: 0 auto;
}
.menu-global a.nav-catalog {
  background-color: var(--y-aqua);
}
.menu-global a.nav-catalog img {
  width: 40px;
  margin-bottom: 10px;
}
.menu-global a.nav-contact {
  background-color: var(--y-blue);
}
.menu-global a.nav-contact img {
  width: 33px;
  margin-bottom: 10px;
}
/*------------------------------------------
	Footer
------------------------------------------*/
.footer {
  background: var(--gray-bg);
  margin-top: 85px;
  padding: 0;
}
.footer.mt0 {
  margin-top: 0;
}
.footer__inner {
  padding: 0 10px;
}

.footer-contact-area {
  width: 90%;
  margin: 0 auto -50px;
  padding: 0 10px;
  background: var(--aqua-bg);
  border-radius: 50px;
  position: relative;
  top: -50px;
}

.footer-con {
  position: relative;
  padding: 30px 0;
}
.footer-con:first-child {
  border-bottom: 1px solid var(--y-aqua);
}
.footer-con a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}
.footer-con a span {
  opacity: 0;
}
.footer-con a:hover {
  text-decoration: none;
}
.footer-con p {
  text-align: center;
}
.footer-con p span {
  display: block;
  line-height: 1;
}
.footer-con p span:first-child {
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.footer-con p span:last-child {
  font-weight: 500;
  font-size: 2.1rem;
  color: var(--y-aqua);
  position: relative;
  top: -20px;
}
.footer-con img {
  display: block;
  margin: 0 auto;
}

.footer-menu-area {
  padding: 50px 0 60px;
}
.footer-menu-area__logo {
  margin: 0 auto 30px;
}
.footer-menu-area__logo a {
  display: block;
}
.footer-menu-area__logo a img {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}
.footer-menu-area__address {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer-menu-area__link {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu-area__list {
  width: 100%;
}
.footer-menu-area__list:not(:last-child) {
  width: 50%;
}
.footer-menu-area__list > li {
  font-size: 1.5rem;
  margin: 0 auto 20px;
}
.footer-menu-area__list > li > a {
  font-weight: bold;
  color: var(--y-aqua);
}
.footer-menu-area__list > li .sublink li {
  margin: 5px auto;
}
.footer-menu-area__list > li .sublink li a {
  color: #5E5E5E;
}

.footer-menu-area .footer-menu-area-inner {
  margin: 0 auto;
  padding: 0 10px;
}

.footer-copyright {
  background: var(--y-aqua);
  padding: 15px;
}

.footer-copyright p {
  text-align: center;
  line-height: 1;
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #fff;
}

/*------------------------------------------
	TOPページ
------------------------------------------*/
.y-top__catch {
  position: relative;
  margin: 40px auto 75%;
  padding: 0 30px;
}
.y-top__catch h1 {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  line-height: 1.36;
  color: var(--y-blue);
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.y-top__catch p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
  z-index: 1;
  font-weight: 500;
  /*
        span{
          background-color: #fff;
          @include media(pc){
            background-color: transparent;
          }
        }
  */
}
.y-top__img {
  width: 100%;
  position: absolute;
  top: 53%;
  right: 0;
}
.y-top__img img {
  display: block;
}
.y-top__img-1 {
  width: 70%;
  margin-left: auto;
  position: relative;
}
.y-top__img-2 {
  width: 50%;
  position: absolute;
  top: 50%;
}
.y-top__content {
  margin: 0 auto;
  padding: 0 10px;
}
.y-top__content-txt {
  font-size: var(--smp-fs);
  line-height: 1.8;
  padding: 0 20px;
}

.y-top__bg {
  margin: 0 auto;
  background: url("/wp-content/themes/yamazaki/img/bg_grad.png") no-repeat 50% 34vh;
  background-size: 190%;
  overflow-x: hidden;
}

.y-top__btn {
  width: 200px;
  margin: 0 auto;
  border: 2px solid #111;
  border-radius: 100px;
  transition: all 0.3s;
}
.y-top__btn:hover {
  opacity: 0.7;
}
.y-top__btn a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  padding: 1em;
  position: relative;
}
.y-top__btn a:hover {
  text-decoration: none;
}
.y-top__btn a span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.y-top__btn a span img {
  display: block;
  margin: 0;
}
.y-top__btn.blue {
  border-color: var(--y-blue);
}
.y-top__btn.blue a {
  color: var(--y-blue);
}
.y-top__btn.green {
  border-color: var(--y-aqua);
}
.y-top__btn.green a {
  color: var(--y-aqua);
}
.y-top__btn.white {
  border-color: #fff;
}
.y-top__btn.white a {
  color: #fff;
}

.catch-ttl {
  text-align: center;
}
.catch-ttl span {
  display: block;
  line-height: 1;
}
.catch-ttl span:first-child {
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.4;
}
.catch-ttl span:last-child {
  font-weight: bold;
  font-size: 2.1rem;
  color: var(--y-blue);
  position: relative;
  top: -20px;
}
.catch-ttl span:last-child.lh {
  line-height: 1.45;
}

.y-topAbout {
  padding-bottom: 80px;
}
.y-topAbout .y-top__content-txt {
  margin-bottom: 30px;
}
.y-topAbout .y-top__btn {
  margin-top: 40px;
}

.y-top__box {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -20px;
  margin: 0 auto -20px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.y-top__box-img {
  width: 50%;
  margin: 0 10px;
}
.y-top__box-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.y-topPro {
  margin: 0 auto;
}
.y-topPro__wrap {
  padding: 60px 0 200px;
  background: url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat 140% 20%, url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat -50px 70%, url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat 140% 95%;
  background-size: 50%;
  background-color: #ebebeb;
}
.y-topPro .catch-ttl span:first-child {
  opacity: 1;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.y-topPro-link {
  margin: 40px auto;
}
.y-topPro-link-con {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
  padding: 20px 20px;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.y-topPro-link-con::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.y-topPro-link-con:hover::after {
  transform: scale(1.1);
}
.y-topPro-link-con-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.y-topPro-link-con a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1000px;
}
.y-topPro-link .bg-pro1::after {
  background: url("/wp-content/themes/yamazaki/img/pro1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.y-topPro-link .bg-pro2::after {
  background: url("/wp-content/themes/yamazaki/img/pro2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.y-topPro-link .bg-pro3::after {
  background: url("/wp-content/themes/yamazaki/img/pro3.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.link-ttl {
  font-size: 1.7rem;
  font-weight: bold;
}
.link-ttl span {
  font-size: 1.2rem;
}

.link-cap {
  font-size: 1.1rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}

.link-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.link-circle {
  font-weight: 500;
  font-size: var(--smp-fs);
}
.link-circle span {
  display: inline-block;
  line-height: 1;
  padding-left: 1em;
  vertical-align: middle;
}
.link-circle span img {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  margin: 0;
}

.y-top__bg2 {
  background: linear-gradient(180deg, rgb(201, 235, 217) 0%, rgb(68, 169, 173) 100%);
}

.y-topNews {
  margin: 0 auto -130px;
  padding-bottom: 50px;
  position: relative;
  top: -130px;
}
.y-topNews__inner {
  width: 98%;
  margin: 0 auto;
  padding: 60px 15px;
  background-color: #fff;
  border-radius: 0 25px 25px 0/0 25px 25px 0;
  position: relative;
}
.y-topNews__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}
.y-topNews .catch-ttl span:first-child {
  opacity: 1;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.y-topNews__list {
  margin: 20px auto 40px;
}
.y-topNews__list li {
  position: relative;
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #DCDCDC;
}
.y-topNews__list li:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.y-topNews__list li::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/yamazaki/common/img/arrow_green_circle.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.y-topNews__list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.y-topNews__list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.y-topNews__list-date {
  font-size: var(--smp-fs);
  color: #5E5E5E;
  margin-right: 1em;
  flex-shrink: 0;
  font-weight: bold;
}
.y-topNews__list-cate {
  font-size: 1.3rem;
  color: var(--y-aqua);
  padding: 3px 1em;
  border: 1px solid var(--y-aqua);
  border-radius: 100px;
  margin-right: 2em;
  flex-shrink: 0;
  font-weight: bold;
}
.y-topNews__list-txt {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 10px 2.3em 0 0;
}

.bg-recruit {
  background: url("/wp-content/themes/yamazaki/img/bg-mark.png") no-repeat 160% 85%;
  background-size: 75%;
}

.y-topRecruit {
  position: relative;
  padding: 0 10px 120px;
}
.y-topRecruit .catch-ttl {
  text-align: left;
  position: relative;
  z-index: 1;
}
.y-topRecruit .catch-ttl span:first-child {
  color: #44A9AD;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.y-topRecruit .catch-ttl span:last-child {
  color: #fff;
}
.y-topRecruit__img {
  width: 85%;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  right: -10px;
}
.y-topRecruit__img img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.y-topRecruit__box {
  color: #fff;
  position: relative;
  z-index: 1;
}
.y-topRecruit__box-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.y-topRecruit__box-txt {
  font-size: var(--smp-fs);
  line-height: 1.81;
  margin-bottom: 30px;
}

/*------------------------------------------
	Product
------------------------------------------*/
.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.flex li {
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}

.pro__wrap {
  margin: 0 auto;
  padding: 0 15px;
}
.pro__img {
  margin: 0 auto;
}
.pro__img img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto 10px;
}
.pro__img figcaption {
  font-size: var(--smp-fs);
  text-align: center;
}

/*ねじ（一般製品）*/
#neji .box-column3 {
  justify-content: center;
  margin-top: 55px;
}
#neji .box-column3 li {
  margin-bottom: 10px;
}
#neji .box-column3 + p {
  color: var(--y-blue);
  font-size: var(--smp-fs);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.table__note {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: var(--y-blue);
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 5px;
}
.table__wrap table {
  width: 1024px;
  overflow: hidden;
}
.table__wrap table th, .table__wrap table td {
  font-size: 1.3rem;
  border: 1px solid #A7A7A7;
  padding: 10px;
  line-height: 1.7;
  vertical-align: middle;
}
.table__wrap table th {
  font-weight: normal;
  text-align: center;
  background-color: var(--aqua-bg);
}
.table__wrap table th:first-child, .table__wrap table th:nth-child(2) {
  width: 15%;
}
.table__wrap table th:nth-child(3) {
  width: 25%;
}
.table__wrap table th:nth-child(4) {
  width: 12%;
}
.table__wrap table th:nth-child(5) {
  width: 11%;
}
.table__wrap table th:last-child {
  width: 9%;
}
.table__wrap table td {
  text-align: center;
  font-feature-settings: "palt";
}
.table__wrap table td p {
  display: inline-block;
  text-align: left;
}

/*------------------------------------------
Company
------------------------------------------*/
.comp-ceo {
  margin: 0 auto 70px;
}
.comp-ceo__inner {
  position: relative;
}
.comp-ceo__article {
  margin: 0 auto 30px;
  padding: 0 10px;
}
.comp-ceo__article-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: var(--y-blue);
  line-height: 1;
  margin-bottom: 20px;
}
.comp-ceo__article-txt {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.comp-ceo__article-name span {
  display: block;
}
.comp-ceo__article-name span:first-child {
  font-size: 1.4rem;
}
.comp-ceo__article-name span:last-child {
  font-size: 2rem;
  font-weight: bold;
}
.comp-ceo__img {
  width: 70%;
  margin-left: auto;
}
.comp-ceo__img img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pageTitleArea {
    height: 240px;
  }
  .pageTitleArea-inner {
    margin-bottom: 0;
    padding: 58px 0 0 0;
  }
  .pageTitle-e {
    font-size: 2rem;
  }
  .pageTitle-j {
    font-size: 4.5rem;
  }
  .pageTitleArea-img {
    position: absolute;
    right: 0;
    top: 96px;
    width: 764px;
  }
  .breadClumb {
    margin-bottom: 165px;
    padding-left: 0;
  }
  .box-common {
    max-width: var(--box-inner-w);
    margin-bottom: 135px;
    padding: 0;
  }
  .headerStyle1 {
    margin-bottom: 80px;
  }
  .headerStyle1-inner {
    min-height: 68px;
  }
  .headerStyle1-inner::before {
    height: 34px;
  }
  .headerStyle1-inner::after {
    height: 34px;
  }
  .headerStyle1-inner .innerText .innerText-j {
    font-size: 3.3rem;
  }
  .sub__box {
    margin-bottom: 90px;
    padding: 0 10px;
  }
  .sub__box-ttl {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
  }
  .sub__box-txt {
    font-size: 1.7rem;
    text-align: center;
  }
  .inq__box {
    margin-bottom: 140px;
    padding: 0 10px;
  }
  .inq__box-inner {
    padding: 40px 20px;
    border-radius: 30px;
  }
  .inq__box-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .inq__box-btn {
    width: 337px;
    margin-bottom: 20px;
  }
  .inq__box-btn:hover {
    opacity: 0.8;
  }
  .inq__box-btn span {
    font-size: 2.1rem;
  }
  .inq__box-tel-txt {
    font-size: 1.8rem;
  }
  .inq__box-tel-number {
    font-size: 4.3rem;
  }
  .inq__box-tel-number span::before {
    width: 43px;
    height: 43px;
    left: -25px;
  }
  .inq__box-tel-note {
    font-size: 1.6rem;
  }
  header {
    position: sticky;
    width: 100%;
    height: 90px;
  }
  main {
    margin-top: 0;
  }
  #navToggle {
    display: none;
  }
  .header-logo {
    max-width: 220px;
    width: auto;
    margin-left: 17px;
  }
  .header-menu-block-wrap {
    max-width: 1024px;
    height: 90px;
  }
  .header-menu-block {
    width: calc(100% - 220px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 1;
    background: none;
    right: 0;
  }
  .menu-global {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding-left: 0;
  }
  .menu-global li {
    margin-bottom: 0;
  }
  .menu-global a {
    display: flex;
    position: relative;
    padding: 0 20px;
    width: auto;
    height: 90px;
    align-items: center;
  }
  .menu-global a.nav-normal {
    padding-bottom: 5px;
    background-image: linear-gradient(#44A9AD, #44A9AD);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
  .menu-global a.nav-normal:hover {
    background-size: 80% 4px;
  }
  .menu-global a.nav-catalog {
    background-color: var(--y-aqua);
    color: #fff;
    width: 120px;
    margin-left: 20px;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .menu-global a.nav-contact {
    background-color: var(--y-blue);
    color: #fff;
    width: 120px;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .menu-global a.nav-catalog, .menu-global a.nav-contact {
    transition: opacity 0.3s;
  }
  .menu-global a.nav-catalog:hover, .menu-global a.nav-contact:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .menu-global a.nav-catalog span, .menu-global a.nav-contact span {
    margin: 0 auto;
  }
  .menu-global a.nav-catalog img, .menu-global a.nav-contact img {
    display: block;
    margin: 3px auto 9px;
    height: 25px;
  }
  .footer {
    margin-top: 320px;
  }
  .footer-contact-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--box-inner-w);
    height: 310px;
    margin-bottom: -155px;
    padding: 0;
    top: -155px;
  }
  .footer-con {
    width: 50%;
    padding: 80px 10px;
  }
  .footer-con:first-child {
    border-bottom: none;
  }
  .footer-con:first-child::after {
    content: "";
    width: 1px;
    height: 250px;
    background-color: var(--y-aqua);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-con a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .footer-con p span:last-child {
    font-size: 3.1rem;
  }
  .footer-contact-area .footer-contact a {
    border-radius: 50px 0 0 50px/50px 0 0 50px;
  }
  .footer-contact-area .footer-catalog a {
    border-radius: 0 50px 50px 0/0 50px 50px 0;
  }
  .footer-menu-area {
    padding: 100px 0;
  }
  .footer-menu-area__logo {
    width: 50%;
    margin: 0;
  }
  .footer-menu-area__logo a img {
    width: auto;
    margin: 0 0 20px;
  }
  .footer-menu-area__address {
    text-align: left;
  }
  .footer-menu-area__link {
    width: 50%;
    padding: 0;
    flex-wrap: nowrap;
  }
  .footer-menu-area__list {
    width: 33%;
  }
  .footer-menu-area__list:not(:last-child) {
    width: 33%;
  }
  .footer-menu-area .footer-menu-area-inner {
    width: var(--box-inner-w);
    display: flex;
    justify-content: space-between;
  }
  .y-top__catch {
    width: 1300px;
    margin: 95px auto 700px;
    padding: 0 10px;
  }
  .y-top__catch h1 {
    font-size: 5.5rem;
    margin-bottom: 35px;
    padding-left: 80px;
  }
  .y-top__catch p {
    font-size: 2rem;
    padding-left: 80px;
  }
  .y-top__img {
    top: 0;
    right: 0;
  }
  .y-top__img-1 {
    width: auto;
    right: -66px;
  }
  .y-top__img-2 {
    width: auto;
    top: 46%;
    left: 98px;
  }
  .y-top__content {
    width: 1044px;
    padding: 0;
  }
  .y-top__content-txt {
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
  }
  .y-top__bg {
    width: 100%;
    background-position: 50% 28vh;
    background-size: 120%;
    overflow-x: visible;
  }
  .y-top__btn {
    width: 300px;
  }
  .y-top__btn a {
    font-size: 2.2rem;
  }
  .y-top__btn a span {
    right: 20px;
    font-size: 1.6rem;
  }
  .catch-ttl span:first-child {
    font-size: 20rem;
  }
  .catch-ttl span:last-child {
    font-size: 4.2rem;
    top: -50px;
  }
  .y-topAbout {
    padding-bottom: 220px;
  }
  .y-topAbout .y-top__btn {
    margin-top: 80px;
  }
  .y-top__box {
    top: -100px;
    margin-bottom: -100px;
  }
  .y-top__box-img {
    width: auto;
  }
  .y-top__box-img img {
    border-radius: 20px;
  }
  .y-topPro__wrap {
    padding-bottom: 400px;
    background-position: 110% 20%, -100px 80%, 110% 95%;
    background-size: 27%;
  }
  .y-topPro-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1024px;
    margin: 90px auto 110px;
  }
  .y-topPro-link-con {
    width: 482px;
    height: 482px;
    margin: 0 auto;
  }
  .y-topPro-link-con:first-child {
    margin-left: 0;
  }
  .y-topPro-link-con:nth-child(2) {
    margin-right: 0;
  }
  .link-ttl {
    font-size: 3.4rem;
  }
  .link-ttl span {
    font-size: 2.1rem;
  }
  .link-cap {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .link-txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .link-circle {
    font-size: 1.7rem;
  }
  .link-circle span img {
    width: 42px;
    height: 42px;
  }
  .y-topNews {
    margin-bottom: -280px;
    top: -280px;
  }
  .y-topNews__inner {
    width: 100%;
    padding: 60px 100px 120px;
  }
  .y-topNews__list {
    margin: 50px auto 85px;
  }
  .y-topNews__list li {
    padding: 45px 0;
    flex-wrap: nowrap;
  }
  .y-topNews__list li::after {
    width: 42px;
    height: 42px;
  }
  .y-topNews__list-date {
    font-size: 1.7rem;
  }
  .y-topNews__list-cate {
    font-size: 1.3rem;
  }
  .y-topNews__list-txt {
    width: auto;
    font-size: 1.7rem;
    margin-top: 0;
  }
  .bg-recruit {
    background-position: -100px 130%;
    background-size: 45%;
  }
  .y-topRecruit {
    padding: 110px 0 485px;
  }
  .y-topRecruit__img {
    width: 100%;
    position: absolute;
    top: 145px;
    right: -140px;
  }
  .y-topRecruit__img img {
    margin-left: auto;
  }
  .y-topRecruit__box-ttl {
    font-size: 2.7rem;
  }
  .y-topRecruit__box-txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .y-topRecruit__box .y-top__btn {
    margin-left: 0;
  }
  .flex {
    width: calc(100% + 35px);
  }
  .flex li {
    margin: 0 35px 45px 0;
  }
  .box-column2 li {
    width: calc(50% - 35px);
  }
  .box-column3 li {
    width: calc(33.333% - 35px);
  }
  .box-column4 li {
    width: calc(25% - 35px);
  }
  .pro__wrap {
    padding: 0;
  }
  .pro__img img {
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .pro__img figcaption {
    font-size: 1.5rem;
  }
  #neji .box-column3 {
    width: calc(100% + 10px);
    margin-top: 110px;
  }
  #neji .box-column3 li {
    width: calc(33.333% - 10px);
    margin: 0 10px 0 0;
  }
  #neji .box-column3 + p {
    font-size: 1.9rem;
  }
  .table__wrap {
    overflow-x: visible;
  }
  .table__wrap table {
    width: 100%;
    overflow: visible;
  }
  .table__wrap table th, .table__wrap table td {
    padding: 15px 10px;
  }
  .table__wrap table th {
    position: sticky;
    top: 90px;
  }
  .table__wrap table th:first-child, .table__wrap table th:nth-child(2) {
    width: 183px;
  }
  .table__wrap table th:nth-child(3) {
    width: 293px;
  }
  .table__wrap table th:nth-child(4) {
    width: 145px;
  }
  .table__wrap table th:nth-child(5) {
    width: 120px;
  }
  .table__wrap table th:last-child {
    width: 100px;
  }
  .comp-ceo__article {
    width: var(--box-inner-w);
    padding: 0;
    margin: 0 auto;
  }
  .comp-ceo__article-inner {
    width: 445px;
  }
  .comp-ceo__article-ttl {
    font-size: 3.6rem;
  }
  .comp-ceo__article-txt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .comp-ceo__article-name span:first-child {
    font-size: 1.6rem;
  }
  .comp-ceo__article-name span:last-child {
    font-size: 2.3rem;
  }
  .comp-ceo__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 643px;
  }
}
@media only screen and (min-width: 1500px) {
  .y-top__catch {
    width: 1500px;
  }
  .y-top__catch h1 {
    padding-left: 180px;
  }
  .y-top__catch p {
    padding-left: 180px;
  }
  .y-top__img-1 {
    right: 34px;
  }
  .y-top__img-2 {
    left: 198px;
  }
  .y-top__bg {
    width: 1500px;
    background-size: contain;
  }
  .y-topPro__wrap {
    background-position: 90% 20%, 10% 80%, 90% 95%;
    background-size: 453px;
  }
  .bg-recruit {
    background-size: 600px;
    background-position: 15% 134%;
  }
}
@media (max-width: 1024px) {
  .sp-spacer {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  /*500px 以下*/
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .y-top__img-1 {
    width: 300px;
    right: -35px;
  }
  .y-top__img-2 {
    width: 200px;
    left: -10px;
  }
  .y-top__bg {
    background-position: 50% 100%;
    background-size: 220%;
  }
}
/*# sourceMappingURL=style.css.map */