/*
Theme Name: wakamatsu2025
Description: 若松建設の為のオリジナルテーマ.
Version: 1.0
Author: SONAR GRAPHICS
*/

html {
	scroll-behavior: smooth;
}
.hidden {
	display: block;
	height: 0px;
	width: 0px;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}

body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body .mincyo {
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body a {
	color: #000;
	text-decoration: none;
}

.fadeup {
	translate: 0 3vw;
	opacity: 0;
	transition: all 1s .2s ease-out;
}
.fadeleft {
	translate: -3vw 0;
	opacity: 0;
	transition: all 1s .2s ease-out;
}
.faderight {
	translate: 3vw 0;
	opacity: 0;
	transition: all 1s .2s ease-out;
}
.fadeup.effect, .fadeleft.effect, .faderight.effect {
	translate: 0 0;
	opacity: 1;
}

/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media all and (min-width: 1000px) {

html {
	scroll-padding-top: 70px;
	font-size: 16px;
	line-height: 1.5em;
}

.sp {display: none;}

#head {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#head .toplogo {
	position: absolute;
	top:0;
	left: 20px;
	display: block;
	width: 300px;
	height: 70px;
	background: url(img/logo-w.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}
#head .anv50 {
	position: absolute;
	top: 0;
	left: calc(300px + 20px + 20px);
	display: block;
	width: 65px;
	height: 70px;
	background: url(img/head50th.svg) center / 60px auto no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}
#head .recruit-h1 {
	position: absolute;
	top: 0;
	left: calc(300px + 20px + 20px);
	display: block;
	width: 92px;
	height: 70px;
	background: url(img/head-recruit.svg) center 20px / 85px auto no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}
#head .gmenu {
	width: 340px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 60px;
	display: flex;
	justify-content: flex-end;
}
#head .gmenu a {
	display: block;
	height: 60px;
	width: 160px;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
#head .gmenu a:nth-of-type(1) {
	border-radius: 0 0 0 30px;
}
#head .gmenu a.company {
	background: url(img/headmenu-company.svg) center / cover no-repeat;
}
#head .gmenu a.recruit {
	background: url(img/headmenu-recruit.svg) center / cover no-repeat;
}
.top-main {
	position: relative;
	background: #000;
}
.top-main h2 {
	width: 400px;
	height: 50px;
	background: url(img/home-main-copy.svg) center / 375px no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	z-index: 10;
	top: calc(50dvh - 25px);
	left: 80px;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
}
.top-main .slick {
	height: 100dvh;
	overflow: hidden;
}
.top-main .slick img {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
}
//ズームする アニメーション
.slick-active,
.slick-slide:has(+ .slick-active),
.slick-slide:last-child {
  animation: zoom-in 4s ease-out infinite;  
}
.slick-active + .slick-slide:last-child {
  animation: none;
}
@keyframes zoom-in {
  100% {
    transform: scale(1.3);
  }
}

//テスト
.slider {
  overflow: hidden;
  width: 500px;
  height: 300px;
  
  img {
    width: 100%;
    height:auto;
  }
}


