@charset "utf-8";
/* 共通
------------------------------------------------------------*/
.inviewfadeIn {
	opacity: 0;
	transition: opacity 1s ease-out;
}

.fadeIn {
	opacity: 1.0;
}

.contents {
	background: #fff;
	padding: 50px 100px;
	position: relative;
	top: -60px;
	z-index: 100;
	max-width: 1400px;
}

.contents p:not(:last-child) {
	margin-bottom: 20px;
}
.top p {
	margin-bottom: 0;
}

.grayArea {
	background: #f4f4f4;
}

.blueArea {
	background: #f5f7fb;
}

.txtArea img {
	margin-bottom: 40px;
}

.txtArea img.fl {
	margin-right: 40px;
	max-width: 480px;
}

.txtArea img.fr {
	margin-left: 40px;
	max-width: 480px;
}

.sp {
	display: none;
}

.center {
	text-align: center;
}

.red {
	color: #fd7875;
}

.pcCenter {
	text-align: center;
}

.moreBtn {
	color: #043686;
	padding: 10px 30px 14px;
	display: inline-block;
	border: 1px solid #043686;
	transition: all 0.3s;
	text-decoration: none;
	border-radius: 32px;
}

.moreBtn.back {
	border-radius: 64px;
	transition: .3s;
	padding: 10px 30px 10px 50px;
	position: relative;
	display: inline-block !important;
}

.moreBtn:hover {
	opacity: .6;
}

.moreBtn::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat;
	margin-left: 20px;
	display: inline-block;
	transition: all 0.3s;
}

.moreBtn::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat;
	margin-left: 20px;
	display: inline-block;
	transition: all 0.3s;
	top: 4px;
	position: relative;
}

.moreBtn.back::before {
	content: "";
	background: url(../images/i_arrow_blue.png) no-repeat;
	width: 19px;
	height: 19px;
	background-size: cover;
	margin: 0 20px 0 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
	left: 16px;
}

.moreBtn.back::after {
	display: none;
}

.recNavBtn {
	font-weight: 600;
	line-height: 50px;
	color: #043686;
	padding: 0 30px;
	margin-left: 15px;
	display: inline-block;
	text-align: center;
	border: 1px solid #043686;
	border-radius: 3px;
}

.recNavBtn img {
	width: 120px;
	margin-right: 10px;
	vertical-align: middle;
}

.entryBtn:hover,
.recNavBtn:hover {
	text-decoration: none;
	opacity: .6;
}

.x2 > li,
.x2 > div {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.x2 > li:nth-child(even),
.x2 > div:nth-child(even) {
	margin-right: 0;
}

.x3 > li,
.x3 > div {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.x3 > li:first-child,
.x3 > div:first-child {
	margin-left: 0;
}

table {
	width: 100%;
}

table th,
table td {
	line-height: 1.8;
	padding: 20px;
	border: 1px solid #eee;
}

table th {
	width: 25%;
	background: #f5f7fb;
}

ol {
	padding-left: 20px;
}

ol li {
	line-height: 1.8;
	list-style-type: disc;
}

ol.decimal li {
	list-style-type: decimal;
}

.anchorWrap {
	padding-top: 100px;
	margin-top: -100px;
}

/* タブ
------------------------------------------------------------*/
.tab {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px 3%;
	padding: 50px 20px;
}

.tab li {
	display: inline-block;
	flex-basis: 30%;
	max-width: 30%;
	border-right: 1px solid #ccc;
}

.x2Link li:first-child {
	border-left: 1px solid #ccc;
}

.tab li:nth-child(3n) {
	border-right: 0;
}

.tab li:first-child::before {
	display: none;
}

.tab li a {
	color: #333;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	text-align: center;
	width: 100%;
}

.tab li a:hover {
	opacity: .6;
}

.tab li.ac a {
	color: #043686;
	padding-right: 0;
}

.tab li a:hover {
	text-decoration: none;
}

.tab li a::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/i_arrow_blue.png) no-repeat center center #fff;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	background-size: cover;
	top: calc(50% - 9px);
	right: 16px;
}

.tab li.ac a::after {
	content: none;
}

.tab li strong {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 1px;
}

.tab li span {
	font-size: 1.2rem;
}

.contents.subTab {
	background: #fff;
	margin: 10px auto 0;
	text-align: center;
}
.subTab li {
	padding-left: 30px;
	margin-left: 30px;
	display: inline-block;
	border-left: 1px solid #ccc;
}

.subTab li:first-child {
	padding: 0;
	margin: 0;
	border: none;
}

.subTab li a {
	color: #333;
}

.subTab li.ac a {
	color: #043686;
	position: relative;
}

.subTab li.ac a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #043686;
	display: block;
}

.subTab li a:hover {
	text-decoration: none;
}

.subTab li.ac a:hover {
	opacity: 1;
}

/* hx
------------------------------------------------------------*/
h1 {
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	float: left;
}
.other .ttl {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 4rem;
	color: #333;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #e8e7ee;
	letter-spacing: 3px;
}
.other .ttl span {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	color: #043686;
	display: block;
	letter-spacing: 1px;
	font-weight: 600;
}
.h2Wrap {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	background-size: cover;
}

.h2Wrap.msg {
	background-image: url(../images/msg_images/h2.jpg);
}

.h2Wrap.about {
	background-image: url(../images/about_images/h2.jpg);
}

.h2Wrap.person {
	background-image: url(../images/person_images/h2.jpg);
}

.h2Wrap.training {
	background-image: url(../images/training_images/h2.jpg);
}

.h2Wrap.culture {
	background-image: url(../images/culture_images/h2.jpg);
}

.h2Wrap.story {
	background-image: url(../images/story_images/h2.jpg);
}

.h2Wrap.recruit {
	background-image: url(../images/recruit_images/h2.jpg);
}

.h2Wrap.news {
	background-image: url(../images/news_images/h2_news.jpg);
}

.h2Wrap.sitemap {
	background-image: url(../images/sitemap_images/h2_sitemap.jpg);
}

.h2Wrap.privacy {
	background-image: url(../images/privacy_images/h2_privacy.jpg);
}

.h2Wrap h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 4.8rem;
	font-weight: 600;
	color: #fff;
	padding-bottom: 60px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 3px;
	opacity: 0;
	-webkit-animation: fadeIn 0.8s ease 0.8s 1 forwards;
  animation: fadeIn 0.8s ease 0.8s 1 forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.h2Wrap h2 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 2px;
}

.contents > h2 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
}

.contents > h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.contents > h2 > span {
	background: #fff;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	top: 3px;
	z-index: 1;
}

.contents > h2 > span span {
	font-size: 1.4rem;
	font-weight: normal;
	color: #043686;
	letter-spacing: 0;
}

.top h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	color: #333;
	padding: 30px 0;
	letter-spacing: 2px;
	font-weight: 600;
}

.top h2::after {
	display: none;
}

.top h2 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #043686;
	display: block;
	letter-spacing: 1px;
	font-weight: 600;
}

