@charset "UTF-8";
body{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3e3a39;
}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;color: #000;}
a:hover{opacity: 0.7;color: #000;}
iframe{width: 100%;}
body {
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation: fadeIn 1s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}
.logo img {
    width: 305px;
}
@media screen and (max-width:1200px) {
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 70px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 89vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
nav ul{
    padding: 0;
    margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}
nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    transition: all .3s;
    border-bottom: 1px solid #fff;
    /* font-weight: bold; */
    font-size: 17px;
}
nav ul li a::after {
    transform: rotate(-135deg);
    content: "";
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 37%;
    right: 22px;
}
nav ul li a:hover{
	color:#fff;	
}
.openbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0;
    z-index: 9999;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #fff;
}
.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}
.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
.openbtn.active span {
    background-color: #fff;
}
nav ul{
    display: block;
}
 
}

#mainvisual{
  position: relative;
  overflow: hidden;  
}
#mainvisual::after {
    content: "";
    background-image: url(../img/mv-lb.png);
    display: block;
    width: 85px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    /* z-index: 10; */
    bottom: 112px;
    left: 0;
}
.slider{
  position: relative;
  width: 100%;               
  padding: 0;
  margin: 0;
  overflow:hidden;
}
.slider, .slider-item, .slider-item img {
    height: 60vh;
}
.slider-item img{
  display:block;
  width: 100%;
  object-fit: cover;
}
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -35px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display:inline-block;
    margin:0 10px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #7f7f7f;
    border: none;
}
.slick-dots .slick-active button{
    background:#fff;
}
.slick-dots > li:first-child:last-child {
    display: none;
}
.slider-item{
position:relative;
}

.slider-item::after{
content:"";
position:absolute;
top:0;
left:-120%;
width:120%;
height:100%;
background:#04204a;
transform:skewX(45deg);
}

.slider-item.slick-active.slick-current::after{
animation: wipeMove 1.5s forwards;
}

@keyframes wipeMove{

0%{
left:-120%;
}

100%{
left:160%;
}

}

p.copy {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 17px;
    width: 17px;
}
.slick-prev {
    left:-6.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right:-6.5%;
    transform: rotate(45deg);
}
section {
    padding: 3rem 0;
}
#news {
    background: #04204a;
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 1;
}
#news h2,#news h3 {
    font-size: 18px;
}
#news h2 {
    text-transform: uppercase;
}
#news a {
    color: #fff;
}
#news h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
#intro {
    background: #04204a;
    color: #fff;
}
#intro .col-md-6 p {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}
#intro .col-md-6 p small {
    font-size: 18px;
}
#intro .col-md-6 {
    text-align: center;
    position: relative;
    border: solid 1px #fff;
    background-color: #04204a;
    margin-bottom: 2rem;
    padding: 1rem 0;
}
#intro .col-md-6::before,
#intro .col-md-6::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #04204a;
}
#intro .col-md-6::before {
    top: -2px;
    bottom: -2px;
    left: 35px;
    right: 35px;
}
#intro .col-md-6::after {
    top: 30px;
    bottom: 30px;
    left: -2px;
    right: -2px;
}
#intro .col-md-6 + .col-md-6 {
    margin-top: 3rem;
}
#intro .col-md-6 span.cross {
    color: #fff;
    position: absolute;
    bottom: -75px;
    font-size: 55px;
    left: 0;
    right: 0;
}
#casting p, #machining p {
    color: #04204a;
}
.sv-ttl {
    position: relative;
    padding-top: 50px;
    margin-bottom: 1rem;
    font-size: 28px;
    color: #04204a;
    letter-spacing: 2px;
}
.sv-ttl span {
	position: relative;
	z-index: 2;
}
.sv-ttl::before {
    content: attr(data-en);
    position: absolute;
    top: 8px;
    left: 0;
    color: #edeff2;
    font-size: 58px;
    z-index: -1;
}
.scrool {
    overflow: scroll;
}
#casting .scrool img {
    min-width: 960px;
}
ul.cast-slider,.machin-slider {
    padding: 0;
    margin: 2rem 0 0;
}