.top-about {
	width: 900px;
	padding: 0 40px;
	margin: 70px auto;
}
.top-about h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-about-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.top-about img {
	width: 380px;
	float: left;
	margin-right: 40px;
	border-radius: 15px;
}
.top-about p {
	text-align: justify;
	line-height: 28px;
}
.top-about .bot {
	width: 460px;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.top-about .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
}
.top-business {
	width: 900px;
	border-radius: 60px;
	background: #ECF6FC;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.top-business h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-business-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.top-business p {
	line-height: 28px;
	width: 272px;
}
.top-business .bot {
	width: 220px;
	margin: 20px 0 0;
}
.top-business .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
}
.top-business .jump {
	width: 590px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 138px;
	right: 40px;
}
.top-business .jump a {
	display: block;
	width: 280px;
	position: relative;
}
.top-business .jump a img {
	width: 100%;
	display: block;
	border-radius: 15px;
}
.top-business .jump a h3 {
	background: #ECF6FC;
	color: #255AA6;
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 10px;
	border-radius: 0 15px 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.top-recruit {
	width: 980px;
	padding: 0;
	margin: 70px auto;
	position: relative;
}
.top-recruit h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-recruit-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.top-recruit img {
	width: 610px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 30px;
}
.top-recruit ul {
	background: #255AA6;
	border-radius: 30px;
	margin: 0 0 0 340px;
	padding: 40px 40px 40px 295px;
}
.top-recruit ul li {
	border-top: 1px solid #FFF;
}
.top-recruit ul li:nth-of-type(3) {
	border-bottom: 1px solid #FFF;
}
.top-recruit ul li a {
	display: block;
	font-size: 22px;
	line-height: 79px;
	color: #FFF;
	padding-left: 80px;
	background: url(img/home-recruit-messege-icon.svg) 20px center / 33px no-repeat;
}
.top-recruit ul li:nth-of-type(2) a {
	background: url(img/home-recruit-environment-icon.svg) 20px center / 29.3px no-repeat;
}
.top-recruit ul li:nth-of-type(3) a {
	background: url(img/home-recruit-condition-icon.svg) 20px center / 36px no-repeat;
}
.top-recruit .bot {
	width: 220px;
	margin: 30px 0 0 630px;
}
.top-recruit .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
}
.top-csr {
	width: 900px;
	padding: 0 40px;
	margin: 70px auto;
}
.top-csr h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-csr-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.top-csr p {
	line-height: 28px;
	font-feature-settings: 'palt';
	letter-spacing: 0.04em;
}
.top-csr .slick {
	width: 960px;
	margin: 30px -30px;
}
.top-csr .slick a {
}
.top-csr .slick a img {
	width: 280px;
	height: 210px;
	border-radius: 15px;
	object-fit: cover;
	margin: auto;
}
.top-csr .slick a .date {
	width: 280px;
	margin: 8px auto 0;
	color: #55A9DD;
}
.top-csr .slick a p {
	width: 280px;
	margin: auto;
}
.top-csr .bot {
	width: 220px;
	margin: 30px auto;
}
.top-csr .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
}


.post {
	width: 980px;
	padding: 120px 0 60px;
	margin: auto;
}
.post h1 {
	color: #255AA6;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.5em;
	margin: 60px auto;
	text-align: center;
	margin: auto;
}
.post p.intro {
	padding: 0 40px;
	margin: -60px auto 0;
	text-align: justify;
}
.post .col {
	margin: 60px 0;
	padding: 60px 40px 40px;
	border-radius: 40px;
	background: #ECF6FC;
}
.post .col h2.posttitle {
	color: #255AA6;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
}
.post .col .postmeta {
	text-align: center;
	margin: 10px 0 40px;
}
.post .col h2.first {
	margin: 0 0 -10px;
}
.post .col h2 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 20px 0 -10px;
}
.post .col h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 0 -10px;
}
.post .col h4, .post .col h5 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	margin: 20px 0 -10px;
}
.post .col p {
	line-height: 1.5em;
	margin: 20px 0;
}
.post .col p a {
	text-decoration: underline;
	word-break: break-all;
}
.post .col strong {
	font-weight: bold;
}
.post .navigation {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
}
.post .alignleft {
	float: left;
}
.post .alignright {
	float: right;
}


.access {
	width: 900px;
	border-radius: 60px;
	background: #ECF6FC;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.access h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-access-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.access ul {
	display: flex;
	justify-content: space-between;
}
.access ul li {
	width: 425px;
}
.access ul li iframe {
	width: 425px;
	height: 250px;
	border-radius: 15px;
}
.access ul li h3 {
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	background: #255AA6;
	border-radius: 18px;
	margin: 5px 0;
}