.news h2 {
	margin-bottom: 0;
	border-bottom: none;
	text-align: center;
}

.smallTtl {
	font-size: 1.8rem;
	font-weight: 600;
	background: #f5f5f5;
	padding: 15px 25px;
	margin-bottom: 20px;
	position: relative;
}

.smallTtl::before {
	content: "";
	width: 6px;
	height: 24px;
	background: #043686;
	margin-top: -12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.itw .txtArea h3::before,
.itw .private h3::before,
.msg .txtArea .smallTtl::before {
	display: none;
}

.itw .txtArea h3,
.msg .txtArea .smallTtl {
	font-size: 2rem;
	color: #043686;
	background: none;
	padding: 0 0 10px;
	border-bottom: 2px solid #e8e8e8;
	overflow: hidden;
	letter-spacing: 1px;
}

.event .txtArea h3 {
	background: none;
	padding: 0 25px;
	margin-bottom: 20px;
}

.itw .private h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	color: #333;
	background: none;
	padding: 30px 0;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #e8e7ee;
	letter-spacing: 3px;
}

.itw .private h3 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	color: #441500;
	display: block;
	letter-spacing: 1px;
}

h4.blueTtl {
	font-size: 1.6rem;
	font-weight: 600;
	color: #043686;
	margin-bottom: 20px;
}

.privacy h4 {
	margin-bottom: 10px;
}

/* トップページ
------------------------------------------------------------*/
/* メインビジュアル
------------------------------------------------------------*/
#main {
	position: relative;
	height: 800px;
	margin-top: 104px;
}

#main a {
	display: block;
}

#main picture {
	margin: auto;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	width: 70%;
	text-align: center;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.top .bx-wrapper {
	position: relative;
}

.top .bx-wrapper img {
	max-width: inherit;
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'
}

.top .bx-wrapper .bxslider {
	padding: 0;
}

#contentsWrap.top {
	padding: 0;
}

.top .contents {
	padding-top: 0;
}

.personality.inner {
	margin: 0 auto;
	width: auto;
	padding: 50px 3vw;
}

.personality .basicTtl {
	padding-top: 0;
}

.personality ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personality li {
	width: calc((100% - 128px) / 3);
	text-align: right;
	position: relative;
}

.personality ul > *:not(:nth-child(3n)) {
  margin-right: 64px;
}

.personality ul > *:nth-child(n+4) {
  margin-top: 88px;
}

.personality li a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}

.personality li a:hover {
	text-decoration: none;
	opacity: .6;
}

.personality li a .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}

.personality li a .imgBox {
	margin-right: 4%;
	width: 48%;
	text-align: left;
}

.personality li a .imgBox img  {
	height: 240px;
	object-fit: cover;
	object-position: center;
  font-family: "object-fit: cover;";
}

.personality li img {
	border-right: 6px solid #F8362E;
}
.personality li:nth-child(even) img {
	border-color: #3168a8;
}

.personality li a .txtBox {
	width: 48%;
}

.personality li a .num {
	font-size: clamp(5.6rem, 1vw, 6.4rem);
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
}

.personality li:nth-child(odd) p.num {
	color: #F8362E;
	opacity: .3;
}

.personality li:nth-child(even) p.num {
	color: #043686;
	opacity: .3;
}

.personality li p.catch {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 20px;
	white-space: nowrap;
	text-align: right;
}

.personality li p.name {
	font-size: 1.6rem;
	font-weight: 600;
	color: #F8362E;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
}

.personality li:nth-child(even) p.name {
  color: #043686;
}

.personality li dl {
	width: 100%;
	background: #f5f5f5;
	padding: 15px 20px 15px 30px;
	display: inline-block;
	text-align: left;
	position: relative;
	margin-bottom: 16px;
}

