@charset "UTF-8";


/*
Theme Name: Onishi-Seikou
Version: 2506
*/


html {
	width: 100%;
	height: 100%;
	font-size: 16px;
    min-width: 375px;
}

body {
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#333;
    letter-spacing: 0.1em;
}

a:link, a:visited {
    color: #1c3b70;
    font-weight: bold;
} 
a:hover {
    text-decoration: none;
}

.os-container {
    width: 90%;
    max-width: 1400px;
    position: relative;
}

header {
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}
header a {
    text-decoration: none;
    line-height: 100%;
    margin: 0;
    letter-spacing: 0.1em;
}
header a span {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 100%;
    padding-left: 2px;
    color: #026ded;
}
header a:hover {
    opacity: 0.6;
}
header h1 {
    display: none;
}
header img {
    width: 160px;
}
header nav, header nav ul {
    height: 100%;
}
header nav ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 1.5rem;
    align-items: flex-end;
}
.hamburger {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(image/spmenu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    clip-path: polygon(0% 4px, 4px 0%, 100% 0%, 100% 28px, 28px 100%, 0% 100%);
    transition: 0.3s ease;
}
body.drawer-opened .hamburger {
    background-image: url(image/close.png);
}

.spnav {
    position: fixed;
    width: 100%;
    padding: 70px 1rem 0.5rem 1rem;
    color: #fff;
    background-color: #161e3b;
    z-index: 400;
    transform: translateY(-100%);
    transition: 0.5s ease;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, calc(50% - 15px) calc(100% - 15px),0% calc(100% - 15px));
}
body.drawer-opened .spnav {
    transform: none;
}

.spnav a {
    text-decoration: none;
    line-height: 100%;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: #fff;
}
.spnav a span {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 150%;
    padding-left: 2px;
    color: #026ded;
}
.spnav a:hover {
    opacity: 0.6;
}

.spnav ul li {
    margin-bottom: 1rem;
}
.spnav h2 {
    text-align: end;
}
.spnav h2 span {
    font-size: 2rem;
    margin-right: 1rem;
    color: #fff;
}
.hero-container {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, calc(35% + 35px) 100%,35% calc(100% - 35px), 0% calc(100% - 35px));
}
.img-container_hero {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}
.img-container_hero::before {
    content:"";
    display: block;
    padding-top: 56.25%; 
}
.hero-copy {
    position: absolute;
    bottom: 10%;
    right: -3vw;
    z-index: 10;
    color: #fff;
    font-size:9vw;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 110%;
}

h2 {
    color: #1c3b70;
    font-weight: bold;
    
}

h2 span {
    display: inline-block;
    position: relative;
    color: #026ded;
    font-size: 4.5rem;
    line-height: 90%;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}
.cta-container h2 span {
    font-size: 4.5rem!important;
}
h2 span::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(image/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -0.6rem;
    left: -1rem;
}
h2 span::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(image/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: -0.6rem;
    right: -1rem;
}

main {
    overflow: hidden;
    margin-bottom: 5rem;
}
.btn_a a:link, .btn_a a:visited {
    display: inline-block;
    padding: 0.25rem 2rem 0.25rem 1.5rem;
    border-radius: 100vh;
    border: 1px solid #1c3b70;
    background-color: #fff;
    text-decoration: none;
    position: relative;;
}
.btn_a a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(image/arrow.png);
    background-repeat: no-repeat;
    background-size: 0.6rem;
    background-position: center center;
    
}
.btn_a a:hover {
    background-color: #026ded;
    color: #fff;
    opacity: 1!important;
    border: 1px solid #026ded;
}

.btn_a a:hover::before {
    background-image: url(image/arrow_w.png);
}

.btn_b a:link, .btn_b a:visited {
    display: inline-block;
    padding: 0.25rem 2rem 0.25rem 1.5rem;
    border-radius: 100vh;
    border: 1px solid #fff;
    background-color: transparent;
    text-decoration: none;
    position: relative;;
    color: #fff;
}
.btn_b a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(image/arrow_w.png);
    background-repeat: no-repeat;
    background-size: 0.6rem;
    background-position: center center;
    
}
.btn_b a:hover {
    background-color: #026ded;
    color: #fff;
    opacity: 1!important;
    border: 1px solid #026ded;
}

