@charset "utf-8";

/* recruitmentのCSS  */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
header, section, footer {
  padding: 2em;
  max-width: 960px;
  margin: auto;
}
header {
	height: auto;
	aspect-ratio: 3 / 4;
	/*	background: url("http://www.ds.marunouchi-corp.co.jp/cms/wp-content/uploads/2025/07/hero-image.jpg");*/
	background: url("http://www.ds.marunouchi-corp.co.jp/cms/wp-content/uploads/2025/07/hero-image2.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -350px 0px;
	display: flex;
	flex-direction: column;
	padding: 1em;
}
.copy {
  color: #FFF;
  font-weight: 600;
  margin-top: auto;
}
.copy img{
	max-width: 99vw;
	width: 90%;
	transform: translateY(-3%);
}
h1 {
  font-size: 90%;
  margin-bottom: .25em;
  line-height: 1.2;
  text-align: center;
}
h2 {
  margin: 0.83em;
  text-align: center;
}
h3 {
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  width: fit-content;
  margin-bottom: .5em;
  margin-left: auto ;
  margin-right: auto ;
  padding: 0 .5em;
}
h3.marker {
  background: linear-gradient(transparent 50%, #006830 50%);
}
h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
h5{
font-size: 1.4em;
background-color: #d82316;
padding: .2em .5em;
color: white;	
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.nav-container {
  background: #fff;
  color: #999;
  position: sticky;
  top: 0;
  z-index: 1000;
}
p {
  margin: 0;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  height: 60px;
  margin: auto;
  padding: .5em 1em;
}
nav img {
  width: 70%;
}
.nav-logo {
  font-weight: bold;
  font-size: 1.2em;
}
.nav-links {
  display: flex;
  gap: 1em;
}
.nav-links a {
  color: white;
  text-decoration: none;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1001;
  padding: 10px;
  position: relative;
}
.hamburger div {
  width: 35px;
  height: 3px;
  background-color: #009a61;
  margin: 4px 0;
  transition: 0.4s;
}
.hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active div:nth-child(2) {
  opacity: 0;
}
.hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.nav-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  border-bottom: 1px solid #37af82;
  position: relative;
}
.nav-links a::after {
  content: '\003e';
  color: #ccc;
  font-size: 1em;
  position: absolute;
  right: 1em;
}

#button ul,
footer .button ul {
  padding: 0;
}
#button li:first-child,
footer .button li:first-child {
  margin-bottom: 20px;
}
.button_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    background: #fd7e00;
    border-radius: 8px;
    border-bottom: solid 5px #b66514;
    text-decoration: none;
}
.button_solid004 a:hover {
    border-bottom: solid 2px #b66514;
    transform: translateY(3px);
}
.tel_info{text-align:center}
#ace {
  color: #FFF;
  text-align: center;
  background-color: #009a61;
}
#ace li:not(:last-child),
#job li:not(:last-child) {
  margin-bottom: 1.5em;
}
#ace li img {
  width:75%;
}
#job li:before {
	content: url("https://www.ds.marunouchi-corp.co.jp/assets/images/recruitment/job-check.svg");
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  vertical-align: bottom;
}
#job li img {
  margin-top: .5em;
}
#lifestyle {
  color: #FFF;
  background-color: #009a61;
}
#lifestyle h3 {
  margin-bottom: .5em;
}
.scroll_list{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.scroll_list li{
  display: inline-block;
  list-style: none;
  height: 450px;
}
.timetable {
  width: 500px;
  background-color: #FFF;
}
.swipe {
  width: fit-content;
  display: flex;
  align-items: anchor-center;
  font-size: 80%;
  margin: 0 auto;
}
.schedule h4 {
  color: #fd7e00;
  margin: 0 auto 10px;
}
.schedule ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.schedule li {
  background-color: #FFF;
  border-radius: 10px;
  padding:20px;
}
.schedule .time {
  text-align: center;
}
.schedule figure {
  margin: 0;
  padding: 0;
}
.schedule img {
  width:100%;
}
.schedule p {
  color: #333;
}
.schedule p.supplement {
  color: #ff0;
  font-size: 14px;
  text-align: center;
}

/* 選ばれる理由 */
#reasons li {
  list-style: unset !important;
}