.personality li dl dt,
.personality li dl dd {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.personality li dl dt {
	width: 50px;
	float: left;
}
.personality li dl dd {
	padding-left: 50px;
}

.btnBox {
	text-align: center;
}

.moreTxt {
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #043686;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}

.moreTxt:hover {
	opacity: 0.6;
	text-decoration: none;
}

.moreTxt::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat center center #fff;
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 6px;
}

@media screen and (max-width: 1080px) {
  .personality ul > * {
    width: calc((100% - 40px) / 2);
  }
  .personality ul > *:nth-child(n) {
    margin-right: 0;
  }
  .personality ul > *:nth-child(odd) {
    margin-right: 40px;
  }
  .personality ul > *:nth-child(n+3) {
    margin-top: 88px;
  }
	
	.personality li p.catch {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
  .personality ul > * {
    width: 100%;
  }
  .personality ul > *:nth-child(n) {
    margin-right: 0;
  }
  .personality ul > *:nth-child(odd) {
    margin-right: 0s;
  }
  .personality ul > *:nth-child(n+2) {
    margin-top: 48px;
  }

	.personality li a .imgBox img {
		height: 180px;
	}
}

.imgBg {
	height: 200px;
	background: url(../images/pickup_bg.jpg) no-repeat center center;
}

.pickup.inner {
	margin: 0 auto;
	width: auto;
	padding: 50px 4vw;
}

.pickup ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pickup li {
	width: calc((100% - 80px) / 3);
	text-align: right;
	position: relative;
}

.pickup ul > *:not(:nth-child(3n)) {
  margin-right: 40px;
}

.pickup ul > *:nth-child(n+4) {
  margin-top: 88px;
}

.pickup li a {
	display: block;
	text-decoration: none;
	transition: .3s;
}

.pickup li a:hover {
	opacity: .6;
}

.pickup li a:hover {
	text-decoration: none;
}

.pickup li figure {
	margin-bottom: 15px;
	position: relative;
}

.pickup li figure p {
	font-size: clamp(1.4rem, 1vw, 1.8rem);
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 8px;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	text-align: left;
}

.pickup li figure span {
	font-weight: 600;
	line-height: 30px;
	color: #043686;
	background: #fff;
	padding: 0 10px 0 15px;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
}

.pickup li figcaption {
	font-size: clamp(1.4rem, 1vw, 1.8rem);
	font-weight: 600;
	color: #043686;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #043686;
	padding-bottom: 16px;
	position: relative;
}
.pickup li figcaption::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat center center #fff;
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	right: 0;
}

@media screen and (max-width: 1080px) {
  .pickup ul > * {
    width: calc((100% - 40px) / 2);
  }
  .pickup ul > *:nth-child(n) {
    margin-right: 0;
  }
  .pickup ul > *:nth-child(odd) {
    margin-right: 40px;
  }
  .pickup ul > *:nth-child(n+3) {
    margin-top: 64px;
  }
}

@media screen and (max-width: 600px) {
  .pickup ul > * {
    width: 100%;
  }
  .pickup ul > *:nth-child(n) {
    margin-right: 0;
  }
  .pickup ul > *:nth-child(odd) {
    margin-right: 0s;
  }
  .pickup ul > *:nth-child(n+2) {
    margin-top: 48px;
  }

	.pickup li a .imgBox img {
		height: 180px;
	}
}

.topNews {
	padding: 20px 0 50px;
}

.topNews .inner {
	max-width: calc(960px + 10vw);
}

.topNews dl a {
	transition: .3s;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topNews a:hover {
	text-decoration: none;
	opacity: .6;
}

.topNews dl {
	background: #F5F7FB;
	padding: 16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topNews dl:not(:last-child) {
	margin-bottom: 16px;
}

.topNews dt {
	color: #666666;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	flex-basis: 22%;
	max-width: 22%;
	min-width: 240px;
}

.topNews dt .label {
	font-size: 1.2rem;
	color: #043686;
	width: 120px;
	border-radius: 32px;
	display: inline-block;
	border: 1px solid #043686;
	text-align: center;
	margin-left: 16px;
	padding: 4px 8px;
}

.topNews dd {
	color: #043686;
	font-weight: 600;
	flex-basis: 70%;
	max-width: 70%;
}

.topNews dd a {
	color: #043686;
}

.topNews .btnBox {
	margin-top: 40px;
	text-align: center;
}

.entry {
	text-align: center;
	background: #FFEFEF;
}

.entry .inner {
	padding: 0;
	text-align: center;
}

.entry .inner .box {
	padding: 60px 5vw 60px;
}

.entry .basicTtl {
	font-size: 5.6rem;
	color: #F8362E;
	font-weight: 600;
	padding: 0 !important;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	margin-bottom: 30px;
}

.entry .basicTtl span {
	font-size: 1.8rem;
	color: #333;
	display: block;
	margin-top: 16px;
	line-height: 2;
}

.entryBtn {
	font-size: 1.8rem;
  font-weight: 600;
  color: #fff !important;
  background: #F8362E;
  border-radius: 64px;
	display: inline-block;
	transition: .3s;
	padding: 16px 48px 20px;
	text-decoration: none;
}

.entryBtn:hover {
	opacity: 0.6;
	text-decoration: none;
}

.entryBtn::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/arrow_orange.png) no-repeat center center #fff;
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

/* パンくず
------------------------------------------------------------*/
.pankuzu {
	line-height: 42px;
}

.pankuzu li {
	font-size: 12px;
	font-size: 1.2rem;
	color: #888;
	display: inline-block;
}

.pankuzu li:before {
	content: ">";
	color: #ccc;
	margin: 0 15px;
}

.pankuzu li:first-child:before {
	display: none;
}

.pankuzu li a {
	color: #999;
	text-decoration: none;
}

.pankuzu li a:hover {
	opacity: 6;
	text-decoration: none;
}

.pankuzu li:last-child {
	font-weight: 600;
}

/* メッセージ
------------------------------------------------------------*/
.msgMain {
	text-align: center;
	margin-bottom: 80px;
}

.msgMain .logoBox {
	position: relative;
	margin-bottom: 70px;
}

.logoBox::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 56px;
	background: #043686;
	position: absolute;
	top: 100%;
	left: 50%;
}

.msgMain .catch {
	font-size: 3.2rem;
	line-height: 1.8;
	color: #043686;
	font-weight: 600;
}

/* ウィズ・ワンを知る
------------------------------------------------------------*/
.aboutMain {
	text-align: center;
	margin-bottom: 24px;
}

.aboutMain h3 {
	font-size: 2.8rem;
	line-height: 1.8;
	color: #043686;
	font-weight: 600;
}

.leadTxt {
	font-size: 2.4rem;
	line-height: 1.8;
	color: #043686;
	font-weight: 500;
	text-align: center;
}

.indexList {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexList > * {
  width: calc((100% - 80px) / 2);
}

.indexList > *:not(:nth-child(even)) {
  margin-right: 80px;
}

.indexList > *:nth-child(n+3) {
  margin-top: 64px;
}

.indexList li a {
	text-decoration: none;
	text-align: center;
	color: #333;
	font-weight: 600;
	transition: .3s;
}

.indexList li a:hover {
	opacity: .6;
}

.indexList li a figure {
	margin-bottom: 16px;
}

.indexList li a figure img {
	width: 100%;
}

.indexList li a .ttl {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #043686;
}

.indexList li a .txtArea {
	margin-bottom: 24px;
}

.recruitimgBg {
	height: 200px;
	background: url(../images/recruit_bg.jpg) no-repeat center center;
}

.recruitList .basicTtl {
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	color: #333;
	padding: 0;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.recruitList .basicTtl::after {
	display: none;
}

.recruitList .basicTtl span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #043686;
	display: block;
	letter-spacing: 1px;
}

.recruitList ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruitList li {
	width: calc((100% - 80px) / 3);
	position: relative;
}

.recruitList ul > *:not(:nth-child(3n)) {
  margin-right: 40px;
}

.recruitList ul > *:nth-child(n+4) {
  margin-top: 88px;
}

.recruitList li a {
	font-size: clamp(1.5rem, 1vw, 1.7rem);
	font-weight: 600;
	color: #fff;
	background: #043686;
	display: block;
	text-decoration: none;
	transition: .3s;
	text-align: center;
	border-radius: 40px;
	padding: 24px 16px;
}

.recruitList li a:hover {
	opacity: .6;
}

.recruitList li a::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_white.png) no-repeat center center #fff;
	margin-left: 24px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 12px);
	right: 24px;
}

.w100 {
	width: 100%;
}

/* 文化・環境
------------------------------------------------------------*/
.imgTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.imgTxt .txtBox {
	flex-basis: 56%;
	max-width: 56%;
}

.imgTxt .imgBox {
	flex-basis: 42%;
	max-width: 42%;
	margin-right: 2%;
}

.imgTxt .imgBox img {
	width: 100%;
}

.imgTxt.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.imgTxt.reverse .imgBox {
	margin: 0 0 0 2%;
}

/* 人と仕事を知る
------------------------------------------------------------*/
.personList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.personList li {
	margin: 0 2% 20px 0;
	border-bottom: 2px solid #eee;
	width: calc((100% - 40px) / 2);
	text-align: right;
	position: relative;
}

.personList li:nth-child(even) {
	margin-right: 0;
}

.personList li a {
	color: #333;
	background: #f9f9f9;
	padding: 20px;
	display: block;
	text-align: right;
	position: relative;
	transition: .3s;
	cursor: pointer;
}

.personList li a:hover {
	opacity: .6;
}

.personList li img {
	width: 60%;
	height: 300px;
	object-fit: cover;
	object-position: right;
	font-family: "object-fit: cover;";
}

.personList p {
	text-align: left;
	position: absolute;
}

.personList .catch {
	font-size: clamp(1.2rem, 1vw, 1.8rem);
	background: rgba(255,255,255,.8);
	padding: 1vw 2vw;
	border-left: 5px solid #F8362E;
	bottom: 0;
	left: 0;
	letter-spacing: 2px;
	font-weight: 500;
}

.personList li.blue .catch {
	border-color: #043686;
}

.personList .catch span {
	font-size: 14px;
	font-size: 1.4rem;
}

.personList .name {
	color: #666;
	left: 30px;
	bottom: 170px;
}