.recruit .main {
	width: 100%;
	height: 42vw;
	background: url(img/recruit-top-img.jpg) center / 100vw no-repeat;
	transition: all 4.9s cubic-bezier(0.3, 0.5, 0.4, 1);
}
.recruit .main.effect {
	background-size: 110vw;
}
.recruit .main h2 {
	width: 20vw;
	height: 13vw;
	position: relative;
	top: calc(20vw - 6.5vw);
	left: calc(50% - 450px);
	background: url(img/recruit-top-copy.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
.recruit .jump {
	background: #255AA6;
	width: 900px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	padding: 10px 0;
}
.recruit .jump a {
	padding: 0 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	border-radius: 20px;
}
.recruit .jump a:hover {
	background: #999;
}
.recruit #message {
	width: 900px;
	padding: 0 40px;
	margin: 70px auto 100px;
}
.recruit #message h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-message-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #message img {
	width: 380px;
	border-radius: 15px;
	float: left;
}
.recruit #message p {
	margin-left: 430px;
	text-align: justify;
	line-height: 30px;
}
.recruit #message p.name {
	margin-top: 20px;
	font-size: 24px;
}
.recruit #message p.name span {
	font-size: 16px;
}
.recruit #vision {
	width: 900px;
	padding: 0;
	margin: 100px auto;
}
.recruit #vision h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-vision-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #vision .inner {
	color: #FFF;
	background: #255AA6;
	padding: 50px;
	margin: 0 50px 0 -50px;
	border-radius: 50px;
	position: relative;
}
.recruit #vision .inner h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0 0 15px;
}
.recruit #vision .inner h3:nth-of-type(2) {
	margin-top: 40px;
}
.recruit #vision .inner p {
	line-height: 30px;
	text-align: justify;
	margin: 0 0 30px;
	width: 360px;
}
.recruit #vision .inner p:nth-of-type(3) {
	margin-bottom: 0;
}
.recruit #vision .inner p:nth-of-type(4) {
	position: absolute;
	left: 450px;
	bottom: 50px;
	width: 400px;
	margin-bottom: 0;
}
.recruit #vision .inner h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
}
.recruit #vision .inner h4:nth-of-type(3) {
	position: absolute;
	left: 450px;
	bottom: calc(50px + 60px);
}
.recruit #vision .inner img {
	width: 500px;
	border-radius: 40px;
	position: absolute;
	top: 50px;
	right: -50px;
}
.recruit #company {
	width: 900px;
	padding: 0 40px;
	margin: 100px auto;
}
.recruit #company h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-company-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #company ul {
	display: flex;
	justify-content: space-between;
}
.recruit #company ul li {
	width: 280px;
}
.recruit #company ul li img {
	width: 280px;
	height: 210px;
	object-fit: cover;
	border-radius: 15px;
}
.recruit #company ul li a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 15px auto 0;
}
.recruit #environment {
	width: 900px;
	padding: 50px;
	border-radius: 40px;
	margin: 70px auto;
	background: #ECF6FC;
}
.recruit #environment h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-environment-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #environment ul li {
	border-top: 1px dotted #CCC;
	padding: 40px 0 0;
	margin: 40px 0 0;
	position: relative;
}
.recruit #environment ul li:nth-of-type(1) {
	border-top: none;
	margin-top: -40px;
}
.recruit #environment ul li img {
	width: 400px;
	border-radius: 15px;
	position: absolute;
	top: 40px;
	right: 0;
}
.recruit #environment ul li h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	color: #255AA6;
}
.recruit #environment ul li p {
	font-size: 20px;
	line-height: 1.7em;
	margin: 20px auto 30px;
}
.recruit #environment ul li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit #environment ul li dl dt {
	width: 120px;
}
.recruit #environment ul li dl dt h4 {
	width: 120px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	background: #255AA6;
	color: #FFF;
}
.recruit #environment ul li dl dd {
	width: calc(100% - 135px);
	text-align: justify;
	line-height: 28px;
	padding-top: 5px;
	margin: 0 0 20px;
}
.recruit #interview {
	width: 900px;
	padding: 0 40px;
	margin: 100px auto;
}
.recruit #interview h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-interview-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #interview .slick {
	width: 930px;
	margin: 30px -15px;
}
.recruit #interview .slick a {
	display: block;
	position: relative;
}
.recruit #interview .slick a img {
	width: 280px;
	height: 210px;
	border-radius: 15px;
	object-fit: cover;
	margin: auto;
}
.recruit #interview .slick a h3 {
	background: #255AA6;
	color: #FFF;
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	padding: 15px 0;
	border-radius: 0 15px 0 15px;
	position: absolute;
	top: 0;
	right: 15px;
}
.recruit #interview .slick a h3 span {
	font-size: 14px;
}