ul.cast-slider li,.machin-slider li {
    margin: 0 1px;
}
a.link-btn {
    display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #04204a;
    padding: 1.5rem 0;
    margin: 1rem auto 0;
    border-radius: 5px;
    font-weight: bold;
}
a.link-btn:hover {
    opacity: 1;
    transform: scale(0.9,0.9);
}
#machining {
    padding-bottom: 4rem;
}
#technology {
    background: #ededed;
    padding: 4rem 0;
    position: relative;
}
#technology::before {
    content: "";
    background-image: url(../img/deco-triangle.png);
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    right: 0;
}
#technology::after {
    content: "";
    background-image: url(../img/deco-triangle.png);
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: rotate(-180deg);
}
h2.ttl {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 1rem;
    position: relative;
}
h2.ttl small {
    font-size: 18px;
}
h2.ttl::before {
    content: "";
    background-image: url(../img/ico-ttl.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
}
.tech-image .img1{background-image:url(../img/technology1.jpg);}
.tech-image .img2{background-image:url(../img/technology2.jpg);}
.tech-image .img3{background-image:url(../img/technology3.jpg);}
.tech-image .img4{background-image:url(../img/technology4.jpg);}
.tech-image .img5{background-image:url(../img/technology5.jpg);}

.tech-image .img1{
    opacity:1;
}
.tech-list{
    list-style:none;
    padding:0;
}
.tech-list li {
    margin-top: 10px;
}
.tech-list a {
    display: flex;
    gap: 10px;
    padding: 15px;
    text-decoration: none;
    color: #3e3a39;
    transition: .3s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 45px;
}
.tech-list a::after {
    content: "";
    background-image: url(../img/ico-link2.png);
    display: block;
    width: 25px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    bottom: 47%;
    transition: 0.5s;
}
.tech-list a:hover:after{
    background-image: url(../img/ico-link1.png);
    transition: 0.5s;
}
.tech-list a h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 5px;
}
.tech-list a p {
    margin: 0;
    color: #a0a0a0;
    line-height: 1.4;
    font-size: 14px;
}

.tech-list a:hover{
    background:#e27102;
    color:#fff;
    opacity: 1;
}
.tech-list a:hover span.num, .tech-list a:hover p {
    color: #fff;
}
.tech-list .num {
    color: #e27102;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 0.8;
}
.tech-image{
    position:relative;
    height:230px;
    overflow:hidden;
}
.tech-image .img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity .6s ease; 
    border-radius: 5px;
}

.tech-image .img.active{
    opacity:1;
}
ul.case-list {
    padding: 0;
    margin: 0 auto;
    width: 75%;
    list-style-type: none;
}
ul.case-list li {
    margin: 0 10px;
}
ul.case-list li img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3;
}
p.tag {
    display: inline-block;
    width: fit-content;
    margin: 0 0 5px;
    padding: 0 10px;
    border: 1px solid;
    font-size: 14px;
    border-radius: 50px;
}
ul.case-list li h3 {
    width: fit-content;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 5px;
}
#facility {
    color: #fff;
    background-image: url(../img/facilities-map-sp.png);
    background-size: cover;
    background-position: center;
}
#facility h2.ttl::before {
    display: none;
}
#facility h2.ttl {
    padding-bottom: 18rem;
}
.f-text{
    font-weight: bold;
}
a.link-btn.wh {
    color: #04204a;
    background: #fff;
}
#recruit {
    background-image: url(../img/bg-recruit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
p.rec-text {
    margin: 0;
    letter-spacing: 2px;
}
ul.rec-slider {
    padding: 0;
    width: 90%;
    margin: 0 auto 1rem;
    list-style-type: none;
}

ul.rec-slider li {
    margin: 0 1px;
}

ul.rec-slider li img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    object-position: center;
}
a.link-btn.rec {
    background: #e27102;
}
#about .bg-wrap {
    background-image: url(../img/bg-about.jpg);
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
ul.about-link {
    padding: 1rem;
    margin: -2rem 0 0;
    background: #fff;
    list-style-type: none;
    border-radius: 5px;
}
ul.about-link a {
    text-decoration: none;
    color: #000;
    letter-spacing: 2px;
}