.personList .num .name {
	bottom: 20px;
}

.personList .name span {
	font-size: clamp(1.8rem, 1vw, 2.2rem);
	color: #F8362E;
	margin-top: 10px;
	display: block;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.personList .blue .name span {
	color: #043686;
}

.contents.itw {
	padding-top: 0;
}

.main {
	height: 560px;
}

.main .inner {
	height: 100%;
	position: relative;
}

.main .inner::after {
	content: "";
	width: 395px;
	height: 45px;
	background: url(../images/person_images/interview.png) no-repeat;
	margin-left: 360px;
	display: block;
	position: absolute;
	right: 77px;
	bottom: 59px;
	filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.18));
}

.main.reverse .inner::after {
	margin: 0 360px 0 0;
	left: 77px;
	right: inherit;
}

.itw01 {
	background: url(../images/person_images/01_main.jpg) no-repeat center;
}

.itw02 {
	background: url(../images/person_images/02_main.jpg) no-repeat center;
	background-position: 30%;
}

.itw03 {
	background: url(../images/person_images/03_main.jpg) no-repeat center;
	background-position: 30%;
}

.itw04 {
	background: url(../images/person_images/04_main.jpg) no-repeat center;
}

.itw05 {
	background: url(../images/person_images/05_main.jpg) no-repeat center;
	background-position: 30%;
}

.itw07 {
	background: url(../images/person_images/07_main.jpg) no-repeat center;
}

.itw08 {
	background: url(../images/person_images/08_main.jpg) no-repeat center;
}

.main .catchArea {
	position: absolute;
	top: 70px;
}

.main.reverse .catchArea {
	right: 10%;
}

.catchArea {
	background: rgba(255,255,255,.8);
}

.main .catchArea .catch,
.main .catchArea .prof {
	padding: 30px 20px;
}

.main .catchArea .prof {
	padding: 25px 20px;
	margin-top: 1px;
}

.main .catchArea .catch {
	padding-bottom: 0;
}

.main .catchArea .catch p {
	font-size: clamp(2.4rem, 1vw, 3.2rem);
	font-weight: 500;
}

.main .catchArea .prof .en {
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #F8362E;
	margin-bottom: 10px;
	margin-top: 10px;
}

.main .catchArea .prof .en.blue {
	color: #043686;
}

h2.lead {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 30px;
	padding: 50px 0;
	margin-bottom: 70px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	letter-spacing: 1px;
}

h2.lead::after {
	display: none!important;
}

.itw .txtArea {
	margin-bottom: 90px;
}

.itw .txtArea:last-child {
	margin-bottom: 0;
}

.itw .question {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.itw .question::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #888;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.itw .private {
	background: #fafaf4;
}
.itw .private > div {
	padding: 30px;
}

.itw .private p {
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	letter-spacing: 1px;
}

.itw .private .imgArea {
	margin-left: 50px;
}

.itw .private .imgArea img {
	margin-left: 10px;
	border: 5px solid #fff;
	width: 100%;
}

.itw .private .imgArea img:first-child {
	margin-left: 0;
}

.itw .private .x2Img .imgArea {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.itw .private .x2Img .imgArea img {
	width: 48%;
}

.other .inner {
	padding: 50px 4vw 70px;
}

.slider ul {
	font-size: 0;
	text-align: center;
}

.slider li {
	width: 23%;
	margin-left: 2%;
	display: inline-block;
	text-align: left;
}

.slider li:first-child {
	margin-left: 0;
}

.slider li a {
	color: #333;
	display: block;
	transition: .3s;
	text-decoration: none;
}

.slider li a:hover {
	text-decoration: none;
	opacity: .6;
}

.slider li figure {
	position: relative;
}

.slider li figure img {
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: 127px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;';
}

.slider li figure p {
	font-size: clamp(1rem, 1vw, 1.5rem);
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.slider li figcaption {
	font-size: clamp(1.2rem, 1vw, 1.5rem);
	color: #043686;
	font-weight: 600;
	padding: 15px 0 15px;
	position: relative;
	border-bottom: 1px solid #043686;
}

.slider li figcaption::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
}

.slider li figure p {
	font-size: clamp(1.4rem, 1vw, 1.5rem);
}

.slider.x2Box li {
	width: 48%;
}

.slider.x2Box li figure img {
	height: initial;
}

.slider.x2Box li figure p {
	font-size: clamp(1.6rem, 1vw, 2rem);
}

.slider.x4Box li figure img {
	height: initial;
}

/* 数字で見るウィズ・ワン
------------------------------------------------------------*/
.grafArea > div {
	width: 48%;
	background: #fafaf4;
	padding: 20px 20px 30px;
	margin: 0 4% 40px 0;
	float: left;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
}

.grafArea > div.w100 {
	width: 100%;
}

.grafArea > div.reset {
	margin-right: 0;
}

.grafArea h3 {
	font-size: 20px;
	font-size: 2rem;
	background: none;
	padding: 0 0 15px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
	font-weight: 600;
}

.grafArea h3::before {
	display: none;
}

.grafArea h3 span.small{
	font-size: 1.6rem;
  line-height: 1.6;
  display: inline-block;
}

.grafArea h3 span.fs13{
	font-size: 1.2rem;
  line-height: 1.6;
  display: inline-block;
}

/* WithOneStory
------------------------------------------------------------*/
.storyList li {
	width: 48.5%;
	margin: 0 3% 30px 0;
	float: left;
	position: relative;
}

.storyList li:nth-child(even) {
	margin-right: 0;
}

.storyList li:nth-child(n + 3) {
	margin-bottom: 0;
}

.storyList li a {
	color: #fff;
	display: block;
	transition: .3s;
}

.storyList li :hover {
	opacity: .6;
}

.storyList li a::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/i_arrow_blue.png) no-repeat center center #fff;
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.storyList li a:hover {
	text-decoration: none;
}

.storyList li p {
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	margin: 0;
	position: absolute;
	left: 25px;
	bottom: 15px;
	letter-spacing: 2px;
}

.storyList li p .name {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	display: block;
}

.storyList li p .name span {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	color: #ccc;
}

.storyList li .tag {
	font-size: clamp(1.4rem, 1vw, 1.6rem);
	font-weight: 600;
	line-height: 40px;
	color: #043686;
	background: #fff;
	padding: 0 10px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	letter-spacing: 1px;
}

.storyMain .inner::after {
	width: 499px;
	height: 62px;
	bottom: 47px;
	background: url(../images/story_images/withonestory.png) no-repeat;
}

.story01 {
	background: url(../images/story_images/01_main.jpg) no-repeat center;
	background-position: 60%;
}

.story02 {
	background: url(../images/story_images/02_main.jpg) no-repeat center;
}

.story03 {
	background: url(../images/story_images/03_main.jpg) no-repeat center;
}

.graph.itw01 {
	background: none;
}

.graph li {
	position: relative;
}

.graph li p {
	display: none;
}

.graph  .bx-pager {
	margin-top: 20px;
	text-align: center;
}

