@charset "utf-8";
/* CSS Document */
em {
  display: inline-block;
}
#main_visual {
  background-color: inherit;
  height: inherit;
  position: relative;
}
#main_visual::before {
  background-image: url(../../../../img/bg_support.jpg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  background-size: cover;
  left: 0;
}
#main_visual .inner {
  margin: 0 auto 0px;
}
#contents {
  background-color: #f4f4f4;
}
#contents #main_visual h2 {
  border: none;
  text-align: center;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: normal;
  font-size: 30px;
  padding: 30px 0;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  color: #282828;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 680px) {
  #contents #main_visual h2 {
    font-size: 2em;
  }
}
.case-group {
	display: flex;
	justify-content: center;
	font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	width: inherit;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	align-items: stretch;
	z-index: 1;
	position: relative;
	border-bottom: 3px solid #263e79;
}
.case-group div {
  width: 50%;
}
.case-group div.pointcase.current {
	padding: 15px 5px;
	color: #fff;
	background-color: #263e79;
	transition: all 0.3s;
	border-radius: 10px 10px 0 0;
	line-height: 1;
	font-size: clamp(14px, 2vw, 16px);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	line-height: 1.3;
	width: 70%;
}
.case-group div a:hover {
	/* background-color: #ffffff; */
	transition: none;
}
.case-group div a.gradation :hover {
  background-color: #ffffff;
}
.case-group .weblotterycase a {
	background-image: none;
	margin-bottom: 10px;
}
.case-group .weblotterycase a {
	text-shadow: 2px 2px 2px rgba(255, 255, 255, .8), -2px 2px 2px rgba(255, 255, 255, .8), 2px -2px 2px rgba(255, 255, 255, .8), -2px -2px 2px rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
}
.case-group .weblotterycase a:hover {
	background-image: none;
	background-color: inherit;
	opacity: .8;
	color: #1464ac;
	background-color: rgba(255,255,255,.2);
	border-radius: 1em;
}
.case-group .pointcase.current a {
  background-color: #263e79;
  color: #ffffff;
}
.case-group .weblotterycase.current a {
  background-color: #b3424a;
  color: #ffffff;
}
#wrapper {
  overflow: unset;
}
.clearfix.case_wideview:after {
  content: none;
}
section.separate_none.clearfix.case_wideview {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 3%;
  justify-content: center;
  padding: 30px 20px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  section.separate_none.clearfix.case_wideview {
    flex-direction: column;
    gap: 30px;
  }
}
.area_left {
  width: 35%;
}
@media screen and (max-width: 999px) {
  .area_left {
    width: stretch;
    width: -moz-available;
    width: -webkit-fill-available;
  }
}
.area_left .search_div {
  padding: 20px 4%;
  border: 10px solid #263e79;
  background-color: #ffffff;
  position: sticky;
  top: 100px;
}
.area_left .search_div {
  padding: 5%;
  border: 10px solid #fff;
  background-color: #ffffff;
  position: sticky;
  top: 120px;
  box-shadow: 2px 2px 8px rgba(20, 100, 172, .2), -2px 2px 8px rgba(20, 100, 172, .2), 2px -2px 8px rgba(20, 100, 172, .2), -2px -2px 8px rgba(20, 100, 172, .2);
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .area_left .search_div {
    padding: 15px;
    top: unset;
  }
}
.search-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .search-title {
    margin-bottom: 20px;
  }
}
.search_div .category-industry {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
@media screen and (max-width: 999px) {
  .search_div .category-industry {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.search_div .category-industry a {
  display: block;
  font-size: clamp(16px, 2vw, 16px);
  font-weight: bold;
  padding: 8px 10px;
  padding-left: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 2em;
  color: #0b5394;
  background-color: #ffffff;
  transition: background 0.3s, color 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .search_div .category-industry a {
    font-size: 1rem;
    border-radius: 5px;
	padding: 10px 10px 10px 12px;
  }
}
.search_div .category-industry a:hover {
  opacity: 0.8;
  background-color: #eff7ff;
  border: 1px solid #73a0c9;
}
.category-industry li.current a {
  background-color: #1464ac;
  color: #fff;
  font-weight: bold;
}
.category-industry li.current a:hover {
  opacity: unset;
  background-color: #1464ac;
}
#contents .case_wideview .caselist {
  /*max-width: 750px;*/
  margin: unset;
  padding: unset;
  width: 62%;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 999px) {
  #contents .case_wideview .caselist {
    width: 100%;
  }
}
.industry_type {
  margin-bottom: 40px;
  padding: 40px;
  background: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .industry_type {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.industry_type:last-child {
  margin-bottom: unset;
}
.industry_type h3 {
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-left: unset;
  padding: 0 0 20px;
  margin: unset;
  color: #282829;
  line-height: 1.5;
}
@media screen and (max-width: 680px) {
  .industry_type h3 {
    font-size: 22px;
    padding: 30px 0 40px;
  }
}
.category-industry li a em {
  margin: 0 0.3em;
}
@media screen and (max-width: 680px) {
  .category-industry li a em {
    margin: 0 0.1em;
  }
}
.industry_type h3 em {
  margin: 0 0.3em;
}
@media screen and (max-width: 680px) {
  .industry_type h3 em {
    margin: 0 0.1em;
  }
}
.industry_type span {
  padding: 0 40px;
  color: #0b5394;
  font-size: 18px;
  font-weight: bold;
}
.industry_type ul {
  margin: unset;
  padding: unset;
}
.industry_type ul li {
  list-style: none;
  border-bottom: 1px dotted #bcbcbc;
}
@media screen and (max-width: 680px) {
.industry_type ul li {
	margin-bottom: 10px;
}
}
.industry_type ul li a {
  font-size: 16px;
  padding: 8px 10px 8px 30px;
  display: block;
  position: relative;
  color: #0b5394;
  font-weight: bold;
  border: 1px solid transparent;
}
@media screen and (max-width: 680px) {
  .industry_type ul li a {
    font-size: 17px;
    line-height: 1.3;
    padding: 10px 10px 40px 30px;
  }
}
.industry_type ul li a:hover {
  opacity: 0.8;
  background-color: #eff7ff;
  color: #0090da;
  text-decoration: none;
  border: 1px solid #73a0c9;
  border-radius: 3px;
}
.industry_type ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  border: solid #0b5394;
  border-width: 0 0 2px 2px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 14px;
  right: inherit;
  left: 5px;
  transform: rotate(-135deg);
  animation: inherit;
}
.industry_type ul li a:hover:before {
  border-color: #0090da;
}
.industry_type ul li a em {
  padding: 0 10px;
}
@media screen and (max-width: 680px) {
  .industry_type ul li a em {
    display: block;
	padding: 0;
  }
}
.industry_type ul li a span.topic {
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 10px;
  padding: 0 10px;
  background-color: #263e79;
  color: #ffffff;
  /* display: none; */
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  .industry_type ul li a span.topic {
    display: block;
    right: inherit;
    font-size: 15px;
    margin-top: 3px;
    padding: 2px 10px;
  }
}
.contactlink {
  background-color: #fff;
  border: none;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
#contents section.contactlink div.inner {
  padding: 50px 20px;
}
@media screen and (max-width: 999px) {
  #contents section.contactlink div.inner {
    padding: 0 20px;
  }
}
.contactlink dt {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.3;
}
.contactlink .contact1 h4, .contactlink .contact2 h4 {
  font-size: 1rem;
  font-weight: normal;
}
p.link {
  font-size: 1.1rem;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.3;
  background-color: #f6f8f9;
}
p.link a {
  text-decoration: underline;
}
#contents section.contactlink dl {
  border: none;
}
section.bottomimage {
  width: 100%;
  position: inherit;
}
.bgimage_for_legacy.corporate {
  position: absolute;
  width: 100%;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center 20%;
  z-index: 0;
}
@media screen and (max-width: 680px) {
.bgimage_for_legacy.corporate {
	position: relative;
}
}
.bgimage_for_legacy.corporate:before {
  background-image: url(../../../../img/bg_support.jpg);
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: -1;
  opacity: 0.5;
  background-size: cover;
  background-position-y: 18%;
}