.btn_b a:hover::before {
    background-image: url(image/arrow_w.png);
}

.top_press_text {
    min-height: 32vw;
}
.top_press_img {
    position: absolute;
    width: 64vw;
    max-width: 1024px;
    left: 85%;
    top: 50%;
    transform: translateY(-55%);
    z-index: 200;
}

.top_press_slide {
    width: 125%;
    margin-bottom: 5rem;
}
.top_press_slide .slick-list {
  margin: 0 -5px;
}
.top_press_slide .slick-slide {
  margin: 0 5px;
}

.topics-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1rem;
    letter-spacing: 0.1em;
}

.topics-container li {
    margin-bottom: 0.5rem;
    padding: 0 1rem 0.5rem 1rem;
    border-bottom: 1px solid #ccc;
}
.topics-container li:last-child {
    border-bottom: none;
}
.topics-container a:link, .topics-container a:visited {
    text-decoration: none;
}
.topics-container a:hover {
    opacity: 0.6;
}
.topics-container h2 {
    text-align: center;
    display: block;
}
.topics-container h2 span {
    display: block;
    font-size:2rem;
    margin-bottom: 1.5rem;
}
.topics-container h2 span::before, .topics-container h2 span::after {
    content: none;

}
.top-tech {
    position: relative;
    padding-bottom: 8rem;
}
.top-tech h2 {
    font-size: 2.5rem;
    color: #026ded;
    margin: 60px 0 55px 0;
    display: inline-block;
}
.top-tech h3, .top-tech p {
    color: #fff;
}
.top-tech-bg {
    background-color: #161e3b;
    width: 60vw;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 40%;
    z-index: -2;
    clip-path: polygon(0 60px, 30px 30px, calc(100% - 10vw) 30px, calc(100% - 10vw + 30px) 0, 100% 0, 100% calc(100% - 30px), calc(100% - 10vw + 30px) calc(100% - 30px), calc(100% - 10vw) 100%, 0% 100%);

}

.top-tech-bg2 {
    background-color: #1c3b70;
    width: 60vw;
    height: calc(100% - 80px);
    position: absolute;
    top: 80px;
    left: 40%;
    z-index: -2;
    clip-path: polygon(0 60px, calc(100% - 20vw) 60px, calc(100% - 20vw + 60px) 0, 100% 0, 100% calc(100% - 30px), calc(100% - 10vw + 30px) calc(100% - 30px), calc(100% - 10vw) 100%, 0% 100%);
}