ul.about-link a h3 {
    font-size: 18px;
    margin: 0;
}

ul.about-link li {
    margin-bottom: 2rem;
}

ul.about-link a h3::after {
    content: "";
    background-image: url(../img/ico-link2.png);
    display: inline-block;
    width: 18px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}
ul.about-link a figure{
    overflow: hidden;
}
ul.about-link a:hover{
    opacity: 1;
}
ul.about-link a figure img{
    transition: 0.5s;
}
ul.about-link a:hover figure img{
    transform: scale(1.2);
    transition: 0.5s;
}
#footer {
    background: #595959;
    color: #fff;
}
#footer .logo img {
    width: 150px;
    margin-bottom: 1rem;
}
#footer .logo p {
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
}
#footer .logo p small {
    font-size: 12px;
}
#footer .logo p span {
    font-weight: 500;
    font-size: 14px;
}
#page-top {
    margin: 0;
    position: absolute;
    top: -23px;
    right: 10px;
    z-index: 1;
}
#page-top a {
    display: block;
    width: 50px;
    height: 50px;
}
#contact{
    position: relative;
}
#contact::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#contact h2.ttl::before{
    display: none;
}
a.link-cta {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    display: block;
    padding: 15px;
    text-align: left;
    border-radius: 10px;
    font-size: 16px;
    padding-right: 45px;
    position: relative;
}
a.link-cta::after {
    content: "";
    background-image: url(../img/ico-link1.png);
    display: inline-block;
    width: 28px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    position: absolute;
    top: 40%;
    right: 4%;
    transition: 0.5s;
}
a.link-cta:hover {
    background: #fff;
    color: #595959;
    opacity: 1;
}
a.link-cta:hover::after {
    background-image: url(../img/ico-link3.png);
    transition: 0.5s;
}
ul.f-navi {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
ul.f-navi li {
    width: 50%;
}
ul.f-navi li a {
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    letter-spacing: 1px;
    line-height: 1.8;
}
#f-bottom .col-xl-7 ul.f-navi:nth-of-type(2) li {
    width: 100%;
}
p.copyright {
    /* font-weight: bold; */
    margin: 2rem 0 0;
    font-size: 16px;
}

@media screen and (min-width:760px) {
#header {
    padding: 5px 10px;
}
.slider, .slider-item, .slider-item img {
    height: auto;
}
p.copy {
    font-size: 24px;
    top: 45%;
}
#news {
    display: flex;
    align-items: center;
    padding: 2rem;
}
#news h2 {
    margin: 0;
    border-right: 1px solid #fff;
    padding-right: .5rem;
    margin-right: .5rem;
}
#news h3 {
    margin: 0;
}
a.archive-link {
    text-align: end;
    width: 100px;
    margin-left: auto;
}
#mainvisual::after{
    bottom: 87px;
}
#intro .row {
    justify-content: space-between;
}
#intro .col-md-6 + .col-md-6 {
    margin: 0;
}
#intro .col-md-6 {
    width: 45%;
    margin: 0;
}
#intro .col-md-6 span.cross {
    bottom: 17%;
    left: auto;
    right: -18%;
    z-index: 1;
}
#intro .row + p {
    text-align: center;
    margin: 2rem 0 0;
}
.scrool {
    overflow: visible;
}
#casting .scrool img {
    min-width: 100%;
}
#casting {
    overflow: hidden;
    position: relative;
}
#casting::before {
    content: "";
    background-image: url(../img/deco-cast.png);
    display: block;
    width: 600px;
    height: 510px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -11%;
    background-position: right;
    z-index: -1;
    top: -29%;
}
#machining {
    padding-bottom: 8rem;
    position: relative;
    overflow: hidden;
}
#machining::before {
    content: "";
    background-image: url(../img/deco-cast.png);
    display: block;
    width: 600px;
    height: 510px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -11%;
    background-position: left;
    z-index: -1;
    bottom: -21%;
}
#facility {
    background-position: top;
}
#facility h2.ttl {
    padding-bottom: 0;
}
.f-text {
    padding-bottom: 21rem;
}
p.rec-text {
    text-align: center;
    margin: 0;
    line-height: 2.2;
}
ul.about-link {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: center;
    padding: 2rem 0;
}
#footer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 2rem;
}
#footer .logo p{
    margin-bottom: 0;
}
}