/* 先輩の声 */
#voices {
  color: #333;
	background-image: url('https://www.ds.marunouchi-corp.co.jp/cms/wp-content/uploads/2025/07/voices-bgimage.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}
.swiper-slide {
  text-align: center;
  box-sizing: border-box;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #FFF;
  padding: 20px 30px;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #999 !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute !important;
  top: 25% !important;
}
.swiper-pagination-bullet-active {
  background-color: #333 !important;
}
.swiper-slide h3 {
  color: #009a61;
  font-weight: 400;
  margin: 10px auto;
}
.swiper-slide img {
  max-width: 50%;
}
.swiper-slide p.age {
  color: #666;
  margin: 5px auto;
}
.swiper-slide p.text {
  text-align: left;
  line-height: 2;
}
.swiper-slide p span {
  background: linear-gradient(transparent 60%, #ffc0cb 30%);
}

/* よくある質問 */
#faq {
  background-color: #c1e0cd;
}
.faq dd {
  display: none;
  margin: 0.5em 0 1.5em;
}
.faq dt {
  cursor: pointer;
  font-weight: bold;
  margin-top: 1em;
}
.faq dt.active + dd {
  display: block;
}
.accordion-hidden {
  display: none;
}
.accordion-open {
  display: block;
  color: #009a61;
  padding: 15px 50px 15px 15px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.accordion-open:not(:first-child) {
  margin-top: 15px;
}
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  background-color: #FFF;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}
.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.3em;
  left: -1.3em;
}
.accordion_qa .Q::before {
  content: 'Q.';
}
.accordion_qa .A::before {
  content: 'A.';
}
.accordion_qa .accordion-open {
  padding-left: 2.5em;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 0px 10px 15px 2.5em;
}

/*雇用条件*/
#employ{
	background-color:#c1e0cd
}
#employ div{
	background-color:#ffc;
	padding:.17em 1em 1em 1em;
}

/* 応募からお仕事スタートまで */
#apply ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
#apply li {
  width: 100%;
  margin-right: 5px;
  padding: 15px;
  box-shadow: 3px 3px 5px #CCC;
}
#apply li.arrow {
  width: 100%;
  height: 10px;
  margin-right: 0px;
  padding: 0px;
	background-image: url("https://www.ds.marunouchi-corp.co.jp/assets/images/recruitment/allowto.svg");
  box-shadow: none;
  background-repeat:no-repeat;
  background-position: center center;
}
#apply .step {
  color: #fd7e00;
  text-align: center;
}
#apply h3 {
  color: #009a61;
  font-weight: 600;
  margin: 5px auto;
  padding: 0;
}
#apply h3 span {
  font-size: 75%;
  display: block;
}
#apply figure {
  width:100%;
  margin: 0;
  padding: 0;
}
#apply figure img {
	width:100%;
}

/*応募フォーム*/
#contact{background-color:antiquewhite}
#contact p{text-align:justify}

/* フッター */
footer {
  text-align: center;
  padding-bottom: 80px;
}
footer .button {
  padding: 0 2em;
}

/* 固定ボタン */
.fixed-buttons {
  display: none;
}