/* weblotterycase BEGIN */
.weblotterycase .case-group {
	border-bottom: 3px solid #b3424a;
}
.weblotterycase .area_left .search_div {
	box-shadow: 2px 2px 8px rgba(179, 66, 74, .2), -2px 2px 8px rgba(179, 66, 74, .2), 2px -2px 8px rgba(179, 66, 74, .2), -2px -2px 8px rgba(179, 66, 74, .2);
}
.weblotterycase .industry_type ul li a span.topic {
	background-color: #b3424a;
}
.weblotterycase .industry_type ul li a::before {
	border-color: #b3424a;
}
.case-group .weblotterycase.current a {
	background-color: #b3424a;
	color: #ffffff;
	background-image: inherit;
}
.weblotterycase .category-industry li.current a:hover {
	background-color: #b3424a;
}
.weblotterycase .category-industry li.current a {
	background-color: #b3424a;
}
.weblotterycase .search_div .category-industry a:hover {
	background-color: #fbf1f2;
	border: 1px solid #cf9ca0;
}
.weblotterycase .industry_type ul li a:hover {
	background-color: #fbf1f2;
	border: 1px solid #cf9ca0;
}
.weblotterycase .case-group .pointcase a {
	/* background-image: linear-gradient(0deg, #dcdcdc, #d2d2d2 96%, #fff); */
	text-shadow: 2px 2px 2px rgba(255, 255, 255, .5), -2px 2px 2px rgba(255, 255, 255, .5), 2px -2px 2px rgba(255, 255, 255, .5), -2px -2px 2px rgba(255, 255, 255, .5);
	margin-bottom: 10px;
}
.weblotterycase .case-group .pointcase a:hover {
	color: #1464ac;
	background-image: none;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, .5), -2px 2px 2px rgba(255, 255, 255, .5), 2px -2px 2px rgba(255, 255, 255, .5), -2px -2px 2px rgba(255, 255, 255, .5);
	background-color: rgba(255,255,255,.2);
	border-radius: 1em;
}
.weblotterycase .case-group .weblotterycase a {
	text-shadow: none;
}
.weblotterycase .case-group div.weblotterycase.current {
	padding: 15px 5px;
	color: #fff;
	background-color: #b3424a;
	transition: all 0.3s;
	border-radius: 10px 10px 0 0;
	line-height: 1;
	font-size: clamp(14px, 2vw, 16px);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	line-height: 1.3;
}
/* weblotterycase END */

.case-group .pointcase {
	display: flex;
	align-items: flex-end;
	background-image: none;
}
.case-group .weblotterycase {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	background-image: none;
}