.top-tech-img {
    position: absolute;
    width: 48vw;
    height: calc(80% - 4rem);
    left: 0px;
    top: 60px;

}
.top-tech-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 35px),calc(100% - 35px) 100%, 0% 100%);
}
.top-tech-points {
    margin-top: -4rem;
}
.top-tech-points ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    width: 90%;
}
.top-tech-points ul li {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
    min-height: 8rem;
}
.top-tech-points p {
    margin: 0;
}
.top-tech-points h4 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.top-tech-point1 {
    background-image: url(image/top_tech_point4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-tech-point2 {
    background-image: url(image/top_tech_point2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-tech-point3 {
    background-image: url(image/top_tech_point3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta-container {
    margin: 5rem auto;
    background-image: url(image/cta_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem;
    color: #fff;

    clip-path: polygon(0% 0%,60% 0%, calc(60% + 35px) 35px, 100% 35px,100% calc(100% - 35px),calc(100% - 35px) 100%,0% 100%);
}

.cta-container h2 {
    color: #fff;
}

.cta-item {
    border: 1px solid #fff;
    padding: 1rem;
    text-align: center;
    min-height: 9rem;

}
.cta-item a:link, .cta-item a:visited {
    color: #fff;
    text-decoration: none;
}
.cta-item a:hover {
    opacity: 0.6;
}
.cta-item h3 {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    
}
.cta-item h3 span {
    display: block;
    color: #026ded;
    font-size: 1rem;
    font-weight: bold;
}
footer {
    padding-bottom: 3rem;
    border-bottom: 15px solid #026ded;
}
.footer-logo {
    width: 250px;
    margin-bottom: 1.5rem;
}

footer a {
    text-decoration: none;
    line-height: 100%;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 1rem;
}
footer a span {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 120%;
    padding-left: 2px;
    color: #026ded;
}
footer a:hover {
    opacity: 0.6;
}

footer nav ul {
    display: flex;
    justify-content: flex-start;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-nav-container {
    display: flex;
    justify-content: flex-end;
}
.footer-nav-mini {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
}
.footer-nav-mini ul {
    display: flex;
    justify-content: flex-start;
}
.footer-nav-mini a:link, .footer-nav-mini a:visited {
    font-size: 0.8rem;
}



/*page*/

.page-eyecatch {
    position: relative;
    margin-bottom: 2rem;
}
.page-eyecatch h1 {
    position: absolute;
    left: calc(5% + 12px);
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
}
.page-eyecatch h1 span {
    display: inline-block;
    position: relative;
    font-size: 4.5rem;
    line-height: 90%;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}
.page-eyecatch h1 span::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(image/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -0.6rem;
    left: -1rem;
}
.page-eyecatch h1 span::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(image/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: -0.6rem;
    right: -1rem;
}
.single-page h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.single-page h2 span {
    font-size: 1rem;
    margin-left: 2px;
}
.press-point {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.press-point li {
    display: flex;
    margin-bottom: 1rem;
    flex-basis: 100px;
}
.press-point p {
    background-color: #eee;
    margin: 0;
    padding: 1rem;
    clip-path: polygon(0% 0%, 100% 0%,100% calc(100% - 10px),calc(100% - 10px) 100%, 0% 100%);
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.point-num {
    background-color: #1c3b70;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 1rem;
    line-height: 200%;
    text-align: center;
    font-size: 0.8rem;
    clip-path: polygon(0% 10px, 10px 0%,100% 0%, 100% 100%, 0% 100%);
}
.point-num div {
    margin-top: -0.5rem;
}
.point-num span {
    display: block;
    font-size: 2.5rem;
    
}
table.press-size {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 110%;
}
table.press-size td {
    border-left: 1px solid #ccc;
     padding: 0.5rem 0;
}
table.press-size th {
     padding: 0.5rem 0;
     background-color: #1c3b70;
     color: #fff;
     border-left: 1px solid #ccc;
}
table.press-size tr {
    border-bottom: 1px solid #ccc;
}
.bg-blue1 {
    background-color: #1c3b70;
    color: #fff;
}
.bg-blue2, .bg-blue2 th {
    background-color: #161e3b!important;
    color: #fff;
}

table.company-profile {
    width: 100%;
}

table.company-profile tr {
    border-bottom: 1px solid #ccc;
}
table.company-profile tr:last-child {
    border-bottom: none;
}
table.company-profile th, table.company-profile td {
    padding: 0.5rem 0.5rem;
}
table.company-profile th {
    font-weight: bold;
    color: #1c3b70;
}



table.company-equip {
    width: 100%;
	border: 1px solid #ccc;
}

table.company-equip tr {
    border-bottom: 1px solid #ccc;
}
table.company-equip tr:last-child {
    border-bottom: none;
}
table.company-equip th, table.company-equip td {
    padding: 0.5rem 1rem;
}

table.company-equip th {
    font-weight: bold;
    color: #1c3b70;
	border-right: 1px solid #ccc;
}


.product-press {
    background-color: #00a99d;
    color: #fff;
    position: relative;
    padding: 1.5rem;
    margin-bottom: 5vw;
}
.product-press h3 {
    font-size: 2rem;
    font-weight: bold;
}
.product-press h3 span {
    display: block;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 100%;
}
.product-press img {
    position: absolute;
    width: auto;
    height: 135%;
    right: 5%;
    top: 45%;
    transform: translateY(-50%);
}

.product-nasu {
    background-color: #662d91;
    color: #fff;
    position: relative;
    padding: 1.5rem;
    margin-bottom: 5vw;
}
.product-nasu h3 {
    font-size: 2rem;
    font-weight: bold;
}
.product-nasu h3 span {
    display: block;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 100%;
}
.product-nasu img {
    position: absolute;
    width: auto;
    height: 135%;
    right: -5%;
    top: 45%;
    transform: translateY(-50%);
}

.nasu-point {
    background-color: #eee;
    padding: 1rem;
    height: 100%;
}

.nasu-point h4 {
    color: #1c3b70;
    font-weight: bold;
}

.nasu-point p {
    margin-bottom: 0;
}

.equip-container h3{
    font-weight: bold;
    padding-left: 0.5rem;
    border-left: #026ded solid 10px;
    margin: 3rem 0 1rem 0
}
.equip-container table th {
    width: 40%;
    min-width: 12rem;
}
.equip-container table td {
    width: 30%;
}
.equip-container table td:last-child {
    text-align: end;
}
.contact-container {
    padding: 1.5rem;
    border: 1px solid #ccc;
    margin-bottom: 4rem;
}
.contact-tel {
    display: block;
    text-align: center;
    font-size: 3rem;
}
a.contact-tel:link,a.contact-tel:visited {
    text-decoration: none;
}

.youtube iframe {
	width:100%;
	height:100%;
}


/*contactform*/
.wpcf7-spinner {
	display:none!important;
}
.contactform {

    font-size: 1.2rem;
    width: 100%;
    position: relative;

}
.contactform h4 {
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.1rem;
    gap: 0.5rem;

}

.form-hs {
    background-color: #fcdf3b;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    color: #000;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: #E60000;
  display: none;
	font-size:0.8rem;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

.wpcf7-response-output {
	color: #E60000;
    border: 1px solid #E60000!important;
    font-size: 0.8rem;
    text-align: center;

}


.contactform input[type=text], .contactform input[type=email],input[type=tel], .contactform textarea {
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin: 0;
    width: 100%;
    outline: none;

}
.contactform input::placeholder, .contactform textarea::placeholder{
    color:#ddd;

}
.contactform input[type=date] {
    background-color: #fff;
    border: 2px solid #D9DADD;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    margin: 0;
   outline: none;
}

.contactform textarea {
    height: 10rem;
	width:100%;
}

.contactform input[type=submit] {
    background-color:#333;
    padding: 0.25rem 3rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border:none;
    border-radius: 100vh;
    min-width: 280px;
	transition:0.3s ease;
}
.contactform input[type=submit]:hover {
    background-color:#354b96;

}
.contactform input[type=button] {
    background-color:#D9DADD;
    padding: 0.25rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    border:none;
    border-radius: 100vh;
    min-width: 280px;
    margin-bottom: 1rem;
}
.nowrap{
	white-space:nowrap;
}
.category-btn a:link, .category-btn a:visited {
    display: inline-block;
    background-color: #1c3b70;
    color: #fff;
    padding: 0.25rem 1rem;

    font-weight: 700;
    font-size: 0.9rem;
	white-space:nowrap;
    text-decoration: none;
}
.category-btn a:hover {
    text-decoration: none;
    
    background-color: #026ded;
}

.post-categories {
	margin-left:0;
	display:inline-flex;
	list-style-type:none;
	column-gap:0.5rem;
	padding:0;
}
.post-categories li {
	margin:0;
	padding:0;
}


.divider {
    position: relative;
    width: 10vw;
    height: 10px;
    background-color: #354b96;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
    transform: translateX(-50%);
}
.divider::before {
    content: '';
    display: block;
    position: absolute;
    width: 10vw;
    height: 10px;
    background-color: #fcdf3b;
    right: calc(-100% - 10px);
    top: 0px;
}
.divider2 {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 3rem 0;
}












/*pagenavi*/

.wp-pagenavi {
	color: #1c3b70;
	font-size:1.5rem;
	display:flex;
	justify-content:center;
	line-height:100%;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	color:#1c3b70;
	text-decoration:none;
	display:inline-block;
	transition:ease 0.3s;
}
.wp-pagenavi a:hover {
	text-decoration:none;
	background-color:#1c3b70;
	color:#fff;
}
.pages {
	display:none;
}
.current {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	background-color:#1c3b70;
	color:#fff;

	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
}
.page {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	color:#1c3b70;

	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
	border:1px solid #1c3b70;
	
}
.nextpostslink,.previouspostslink {
	font-size:2rem;
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	margin:0 0.25rem;
	color:#1c3b70;

	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.25rem;
}



.googlemap {
	width:100%;
	height:40vw;
}
.googlemap iframe {
	width:100%;
	height:100%;
}