/*form*/
.wpforms-required-label{
	color: #fff!important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
	background-color: #da4f49!important;
	padding: 4px 7px 3px!important;
	border-radius: 5px!important;
	white-space: nowrap;  
}
.wpforms-optional-label-custom{
	font-weight:400;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
	background-color: #000080!important;
	padding: 4px 7px 3px!important;
	border-radius: 5px !important;
	white-space: nowrap;  
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: #009a61;
    position: absolute;
    top: calc(60px + 1em);
    right: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  .nav-links.show {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
  .fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    justify-content: space-around;
    z-index: 999;
  }
  .fixed-buttons li {
    width: 100%;
  }
  .fixed-buttons li:nth-child(1) {
    background-color: #d82316;
  }
  .fixed-buttons li:nth-child(2) {
    background-color: #fd7e00;
  }
  .fixed-buttons li:last-child {
    width: 30%;
    background-color: #030303;
  }
  .fixed-buttons a {
    color: white;
    text-align: center;
    display: block;
    padding: 1em 1em;
    text-decoration: none;
    font-size: 0.9em;
  }
  .fixed-buttons li:last-child a {
  }
}
@media screen and (min-width: 768px) {
	#employ p{
		text-align:center
	}
	nav img{width: 90%;}
	.nav-logo{flex-basis: 360px;}
	.nav-links a::after {
		content: '';
	}
	.nav-links a{
		color: #333;
		font-size: .9em;
		transition:.5s;
	}
	.nav-links a:hover{
		background-color:#efefef;
		color:#888
	}
	h2{
		margin: 0.83em auto;
		max-width: 75%;
	}
	#ace li img{width:50%}
	.timetable{width:100%}
	.swipe{display: none}
	.schedule img{
		width: 920px;
		max-width: 100%;
	}
	#job li img{
		width: 75%;
		margin-left: 12.5%;
	}
	#reasons ol{
		width: 60%;
		margin: 1em auto;
		line-height: 1;
		font-size: 1.6em;
		white-space: pre;
	}
	li{font-size:1.4em}
	.button_solid004 a{max-width: 360px}
	.schedule p.supplement{font-size:28px}
	.schedule figure{margin: 0 auto;width: 50%;}
	.swiper{font-size:1.6em}
	.accordion{font-size: 1.8em}
	h3.marker{font-size:2.4em}
	#employ div{font-size: 1.6em}
	#apply h2{font-size: 2.6em}
	#apply .step{font-size: 2em;}
	#apply figure{
		width: 50%;
		margin: 0 auto;
	}
	footer>p{font-size:2em}
}

	#detail {
		color: #666;
	}
	#detail p:not(:last-child),
	#detail table {
		margin-bottom: 1em;
	}
	#detail dl,
	.disp-flex {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#detail dt {
		width: 8em;
		margin: 0;
		padding: 1em;
		background: #eeeeee;
		border-bottom: 1px dashed #DDD;
	}
	#detail dd {
		width: calc(100% - 12em);
		margin: 0;
		padding: 1em;
		border-bottom: 1px dashed #DDD;
	}
	.emphasis {
		color: #ff0090;
	}
	li {
		font-size: unset;
	}
	th {
	  background: #e9727e;
	  border: solid 1px #ccc;
	  color: #fff;
	  padding: 10px;
	}
	td {
	  border: solid 1px #ccc;
	  padding: 10px;
	}
	.tbl-r05 td:first-child {
	  background: #fbf5f5;
	}
	.mark-square li {
	  position: relative;
		padding-left: 18px;
	  list-style: none;
	}
	.mark-square li:before {
		content: "◆";
		position: absolute;
		top: .1em;
		left: 0;
		width: 1em;
		height: 10px;
	}
	a.anker-link {
		display: block;
		width: 100%;
		height: 40px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		margin: 1em auto 0;
		align-content: center;
		background-color: #009a61;
		border-radius: 20px;
	}
	@media screen and (max-width: 640px) {
		#detail dt,
		#detail dd {
			width: 100%;
		}
		#detail dt {
			background: #eeeeee;
			border-bottom: none;
		}
		#detail dd {
			border-bottom: 1px solid #DDD;
		}
	  .tbl-r05 {
		width: calc(100% - 1em - 2px);
	  }
	  .tbl-r05 .thead {
		display: none;
	  }
	  .tbl-r05 tr {
		width: 100%;
	  }
	  .tbl-r05 td {
		display: block;
		text-align: left;
		width: 100%;
		;
	  }
	  .tbl-r05 td:first-child {
		background: #e9727e;
		color: #fff;
		font-weight: bold;
		text-align: center;
	  }
	  .tbl-r05 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	  }
	}