.graph  .bx-pager .bx-pager-item {
	margin: 0 0 6px 6px;
	display: inline-block;
}

.graph  .bx-pager .bx-pager-item:first-child {
	margin-left: 0;
}

.graph .bx-pager.bx-default-pager a {
	width: 28px;
	color: #043686;
	background: #f9f9f9;
	padding: 3px 0;
	display: block;
	border-bottom: 1px solid #eee;
	border-radius: 3px;
	text-decoration: none;
}

.graph .bx-pager.bx-default-pager a:hover {
	text-decoration: none;
}

.graph .bx-pager.bx-default-pager a.active {
	color: #fff;
	background: #043686;
}

.graph .bx-pager.bx-default-pager a.active:hover {
	opacity: 1;
}

.graph .bx-wrapper {
	position: relative;
}

.graph .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -77px;
	outline: 0;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	z-index: 100;
}

.graph .bx-wrapper .bx-prev {
	left: -10px;
	background: url(../images/controls.png) no-repeat 0 0;
}

.graph .bx-wrapper .bx-next {
	right: -10px;
	background: url(../images/controls.png) no-repeat -58px 0;
}

/* 取り組み・社風
------------------------------------------------------------*/
.gallery li {
	width: 18.4%;
	margin: 0 2% 20px 0;
	float: left;
}

.gallery li:nth-child(5n) {
	margin-right: 0;
}

/* 採用情報
------------------------------------------------------------*/
.flexX2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flexX2 > div {
	width: calc((100% - 40px) / 2);
	margin: 0 !important;
}

.flexX2 > div:nth-child(odd) {
	margin-right: 40px !important;
}

.recList > div {
	padding: 25px 30px;
	border: 1px solid #043686;
	text-align: center;
}

.recList.gy > div {
	background: #f5f7fb;
	box-shadow: none;
}

.recList > div + div {
	margin-top: 20px;
}

.recList.x2 > div + div {
	margin-top: 0;
}

.recList.x2 > div:nth-child(n+3) {
	margin-top: 30px !important;
}

.recList > div .ttl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	text-align: left;
	color: #043686;
	font-weight: 600;
	margin-bottom: 10px;
}

.recList > div p:last-child {
	margin-bottom: 0;
}

.recList a:hover {
	text-decoration: none;
}

.recList ol li {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
}

.recList ol li:not(:last-child) {
	margin-bottom: 16px;
}

.recList ol li::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/i_arrow_blue.png) no-repeat;
	margin-right: 15px;
	background-size: cover;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.recList.x2 ol li::after {
	content: none;
}

.recList a {
	color: #333;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}

.recList a:hover {
	opacity: .6;
}

.recList a .moreTxt {
	margin-top: 20px;
}

#acMenu {
	border-top: 1px dotted #ccc;
}

#acMenu dt {
	background: url(../images/arrow_bl_02.png) no-repeat right 20px center;
	display: block;
	padding: 15px 40px 15px 15px;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	transition: 0.3s;
}

#acMenu dt:hover {
	background-color: #f9f9f9;
}

#acMenu dt span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #043686;
	margin: 0 10px 0 0;
	font-family: "Montserrat", sans-serif;
}

#acMenu dd {
	background: #f9f9f9;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	display: none;
}

#acMenu dd a {
	text-decoration: underline;
}

#acMenu dd a:hover {
	text-decoration: none;
	opacity: 1;
}

/* タブ切り替え
------------------------------------------------------------*/
.tabMenu {
	width: 100%;
	margin: 0 auto 50px;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
	border-bottom: 1px solid #ccc;
}

.tabMenu li {
	color: #fff;
	background: #043686;
	padding: 15px 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
	position: relative;
	bottom: -1px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.tabMenu li:hover {
	opacity: 0.6;
}

.tabMenu li.select {
	font-weight: 600;
	color: #043686;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	opacity: 1;
}
.hide {
	display: none;
}

/* お知らせ
------------------------------------------------------------*/
.subNewsbox a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  position: relative;
  display: inline-block;
  width: 100%;
	text-decoration: none;
}

.subNewsbox a:hover {
  opacity: 0.6;
}

.subNewsbox dl {
  background: #F5F7FB;
	padding: 16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subNewsbox dl:not(:last-child) {
  margin-bottom: 24px;
}

.subNewsbox dl dt {
  color: #666666;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	flex-basis: 22%;
	max-width: 22%;
	min-width: 240px;
}

.subNewsbox dl dt .label {
  font-size: 1.2rem;
	color: #043686;
	width: 120px;
	border-radius: 32px;
	display: inline-block;
	border: 1px solid #043686;
	text-align: center;
	margin-left: 16px;
	padding: 4px 8px;
}

.subNewsbox dl dd {
	color: #043686;
	font-weight: 600;
	flex-basis: 70%;
	max-width: 70%;
}

.newsDetail h2 {
  font-size: 2.4rem;
  display: block;
  font-weight: 700;
}

.newsDetail dl {
  margin-bottom: 64px;
}

.newsDetail dl dt {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 24px;
  color: #666;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.newsDetail dl dd figure.fr {
  width: 48%;
  float: right;
  margin: 0 0 24px 24px;
}


.pagination {
  text-align: center;
  margin: 30px 0 0;
  font-size: 16px;
}

.pagination .nav-links {
  display: inline-flex;
  gap: 4px;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #043686;
  color: #043686;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s;
	width: 40px;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
}

.pagination .page-numbers:hover {
  opacity: .6;
}

.pagination .page-numbers.current {
  background-color: #043686;
  color: #fff;
  font-weight: 600;
  border-color: #043686;
  pointer-events: none;
}

.pagination .prev,
.pagination .next {
  font-weight: 600;
	width: 56px;
	font-size: 1.4rem;
}

.pagination .dots {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.pagination .dots:hover {
  opacity: 1;
}

/* フォーム
------------------------------------------------------------*/
form input,
form textarea,
form select {
	font-family: "Noto Sans JP", sans-serif;
}

form .icon {
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	padding: 2px 10px;
	float: right;
	border-radius: 3px;
}

form .icon.need {
	background: #f8362e;
}

form .icon.option {
	background: #3168a8;
}

form .ageBox p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

form input[type=text],
form textarea,
form select,
form input[type=tel],
input[type="email"] {
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
}

form .size-s {
	width: 120px!important;
	margin-right: 15px;
}

form table td input {
	margin-top: 10px;
}

form table td {
	position: relative;
}

form table td input:first-child {
	margin-top: 0;
}

form textarea {
	min-height: 200px;
	resize: vertical;
}

.radio {
  margin-right: 20px;
}

.formError {
	left: 30% !important;
}

form input[type=submit] {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	background: #043686;
	padding: 15px 60px 15px 30px;
	display: inline-block;
	border: none;
	cursor: pointer;
	border-radius: 32px;
	transition: .3s;
}

form input[type=button] {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	background: #043686;
	padding: 15px 70px;
	display: inline-block;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

form input[type=submit]:hover {
	text-decoration: none;
	opacity: .6;
}

form p a,
.privacy a {
	text-decoration: underline;
}

form p a:hover,
.privacy a:hover {
	text-decoration: none;
	opacity: 1;
}

.privacyArea {
	height: 240px;
	background: #f9f9f9;
	padding: 30px;
	overflow-y: scroll;
}

.privacyArea h3 {
	background: none;
	padding: 0 25px;
}

span.wpcf7-spinner {
  display: none;
}

form .btnWrap .submitBtn {
	margin-bottom: 24px;
	display: inline-block;
  position: relative;
	font-weight: 600;
}

form .btnWrap .submitBtn input[type=submit] {
	font-size: 1.8rem;
	font-weight: 600;
}

form .btnWrap .submitBtn ::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("../images/arrow_bl.png") no-repeat center center #fff;
	margin-left: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 16px;
}

.agree {
	margin-bottom: 30px;
	padding: 15px 30px 15px 15px;
	display: inline-block;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.agree .wpcf7-form-control-wrap .wpcf7-form-control input[type="checkbox"] {
    display: none
}

.agree label {
    padding-left: 0
}

.agree .wpcf7-form-control-wrap .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block
}

.agree .wpcf7-form-control-wrap .wpcf7-list-item-label::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: border-color 0.2s, background-color 0.2s
}

.agree .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
    content: "";
    width: 6px;
    height: 10px;
    border-right: 2px solid #17222E;
    border-bottom: 2px solid #17222E;
    position: absolute;
    left: 5px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg)
}