.recruit #benefit {
	width: 980px;
	padding: 0 40px;
	margin: 70px auto;
}
.recruit #benefit h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-benefit-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.recruit #benefit ul {
	position: relative;
	background: #ECF6FC;
	width: 100%;
	border-radius: 40px;
}
.recruit #benefit ul li.tabcontent dl {
  display: none;
  background: #255AA6;
  padding: 50px;
  position: relative;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0 0 40px 40px;
}
.recruit #benefit ul li.tabcontent.active dl {
  display: block;
  color: #FFF;
}
.recruit #benefit ul dl dt {
	float: left;
	width: 140px;
	text-align: left;
	border-top: 1px solid #FFF;
	margin-top: 30px;
	padding: 30px 0 0;
}
.recruit #benefit ul dl dd {
	border-top: 1px solid #FFF;
	padding: 30px 0 0;
	margin: 30px 0 0 140px;
}
.recruit #benefit ul dl dt.full {
	float: none;
	width: 100%;
}
.recruit #benefit ul dl dd.full {
	border-top: none;
	padding: 5px 0 0;
	margin: 0;
}
.recruit #benefit ul dl dt:nth-of-type(1), #benefit ul dl dd:nth-of-type(1) {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
.recruit #benefit ul dl dd p {
	margin-top: 1em;
}
.recruit #benefit ul dl dd p:nth-of-type(1) {
	margin-top: 0;
}
.recruit #benefit ul dl dd ul {
	margin-left: 1em;
	background: none;
	border-radius: 0;
}
.recruit #benefit ul dl dd ul li {
	list-style: disc;
}
.recruit #benefit ul li.tabcontent h3 {
  cursor: pointer;
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #255AA6;
  line-height: 50px;
  text-align: center;
  padding: 10px 0 0;
  border-radius: 40px 40px 0 0;
}
.recruit #benefit ul li.tabcontent:nth-of-type(2) h3 {
	left: 33%;
}
.recruit #benefit ul li.tabcontent:nth-of-type(3) h3 {
	left: auto;
	right: 0;
}
.recruit #benefit ul li.tabcontent.active h3 {
  background: #255AA6;
  color: #FFF;
}
.recruit #application {
	background: #255AA6;
	width: 900px;
	margin: 140px auto 100px;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	padding: 10px 0;
}
.recruit #application a {
	box-sizing: border-box;
	width: 32%;
	padding: 0 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 20px;
}
.recruit #application a:hover {
	background: #999;
}

.pagetop {
	height: 28vw;
	min-height: 340px;
	max-height: 420px;
	background: url(img/page-h1-bg.jpg) center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagetop h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 45px;
	line-height: 1.5em;
	text-align: center;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
}

.pagetop.about {
	position: fixed;
	top: 0;
	left: calc(300px + 80px + 20px + 20px);
	width: 106px;
	height: 70px;
	background: none;
	min-height: auto;
	display: block;
	z-index: 11;
}
.pagetop.about h1 {
	width: 106px;
	height: 70px;
	font-weight: nomal;
	font-size: 16px;
	text-align: left;
	background: url(img/about-h1.svg) center 20px / 96px auto no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}
.about .intro {
	padding: 10vw 0 30vw;
	text-align: center;
	background: url(img/about-intro-bg.jpg) center bottom / 100vw no-repeat;
	transition: all 4.9s cubic-bezier(0.3, 0.5, 0.4, 1);
}
.about .intro.effect {
	padding: 10vw 0 32vw;
	background-size: 110vw;
}
.about .intro h2 {
	width: 320px;
	height: 34px;
	background: url(img/about-intro-h2.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	width: 420px;
	height: 42px;
	margin: 55px auto;
}
.about .intro p {
	font-size: 18px;
	line-height: 2em;
}
.about .jump {
	background: #255AA6;
	width: 900px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	padding: 10px;
}
.about .jump a {
	padding: 0 33px;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	border-radius: 20px;
}
.about .jump a:hover {
	background: #999;
}
.about #message {
	width: 900px;
	padding: 0 40px;
	margin: 70px auto 100px;
}
.about #message h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/recruit-message-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.about #message img {
	width: 380px;
	border-radius: 15px;
	float: right;
}
.about #message p {
	margin-top: 0.7em;
	margin-right: 430px;
	text-align: justify;
	line-height: 28px;
}
.about #message p.name {
	margin-top: 20px;
	font-size: 24px;
}
.about #message p.name span {
	font-size: 16px;
}
.about #business {
	width: 900px;
	border-radius: 40px;
	background: #ECF6FC;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.about #business h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/home-business-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.about #business p {
	line-height: 28px;
	width: 272px;
}
.about #business .bot {
	width: 220px;
	margin: 20px 0 0;
}
.about #business .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
}
.about #business .blink {
	width: 590px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 138px;
	right: 40px;
}
.about #business .blink a {
	display: block;
	width: 280px;
	position: relative;
}
.about #business .blink a img {
	width: 100%;
	display: block;
	border-radius: 15px;
}
.about #business .blink a h3 {
	background: #ECF6FC;
	color: #255AA6;
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 10px;
	border-radius: 0 15px 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.about #outline {
	width: 900px;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.about #outline h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/about-outline-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.about #outline dl {
	border-top: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