@media screen and (min-width:1200px) {
#header {
    padding: 10px;
    height: 70px;
}
.logo img {
    width: 370px;
}
#g-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 0 20px;
}

#g-nav ul li a {
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    display: inline-block;
    position: relative;
}
#g-nav ul li a::after {
  background-color: #fff; 
  bottom: -4px;
  content: ""; 
  height: 1px; 
  left: 0; 
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s; 
  width: 100%; 
}
#g-nav ul li a:hover::after {
  transform: scale(1, 1); 
}
#g-nav ul li a:hover{
    opacity: 1;
}
p.copy {
    font-size: 34px;
}
#news {
    background-color: rgba(4, 32, 74, 0.7);
    position: absolute;
    bottom: 50px;
    right: 0;
    border-radius: 10px 0 0 10px;
    padding: 1.5rem 3rem 1.5rem 2rem;
    width: 50%;
}
#mainvisual::after {
    bottom: -1px;
}
section {
    padding: 5rem 0;
}
#intro .container {
    max-width: 900px;
}
#intro .col-md-6 p {
    font-size: 34px;
    line-height: 1;
} 
#intro .col-md-6 {
    padding: 2rem 0;
}
#intro .col-md-6 span.cross {
    bottom: 22%;
    right: -16%;
}
.sv-ttl {
    font-size: 38px;
}
.sv-ttl::before {
    font-size: 110px;
    top: -40px;
}
#casting .scrool img {
    margin-top: 2rem;
}
#casting::before, #machining::before {
    width: 800px;
    height: 740px;
}
#casting::before {
    top: -32%;
    right: -7%;
}
#machining {
    padding-bottom: 12rem;
}
a.link-btn {
    margin: 2rem auto 0;
}
h2.ttl {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 2rem;
}
h2.ttl small {
    font-size: 20px;
}
h2.ttl::before {
    width: 30px;
    height: 30px;
    margin-left: -30px;
}
#technology h2.ttl + p {
    text-align: center;
    margin-bottom: 3rem;
    line-height: 2;
}
#technology .container.ml-auto {
    margin-left: 0;
    padding: 0;
}
#technology .container.ml-auto .col-xl-7 {
    padding-left: 0;
}
.tech-image .img {
    border-radius: 0 5px 5px 0;
}
.tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
}
.tech-list li {
    margin: 0;
    width: 100%;
}
.tech-list a h3 {
    font-size: 20px;
}
.tech-image {
    height: 100%;
}
#technology {
    padding: 6rem 0;
}
ul.case-list {
    width: 85%;
}

ul.case-list li {
    margin: 0 15px;
}
#facility{
    background-image: url(../img/facilities-map.png);
}
.f-text {
    padding-bottom: 18rem;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 3px;
}
#recruit {
    padding: 8rem 0;
}
ul.rec-slider{
    margin-bottom: 3rem;
}
ul.rec-slider li img {
    aspect-ratio: 3 / 4;
}
/* ul.rec-slider li:nth-of-type(odd)  */
ul.rec-slider li:nth-of-type(even){
    margin-top: 3rem;
}