.wpcf7-response-output {
    text-align: center;
    color: #ff0000;
    border: none !important
}


/* サイトマップ
------------------------------------------------------------*/
.sitemap ul li {
	margin-right: 40px;
	display: inline-block;
}

.sitemap ul li:not(:last-child) {
	margin-bottom: 20px;
}

.listw100 li {
	width: 100%;
	margin-left: 0 !important;
}

.sitemap .mainLink {
	margin: 60px 0 16px;
}

.sitemap .mainLink a {
	font-size: 1.8rem;
	font-weight: 600;
}

.sitemap .mainLink.en {
	font-family: "Montserrat", sans-serif;
}

.sitemap .mainLink a::before {
	content: "";
	width: 6px;
	height: 10px;
	background: url(../images/arrow_bl.png) no-repeat;
	margin-right: 15px;
	display: inline-block;
}

.sitemap ul.en li a {
	font-family: "Montserrat", sans-serif;
}

.sitemap a {
	color: #333;
	text-decoration: none;
	transition: .3s;
}

.sitemap a:hover {
	opacity: .6;
}

.sitemap ul li a::before {
	content: "";
	width: 6px;
	height: 10px;
	background: url(../images/arrow_bl.png) no-repeat;
	margin-right: 15px;
	display: inline-block;
}

/* プライバシーポリシー
------------------------------------------------------------*/
.privacy .txtArea .fl {
	margin-right: 30px;
}

@media screen and (max-width:1400px) {
	
	/* 共通
	------------------------------------------------------------*/
	.contents {
		padding: 50px;
	}

	.pankuzu {
		padding: 0 20px;
	}
}