.about #outline dl dt {
	width: 140px;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.about #outline dl dd {
	width: calc(100% - 140px);
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.about #outline dl dd h4 {
	font-weight: bold;
	margin: 1em 0 -1em;
}
.about #outline dl dd h4:nth-of-type(1) {
	margin: 0;
}
.about #outline dl dd p {
	padding: 1em 0 0;
}
.about #outline dl dd p:nth-of-type(1) {
	padding: 0;
}
.about #qualification {
	width: 900px;
	border-radius: 40px;
	background: #ECF6FC;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.about #qualification h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/about-qualification-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.about #qualification ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about #qualification ul li {
	width: 265px;
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.about #qualification ul li:nth-of-type(-n+3) {
	border-top: 1px solid #999;
}
.about #history {
	width: 900px;
	padding: 40px;
	margin: 70px auto;
	position: relative;
}
.about #history h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/about-history-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.about #history dl {
	border-top: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
.about #history dl dt {
	width: 140px;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.about #history dl dd {
	width: calc(100% - 140px);
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.about #history dl dd p {
	padding: 1em 0 0;
}
.about #history dl dd p:nth-of-type(1) {
	padding: 0;
}
.about #access.access {
	margin: 70px auto 100px;
}

.business {
}
.business .jump {
	background: #255AA6;
	width: 900px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	padding: 10px;
}
.business .jump a {
	text-align: center;
	width: 25%;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	border-radius: 20px;
}
.business .jump a:hover {
	background: #999;
}
.business #doboku, .business #railway {
	width: 900px;
	padding: 0 40px;
	margin: 70px auto;
	position: relative;
}
.business #doboku h2, .business #railway h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/business-civil-eng-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.business #doboku h2, .business #railway h2 {
	background: url(img/business-railway-h2.svg) center top / auto 14px no-repeat;
}
.business #doboku .intro, .business #railway .intro {
	overflow: auto;
	margin: 30px 0;
}
.business #doboku .intro img, .business #railway .intro img {
	width: 440px;
	border-radius: 20px;
	float: right;
}
.business #doboku .intro p, .business #railway .intro p {
	width: 420px;
	text-align: justify;
	line-height: 28px;
}
.business #doboku ul li, .business #railway ul li {
	margin: 50px 0;
}
.business #doboku ul li h3, .business #railway ul li h3 {
	width: fit-content;
	min-width: 60px;
	padding: 0 36px;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 10px;
	background: #255AA6;
	color: #FFF;
	border-radius: 18px;
}
.business #doboku ul li img, .business #railway ul li img {
	float: right;
	width: 240px;
	border-radius: 15px;
	margin: -46px 0 0 30px;
}
.business #doboku ul li p, .business #railway ul li p {
	text-align: justify;
	min-height: 4.5em;
}
.business #client {
	width: 900px;
	border-radius: 40px;
	background: #ECF6FC;
	padding: 40px;
	margin: 100px auto;
	position: relative;
}
.business #client h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/business-client-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.business #client ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business #client ul li {
	width: 265px;
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 18px 0;
}
.business #client ul li:nth-of-type(-n+3) {
	border-top: 1px solid #999;
}
.business #quality {
	width: 900px;
	padding: 0 40px;
	margin: 100px auto;
	position: relative;
}
.business #quality h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
	background: url(img/business-civil-eng-h2.svg) center top / auto 14px no-repeat;
	margin: 0 auto 30px;
}
.business #quality .col {
	margin: 50px 0;
}
.business #quality .col h3 {
	width: fit-content;
	min-width: 60px;
	padding: 0 36px;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 10px;
	background: #255AA6;
	color: #FFF;
	border-radius: 18px;
}
.business #quality .col ol {
	margin-top: 1em;
	margin-left: 2em;
}
.business #quality .col ol li {
	list-style: decimal;
}
.business #quality .col a.file {
	display: inline-block;
	width: 160px;
	margin: 10px 20px 0 0;
}
.business #quality .col a.file img {
	width: 160px;
}