p.rec-text {
    font-size: 18px;
}
#recruit .d-xl-flex {
    justify-content: center;
    gap: 0 15px;
}
#recruit a.link-btn {
    margin: 3rem 0 0;
}
#about .bg-wrap {
    height: 65vh;
}
ul.about-link {
    gap: 0 20px;
}
ul.about-link li {
    width: 22.5%;
    margin: 0;
} 
#about {
    padding-bottom: 8rem;
}
#contact .container {
    padding: 0 4rem;
}
#contact h2.ttl {
    text-align: left;
    font-size: 50px;
    line-height: 0.8;
    margin: 0;
}
a.link-cta {
    padding: 20px 35px 20px 35px;
    line-height: 2.2;
}
#contact::after {
    width: 90%;
}
#footer .logo img {
    width: 160px;
    margin: 0;
}
#footer .logo {
    margin-bottom: 4rem;
}
ul.f-navi li {
    width: 33%;
}
#f-bottom .col-xl-7 ul.f-navi:nth-of-type(2) li {
    width: 50%;
}
p.copyright {
    text-align: center;
}
}

@media screen and (min-width:1400px) {
#header {
    padding: 10px 20px;
}
#g-nav ul li a,ul.f-navi li a {
    font-size: 18px;
}
#g-nav ul {
    gap: 0 30px;
}
#header .logo a {
    display: flex;
    align-items: center;
}
.logo img {
    width: 430px;
}
p.copy {
    font-size: 40px;
}
#news {
    width: 42%;
}
section {
    padding: 6rem 0;
}
#intro .col-md-6 p {
    font-size: 40px;
}
#intro .col-md-6 p small {
    font-size: 20px;
}
#intro .row + p {
    margin: 4rem 0 0;
    font-size: 18px;
}
.sv-ttl::before {
    font-size: 135px;
}
.sv-ttl {
    margin-bottom: 2rem;
    font-size: 45px;
    padding-top: 70px;
}
ul.cast-slider, .machin-slider {
    margin: 3rem 0 0;
}
#machining {
    padding: 8rem 0 16rem;
}
#casting .scrool img {
    margin-top: 3rem;
}
#casting::before, #machining::before {
    width: 910px;
    height: 815px;
}
h2.ttl {
    font-size: 40px;
}
#technology .container.ml-auto {
    max-width: 1380px;
}
.tech-list a h3 {
    font-size: 24px;
}
.tech-list a{
    padding-right: 50px;
}
.tech-list .num {
    letter-spacing: -1px;
}
#technology::before, #technology::after {
    width: 100px;
    height: 100px;
}
#technology {
    padding: 6rem 0 7rem;
}
#case {
    padding: 8rem 0;
}
ul.case-list {
    width: 90%;
    margin-bottom: 3rem;
}
ul.case-list li {
    margin: 0 20px;
}
.slick-next {
    right: -2.5%;
}
.slick-prev {
    left: -2.5%;
}
.slick-prev, .slick-next {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    height: 20px;
    width: 20px;
}
#facility {
    padding: 5rem 0;
}
.f-text {
    max-width: 1100px;
    font-size: 18px;
}
p.rec-text {
    font-size: 20px;
}
#recruit {
    padding: 11rem 0 6rem;
}
#recruit .d-xl-flex {
    gap: 0 30px;
}
#about {
    padding: 10rem 0;
}
#about .bg-wrap {
    height: 70vh;
}
#contact h2.ttl {
    font-size: 65px;
    line-height: 0.6;
}
a.link-cta {
    font-size: 18px;
    line-height: 1.8;
}
#footer .logo {
    margin-bottom: 5rem;
}
#f-bottom {
    padding-bottom: 3rem;
}
#f-bottom .col-xl-7 ul.f-navi:nth-of-type(2) li:nth-of-type(1) {
    width: 215px;
}
#f-bottom .col-xl-7 ul.f-navi:nth-of-type(2) li a {
    font-size: 16px;
}
#f-bottom .col-xl-7 ul.f-navi:nth-of-type(1) li {
    width: 25%;
}
#f-bottom .container {
    max-width: 1320px;
}

}