@media screen and (max-width:834px) {

	/* 共通
	------------------------------------------------------------*/
	.grayArea,
	.blueArea {
		padding: 0;
	}

	.page .grayArea {
		display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
		-ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
		flex-flow: column nowrap; 
	}

	.sp {
		display: block;
	}
	
	.pcCenter {
		text-align: left;
	}

	.moreBtn {
		display: block;
		text-align: center;
	}

	.x2 > li,
	.x2 > div {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}

	.x2 > li:last-child,
	.x2 > div:last-child {
		margin: 0;
	}

	.x3 li {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	table th,
	table td {
		width: 100%;
		display: block;
	}

	table th {
		text-align: center;
	}
	
	/* タブ
	------------------------------------------------------------*/
	.contents.tab {
		gap: 0;
		padding: 0 0 20px 0;
	}

	.tab li {
		flex-basis: 100%;
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}

	.tab li a {
		padding: 10px 0;
		width: 100%;
	}

	.contents.subTab {
		padding: 0;
		margin: 0 auto 30px;
		border-top: 1px solid #043686;
		border-left: 1px solid #043686;
	}

	.subTab li {
		width: 50%;
		float: left;
		padding-left: 0;
		margin-left: 0;
		display: block;
		border-left: none;
		border-right: 1px solid #043686 !important;
		border-bottom: 1px solid #043686 !important;
	}

	.subTab li a {
		font-size: 12px;
		font-size: 1.2rem;
		color: #043686;
		padding: 10px 0;
		display: block;
	}
	
	.subTab li.ac a {
		color: #fff;
		background: #043686;
	}

	.subTab li.ac a::after {
		display: none;
	}
	
	/* hx
	------------------------------------------------------------*/
	.top h2 {
		font-size: 2.8rem !important;
		padding: 0;
		margin-bottom: 20px;
		border-bottom: none;
		letter-spacing: 2px;
	}

	.top h2::after {
		display: none;
	}

	.top h2 span {
		font-size: 1.3rem !important;
		background: none;
	}

	.smallTtl {
		font-size: 1.6rem;
		padding: 10px 20px;
		margin-bottom: 15px;
	}

	.itw .txtArea h3,
	.msg .txtArea .smallTtl {
		font-size: 1.6rem;
		letter-spacing: 0;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}

	.itw .txtArea h3 br {
		display: none;
	}

	.itw .private h3 {
		font-size: 1.8rem;
		padding: 15px 0;
	}

	.other .ttl {
		font-size: 20px;
		font-size: 2rem;
		padding: 20px 0;
		border-top: 1px solid #e8e7ee;
		letter-spacing: 1px;
	}

	.h2Wrap {
		height: 120px;
		background-size: cover;
	}

	.h2Wrap h2 {
		font-size: 3rem;
		padding-bottom: 0;
		letter-spacing: 2px;
	}

	.h2Wrap h2 span {
		font-size: 1.4rem;
		margin-top: 0;
		letter-spacing: 0;
	}

	.contents > h2 {
		font-size: 16px;
    font-size: 1.6rem;
		margin-bottom: 30px;
	}

	.contents > h2 > span {
		padding: 0 10px;
	}

	.contents > h2 > span br:first-child {
		display: none;
	}
	
	/* トップページ
	------------------------------------------------------------*/
	/* メインビジュアル
	------------------------------------------------------------*/
	#main {
		height: 400px;
		margin-top: 60px;
	}	
	
	#main picture {
		max-width: 40%;
	}
	
	.top .bx-wrapper {
		position: relative;
	}

	.top .bx-wrapper img {
		max-width: 100%;
		height: 400px;
	}

	.top .bx-wrapper .bxslider {
		padding: 0;
		margin-left: 0;
		left: 0;
	}
	
	.grayArea {
		background: #fff;
	}
	.contents {
		background-color: transparent;
		padding: 30px 0 40px;
		top: 0;
	}

	.top .grayArea > section,
	.top .blueArea > section {
		padding: 40px 0;
	}

	.personality.inner {
		width: 92%;
	}

	.pickup.inner {
		width: 92%;
	}

	.pickup li figure span {
		font-size: 1rem;
		padding: 0 10px 0 10px;
	}

	.personality li a .num {
		font-size: 4rem;
	}

	.personality li p.catch {
		font-size: clamp(1.3rem, 1vw, 1.4rem);
		letter-spacing: 0;
	}

	.personality li a .imgBox {
		width: auto;
	}

	.personality li a .imgBox img {
		height: 100%;
	}

	.personality li a .txtBox {
    width: 70%;
	}

	.personality li a .topBox {
		margin-bottom: 8px;
	}

	.imgBg {
		height: 80px;
		background-size: cover;
	}

	.topNews {
		padding: 20px 0 40px;
	}

	.topNews dl:not(:last-child) {
		margin-bottom: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #F5F7FB;
		padding: 16px;
	}

	.topNews dl {
		flex-wrap: wrap;
	}
	
	.topNews a {
		text-decoration: none;
	}

	.topNews dt {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
	}

	.topNews dt .label {
		font-size: 1.1rem;
		color: #043686;
		width: 100px;
		border-radius: 32px;
		display: inline-block;
		border: 1px solid #043686;
		text-align: center;
		margin-left: 16px;
		padding: 4px 8px;
	}

	.topNews dd {
		flex-basis: 100%;
		max-width: 100%;
	}

	.topNews .btnBox {
		margin-top: 20px;
	}

	.entry .inner {
		padding: 20px 0;
	}

	.entry .inner .box {
		background: #FFEFEF;
		padding: 24px 5vw 20px;
	}
	
	.entry .basicTtl {
		font-size: 4rem;
	}

	.entry .basicTtl span {
		font-size: 1.6rem !important;
	}

	.entryBtn {
		padding: 16px 24px 20px;
	}

	/* パンくず
	------------------------------------------------------------*/
	.pankuzu {
		display: none;
	}
	
	/* メッセージ
	------------------------------------------------------------*/
	.msgMain {
		margin-bottom: 30px;
	}

	.msgMain .logoBox {
		margin-bottom: 40px;
	}

	.msgMain .logoBox img {
		width: 60%;
	}

	.logoBox::after {
		height: 32px;
	}

	.msgMain .catch {
		font-size: 2rem;
	}
	
	/* ウィズ・ワンを知る
	------------------------------------------------------------*/
	.aboutMain h3 {
		font-size: 2rem;
	}

	.indexList > * {
		width: 100%;
	}

	.indexList > *:not(:nth-child(even)) {
		margin-right: 0;
	}

	.indexList > *:nth-child(n+2) {
		margin-top: 40px;
	}

	.indexList li a figure {
		margin-bottom: 16px;
	}

	.indexList li a .ttl {
		font-size: 1.8rem;
	}

	.indexList li a .txtArea {
		margin-bottom: 16px;
	}

	.recruitimgBg {
		height: 80px;
		background-size: cover;
	}

	.recruitList .basicTtl {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}

	.recruitList .basicTtl span {
		font-size: 1.3rem;
	}

	.recruitList li {
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.recruitList li:not(:last-child) {
		margin-bottom: 16px;
	}

	.recruitList ul > *:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.recruitList ul > *:nth-child(n+4) {
		margin-top: 32px;
	}

	.recruitList li a {
		font-size: 1.8rem;
		padding: 16px;
	}

	/* 文化・環境
	------------------------------------------------------------*/
	.imgTxt {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.imgTxt .txtBox {
		flex-basis: 100%;
		max-width: 100%;
	}

	.imgTxt .imgBox {
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.imgTxt .imgBox img {
		width: 100%;
	}

	.imgTxt.reverse {
		flex-direction: row-reverse;
	}

	.imgTxt.reverse .imgBox {
		margin: 0 0 20px 0;
	}
	
	/* 人と仕事を知る
	------------------------------------------------------------*/
	.personList li {
		width: 100%;
		margin: 0 2% 30px 0;
		float: none;
		border: none;
	}

	.personList li a {
		padding: 0;
	}

	.personList .catch {
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 5px 15px 15px;
		letter-spacing: 0;
	}

	.personList .num .catch {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px;
	}

	.personList .catch span {
		font-size: 10px;
		font-size: 1rem;
	}

	.main .catchArea .catch p {
		font-size: 1.6rem;
	}

	.personList .name {
		font-size: 1.2rem;
		padding: 10px 20px;
		margin: 0;
		text-align: right;
		left: 0;
		top: 20px;
		bottom: initial;
	}

	.main .catchArea .prof .en {
		margin-bottom: 0;
    margin-top: 0;
	}

	.personList .name br {
		display: none;
	}
	
	.personList .name span {
		font-size: 1.4rem;
		margin-top: 0;
	}

	/* .main {
		height: 400px;
	} */

	.main .inner::after {
		display: none;
	}

	.itw01 {
		background: url(../images/person_images/01_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.itw02 {
		background: url(../images/person_images/02_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.itw03 {
		background: url(../images/person_images/03_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.itw04 {
		background: url(../images/person_images/04_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.itw05 {
		background: url(../images/person_images/05_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

  .itw07 {
		background: url(../images/person_images/07_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

  .itw08 {
		background: url(../images/person_images/08_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.main .catchArea {
		text-align: center;
		left: 10px;
		bottom: 10px;
		top: initial;
		width: 94%;
	}

	.main.reverse .catchArea .catch {
		right: 0;
	}

	.main .catchArea .catch,
	.main .catchArea .prof {
		padding: 15px;
		text-align: left;
	}

	.main .catchArea .catch {
		font-size: 1.3rem;
		font-weight: 600;
		width: 100%;
		padding-bottom: 0;
	}

	.main .catchArea span {
		display: block;
	}

	.main .catchArea .prof {
		width: 100%;
		padding: 10px;
	}

	.main .catchArea .prof span {
		font-size: 1.4rem;
		display: inline-block;
	}

	.main .catchArea .prof span.blue {
		color: #043686;
	}

	.main.story01 .catchArea .prof {
		padding: 10px 5px;
	}

	.main.story01 .catchArea .prof span:last-child {
		font-size: 1.2rem;
		padding-left: 2px;
		margin-left: 2px;
	}

	.lead,
	h2.lead {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: normal;
		padding: 20px 0;
		margin-bottom: 30px;
		text-align: left;
		letter-spacing: 0;
	}

	.lead br {
		display: none;
	}

	.msg .txtArea,
	.itw .txtArea {
		margin-bottom: 50px;
		display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
		-ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
		flex-flow: column nowrap; 
	}

	.txtArea img.fl,
	.txtArea img.fr {
		margin: 0 auto 20px;
		float: none;
		text-align: center;
		display: block;
		max-width: initial;
		width: 100%;
	}

	.itw .txtArea p:last-child {
		margin-bottom: 0;
	}

	.itw .private > div {
		padding: 20px;
	}

	.itw .private .imgArea {
		margin: 0 0 10px;
		float: none;
	}

	.itw .private p {
		margin-bottom: 0;
		letter-spacing: 0;
	}

	.itw .private p br {
		display: none;
	}

	.other .inner {
		padding: 20px 0 60px;
	}

	.itw .private .imgArea img {
		margin: 0 0 10px;
	}

	.itw .private .x2Img .imgArea {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.itw .private .x2Img .imgArea img {
		width: 50%;
	}
		
	/* 数字で見るウィズ・ワン
	------------------------------------------------------------*/
	.grafArea > div {
		width: 100%;
		padding: 20px 20px 30px;
		margin: 0 0 20px 0;
	}

	.grafArea > div:nth-child(even) {
		margin-right: 0;
	}

	.grafArea h3 {
		font-size: 16px;
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.grafArea > div.w100 {
		display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
		-ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
		flex-flow: column nowrap; 
	}

	.grafArea > div.w100 h3 + img {
		margin-top: 30px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.grafArea > div.w100 img.ml50 {
		margin-left: 0!important;
	}

	/* WithOneStory
	------------------------------------------------------------*/
	.story01 {
		background: url(../images/story_images/01_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.story02 {
		background: url(../images/story_images/02_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.story03 {
		background: url(../images/story_images/03_main_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.storyList li {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.storyList li p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: normal;
		left: 10px;
		bottom: 10px;
	}

	.storyList li p .name {
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.storyList li p .name span {
		display: none;
	}

	.storyList li .tag {
		font-size: 1.3rem;
		line-height: 30px;
		padding: 0 10px;
		top: 15px;
		left: 0;
		letter-spacing: 0;
	}

	/* 取り組み・社風
	------------------------------------------------------------*/
	.event .txtArea {
		display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
		-ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
		flex-flow: column nowrap; 
	}

	.event .txtArea h3 {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}

	.gallery li {
		width: 49%;
		margin: 0 0 10px 0!important;
	}

	.gallery li:nth-child(even) {
		margin-left: 2%!important;
	}
	

	/* 採用情報
	------------------------------------------------------------*/
	.tabMenu {
		border-spacing: 8px 0;
		margin-bottom: 30px;
		table-layout: auto;
	}

	.tabMenu li {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 10px;
	}

	#acMenu dt {
		background-position: right 10px center;
		padding: 15px 30px 15px 0;
	}

	/* お知らせ
	------------------------------------------------------------*/
	.subNewsbox dl {
		flex-wrap: wrap;
	}

	.subNewsbox dl dt {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
	}

	.subNewsbox dl dt .label {
		font-size: 1.1rem;
		text-align: center;
		margin-left: 16px;
		padding: 4px 8px;
	}

	.subNewsbox dl dd {
		flex-basis: 100%;
		max-width: 100%;
	}

	.newsDetail dl dd figure.fr {
		width: 100%;
		float: none;
		margin: 0 0 24px 0;
	}
	
	/* フォーム
	------------------------------------------------------------*/
	form input[type=submit] {
		width: 100%;
		padding: 15px 60px 15px 30px;
		display: block;
	}

	form input[type=button] {
		width: 100%;
		padding: 15px;
		display: block;
	}

	form select {
		background: url(../images/arrow_bl_02.png) no-repeat right 20px center #f9f9f9;
	}
	
	
	/* サイトマップ
	------------------------------------------------------------*/
	.sitemap ul {
		margin-bottom: 50px;
	}

	.sitemap ul li {
		margin: 0 0 20px;
		display: block;
	}
	
	.sitemap .mainLink {
		margin-top: 30px;
	}

	/* 採用情報
	------------------------------------------------------------*/
	.flexX2 {
		flex-wrap: wrap;
	}

	.flexX2 > div {
		width: 100%;
	}

	.flexX2 > div:nth-child(odd) {
		margin-right: 0 !important;
	}

	.flexX2 > div:first-child{
		margin-bottom: 20px !important;
	}
	
	.recList > div {
		padding: 20px 15px;
	}

	.recList > div h4 {
		margin-bottom: 10px;
		overflow: inherit;
	}

	.recList > div img.fr {
		margin: 0 0 20px;
	}
	
	.recList ol li {
		font-size: 1.4rem;
	}
	
	.recList ol li::after {
		position: relative;
		top: 2px;
	}

	.career01Main {
		margin-bottom: 40px;
	}

	.career01Main::after { content: "";display: block;clear: both; }
	.career01Main > p {
		max-width: 50%;
		float: left;
		position: static;
	}

	.career01Main > p {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 10px;
	}

	.career01Main > p strong {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.career01Main > p br {
		display: none;
	}

	.step dl {
		display: block;
		position: relative;
	}

	.step dl:not(:last-child) {
		margin-bottom: 25px;
	}
	.step dl:not(:last-child)::after {
		content: "";
		margin-left: -20px;
		border-style: solid;
		border-width: 15px 20px 0 20px;
		border-color: #fc534c transparent transparent transparent;
		display: inline-block;
		position: absolute;
		left: 50%;
		bottom: -20px;
	}

	.step dl dt,
	.step dl dd {
		width: 100%;
		padding: 15px;
		display: block;
	}
	.step dl dt {
		padding: 10px;
	}
	.step dl:not(:last-child) dt::after {
		display: none;
	}
}

@media screen and (max-width:600px) {
	/* トップページ
	------------------------------------------------------------*/
	#main {
		margin-top: 60px;
		height: 300px;
	}

	#main picture {
		filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 8));
	}	
	
	#main picture {
		display: none;
	}
	
	.top .bx-wrapper img {
		height: 300px;
	}

	.personality li p.catch {
		font-size: 1.7rem;
	}

	.personality li a .imgBox {
		width: 50%;
	}

	.personality li a .imgBox img {
		height: 100%;
		width: 100%;
	}

	.personality li a .txtBox {
    width: 46%;
	}

	.other .inner {
		padding: 20px 0 0;
	}

	.slider li {
		width: 100%;
		margin: 0 0 40px;
		display: block;
	}

	.slider li figcaption {
		font-size: 1.6rem;
	}

	.slider li figure img {
		height: initial;
	}

	.slider li figure p {
		font-size: 1.8rem;
	}

	.slider.x2Box li {
		width: 100%;
	}

	.slider.x2Box li figure p {
		font-size: 1.8rem;
	}

	/* 人と仕事を知る
	------------------------------------------------------------*/
	.main {
		height: 400px;
	}

		.graph li p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5!important;
		height: 120px;
		padding: 15px;
		border: 1px solid #3168a8;
		border-bottom: none;
		position: static;
		display: block;
	}

	/* WithOneStory
	------------------------------------------------------------*/
	.graph.itw01 li p {
		height: 140px;
		width: 100%;
	}

	.graph li p br {
		display: none;
	}

	.graph .bx-pager {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	.graph .bx-pager .bx-pager-item {
		display: table-cell;
	}

	.graph .bx-wrapper .bx-controls-direction {
		display: none;
	}
}