.interview .main {
	position: relative;
}
.interview .main img {
	display: block;
	width: 100%;
	height: 38vw;
	min-height: 460px;
	max-height: 520px;
	object-fit: cover;
}
.interview .main .pmeta {
	background: rgb(255,255,255,0.8);
	width: 200px;
	padding: 25px 25px 0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 450px);
	border-radius: 25px 25px 0 0;
}
.interview .main .pmeta h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #255AA6;
}
.interview .main .pmeta h1 span {
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
	/*display: block;*/
}
.interview .main .pmeta ul {
	border-left: 1px solid #999;
	padding: 0 0 15px 10px;
	font-size: 14px;
	line-height: 1.6em;
}
.interview .main .pmeta h2 {
	height: 70px;
	width: 250px;
	background: url(img/intv-tab.svg) center / cover no-repeat;
	position: absolute;
	bottom: -70px;
	left: 0;
	border-radius: 0 0 25px 25px;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
.interview dl {
	width: 900px;
	padding: 0 40px;
	margin: 140px auto 70px;
}
.interview dl dt {
	color: #255AA6;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4em;
	margin: 70px 0 0;
}
.interview dl dd {
	margin: 15px 0;
}
.interview dl img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 30px;
	margin: 70px 0;
}
.interview .bot {
	width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 70px;
}
.interview .bot a {
	display: block;
	background: #255AA6 url(img/bot-arrow.svg) right 20px center / 16.7px auto no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	border-radius: 30px;
	margin: auto;
}
.interview .bot a:hover {
	background: #255AA6 url(img/bot-arrow.svg) right 15px center / 16.7px auto no-repeat;
}
.interview .more {
	width: 900px;
	margin: 70px auto 100px;
}
.interview .more h2 {
	width: 145px;
	line-height: 25px;
	background: url(img/intv-more-h2.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
.interview .more .slick {
	width: 930px;
	margin: 30px -15px;
}
.interview .more .slick a {
	display: block;
	position: relative;
}
.interview .more .slick a img {
	width: 280px;
	height: 210px;
	border-radius: 15px;
	object-fit: cover;
	margin: auto;
}
.interview .more .slick a h3 {
	background: #255AA6;
	color: #FFF;
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	padding: 15px 0;
	border-radius: 0 15px 0 15px;
	position: absolute;
	top: 0;
	right: 15px;
}
.interview .more .slick a h3 span {
	font-size: 14px;
}


#contact {
	position: relative;
	padding: 60px 0;
}
#contact .proviso {
	margin: 0 auto 60px;
	text-align: center;
}
html #autozip {
	display: none!important;
}
#contact p {
	margin: 1em 0;
	text-align: center;
}
#contact .tel {
	font-size: 24px;
	font-weight: bold;
	color: #255AA6;
	margin: 0 0 60px;
	text-align: center;
}
#contact .check {
	margin: 20px 0;
	text-align: center;
}
#contact dl {
	width: 600px;
	width: 820px;
	margin: auto;
	padding: 60px 60px 30px;
	display: flex;
	flex-wrap: wrap;
	background: #ECF6FC;
	border-radius: 60px;
}
#contact dl dt {
	position: relative;
	font-size: 17px;
	line-height: 1.5em;
	width: 220px;
	padding: 10px 0;
}
#contact dl dt span {
	font-size: 0.8em;
}
#contact dl dd {
	margin: 10px 0 30px;
	margin: 0 0 30px;
	width: calc(100% - 220px);
}
#contact .wpcf7 select {
  appearance: none;
  position: relative;
}
#contact .wpcf7 select::after {
  contents: '▼';
  position: absolute;
  top:10px;
  right: 20px;
}
#contact .wpcf7 input[type="text"],
#contact .wpcf7 input[type="email"],
#contact .wpcf7 input[type="tel"],
#contact .wpcf7 select,
#contact .wpcf7 textarea {
width: 100%;
padding: 10px 15px;
border: none;
border-radius: 0;
box-sizing: border-box;
font-size: 16px;
line-height: 1.5em;
}
#contact .wpcf7 .family {
	background: #FFF;
	padding-left: 15px;
}
#contact .wpcf7 .wpcf7-list-item {
	padding: 10px 0;
}
#contact .wpcf7 .wpcf7-list-item.first {
	margin: 0;
}
#contact .wpcf7 .family select {
	width: calc(3em + 15px + 20px);
}
#contact .wpcf7 textarea {
	height: 140px;
}
#contact .accept {
	width: 600px;
	margin: auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 22px;
}
#contact .accept .pvp {
	padding: 0 20px;
	border: 1px solid #000;
	height: 160px;
	overflow: auto;
}
#contact .accept .pvp p {
	margin: 1.5em 0;
}
#contact .accept .check {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
}
#contact .wpcf7-submit {
	display: block;
	border: none;
	text-align: center;
	width: 600px;
	margin: 20px auto;
	font-weight: bold;
	font-size: 25px;
	line-height: 70px;
	background-color: #255AA6;
	color: #FFF;
	cursor: pointer;
}
#contact .wpcf7-submit:disabled {
  background-color: #CCC;
  cursor: not-allowed;
}
#contact .wpcf7 form .wpcf7-response-output {
	width: 600px;
	box-sizing: border-box;
	margin: 40px auto;
}