@media screen and (min-width:1600px) {
p.copy {
    font-size: 50px;
}
#news h2, #news h3 {
    font-size: 20px;
}
a.archive-link {
    font-size: 18px;
}
#intro .container {
    max-width: 1200px;
}
#intro .col-md-6 p {
    font-size: 44px;
}
#intro .col-md-6 p small {
    font-size: 23px;
}
#intro .col-md-6::before {
    top: -3px;
    bottom: -3px;
    left: 50px;
    right: 50px;
}
#intro .col-md-6::before {
    top: -3px;
    bottom: -3px;
    left: 50px;
    right: 50px;
}
#intro .row + p {
    font-size: 24px;
}
section {
    padding: 8rem 0;
}
.container {
    max-width: 1400px;
}
.sv-ttl {
    font-size: 55px;
    padding-top: 90px;
    letter-spacing: 8px;
}
.sv-ttl::before {
    font-size: 158px;
    letter-spacing: 1px;
}
p, a {
    font-size: 18px;
}
.slick-slide img {
    width: 100%;
}
ul.cast-slider, .machin-slider {
    margin: 4rem 0 0;
}
ul.cast-slider li, .machin-slider li {
    margin: 0 2px;
}
a.link-btn {
    margin-top: 2rem;
    width: 360px;
    padding: 2rem 0;
}
#casting::before, #machining::before {
    width: 1000px;
    height: 1080px;
}
h2.ttl {
    font-size: 50px;
}
h2.ttl::before {
    width: 45px;
    height: 45px;
    margin-left: -45px;
}
h2.ttl small {
    font-size: 24px;
}
#technology h2.ttl + p {
    margin-bottom: 4rem;
    line-height: 2.4;
}
#technology .container.ml-auto {
    max-width: 1500px;
}
.tech-list .num {
    font-size: 40px;
}
.tech-list a h3 {
    font-size: 30px;
}
.tech-list a p {
    font-size: 16px;
}
.tech-list {
    gap: 15px 0;
}
.f-text{
    padding-bottom: 25rem;
}
p.rec-text {
    font-size: 24px;
}
#recruit {
    padding: 14rem 0 7rem;
}
#about .bg-wrap {
    height: 80vh;
}
#about .container {
    max-width: 1400px;
}
ul.about-link a h3 {
    font-size: 22px;
}
ul.about-link a h3::after {
    width: 24px;
    height: 16px;
}
#contact h2.ttl {
    font-size: 75px;
}
a.link-cta {
    font-size: 19px;
}
#f-bottom {
    padding: 7rem 0 3rem;
}
}

@media screen and (min-width:1900px) {
.container {
    max-width: 1600px;
}
#technology .container.ml-auto {
    max-width: 1800px;
}
.tech-list a p {
    font-size: 18px;
}
.tech-list a {
    gap: 15px;
    padding: 20px;
    padding-right: 60px;
}
#recruit {
    padding: 16rem 0 8rem;
    background-position: top;
}
#about {
    padding: 12rem 0;
}
#contact h2.ttl {
    font-size: 85px;
}
h2.ttl small {
    font-size: 26px;
}
a.link-cta {
    padding: 20px 45px 20px 45px;
}
#contact .container {
    padding: 0 5rem;
}
#footer .logo {
    margin-bottom: 6rem;
}
}