#foot {
	background: #255AA6;
	padding: 40px 0 0;
	position: relative;
	z-index: 100;
}
#foot h2 {
	width: 292px;
	height: 50px;
	background: url(img/logo-w.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 0 60px;
}
#foot p {
	color: #FFF;
	line-height: 24px;
	margin: 20px 60px;
}
#foot .sns {
	position: absolute;
	top:40px;
	right: 60px;
	width: 140px;
	display: flex;
	justify-content: space-between;
	justify-content: right;
}
#foot .sns li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/sns-insta.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#foot .sns a.sp {
	display: none;
}
#foot .sns li:nth-of-type(2) a {
	background: url(img/sns-youtube.svg) center / contain no-repeat;
}
#foot .sns li:nth-of-type(3) a {
	background: url(img/sns-x.svg) center / contain no-repeat;
}
#foot .copyright {
	background: #000;
	color: #FFF;
	font-size: 14px;
	line-height: 54px;
	text-align: center;
	margin-top: 40px;
}


.side-sns {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 40px;
	padding: 20px 10px;
	background: #FFF;
	border-radius: 30px 0 0 0;
	padding: 13px 7px 10px 13px;
}
.side-sns a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/sns-insta-blue.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.side-sns a.sp {
	display: none;
}
.side-sns a:nth-of-type(3) {
	background: url(img/sns-youtube-blue.svg) center / contain no-repeat;
}
.side-sns a:nth-of-type(4) {
	background: url(img/sns-x-blue.svg) center / contain no-repeat;
}

/* オーバーレイ（初期状態） */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* 色はここ */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 表示状態 */
.popup-overlay.is-active {
  opacity: 1;
}

/* 画像（ちょい拡大 → ふわっ） */
.popup-overlay img {
  max-height: 90vh;
  width: auto;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.popup-overlay.is-active img {
  transform: scale(1);
}
.radius-insta {
	border-radius: 30px;
}


/*ALL MENU*/

.hbgmenu {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 8888;
	cursor: pointer;
	background: #FFF;
}

#allmenu {
	background: #EEE;
	visibility: hidden;
	opacity:0;
	position:fixed;
	top:-20px;
	left:0px;
	width:100%;
	height:auto;
	transform: scale(1.0);
	transition: all .3s ease-out;
	z-index: 8889;
	overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
#allmenu::-webkit-scrollbar {
	display: none;
}
#allmenu.open{
	visibility: visible;
	opacity:1;
	transform: scale(1);
	top: 0px;
}
#allmenu .close {
	position: absolute;
	top: 0px;
	right: 0;
	width: 60px;
	z-index: 8890;
	cursor: pointer;
}

#allmenu .inner {
	width: 900px;
	padding: 60px 40px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#allmenu .inner .mblock {
	width: 25%;
}
#allmenu .inner .mblock h3 {
	font-size: 21px;
	line-height: 47px;
}
#allmenu .inner .mblock a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 10px auto;
	padding: 0 0 0 20px;
	background: url(img2025/menu-icon-arrow.svg) left center / 16px no-repeat;
}
#allmenu .inner .mblock a:hover {
	text-decoration: underline;
}
#allmenu .btmlink {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 450px;
}
#allmenu .btmlink ul {
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#allmenu .btmlink ul li a {
	display: block;
	width: 215px;
	background: #FFF;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	margin: 0 0 15px;
}

#end{}
}