/* page */
body:not(.home) .openbtn span {
    background-color: #04204a;
}
body:not(.home) #g-nav ul li a::after {
    background: #04204a;
}
body:not(.home) .openbtn.active span {
    background-color: #fff;
}
body:not(.home) #header.header-shadow {
    background-color: rgba(255, 255, 255, 0.9);
}
h1.sv-ttl {
    margin: 0;
}
h1.sv-ttl::before {
    color: #fff;
}
#page_header {
    padding: 4rem 0 2rem;
    background: #edeff2;
}
.bread {
    margin: 1rem 0;
}
.bread span,.bread a {
    text-decoration: none;
    color: #04204a;
    padding: 0 2px;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
p.m-text1 {
    font-size: 20px;
}
p.m-text2 strong {
    font-weight: bold;
    font-size: 17px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem 2rem;
    border: none;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background: #edeff2;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr {
    border-bottom: 1px solid #ddd;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
    border-top: 1px solid #ddd;
}
#access .wp-block-columns {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
}
@media screen and (max-width:760px) {
    #access .wp-block-columns{
        gap: 0;
    }
}
h3.wp-block-heading {
    font-size: 20px;
    border-bottom: 3px solid #ddd;
    position: relative;
    padding:  10px 8px;
    margin: 2rem 0 1rem;

}
h3.wp-block-heading::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #e37302;
    content: '';
}
h4.wp-block-heading {
    font-weight: bold;
    font-size: 18px;
    margin: 2rem 0 1rem;
}
h5.wp-block-heading {
    font-size: 18px;
}
#access .wp-block-columns h3 {
    margin-top: 0;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.wp-block-accordion-panel {
    padding: 1rem 0 0;
}
.wp-block-accordion-item {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 1rem;
    background: #fff;
}
h3.wp-block-accordion-heading {
    margin: 0;
    font-size: 18px;
}
.wp-block-accordion-heading__toggle-icon{
    font-weight: normal;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.has-border>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.has-border>table tr td {
    border: 1px solid #ddd;
}
.scrool.cast-img1 img {
    min-width: 700px;
}
.flow .wp-block-column {
    position: relative;
}
.flow .wp-block-column::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #04204a;
    border-right: 0;
    display: block;
    position: absolute;
    transform: rotate(90deg);
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flow .wp-block-column:last-child::after {
    display: none;
}
.box .wp-block-column,.box2 {
    border: 2px solid #04204a;
    padding: 2rem;
    color: #04204a;
    background: #fff;
}
.wp-block-group.box2.p-2 h4 {
    padding: 10px 60px;
    width: fit-content;
    letter-spacing: 3px;
    margin-top: 1rem;
}
.wp-block-columns.jirei p strong {
    border: 1px solid;
    padding: 0px 6px;
    display: inline-block;
}
@media screen and (max-width:700px) {
.page-template-page-technology h1.sv-ttl::before {
    font-size: 54px;
}
.page-id-301 h1.sv-ttl::before,.post-type-archive-case h1.sv-ttl::before {
    font-size: 44px;
}
.page-id-3 h1.sv-ttl::before {
    font-size: 43px;
}
}
@media screen and (min-width:760px) {
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
.flow .wp-block-column::after {
    transform: rotate(0);
    bottom: 36%;
    margin: 0;
    left: auto;
    right: -28px;
}
}
@media screen and (min-width:992px) {
.wp-block-group__inner-container {
    max-width: 960px;
}
#access .wp-block-columns img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
#access .wp-block-columns iframe {
    height: 100%;
}
#access .wp-block-columns .hiroshima iframe {
    height: 500px;
}
}
@media screen and (min-width:1200px) {
body:not(.home) #header a {
    color: #04204a;
}
#page_header {
    padding: 7rem 0 2rem;
}
.wp-block-group__inner-container {
    max-width: 1100px;
}
p.m-text1 {
    font-size: 25px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 2rem;
}
#access .wp-block-columns {
    gap: 3em;
    padding: 2rem;
}
.flow .wp-block-column::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #04204a;
    right: -40px;
}
}
@media screen and (min-width:1400px) {
.wp-block-group__inner-container {
    max-width: 1200px;
}
p.m-text1 {
    font-size: 30px;
}
h3.wp-block-heading {
    font-size: 24px;
    margin: 3rem 0 1rem;
}
h3.wp-block-accordion-heading ,h4.wp-block-heading{
    font-size: 20px;
}
.wp-block-accordion-item {
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.wp-block-accordion-heading__toggle-icon{
    font-size: 30px;
}
}
@media screen and (min-width:1600px) {
.wp-block-group__inner-container {
    max-width: 1400px;
}
.archive #page-content .container, .single #Singlepost .container {
    max-width: 1400px;
}
#access iframe {
    height: 380px;
}
h3.wp-block-heading {
    margin: 4rem 0 1rem;
}
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background-color: #595959;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
    color: #595959;
}

.snow-monkey-form {
    margin: 3rem 0 0;
}

.smf-form--simple-table .smf-item {
    border-top: 1px solid #ddd;
    padding: 1rem;
}
.smf-radio-buttons-control__control {
    display: flex;
    gap: 30px;
}
input#year, select#month, select#day {
    width: 75px;
}
.smf-item label strong {
    font-size: 13px;
    background-color: red;
    color: #fff;
    font-weight: normal;
    padding: 0 7px;
}
.smf-action .smf-button-control__control {
    background: #04204a;
    color: #fff;
    padding: 15px 40px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
}
ul.news-list {
    padding: 0;
    margin: 0 0 2rem;
    list-style-type: none;
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 10px;
}

ul.news-list li {
    border-top: 1px solid #ddd;
    padding: 1rem;
}

ul.news-list li a {
    color: #000;
    text-decoration: none;
}
ul.news-list li a:hover{
    color:#04204a;
    opacity:1;
}
ul.news-list li p {
    margin: 0;
}

ul.news-list li h3 {
    font-weight: normal;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

ul.news-list li:last-child {
    border-bottom: 1px solid #ddd;
}
.pagenavi {
    margin: 1rem auto 3rem;
}
.nav-links {
    text-align: center;
    margin: 0 auto;
}
.nav-links a, .nav-links span {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #000;
}
.nav-links span.current {
    background: #999;
    color: #fff;
}
.single-news-contets {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}
h2.pagetitle {
    font-size: 20px;
    margin: 0;
    color: #04204a;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.single-news-contets a ,.single-news-contets a:hover{
    color: #04204a;
}
.single-news-contets .wp-block-columns {
    gap: 1em;
    margin-bottom: 1rem;
}
.single-news-contets .wp-block-columns figure {
    margin: 0;
}
.single-news-contets table {
    margin-top: 2rem;
}
.post-type-archive-case ul.case-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:30px 20px;
}

.post-type-archive-case ul.case-list li {
    width: 47%;
    margin: 0;
}
.post-type-archive-case ul.case-list li p.tag{
    display: block;
}
.wp-block-group.project {
    border: 1px solid #04204a;
    padding: 0rem;
    margin-bottom: 2rem;
}
.page-id-242 .scrool img {
    min-width: 700px;
}
.page-id-399 .scrool img {
    min-width: 600px;
}
@media screen and (max-width:760px) {
.post-type-archive-case ul.case-list li h3 {
    font-size: 15px;
}

}
@media screen and (min-width:760px) {
.single-news-contets {
    padding: 3rem;
}
.post-type-archive-case ul.case-list li {
    width: 31.4%;
}
.wp-block-group.project {
    border: 2px solid #04204a;
    padding: 0rem 1rem;
}
}

@media screen and (min-width:1200px) {
.snow-monkey-form {
    margin: 5rem 0 0;
}
.smf-form--simple-table .smf-item {
    padding: 3rem 6rem;
}
.smf-form .smf-select-control__control {
    width: 500px;
}
ul.news-list {
    padding: 4rem;
}
ul.news-list li {
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
}
ul.news-list li p {
    width: 150px;
}
h2.pagetitle {
    font-size: 24px;
}
.single-news-contets {
    padding: 4rem;
}
.post-type-archive-case ul.case-list {
    gap: 40px 20px;
}
.post-type-archive-case ul.case-list li {
    width: 23.6%;
}
input#year, select#month, select#day {
    width: 130px;
}
}

@media screen and (min-width:1400px) {
.post-type-archive-case ul.case-list {
    gap: 40px 24px;
}
}