@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
#index .h205 ul li .linkInfo p.date, #csr .columnListArea ul li .linkInfo p.date, #column .columnPickup li .linkInfo p.date, #column .columnList li .linkInfo p.date, #index .mainVisual section h2, #index .contents section h2, #index .infoArea .newsCont h3, .newsList li .date, #service .linkArea2 .linkCont h2, #column .columnPickup li.new .pict a:after, #column .dateArea .date, #serviceDetail .smileFlexArea .smileFlexCont .smileFlexInfo .num {
  font-family: 'Montserrat', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 960px) {
#mwform-name1-name2{
	display: flex !important;
	flex-wrap: wrap !important;
}
#mwform-name1-name2 > * {
  flex: 1 1 48% !important;
}
#mwform-name1-name2 span:first-of-type {
  margin-right: 4% !important;
}
#mwform-tel01-tel02-tel03{
	display: flex !important;
	flex-wrap: wrap !important;
	}
}

#navi{
	width: 50% !important;
}

#profile-logo01{
	width: 130px;
		vertical-align: top;
	}
	#profile-logo02{
		width: 85px;
	vertical-align: top;
	}
	#profile-logo03{
		width: 59px;
	vertical-align: top;
	}

#certificate-logo01{
	
	}
	#certificate-logo02{
	width: 30%;
	}
	#certificate-logo03{
	width: 30%;
	}

@media screen and (max-width: 470px)
{
	#certificate-logo01{
		width: 70% !important;
	}
	#certificate-logo02{
width: 50% !important;
	}
	#certificate-logo03{
	width: 50% !important;
	}
	#flex-span{
		display: block !important;
	}
	#profile-logo01{
		width: 140px;
	
	}
	#profile-logo02{
		width: 90px;
	
	}
	#profile-logo03{
		width: 63px;
	
	}
	.footer_box01_tit01
	{
		margin: 0 5px !important;
	}
	#hiring-items2{
		height: auto !important;
	}
	#hiring-items li
	{
	padding-top: 50px !important;
    padding-bottom: 50px !important;
	}
	
	#hiring-items .organization_box01
	{
		top: 60% !important;
	}
	#hiring-items .organization_box01 .organization_box01_inner01 a{
		    padding: 22px 0 29px !important;
	}
	#testthune{
		height: auto !important;
	}
	
}
@media screen and (max-width: 680px)
{
	#profile-logo01{
		width: 140px;
	}
	#profile-logo02{
		width: 90px;
	}
	#profile-logo03{
		width: 63px;
	}
}

#flex-span{
		display: inline;
	}

#news .contents .secTitleArea{
	 background-image: url('../img/ir/mv.jpg') !important;
}

#interview-banner{
	 background-image: url('/wp-content/uploads/2023/08/771c224ff9826003246efea36648dbc3.jpg') !important;
}

#application-banner{
	 background-image: url('/wp-content/uploads/2023/08/daf4b5514c2b851b4826963a6e74ca3b.png') !important;
}

#index .secCont {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(50px);
}
#index .view.secCont {
  opacity: 1;
  transform: translateY(0);
}

#index .h204 .rowBanner, #service .linkArea2 {
  background-image: linear-gradient(0deg, #097de9 0%, #1b39b7 100%);
}
#index .h204 .rowBanner a, #service .linkArea2 a {
  background: url(../img/index/bg04.png) no-repeat 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 410px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
#index .h204 .rowBanner a:hover, #service .linkArea2 a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#index .h204 .rowBanner a:after, #service .linkArea2 a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../img/index/arrow2.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #index .h204 .rowBanner a, #service .linkArea2 a {
    background-size: 120%;
    height: auto;
  }
  #index .h204 .rowBanner a:after, #service .linkArea2 a:after {
    height: 6.5vw;
    width: 6.5vw;
  }
}

.pager {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager li a,
.pager li span {
  border: 1px solid #3b68cf;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #3b68cf;
  height: 30px;
  font-size: 90%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  transition: all 0.6s;
  width: 30px;
}
.pager li a:hover,
.pager li span:hover {
  background-color: #3b68cf;
  color: #fff;
}
.pager li.c a,
.pager li.c span {
  background-color: #3b68cf;
  color: #fff;
}
.pager li.next {
  margin: 0 0 0 10px;
}
.pager li.next a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 8px;
  background-image: url(../img/common/arrow2.png);
  background-color: inherit;
  border: none;
  border-radius: 0;
}
.pager li.prev {
  margin: 0 10px 0 0;
}
.pager li.prev a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 8px;
  background-image: url(../img/common/arrow2.png);
  background-color: inherit;
  border: none;
  border-radius: 0;
  transform: rotate(-180deg);
}
.pager li.end {
  margin: 0 0 0 5px;
}
.pager li.end a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 14px;
  background-image: url(../img/common/arrow3.png);
  background-color: inherit;
  border: none;
  border-radius: 0;
}
.pager li.first {
  margin: 0 5px 0 0;
}
.pager li.first a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 12px;
  width: 14px;
  background-image: url(../img/common/arrow3.png);
  background-color: inherit;
  border: none;
  border-radius: 0;
  transform: rotate(-180deg);
}
@media screen and (max-width: 960px) {
  .pager {
    margin-bottom: 6%;
  }
  .pager li a,
  .pager li span {
    margin: 0 1vw;
    height: 7vw;
    width: 7vw;
  }
  .pager li.next {
    margin: 0 0 0 1.5vw;
  }
  .pager li.next a {
    height: 2.3vw;
    width: 1.5vw;
  }
  .pager li.prev {
    margin: 0 1.5vw 0 0;
  }
  .pager li.prev a {
    height: 2.3vw;
    width: 1.5vw;
  }
  .pager li.end {
    margin: 0 0 0 1vw;
  }
  .pager li.end a {
    height: 2.3vw;
    width: 2.5vw;
  }
  .pager li.first {
    margin: 0 1vw 0 0;
  }
  .pager li.first a {
    height: 2.3vw;
    width: 2.5vw;
  }
}

#business .searchArea .searchCont dl dd select, #contact table td select, #ir .selectLinkWrap .selectLink select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/business/select.png) no-repeat 100% 53% #fff;
  border: none;
  box-sizing: border-box;
  height: 48px;
  padding: 0 55px 0 5px;
  width: 100%;
}
#business .searchArea .searchCont dl dd select::-ms-expand, #contact table td select::-ms-expand, #ir .selectLinkWrap .selectLink select::-ms-expand {
  display: none;
}
@media screen and (max-width: 960px) {
  #business .searchArea .searchCont dl dd select, #contact table td select, #ir .selectLinkWrap .selectLink select {
    height: 10vw;
  }
}

#service .linkArea dl dt, #service .linkArea3 dl dt, #company .linkArea ul.banner li a {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #service .linkArea dl dt, #service .linkArea3 dl dt, #company .linkArea ul.banner li a {
    height: 25vw;
  }
}

#service .linkArea dl dd, #service .linkArea3 dl dd, #company .linkArea ul.linkList li, #ir .linkTxt li {
  background-color: #fff;
  border-bottom: 1px solid #f4f3f3;
  border-right: 1px solid #f4f3f3;
  box-sizing: border-box;
  width: 50%;
}
#service .linkArea dl dd a, #service .linkArea3 dl dd a, #company .linkArea ul.linkList li a, #ir .linkTxt li a {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 20px;
  position: relative;
  text-align: left;
  transition: opacity 0.6s;
  text-decoration: none;
}
#service .linkArea dl dd a:hover, #service .linkArea3 dl dd a:hover, #company .linkArea ul.linkList li a:hover, #ir .linkTxt li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#service .linkArea dl dd a:after, #service .linkArea3 dl dd a:after, #company .linkArea ul.linkList li a:after, #ir .linkTxt li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
  position: absolute;
  top: 35px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  #service .linkArea dl dd, #service .linkArea3 dl dd, #company .linkArea ul.linkList li, #ir .linkTxt li {
    border-right: 1px solid #f4f3f3 !important;
  }
  #service .linkArea dl dd a, #service .linkArea3 dl dd a, #company .linkArea ul.linkList li a, #ir .linkTxt li a {
    height: 17vw;
    padding: 0 6vw 0 3vw;
    position: relative;
  }
  #service .linkArea dl dd a:after, #service .linkArea3 dl dd a:after, #company .linkArea ul.linkList li a:after, #ir .linkTxt li a:after {
    height: 2.6vw;
    right: 2vw;
    top: 7.2vw;
    width: 2vw;
  }
}

#index .h205 ul, #csr .columnListArea ul, #column .columnPickup, #column .columnList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#index .h205 ul li, #csr .columnListArea ul li, #column .columnPickup li, #column .columnList li {
  background-color: #fff;
  border-top: 1px dotted #000;
  max-width: 550px;
  width: 50%;
}
#index .h205 ul li:nth-child(-n+2), #csr .columnListArea ul li:nth-child(-n+2), #column .columnPickup li:nth-child(-n+2), #column .columnList li:nth-child(-n+2) {
  border-top: none;
}
#index .h205 ul li .pict, #csr .columnListArea ul li .pict, #column .columnPickup li .pict, #column .columnList li .pict {
  margin: 0;
  max-width: 186px;
  width: 34%;
  overflow: hidden;
}
#index .h205 ul li .pict img, #csr .columnListArea ul li .pict img, #column .columnPickup li .pict img, #column .columnList li .pict img {
/*  max-width: 100%; byki */
  height: 100%;
  width: auto;
}
#index .h205 ul li .linkInfo, #csr .columnListArea ul li .linkInfo, #column .columnPickup li .linkInfo, #column .columnList li .linkInfo {
  box-sizing: border-box;
  max-width: 364px;
  padding: 35px 40px 0;
  position: relative;
  width: 66%;
}
#index .h205 ul li .linkInfo h3, #csr .columnListArea ul li .linkInfo h3, #column .columnPickup li .linkInfo h3, #column .columnList li .linkInfo h3 {
  border: none;
  font-size: 100%;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#index .h205 ul li .linkInfo p.date, #csr .columnListArea ul li .linkInfo p.date, #column .columnPickup li .linkInfo p.date, #column .columnList li .linkInfo p.date {
  color: #535353;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 85%;
  margin-bottom: 10px;
}
#index .h205 ul li .linkInfo p.date span, #csr .columnListArea ul li .linkInfo p.date span, #column .columnPickup li .linkInfo p.date span, #column .columnList li .linkInfo p.date span {
  background-color: #bababa;
  border-radius: 30px;
  color: #fff;
  display: block;
  text-align: center;
  width: 140px;
}
#index .h205 ul li .linkInfo p.more, #csr .columnListArea ul li .linkInfo p.more, #column .columnPickup li .linkInfo p.more, #column .columnList li .linkInfo p.more {
  margin: 0;
  font-size: 90%;
  position: absolute;
  left: 40px;
  bottom: 35px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #index .h205 ul, #csr .columnListArea ul, #column .columnPickup, #column .columnList {
    display: block;
    margin-bottom: 6vw;
  }
  #index .h205 ul li, #csr .columnListArea ul li, #column .columnPickup li, #column .columnList li {
    border-top: 1px dotted #000 !important;
    max-width: 100%;
    width: 100%;
  }
  #index .h205 ul li:first-child, #csr .columnListArea ul li:first-child, #column .columnPickup li:first-child, #column .columnList li:first-child {
    border-top: none !important;
  }
  #index .h205 ul li .pict, #csr .columnListArea ul li .pict, #column .columnPickup li .pict, #column .columnList li .pict {
    max-width: 100%;
    width: 35%;
  }
  #index .h205 ul li .pict img, #csr .columnListArea ul li .pict img, #column .columnPickup li .pict img, #column .columnList li .pict img {
    height: 32vw;
  }
  #index .h205 ul li .linkInfo, #csr .columnListArea ul li .linkInfo, #column .columnPickup li .linkInfo, #column .columnList li .linkInfo {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 0 0 4vw;
    position: relative;
    width: 65%;
  }
  #index .h205 ul li .linkInfo p.date, #csr .columnListArea ul li .linkInfo p.date, #column .columnPickup li .linkInfo p.date, #column .columnList li .linkInfo p.date {
    margin-bottom: 3vw;
  }
  #index .h205 ul li .linkInfo p.date span, #csr .columnListArea ul li .linkInfo p.date span, #column .columnPickup li .linkInfo p.date span, #column .columnList li .linkInfo p.date span {
    width: 20vw;
  }
  #index .h205 ul li .linkInfo p.more, #csr .columnListArea ul li .linkInfo p.more, #column .columnPickup li .linkInfo p.more, #column .columnList li .linkInfo p.more {
    left: 4vw;
    bottom: 0;
  }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  #index .h205 ul li .pict, #csr .columnListArea ul li .pict, #column .columnPickup li .pict, #column .columnList li .pict {
    width: 33%;
  }
  #index .h205 ul li .pict img, #csr .columnListArea ul li .pict img, #column .columnPickup li .pict img, #column .columnList li .pict img {
    height: 28vw;
    max-width: 200%;
  }
  #index .h205 ul li .linkInfo, #csr .columnListArea ul li .linkInfo, #column .columnPickup li .linkInfo, #column .columnList li .linkInfo {
    width: 67%;
  }
}

#company .policyArea, #ir .policyArea {
  display: flex;
  justify-content: space-between;
}
#company .policyArea dl, #ir .policyArea dl {
  max-width: 340px;
  position: relative;
  width: 31%;
}
#company .policyArea dl:before, #ir .policyArea dl:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/company/policy/policyDtBg.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
#company .policyArea dl:after, #ir .policyArea dl:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/company/policy/policyDtBg.png);
  position: absolute;
  top: 0px;
  right: 0px;
  transform: scale(-1, 1);
}
#company .policyArea dl dt, #ir .policyArea dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 195px;
  margin-bottom: 35px;
  position: relative;
}
#company .policyArea dl dt:before, #ir .policyArea dl dt:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/company/policy/policyDtBg.png);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
#company .policyArea dl dt:after, #ir .policyArea dl dt:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/company/policy/policyDtBg.png);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 960px) {
  #company .policyArea, #ir .policyArea {
    display: block;
  }
  #company .policyArea dl, #ir .policyArea dl {
    max-width: 100%;
    margin-bottom: 5vw;
    width: 100%;
  }
  #company .policyArea dl:after, #ir .policyArea dl:after, #company .policyArea dl:before, #ir .policyArea dl:before {
    height: 5vw;
    width: 5vw;
  }
  #company .policyArea dl dt, #ir .policyArea dl dt {
    height: 35vw;
    margin-bottom: 3vw;
  }
  #company .policyArea dl dt:after, #ir .policyArea dl dt:after, #company .policyArea dl dt:before, #ir .policyArea dl dt:before {
    height: 5vw;
    width: 5vw;
  }
  #company .policyArea dl dt img, #ir .policyArea dl dt img {
    height: 60%;
    width: auto;
  }
}

#ir .irTopCont .newsArea .secTitle, #ir .priceArea .secTitle {
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
#ir .irTopCont .newsArea .secTitle h2, #ir .priceArea .secTitle h2 {
  border: none;
  margin: 0;
  padding: 0;
}
#ir .irTopCont .newsArea .secTitle h2:after, #ir .priceArea .secTitle h2:after {
  display: none;
}
@media screen and (max-width: 960px) {
  #ir .irTopCont .newsArea .secTitle, #ir .priceArea .secTitle {
    padding: 2vw 3vw;
  }
}

/******* contents.scss *******/
/*********index*********/
@keyframes mvOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvMargin {
  0% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#home-image {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}

#index video {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  height: auto;
  width: auto;
  z-index: 1;
}
#index video.hide {
  opacity: 0;
  z-index: -1;
}

#index .mainVisual {
  background: url(../img/index/main_hexa.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 5;
}
#index .mainVisual .mvCont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#index .mainVisual .hexaWrap {
  margin-top: -18px;
  width: 100%;
}
#index .mainVisual .hexa {
  position: relative;
  height: 72vh;
}
#index .mainVisual .hexa svg {
  opacity: 0;
  transition: opacity 0.2s;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#index .mainVisual .hexa .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#index .mainVisual .hexa .st1 {
  fill: #fff;
}
#index .mainVisual h1 {
  position: absolute;
  top: 93px;
  left: 120px;
  line-height: 100%;
}
#index .mainVisual h1 span {
  opacity: 0;
  display: block;
  position: relative;
}
#index .mainVisual h1 span img {
  display: block;
}
#index .mainVisual h1 span.titlePre {
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  line-height: 180%;
  z-index: 5;
}
#index .mainVisual h1 span.titlePre img {
  margin-bottom: 25px;
}
#index .mainVisual h1 span.titleMain {
  opacity: 1;
  display: inline-block;
  margin-bottom: -20px;
  margin-left: -60px;
  position: relative;
  overflow: hidden;
}
#index .mainVisual h1 span.titleMain img {
  opacity: 0;
}
#index .mainVisual h1 span.titleMain:after {
  background: linear-gradient(to bottom, #097dea 0%, #1B39B7 100%);
  content: "";
  height: 100%;
  transform: translateX(-100%);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#index .mainVisual section {
  opacity: 0;
  position: absolute;
  bottom: 35px;
  right: 40px;
  width: 480px;
}
#index .mainVisual section h2 {
  color: #fff;
  font-size: 115%;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
#index .mainVisual section .topicsSlideArea {
  border: 1px solid #fff;
  padding: 15px 20px;
  position: relative;
}
#index .mainVisual section .topicsSlideArea .slick-slide {
  display: flex;
  justify-content: space-between;
  line-height: 140%;
}
#index .mainVisual section .topicsSlideArea .slick-slide span {
  color: #fff;
  display: flex;
  position: relative;
  width: 20%;
}
#index .mainVisual section .topicsSlideArea .slick-slide span:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 100%;
  width: 1px;
}
#index .mainVisual section .topicsSlideArea .slick-slide a {
  color: #fff;
  display: block;
  width: 76%;
}
#index .mainVisual section .topicsSlideArea .slick-slide a:hover {
  opacity: 1;
  text-decoration: underline;
}
#index .mainVisual section .topicsSlideArea .slick-slide a.newsLink {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#index .mainVisual section .topicsSlideArea .prev,
#index .mainVisual section .topicsSlideArea .next {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/index/arrow.png);
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 10;
}
#index .mainVisual section .topicsSlideArea .prev {
  right: 20px;
  transform: rotate(-180deg);
}
#index .mainVisual.load .hexa svg {
  opacity: 1;
}
#index .mainVisual.load h1 span.titlePre {
  animation: mvOpacity 1s ease 0s normal forwards;
}
#index .mainVisual.load h1 span.titleMain:after {
  animation: mvMargin 1s ease-in-out 0s normal forwards;
}
#index .mainVisual.load h1 span.titleMain img {
  animation: mvOpacity 0s ease 0.5s normal forwards;
}
#index .mainVisual.load section {
  animation: mvOpacity 1s ease 1.5s normal forwards;
}
#index .contents {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
#index .contents section {
  max-width: 100%;
  margin-bottom: 0;
}
#index .contents section .secCont {
  max-width: 100%;
}
#index .contents section h2 {
  border: none;
  color: #3b68cf;
  font-size: 225%;
  padding-bottom: 0;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
}
#index .contents section h2:after {
  display: none;
}
#index .contents section h2 span {
  font-size: 40%;
  display: block;
}
#index .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
#index .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#index .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #index .btn {
    width: 60%;
  }
  #index .btn a {
    padding: 4% 0;
  }
}
#index .secFlexArea section {
  background: url('/wp-content/uploads/2023/08/3f04bb504813a8cc0126d16eab2b9389-scaled.jpeg') no-repeat 0 0;
  background-size: contain;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
#index .secFlexArea section .secFlexCont {
  background-color: #fff;
  height: 545px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#index .secFlexArea section.h202 {
  background-image: url('/wp-content/uploads/2023/08/b15990768b03e453dc13b6697db5894e-scaled.jpg');
  background-position: 100% 0;
  justify-content: flex-start;
}
#index .secFlexArea section.h203 {
/* 	background-position: -100% 0; */
  background-image: url('/wp-content/uploads/2023/08/4ec3dc487ba251e32d922bcfc5478c30-scaled.jpg') !important;
}
#index .secFlexArea section h2 {
  margin: 0 auto 55px;
}
#index .secFlexArea section p {
  margin: 0 auto 50px;
}
#index .h204 {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index .h204 .rowBanner {
  background: none;
  box-sizing: border-box;
  width: 50%;
}
#index .h204 .rowBanner a {
  background: url(../img/index/bg04.jpg) no-repeat 100% 100%;
  background-size: cover;
}
#index .h204 .rowBanner a:hover {
  opacity: 0.9;
}
#index .h204 .rowBanner.rowBanner02 {
  width: 100%;
}
#index .h204 .rowBanner.rowBanner02 a {
  background-image: url(../img/index/bg04_2.jpg);
}
#index .h204 .rowBanner.rowBanner03 a {
  background-image: url(../img/index/bg04_3.jpg);
}
#index .h204 .rowBanner.rowBanner04 a {
  background-image: url(../img/index/bg04_4.jpg);
}
#index .h204 .rowBanner.rowBanner05 a {
  background-image: url(../img/index/bg04_5.png);
}
#index .h204 .rowBanner:last-of-type {
  border-left: 1px solid #fff;
}
#index .h204 .oracleNote {
  color: rgba(255, 255, 255, 0.8);
  font-size: 80%;
  line-height: 140%;
  margin: 8px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#index .h204 .secCont {
  margin: 0;
  width: 58%;
}
#index .h204 .secCont h2 {
  color: #fff;
  font-size: 255%;
  font-style: italic;
  margin: 0 auto 45px;
  letter-spacing: normal;
}
#index .h204 .secCont h2 span {
  font-style: normal;
}
#index .h204 .secCont p {
  color: #fff;
  margin: 0;
}
#index .h205 .secCont {
  margin: 0 auto;
  max-width: 1100px !important;
  padding: 100px 0;
}
#index .h205 ul li {
  min-height: 186px;
}
#index .h205 ul li .pict {
  display: flex;
  justify-content: center;
  height: 100%;
}
#index .h205 ul li a {
  display: flex;
  transition: background-color 0.6s;
  height: 100%;
  width: 100%;
}
#index .h205 ul li a:hover {
  background-color: #e6edf1;
}
#index .infoArea {
  border-top: 1px solid #fff;
  display: flex;
  position: relative;
}
#index .infoArea section {
  width: 50%;
}
#index .infoArea h2 {
  background: url('/wp-content/uploads/2023/08/ab45766010ff3304dde1fa9410b7458d-scaled.jpeg');
  background-size: cover;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
#index .infoArea h2 a {
  color: #3b68cf;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 75%;
  line-height: 130%;
  height: 253px;
  letter-spacing: normal;
  width: 100%;
  transition: opacity 0.6s;
  text-decoration: none;
}
#index .infoArea h2 a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#index .infoArea h2 a span {
  font-size: 50%;
}
#index .infoArea .h206 {
  border-right: 1px solid #F3F3F3;
}
#index .infoArea .h207 h2 {
  background-image: url('/wp-content/uploads/2023/08/c6a83e7e9ecf9e011d0f3a09f309f1a2-scaled.jpg');
}
#index .infoArea .newsCont {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: 80%;
}
#index .infoArea .newsCont h3 {
  border: none;
  font-size: 130%;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}
#index .infoArea .newsCont h3 span {
  font-size: 65%;
  margin-left: 15px;
}
#index .infoArea .newsCont .all {
  position: absolute;
  top: 85px;
  right: 0px;
}
#index .infoArea .newsCont .all a {
  color: #3b68cf;
  font-size: 85%;
  transition: opacity 0.6s;
  text-decoration: none;
}
#index .infoArea .newsCont .all a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#index .infoArea .newsCont .all a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 6px;
  width: 4px;
  background-image: url(../img/index/newsIcon.png);
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.1em;
}
#index .h208 h2 {
  background: url(../img/index/bg07.jpg) no-repeat 50% 100%;
  background-size: cover;
  box-sizing: border-box;
  margin: 0;
}
#index .h208 h2 a {
  color: #3b68cf;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 75%;
  line-height: 130%;
  height: 253px;
  letter-spacing: normal;
  width: 100%;
  transition: opacity 0.6s;
  text-decoration: none;
}
#index .h208 h2 a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#index .h208 h2 a span {
  font-size: 50%;
}
#index .h209 {
  background-color: white;
  padding-top: 100px !important;
}
#index .h209 .secCont {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 80px;
  width: 1100px;
}
#index .h209 .pict {
  margin-bottom: 80px;
  width: 100%;
}
#index .h209 .pict img {
  display: block;
	margin: 30px auto;
}
#index .h209 h2 {
  margin: 0;
}
#index .h209 p {
  margin-bottom: 55px;
}
#index .h209 .txtArea {
  margin-left: 250px;
  width: 510px;
}
#index .h209 .txtArea .btn {
  margin: 0;
}

.newsList {
  border-top: 1px dotted #000;
}
.newsList li {
  border-bottom: 1px dotted #000;
  padding: 15px 0;
}
.newsList li .date {
  color: #535353;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 75%;
  margin-bottom: 10px;
  width: 150px;
}
.newsList li .date span {
  background-color: #bababa;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 28px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
}
.newsList li .date span.newsCate01 {
  background-color: #51c2a9;
}
.newsList li .date span.newsCate02 {
  background-color: #7dbae0;
}
.newsList li .date span.newsCate03 {
  background-color: #6a90e8;
}
.newsList li .date span.newsCate04 {
  background-color: #3b68cf;
}
.newsList li .date span.newsCate05 {
  background-color: #2d4b9b;
}
.newsList li a[target="_blank"]:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background-image: url(../img/common/blankIcon.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.1em;
}
.newsList li a {
  transition: color 0.3s;
}
.newsList li a:hover {
  color: #3b68cf;
}
.newsList li a.pdf:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 15px;
  width: 11px;
  background-image: url(../img/common/pdfIcon.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.1em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .newsList li .date span {
    padding-top: 3px;
  }
}
/*********service*********/
#service .contents .secTitleArea {
  background-image: url(../img/service/mv.jpg);
}
#service .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 50px auto 100px;
}
#service .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#service .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #service .btn {
    width: 60%;
  }
  #service .btn a {
    padding: 4% 0;
  }
}
#service .linkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
#service .linkArea dl {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 533px;
  margin-bottom: 35px;
  width: 48.5%;
}
#service .linkArea dl dd:nth-of-type(2n) {
  border-right: none;
}
#service .linkArea dl dd:last-of-type {
  background-color: #e5eaf5;
}
#service .linkArea dl:nth-of-type(1) dt {
  background-image: url(../img/service/bg01.jpg);
}
#service .linkArea dl:nth-of-type(2) dt {
  background-image: url(../img/service/bg02.jpg);
}
#service .linkArea dl:nth-of-type(3) dt {
  background-image: url(../img/service/bg03.jpg);
}
#service .linkArea dl.note {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
#service .linkArea dl.note dd {
  border-right: 1px solid #f4f3f3;
  width: 33.33%;
}
#service .linkArea dl.note dd:nth-of-type(3n) {
  border-right: none;
}
#service .linkArea2 {
  max-width: 1100px;
  margin: 0 auto;
}
#service .linkArea2 a {
  justify-content: flex-start;
  padding: 0 0 0 120px;
}
#service .linkArea2 .linkCont {
  margin: 0;
  width: 420px;
}
#service .linkArea2 .linkCont h2 {
  border: none;
  color: #fff;
  font-size: 255%;
  font-style: italic;
  margin: 0 auto 40px;
  padding-bottom: 0;
  line-height: 120%;
  text-align: center;
}
#service .linkArea2 .linkCont h2:after {
  display: none;
}
#service .linkArea2 .linkCont h2 span {
  font-size: 40%;
  display: block;
  font-style: normal;
}
#service .linkArea2 .linkCont p {
  color: #fff;
  margin: 0;
}
#service .linkArea3 {
  max-width: 1100px;
  margin: 35px auto 0;
}
#service .linkArea3 dl {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#service .linkArea3 dl dt {
  background-image: url("../img/service/bg04.png");
}
#service .linkArea3 dl dd {
  border-right: 1px solid #f4f3f3;
  width: 25%;
}
#service .linkArea3 dl dd:nth-of-type(4n) {
  border-right: none;
}
#service .linkArea3 dl dd:last-of-type {
  background-color: #e5eaf5;
}

/*********servicearea*********/
#serviceDetail .contents .secTitleArea {
  background-image: url(../img/service/mv.jpg);
}
#serviceDetail .lead {
  font-size: 125%;
  font-weight: 700;
}
#serviceDetail .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
#serviceDetail .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#serviceDetail .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #serviceDetail .btn {
    width: 60%;
  }
  #serviceDetail .btn a {
    padding: 4% 0;
  }
}
#serviceDetail .fig {
  margin-bottom: 20px;
  text-align: center;
}
#serviceDetail .fig img {
  max-width: 100%;
}
#serviceDetail .serviceListArea {
  background: url(../img/service/servicearea/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 35px 40px;
}
#serviceDetail .serviceListArea dl {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7.68px 0.32px rgba(4, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
  padding: 0 30px;
  margin-bottom: 10px;
}
#serviceDetail .serviceListArea dl:last-of-type {
  margin-bottom: 0;
}
#serviceDetail .serviceListArea dl dt {
  font-weight: 700;
  line-height: 160%;
  width: 170px;
}
#serviceDetail .serviceListArea dl dd {
  line-height: 160%;
  width: 465px;
}
#serviceDetail .resultsArea {
  border-radius: 6px;
  background-color: #e7e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 25px 30px;
}
#serviceDetail .resultsArea dt {
  border-bottom: 1px solid #d2d2d2;
  font-weight: 700;
  font-size: 105%;
  margin-bottom: 8px;
  padding-bottom: 5px;
  width: 100%;
}
#serviceDetail .resultsArea dd {
  margin-bottom: 2px;
  width: 46%;
}
#serviceDetail .resultsArea dd a {
  transition: opacity 0.6s;
  text-decoration: none;
}
#serviceDetail .resultsArea dd a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#serviceDetail .caseArea {
  border-radius: 6px;
  background-color: #ffffff;
  padding: 25px 30px;
}
#serviceDetail .caseArea dt {
  font-size: 105%;
  line-height: 140%;
  margin-bottom: 15px;
}
#serviceDetail .caseArea dt span {
  border-right: 1px solid #a0a0a0;
  display: inline-block;
  color: #3b68cf;
  font-size: 85%;
  font-weight: 700;
  margin-right: 12px;
  padding-right: 12px;
}
#serviceDetail .caseArea dd {
  font-size: 125%;
  font-weight: 700;
  line-height: 140%;
}
#serviceDetail .caseArea dd a {
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
#serviceDetail .caseArea dd a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#serviceDetail .offerArea {
  border-radius: 6px;
  background-color: #e7e5e5;
  margin-bottom: 55px;
  padding: 25px 30px 20px;
}
#serviceDetail .offerArea dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 100px;
}
#serviceDetail .offerArea dl dt {
  position: absolute;
  top: 2px;
  left: 0px;
  font-size: 105%;
  font-weight: 700;
}
#serviceDetail .offerArea dl dd {
  margin: 0 8px 8px 0;
  line-height: 140%;
}
#serviceDetail .offerArea dl dd a {
  background-color: #c7d0e1;
  border-radius: 30px;
  display: block;
  padding: 7px 16px;
  transition: opacity 0.6s;
  text-decoration: none;
}
#serviceDetail .offerArea dl dd a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#serviceDetail .offerArea dl.sarv {
  margin-top: 10px;
}
#serviceDetail .offerArea dl.sarv dd a {
  background-color: #c3dfdf;
}
#serviceDetail .stepArea {
  border: 1px solid #d2d2d2;
  border-bottom: none;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 55px;
  padding: 55px 40px 0;
}
#serviceDetail .stepArea .step {
  display: flex;
  justify-content: space-between;
}
#serviceDetail .stepArea .step dl {
  max-width: 320px;
  width: 32%;
}
#serviceDetail .stepArea .step dl dt img {
  width: 100%;
}
#serviceDetail .stepArea .step dl dd {
  line-height: 140%;
  margin-top: 10px;
}
#serviceDetail .stepArea .nayami h4 {
  background-color: #cfd7ec;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 10px 0;
}
#serviceDetail .stepArea .nayami h4 br {
  display: none;
}
#serviceDetail .stepArea .nayami ul {
  display: flex;
  flex-wrap: wrap;
}
#serviceDetail .stepArea .nayami ul li {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  width: 50%;
}
#serviceDetail .stepArea .nayami ul li:before {
  content: "●";
  color: #3b68cf;
}
#serviceDetail .stepArea .stepLink {
  margin: 0 -40px;
}
#serviceDetail .stepArea .stepLink a {
  background-color: #3b68cf;
  display: block;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
#serviceDetail .stepArea .stepLink a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#serviceDetail .noteArea {
  background-color: #e5e5e5;
  margin-bottom: 20px;
  padding: 25px 30px;
}
#serviceDetail .noteArea p {
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}
#serviceDetail .noteArea p:last-of-type {
  margin-bottom: 0;
}
#serviceDetail .partnerArea {
  display: flex;
}
#serviceDetail .partnerArea .logo {
  margin-left: 40px;
}
#serviceDetail .rekishiArea {
  margin-bottom: 75px;
}
#serviceDetail .rekishiArea dl {
  display: flex;
  align-items: flex-start;
}
#serviceDetail .rekishiArea dl dt {
  font-weight: 700;
  font-style: italic;
  line-height: 100%;
  margin-top: -2px;
  position: relative;
  width: 55px;
}
#serviceDetail .rekishiArea dl dt:after {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #3b68cf;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 2px;
  right: -6px;
  width: 6px;
}
#serviceDetail .rekishiArea dl dd {
  border-left: 2px solid #cfd7ec;
  box-sizing: border-box;
  line-height: 140%;
  max-width: 1000px;
  padding: 0 0 35px 25px;
  width: 95%;
}
#serviceDetail .rekishiArea dl dd strong {
  color: #3b68cf;
  font-size: 140%;
  display: block;
  margin: -4px 0 10px;
}
#serviceDetail .rekishiArea dl:last-of-type dd {
  border-left-color: #f4f3f3;
  padding-bottom: 0;
}

.anchor {
  border-radius: 8px;
  background-image: linear-gradient(90deg, #097de9 0%, #1b39b7 100%);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.anchor li {
  border-left: 1px solid rgba(229, 229, 229, 0.2);
  width: 100%;
}
.anchor li:first-child {
  border-left: none;
}
.anchor li a {
  background: url(../img/common/anchor.png) no-repeat 50% 90%;
  color: #fff;
  font-size: 115%;
  font-weight: 700;
  display: block;
  padding: 5px 0 18px;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
.anchor li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
.anchor li a br {
  display: none;
}

.anchorTarget {
  padding-top: 93px !important;
  margin-top: -93px !important;
}

/*********security*********/
#security .bdTopBottom {
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

/*********use*********/
#use .btn {
  margin: 0 auto;
  text-align: center;
  width: 255px;
}
#use .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#use .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #use .btn {
    width: 60%;
  }
  #use .btn a {
    padding: 4% 0;
  }
}
#use .adobeLink {
  margin: 45px 0 55px;
}
#use .adobeLink dt {
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 10px;
}
#use .adobeLink dt span {
  font-size: 80%;
  font-weight: 500;
}

/*********business*********/
#business .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08/e928cae4dca7da4d8956c1d1a2ef61dd.png');
}
#business .searchArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  position: relative;
}
#business .searchArea:before {
  background-color: #e5e5e5;
  content: "";
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
}
#business .searchArea .searchCont {
  max-width: 510px;
  width: 47%;
}
#business .searchArea .searchCont .narrow {
  display: flex;
  justify-content: space-between;
}
#business .searchArea .searchCont .narrow dl {
  width: 62.5%;
}
#business .searchArea .searchCont .narrow dl:first-of-type {
  width: 34%;
}
#business .searchArea .searchCont dl {
  margin-bottom: 20px;
}
#business .searchArea .searchCont dl dt {
  color: #3b68cf;
  font-weight: 700;
  margin-bottom: 8px;
}
#business .searchArea .searchCont dl dd input {
  border: none;
  box-sizing: border-box;
  height: 48px;
  padding: 10px;
  width: 100%;
}
#business .searchArea .searchCont dl dd input:placeholder-shown {
  color: #999;
}
#business .searchArea .searchCont dl dd input::-webkit-input-placeholder {
  color: #999;
}
#business .searchArea .searchCont dl dd input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
#business .searchArea .searchCont dl dd input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#business .searchArea .searchCont dl dd input:-ms-input-placeholder {
  color: #999;
}
#business .searchArea .searchCont .btn {
  margin: 0 auto;
  width: 180px;
}
#business .searchArea .searchCont .btn button {
  border: 1px solid #3b68cf;
  background-color: #3b68cf;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 92%;
  font-weight: 700;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
  width: 100%;
}
#business .searchArea .searchCont .btn button:hover {
  background-color: inherit;
  color: #3b68cf;
}
@media screen and (max-width: 1100px) {
  #business .searchArea {
    display: block;
    padding: 0 20px;
  }
  #business .searchArea:before {
    display: none;
  }
  #business .searchArea .searchCont {
    max-width: 100%;
    width: 100%;
  }
  #business .searchArea .searchCont:first-of-type {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 35px;
  }
}
#business .caseLinkList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#business .caseLinkList .caseLinkCont {
  max-width: 340px;
  margin: 0 3.5% 70px 0;
  width: 31%;
}
#business .caseLinkList .caseLinkCont:nth-child(3n) {
  margin-right: 0;
}
#business .caseLinkList .caseLinkCont .pict {
  margin-bottom: 20px;
}
#business .caseLinkList .caseLinkCont .pict img {
  width: 100%;
}
#business .caseLinkList .caseLinkCont .pict a {
  display: block;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
#business .caseLinkList .caseLinkCont .pict a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#business .caseLinkList .caseLinkCont .pict a:before {
  background-color: #fff;
  content: "";
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
}
#business .caseLinkList .caseLinkCont .pict a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
  position: absolute;
  bottom: 6px;
  right: 8px;
}
#business .caseLinkList .caseLinkCont dl {
  margin-bottom: 20px;
}
#business .caseLinkList .caseLinkCont dl dt {
  color: #3b68cf;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 5px;
}
#business .caseLinkList .caseLinkCont dl dd {
  font-size: 105%;
}
#business .caseLinkList .caseLinkCont ul {
  display: flex;
  flex-wrap: wrap;
}
#business .caseLinkList .caseLinkCont ul li {
  line-height: 100%;
  margin: 0 4px 4px 0;
}
#business .caseLinkList .caseLinkCont ul li:first-child {
  margin-right: 0;
  width: 100%;
}
#business .caseLinkList .caseLinkCont ul li a {
  border: 1px solid #3b68cf;
  border-radius: 20px;
  color: #3b68cf;
  font-size: 90%;
  display: inline-block;
  padding: 5px 15px;
  transition: all 0.6s;
}
#business .caseLinkList .caseLinkCont ul li a:hover {
  background-color: #3b68cf;
  color: #fff;
}

/*********businessDetail*********/
#businessDetail .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08/e928cae4dca7da4d8956c1d1a2ef61dd.png');
}
#businessDetail .detailInfoArea h1 {
  border-bottom: none;
  font-size: 225%;
  margin: 0 auto 70px;
  text-align: center;
}

#businessDetail .detailInfoArea h1:after {
  display: none;
}
#businessDetail .detailInfoArea h2 {
  border-bottom: 2px solid #e5e5e5;
  font-size: 170%;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 2px;
  position: relative;
}
#businessDetail .detailInfoArea h2:after {
  background-color: #3b68cf;
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
}
#businessDetail .detailInfoArea .infoLead {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#businessDetail .fig {
  margin-bottom: 20px;
  text-align: center;
}
#businessDetail .fig img {
  max-width: 100%;
}
#businessDetail .detailInfoArea .infoLead .pict {
  width: 50%;
}
#businessDetail .detailInfoArea .infoLead .pict img {
  width: 100%;
}
#businessDetail .exp1{
  background-color: #5A80BE;
                    border: 0;
                    color: white;
                    font-size: 125%;
                    padding: 4px;
                    margin-right: 4px;
}
#businessDetail .exp2{
  background-color: #253D63;
                    border: 0;
                    color: white;
                    font-size: 125%;
                    padding: 4px;
                    margin-right: 4px;
}
#businessDetail .exp3{
  background-color: #C9D5E9;
                    border: 0;
                    color: white;
                    font-size: 125%;
                    padding: 4px;
                    margin-right: 4px;
}
#businessDetail .detailInfoArea .infoLead .infoTxt {
  box-sizing: border-box;
  padding: 40px;
  width: 50%;
}
#businessDetail .detailInfoArea .detailInfo {
  background-color: #3b68cf;
  max-width: 1100px;
  margin: -45px auto 0;
  padding: 35px 40px;
  position: relative;
  z-index: 2;
}
#businessDetail .detailInfoArea .detailInfo dl {
  display: flex;
  flex-wrap: wrap;
}
#businessDetail .detailInfoArea .detailInfo dl dt {
  color: #fff;
  font-weight: 700;
  width: 200px;
}
#businessDetail .detailInfoArea .detailInfo dl dd {
  line-height: 100%;
  margin: 0 4px 10px 0;
}
#businessDetail .detailInfoArea .detailInfo dl dd a {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 90%;
  display: inline-block;
  padding: 5px 15px;
  transition: all 0.6s;
}
#businessDetail .detailInfoArea .detailInfo dl dd a:hover {
  background-color: #fff;
  color: #3b68cf;
}
#businessDetail .secCont section {
  margin-bottom: 60px;
}
#businessDetail .pict {
  text-align: center;
}
#businessDetail .pict img {
  max-width: 100%;
}
#businessDetail .demand dt {
  background-image: linear-gradient(90deg, #097de9 0%, #1b39b7 100%);
  display: inline-block;
  color: #fff;
  font-size: 115%;
  font-weight: 700;
  line-height: 140%;
  padding: 2px 10px;
}
#businessDetail .demand dd {
  font-size: 105%;
  margin: 5px 0 20px;
}
#businessDetail .demand dd:last-of-type {
  margin-bottom: 0;
}
#businessDetail .contents {
  padding-bottom: 0;
}
#businessDetail .contents section.endSec {
  margin-bottom: 0;
}
#businessDetail .contents .contact {
  margin-bottom: 135px;
  padding: 55px 0 75px;
}
#businessDetail .contents .contact .contactTelArea dt {
  color: #fff;
  font-size: 125%;
  margin: 0 auto 35px;
}
#businessDetail .contents .contact .contactTelArea dd {
  color: #fff;
  font-size: 115%;
}
#businessDetail .contents .contact .contactTelArea dd a {
  display: block;
  color: #fff;
  font-size: 235%;
  font-weight: bold;
  margin: 20px auto 10px;
  pointer-events: none;
}
#businessDetail .contents .contact .contactTelArea dd span {
  display: block;
  font-size: 75%;
}
#businessDetail .pictColArea {
  display: flex;
  justify-content: space-between;
}
#businessDetail .pictColArea .txtArea {
  max-width: 720px;
  width: 65%;
}
#businessDetail .pictColArea .pict {
  max-width: 340px;
  width: 32%;
}
#businessDetail .pictColArea .pict img {
  width: 100%;
}
#businessDetail .detailInfoArea2 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
#businessDetail .detailInfoArea2 .voice {
  margin: 0;
  width: 680px;
}
#businessDetail .detailInfoArea2 .voice .person {
  display: flex;
  flex-wrap: wrap;
}
#businessDetail .detailInfoArea2 .voice .person li {
  margin: 0 1.5% 10px 0;
  max-width: 162px;
  width: 23.5%;
}
#businessDetail .detailInfoArea2 .voice .person li:nth-child(4n) {
  margin-right: 0;
}
#businessDetail .detailInfoArea2 .voice .person li img {
  width: 100%;
}
#businessDetail .detailInfoArea2 .voice .person li span {
  display: block;
  line-height: 150%;
  margin-top: 8px;
}
#businessDetail .detailInfoArea2 .profile {
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin: 0 0 0 40px;
  padding-left: 40px;
  width: 380px;
}
#businessDetail .detailInfoArea2 .profile .logo {
  border: 1px solid #e5e5e5;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#businessDetail .detailInfoArea2 .profile h4 {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
#businessDetail .detailInfoArea2 .profile p {
  margin-bottom: 20px;
}
#businessDetail .detailInfoArea2 .profile dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#businessDetail .detailInfoArea2 .profile dl dt {
  line-height: 140%;
  font-size: 85%;
  width: 35%;
}
#businessDetail .detailInfoArea2 .profile dl dd {
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 85%;
  line-height: 140%;
  padding-left: 10px;
  width: 65%;
}
#businessDetail .detailInfoArea2 .profile dl dd a {
  color: #3b68cf;
  transition: opacity 0.6s;
  text-decoration: none;
}
#businessDetail .detailInfoArea2 .profile dl dd a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#businessDetail .detailInfoArea2.nonProf .voice {
  max-width: 1100px;
  width: 100%;
}
#businessDetail .detailInfoArea2.nonProf .voice .person li {
  margin-right: 2%;
}
#businessDetail .detailInfoArea2.nonProf .voice .person li:nth-child(4n) {
  margin-right: 2%;
}
#businessDetail .detailInfoArea2.nonProf .voice .person li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  #businessDetail .detailInfoArea2.nonProf .voice .person li {
    margin-right: 2.5%;
  }
  #businessDetail .detailInfoArea2.nonProf .voice .person li:nth-child(6n) {
    margin-right: 2.5%;
  }
  #businessDetail .detailInfoArea2.nonProf .voice .person li:nth-child(5n) {
    margin-right: 0;
  }
}
#businessDetail .backLink {
  background-color: #080c95;
  display: flex;
  justify-content: center;
  padding: 90px 0;
}
#businessDetail .backLink li {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 0 20px;
}
#businessDetail .backLink li a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#businessDetail .backLink li a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #businessDetail .backLink li {
    width: 60%;
  }
  #businessDetail .backLink li a {
    padding: 4% 0;
  }
}
#businessDetail .backLink li a {
  border-color: #fff;
  color: #fff;
  letter-spacing: 0.25em;
}
#businessDetail .backLink li a:hover {
  color: #080c95;
  background-color: #fff;
}
/*********contact*********/
#contact .secCont {
  max-width: 800px;
}
#contact p.lead {
  margin: 0 auto 70px;
  text-align: center;
}
#contact p.compTxt {
  margin: 0 auto 35px;
  text-align: center;
}
#contact table {
  margin-bottom: 55px;
  width: 100%;
}
#contact table th {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 105%;
  padding: 35px 0;
  position: relative;
  width: 200px;
}
#contact table th span {
  background-color: #fc6666;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 85%;
  padding: 2px 8px 3px;
  line-height: 140%;
  position: absolute;
  top: 38px;
  right: 0px;
}
#contact table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 0 30px 20px;
}
#contact table td span {
  display: inline-block;
  vertical-align: middle;
}
#contact table td input {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
#contact table td input.size01 {
  width: 282px;
}
#contact table td input.size01:first-of-type {
  margin-right: 10px;
}
#contact table td input.size02 {
  margin-right: 10px;
  width: 200px;
}
#contact table td input.size03 {
  margin: 0 2px;
  width: 179px;
}
#contact table td input.size03:first-of-type {
  margin-left: 0;
}
#contact table td input.size03:last-of-type {
  margin-right: 0;
}
#contact table td input:placeholder-shown {
  color: #b3b3b3;
}
#contact table td input::-webkit-input-placeholder {
  color: #b3b3b3;
}
#contact table td input:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
#contact table td input::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
#contact table td input:-ms-input-placeholder {
  color: #b3b3b3;
}
#contact table td a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
#contact table td a.zipLink {
  border: 1px solid #a0a0a0;
  background-color: #a0a0a0;
  border-radius: 30px;
  color: #fff;
  pointer-events: all;
  display: inline-block;
  line-height: 120%;
  padding: 8px 0 6px;
  text-align: center;
  width: 80px;
  transition: opacity 0.6s;
  text-decoration: none;
}
#contact table td a.zipLink:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#contact table td textarea {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  height: 300px;
  padding: 5px 10px;
  width: 100%;
}
#contact table td select {
  border-radius: 4px;
  background-image: url(../img/contact/select.png);
  border: 1px solid #d9d9d9;
}
#contact table td dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#contact table td dl:last-of-type {
  margin-bottom: 0;
}
#contact table td dl dt {
  width: 65px;
}
#contact table td dl dd {
  max-width: 510px;
  width: 88%;
}
#contact table td dl dd select {
  width: 200px;
}
#contact table tr:first-of-type th,
#contact table tr:first-of-type td {
  border-top: 1px solid #e5e5e5;
}
#contact table.confirm td {
  padding-top: 35px;
}
#contact .btn {
  margin: 0 auto;
  width: 380px;
}
#contact .btn button {
  border: none;
  background-color: #3b68cf;
  color: #fff;
  cursor: pointer;
  font-size: 105%;
  font-weight: 700;
  display: block;
  padding: 25px 0;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  transition: opacity 0.6s;
  text-decoration: none;
}
#contact .btn button:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#contact .btn button:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/contact/icon01.png);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 5%;
}
#contact ul.btn {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  width: 100%;
}
#contact ul.btn li {
  width: 380px;
}
#contact ul.btn li + li {
  margin-right: 40px;
}
#contact ul.btn li + li button {
  background-color: #a0a0a0;
  background-position: 5% 50%;
}
#contact ul.btn li + li button:after {
  right: auto;
  left: 5%;
  transform: rotate(-180deg);
}
#contact .backBtn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin-top: 75px;
}
#contact .backBtn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#contact .backBtn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #contact .backBtn {
    width: 60%;
  }
  #contact .backBtn a {
    padding: 4% 0;
  }
}

/*********tab*********/
.tabNav {
  display: flex;
  justify-content: space-between;
}
.tabNav li {
  text-align: center;
  width: 50%;
}
.tabNav li a {
  border: 1px solid #bfbfbf;
  border-bottom-color: #3b68cf;
  background: url(../img/common/anchor.png) no-repeat 50% 70% #bfbfbf;
  border-radius: 8px 8px 0 0;
  display: block;
  color: #fff;
  font-size: 115%;
  font-weight: 700;
  padding: 10px 0 30px;
  transition: all 0.3s;
}
.tabNav li a.c {
  border-color: #3b68cf;
  border-bottom-color: #fff;
  background-image: url(../img/common/anchor2.png);
  background-color: #fff;
  color: #3b68cf;
}

.tabCont {
  background-color: #fff;
  border: 1px solid #3b68cf;
  border-top: none;
  box-sizing: border-box;
  padding: 75px 80px 1px;
  display: none;
}
.tabCont.c {
  display: block;
}
.tabCont section {
  margin-bottom: 70px;
}

/*********company*********/
#super-about {
	width: 100% !important;
  background-image: url('/wp-content/uploads/2023/08/cube-about3.png') !important;
}

#company .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08/dark_company.png');
}
#company .ideaArea {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 40px;
}
#company .ideaArea ul {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
#company .ideaArea ul li {
  font-size: 115%;
  font-weight: 700;
  margin: 0 auto 15px;
}
#company .ideaArea p {
  margin: 0 auto;
  line-height: 250%;
}
#company .ideaArea p strong {
  font-size: 170%;
  display: block;
}
#company .linkArea {
  margin-top: 80px;
}
#company .linkArea ul {
  display: flex;
  margin-bottom: 35px;
}
#company .linkArea ul.banner {
  justify-content: center;
}
#company .linkArea ul.banner li {
  background-color: #fff;
  max-width: 340px;
  width: 31%;
  margin: 0 2px;
}
#company .linkArea ul.banner li a {
  transition: opacity 0.6s;
  text-decoration: none;
  background-image: url('/wp-content/uploads/2023/08/5da09727a97711995df0d9dd795b37e2.png');
/*   background-position: 50% 0; */
}

#company .linkArea ul.banner li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}

#company .linkArea ul.banner li:nth-child(2) a {
  background-image: url('/wp-content/uploads/2023/08/d7ed5c3821eec6ae157ebd043b65f7de.png');
}
#company-bg03 {
  background-image: url('/wp-content/uploads/2023/08/9285cd2a1ddc646ab8cff1226a581268-scaled.jpg') !important;
}
#company-bg04 {
  background-image: url(../img/company/bg04.jpg) !important;
}
#company .linkArea ul.linkList {
  flex-wrap: wrap;
}
#company .linkArea ul.linkList li {
  max-width: 366px;
  width: 33.3%;
}
#company .linkArea ul.linkList li:nth-of-type(3n) {
  border-right: none;
}
#company .pict {
  margin: 0 auto 45px;
}
#company .pict img {
  width: 100%;
}
#company p.lead {
  color: #3b68cf;
  font-size: 200%;
  font-weight: 700;
}
#company p.alRight {
  margin-top: 30px;
}
#company .companyTable dl dd table {
  width: 100%;
}
#company .companyTable dl dd table th {
  width: 24%;
}
#company .companyTable dl dd ul li {
  background: url(../img/common/arrow2.png) no-repeat 0 7px;
  background-size: 7px;
  padding: 0 0 0 12px;
}
#company .companyTable dl dd ul li a {
  transition: color 0.6s;
}
#company .companyTable dl dd ul li a:hover {
  color: #3b68cf;
}
#company .companyTable dl dd ul.note li {
  background: none;
  padding-left: 1em;
  text-indent: -1em;
}
#company .companyTable dl dd ul.note li.date {
  font-size: 85%;
  padding-left: 0;
  text-indent: 0;
  text-align: right;
}
#company .companyTable.outline dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
#company .isoLogo {
  margin-top: 30px;
}
#company .mapArea {
  display: flex;
  justify-content: space-between;
}
#company .mapArea .mapTxt {
  width: 450px;
}
#company .mapArea .map {
  position: relative;
  padding-top: 220px;
  height: 30%;
  overflow: hidden;
  width: 600px;
}
#company .mapArea .map iframe,
#company .mapArea .map object,
#company .mapArea .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .mapArea .mapLink {
  margin-top: 10px;
  text-align: right;
}
#company .mapArea .mapLink a {
  background: url(../img/common/arrow2.png) no-repeat 0 8px;
  background-size: 7px;
  display: inline-block;
  padding-left: 12px;
  transition: color 0.6s;
}
#company .mapArea .mapLink a:hover {
  color: #3b68cf;
}
#company .otherLink dt {
  background: url(../img/common/arrow2.png) no-repeat 0 10px;
  background-size: 7px;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 0 0 12px;
}
#company .otherLink dt a {
  transition: color 0.6s;
}
#company .otherLink dt a:hover {
  color: #3b68cf;
}
#company .otherLink dt a[target="_blank"] {
  background: url(../img/common/blankIcon.png) no-repeat 100% 11px;
  display: inline-block;
  padding-right: 14px;
}
#company .otherLink dd {
  margin-bottom: 30px;
}
#company .presidentWrap {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
#company .presidentWrap .presidentTxtArea {
  max-width: 720px;
  width: 66%;
}
#company .presidentWrap .pict {
  max-width: 340px;
  margin: 0;
  width: 31%;
}

.companyTable dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.companyTable dl dt {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  box-sizing: border-box;
  font-size: 105%;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  max-width: 140px;
  width: 18%;
}
.companyTable dl dt:before {
  content: "";
  background-color: #f4f3f3;
  height: 10px;
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 2px;
}
.companyTable dl dt:after {
  content: "";
  background-color: #f4f3f3;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 2px;
}
.companyTable dl dd {
  border-bottom: 1px solid #808080;
  box-sizing: border-box;
  font-size: 105%;
  padding: 20px 20px 20px 30px;
  width: 88%;
}
.companyTable dl:first-of-type {
  border-top: 1px solid #808080;
}
.companyTable dl:nth-of-type(odd) {
  background: #eee;
}
.companyTable dl:nth-of-type(odd) dt:before, .companyTable dl:nth-of-type(odd) dt:after {
  background-color: #eee;
}

/*********csr*********/
#csr .contents .secTitleArea {
  background-image: url(../img/csr/mv.jpg);
}
#csr .btn {
  margin: 0 auto;
  text-align: center;
  width: 195px;
  margin-bottom: 80px;
}
#csr .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#csr .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #csr .btn {
    width: 60%;
  }
  #csr .btn a {
    padding: 4% 0;
  }
}
#csr .btn a {
  padding: 8px 0;
}
#csr .alRight {
  font-size: 85%;
  font-weight: 700;
  margin-top: 15px;
}
#csr .secMain ol li {
  font-size: 105%;
  padding-left: 36px;
}
#csr .secMain ol li:before {
  content: "" counter(cnt) "";
  text-align: center;
  width: 20px;
}
#csr h2 .enactment {
  float: right;
  font-size: 50%;
}
#csr h3 .enactment {
  float: right;
  font-size: 65%;
}
#csr .activity h3 {
  background-color: #e5e5e5;
  border: none;
  border-radius: 8px 8px 0 0;
  font-size: 170%;
  margin: 0;
  padding: 25px 40px;
}
#csr .activity .newsList {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border: none;
  padding: 20px 40px 40px;
}
#csr .activity .newsList li .date {
  width: 210px;
}
#csr .activity .newsList li .date span {
  width: 120px;
}
#csr .pict {
  margin-bottom: 30px;
}
#csr .pict span {
  font-size: 90%;
  display: block;
  line-height: 140%;
  margin-top: 10px;
}
#csr .pictColArea {
  display: flex;
  justify-content: space-between;
}
#csr .pictColArea .pict {
  width: 47.5%;
}
#csr .pictColArea .pict img {
  width: 100%;
}
#csr .columnListArea {
  margin: 0 auto;
}
#csr .columnListArea ul {
  margin-bottom: 60px;
}
#csr .columnListArea ul li {
  min-height: 186px;
}
#csr .columnListArea ul li .pict {
  display: flex;
  justify-content: center;
  height: 100%;
}
#csr .columnListArea ul li a {
  display: flex;
  transition: background-color 0.6s;
  height: 100%;
  width: 100%;
}
#csr .columnListArea ul li a:hover {
  background-color: #e6edf1;
}

ul.linkArea2,
ul.linkArea4 {
  display: flex;
  flex-wrap: wrap;
}
ul.linkArea2 li,
ul.linkArea4 li {
  margin: 0 2% 20px 0;
  max-width: 352px;
  width: 32%;
}
ul.linkArea2 li:nth-child(3n),
ul.linkArea4 li:nth-child(3n) {
  margin-right: 0;
}
ul.linkArea2 li a,
ul.linkArea4 li a {
  display: block;
}
ul.linkArea2 li a br,
ul.linkArea4 li a br {
  display: none;
}
ul.linkArea2 li img,
ul.linkArea4 li img {
  width: 100%;
}
ul.linkArea2 li span,
ul.linkArea4 li span {
border: 1px solid #3b68cf;
  background-color: #3b68cf;
  border-radius: 40px;
  color: white;
  font-size: 75%;
  display: block;
  margin: 40px auto 20px;
  padding: 5px 0;
  width: 195px;
  transition: all 0.4s;
font-weight: 700;
font-size: 14px;
	
}

ul.linkArea2 li:hover span,
ul.linkArea4 li:hover span {
 background-color: #080c95;
}

/*********socialpolicy*********/
#socialpolicy .contents p a,
#socialpolicy .contents li a {
  color: #3b68cf;
  transition: opacity 0.6s;
  text-decoration: none;
}
#socialpolicy .contents p a:hover,
#socialpolicy .contents li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#socialpolicy ol li ul li {
  counter-increment: none;
  padding-left: 2em;
  text-indent: -1em;
}
#socialpolicy ol li ul li:before {
  display: none;
}

/*********ir*********/
/* -- faq -- */
.faq dt {
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
  padding: 36px 70px 41px 130px;
  color: #fff;
  font-size: 129%;
  background: #97acc0;
  background: -moz-linear-gradient(left, #97acc0 0%, #6b749c 100%);
  background: -webkit-linear-gradient(left, #97acc0 0%, #6b749c 100%);
  background: linear-gradient(to right, #97acc0 0%, #6b749c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97acc0', endColorstr='#6b749c',GradientType=1 );
}

.faq dt:last-child {
  margin-bottom: 0;
}

.faq dt:after {
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 42px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq dt:before {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #097de9;
  background: -moz-linear-gradient(left, #097de9 0%, #1b39b7 100%);
  background: -webkit-linear-gradient(left, #097de9 0%, #1b39b7 100%);
  background: linear-gradient(to right, #097de9 0%, #1b39b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097de9', endColorstr='#1b39b7',GradientType=1 );
  content: "";
  z-index: 1;
  transition: 0.6s all;
}

.faq dt.open:before {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .faq dt:hover:before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .faq dt {
    padding: 29px 65px 27px 54px;
    font-size: 93%;
  }

  .faq dt:after {
    bottom: 7px;
    right: 22px;
  }
}
.faq_num01 {
  position: absolute;
  bottom: 0;
  left: -1px;
  z-index: 2;
}

#faq_number{
  color: white !important;
  font-size: 76px !important;
  line-height: 150% !important;
  position: absolute;
  bottom: 0;
  left: -1px;
  z-index: 2;
}

.faq_num01 img {
  width: auto;
  height: 76px;
}

@media screen and (max-width: 768px) {
	#faq_number{
  position: relative;
}
  .faq_num01 img {
    height: 40px;
  }
}
.faq_box01_txt01 {
  position: relative;
  z-index: 2;
}

.faq dd {
  display: none;
  position: relative;
  margin-bottom: 1px;
  padding: 50px 100px 50px 130px;
  font-size: 108%;
  background: #fff;
}

.faq dd:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 66px;
  background: url(/recruit/freshers/img_new/common/successadvice_icon_a.png) no-repeat bottom right;
  content: "";
}

@media screen and (max-width: 768px) {
  .faq dd {
    padding: 29px 30px 27px 54px;
    font-size: 93%;
  }

  .faq dd:after {
    width: 38px;
    height: 38px;
    -webkit-background-size: auto 38px;
    background-size: auto 38px;
  }
}
#ir {
  /*.linkArea2{
      display: flex;
      flex-wrap: wrap;
      li{
          background-color: #fff;
          margin: 0 22px 22px 0;
          max-width: 252px;
          width: 32.5%;
          @media screen and (max-width: 1100px) {
              width: 31%;
          }
          &:nth-child(3n){
              margin-right: 0;
          }
          a{
              display: block;
              @include opacity(80);
              img{
                  width: 100%;
              }
              span{
                  display: flex;
                  height: 80px;
                  font-size: 105%;
                  align-items: center;
                  justify-content: space-between;
                  line-height: 150%;
                  padding: 0 20px;
                  &:after{
                      @include imageReplace(10, 7);
                      background-image: url(../img/service/arrow.png);
                  }
              }
          }
      }
  }*/
}
#ir .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08/city.png');
}
#event_banner {
  background-image: url(../img/ir/mv.jpg) !important;
}
#ir .contents .secTitleAreaRecruit {
  background-image: url('/wp-content/uploads/2023/08/d73ae72e609842a6c0806399dabb3354-scaled.jpg') !important;
}
#ir .secMain p a {
  text-decoration: underline;
}
#ir .secMain p a:hover {
  text-decoration: none;
}
#ir .irTopCont {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 80px;
}
#ir .irTopCont .newsArea {
  background-color: #fff;
  margin: 0;
  max-width: 720px;
  width: 65.5%;
}
#ir .irTopCont .newsArea .secTitle ul {
  display: flex;
  align-items: center;
}
#ir .irTopCont .newsArea .secTitle ul li {
  font-size: 85%;
}
#ir .irTopCont .newsArea .secTitle ul li:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 6px;
  width: 4px;
  background-image: url(../img/index/newsIcon.png);
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.1em;
}
#ir .irTopCont .newsArea .secTitle ul li.rssLink {
  margin-right: 20px;
}
#ir .irTopCont .newsArea .secTitle ul li.rssLink:before {
  display: none;
}
#ir .irTopCont .newsArea .secTitle ul li a {
  color: #3b68cf;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .irTopCont .newsArea .secTitle ul li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#ir .irTopCont .newsArea .secTitle ul li img {
  vertical-align: middle;
}
#ir .irTopCont .newsArea .secCont {
  padding: 10px 20px 25px;
}
#ir .irTopCont .newsArea .newsList {
  border-top: none;
}
#ir .priceArea {
  background: url(../img/ir/bg02.jpg) no-repeat 50% 0;
  background-size: cover;
  margin: 0;
  max-width: 340px;
  width: 31%;
}
#ir .priceArea .secCont {
  padding: 5px 30px 30px;
}
#ir .priceArea .secCont dl {
  text-align: center;
}
#ir .priceArea .secCont dl dt {
  background-color: #bababa;
  border-radius: 30px;
  color: #fff;
  font-size: 105%;
  font-weight: 700;
  line-height: 140%;
  margin: 28px auto 5px;
  padding: 3px 0;
}
#ir .priceArea .secCont dl dd {
  font-size: 130%;
  font-weight: 500;
}
#ir .priceArea .secCont .priceBtn {
  margin: 40px auto 0;
  width: 100%;
}
#ir .priceArea .secCont .priceBtn a {
  padding: 7px 0;
  position: relative;
}
#ir .priceArea .secCont .priceBtn a:after {
  position: absolute;
  top: 15px;
  right: 20px;
  margin: 0;
}
#ir .bannerArea {
  background: url(../img/ir/bg.jpg) no-repeat 50% 0;
  background-size: cover;
  margin-bottom: 80px;
  padding: 80px 0;
}
#ir .bannerArea ul {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#ir .bannerArea ul li {
  background-color: #fff;
  border-radius: 8px;
  max-width: 340px;
  width: 31%;
}
#ir .bannerArea ul li a {
  background: url(../img/ir/banner01.png) no-repeat 100% 0;
  background-size: cover;
  border-radius: 8px;
  font-size: 170%;
  font-weight: 700;
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .bannerArea ul li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#ir .bannerArea ul li a span {
  display: block;
  font-size: 65%;
}
#ir .bannerArea ul li:nth-child(2) a {
  background-image: url(../img/ir/banner02.png);
}
#ir .bannerArea ul li:nth-child(3) a {
  background-image: url(../img/ir/banner03.png);
}
#ir .irTopLinkArea {
  display: flex;
  flex-wrap: wrap;
}
#ir .irTopLinkArea .irTopLink {
  max-width: 356px;
  margin: 0 1.4% 16px 0;
  width: 32.4%;
}
#ir .irTopLinkArea .irTopLink:nth-of-type(3n) {
  margin-right: 0;
}
#ir .irTopLinkArea .irTopLink .linkPict {
  margin-bottom: 25px;
}
#ir .irTopLinkArea .irTopLink .linkPict img {
  width: 100%;
}
#ir .irTopLinkArea .irTopLink .pdfInfo {
  background-image: linear-gradient(45deg, #275cd4 0%, #b2c6f5 100%);
  color: #fff;
  height: 14.6vw;
  max-height: 160px;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#ir .irTopLinkArea .irTopLink dl {
  padding: 0 20px 20px;
}
#ir .irTopLinkArea .irTopLink dl dt {
  border-bottom: 1px dotted #000;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
#ir .irTopLinkArea .irTopLink dl dt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .irTopLinkArea .irTopLink dl dt a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#ir .irTopLinkArea .irTopLink dl dt a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
}
#ir .irTopLinkArea .irTopLink dl dd {
  margin-top: 10px;
}
#ir .irTopLinkArea .irTopLink dl dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .irTopLinkArea .irTopLink dl dd a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#ir .irTopLinkArea .irTopLink dl dd a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
}
#ir .irTopLinkArea .irTopLink.pdfLink dl dd a {
  justify-content: flex-start;
}
#ir .irTopLinkArea .irTopLink.pdfLink dl dd a:after {
  background-image: url(../img/common/pdfIcon.png);
  height: 15px;
  margin-left: 5px;
  width: 11px;
}
#ir .irTopLinkArea .irTopLink.pdfLink .btn {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
#ir .irTopLinkArea .irTopLink.pdfLink .btn a {
  padding: 7px 0;
  position: relative;
}
#ir .irTopLinkArea .irTopLink.pdfLink .btn a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-image: url(../img/common/download.png);
  position: absolute;
  top: 14px;
  right: 15px;
}
#ir .movieArea {
  margin: 0 auto 30px;
  text-align: center;
}
#ir .movieInfoTxt {
  padding-left: 1em;
  text-indent: -1em;
}
#ir .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 50px auto 100px;
}
#ir .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#email_underline{
  text-decoration: underline !important;
}
#center_paragraph_bold{
  text-align: center;
  font-size: larger;
  font-weight: bold;
}
#center_paragraph{
  text-align: center;
}
#center_h2{
  text-align: center;
  border: 0;
}
#center_h2::after{
  background: none;
}
#ir .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #ir .btn {
    width: 60%;
  }
  #ir .btn a {
    padding: 4% 0;
  }
}
#ir .btn a[target="_blank"]:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background-image: url(../img/common/blankIcon.png);
  display: inline-block;
  margin-left: 10px;
  vertical-align: -0.05em;
}
#ir .linkTxt {
  display: flex;
  justify-content: space-between;
  margin: 120px auto 0;
  width: 100%;
}
#ir .linkTxt li:last-of-type {
  border-right: none;
}
#ir .irTitleArea {
  margin-bottom: 30px;
  position: relative;
}
#ir .irTitleArea .printBtn {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0px;
}
#ir .irTitleArea .btn {
  margin-bottom: 50px;
}
#ir .selectLinkWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#ir .selectLinkWrap .selectLink {
  width: 180px;
}
#ir .selectLinkWrap .selectLink select {
  border-radius: 4px;
  background-image: url(../img/ir/select.png);
  border: 1px solid #d9d9d9;
  color: #a0a0a0;
  height: 35px;
}
#ir .selectLinkWrap .rssLink a {
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .selectLinkWrap .rssLink a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#ir .getPdfLinkWrap {
  display: flex;
  margin-bottom: 60px;
}
#ir .getPdfLinkWrap .getPdfLink {
  margin-right: 15px;
}
#ir .getPdfLinkWrap .getPdfLink a {
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .getPdfLinkWrap .getPdfLink a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#ir .getPdfLinkWrap p {
  font-size: 95%;
  margin: 0;
  line-height: 150%;
  width: 530px;
}
#ir .getPdfLinkWrap p span.spOnly {
  display: none;
}
#ir .e_ir p {
  font-size: 100%;
  margin-bottom: 20px;
}
#ir .e_ir p:last-of-type {
  margin-bottom: 0;
}
#ir .irLink {
  text-align: right;
}
#ir .newsList li .date {
  width: 200px;
}
#ir .newsList li .date span {
  width: 100px;
}
#ir .linkArea3 {
  border-radius: 8px;
  background-color: #e5e5e5;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 110px 30px 30px;
  position: relative;
}
#ir .linkArea3 dt {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #d1d1d1;
  border-radius: 8px 8px 0 0;
  color: #626262;
  font-size: 125%;
  font-weight: 700;
  padding: 22px 0;
  text-align: center;
  width: 100%;
}
#ir .linkArea3 dt br {
  display: none;
}
#ir .linkArea3 dd {
  background-color: #fff;
  margin: 0 5px 5px 0;
  max-width: 366px;
  width: 49.5%;
}
#ir .linkArea3 dd:nth-of-type(2n) {
  margin-right: 0;
}
#ir .linkArea3 dd a {
  display: flex;
  height: 80px;
  font-size: 105%;
  align-items: center;
  justify-content: space-between;
  line-height: 150%;
  padding: 0 20px;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .linkArea3 dd a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#ir .linkArea3 dd a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
}
#ir .highlightBtn {
  margin-top: -30px;
}
#ir .highlightBtn2 {
  width: 255px;
}
#ir .tabNav {
  border-bottom: 1px solid #3b68cf;
}
#ir .tabNav li {
  margin: 0 0 -1px 3px;
}
#ir .tabNav li:first-child {
  margin-left: 0;
}
#ir .tabNav li br.sp {
  display: none;
}
#ir .tabNav li a {
  box-sizing: border-box;
  background-position: 50% 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  line-height: 150%;
}
#ir .tabCont {
  border: none;
  background-color: inherit;
  margin-bottom: 80px;
  padding: 40px 0 0;
}
#ir .highlightTable {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  table-layout: fixed;
  width: 93%;
}
#ir .highlightTable caption {
  font-size: 85%;
  text-align: right;
}
#ir .highlightTable th {
  background-color: #e5e5e5;
  border: 1px solid #bfbfbf;
  color: #5c5d5d;
  font-size: 85%;
  font-weight: 700;
  line-height: 140%;
  padding: 8px;
  text-align: center;
}
#ir .highlightTable td {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  font-size: 85%;
  font-weight: 700;
  color: #5c5d5d;
  line-height: 140%;
  padding: 5px;
  text-align: center;
}
#ir .highlightTable .note td {
  background-color: #f0f0f0;
}
#ir .faq {
  margin-bottom: 50px;
}
#ir .faq dt p {
  color: #fff;
  font-size: 100%;
  margin: 0;
}
#ir .faq dd p {
  font-size: 100%;
  margin: 0;
}
#ir .faq dd p a {
  text-decoration: underline;
}
#ir .faq dd p a:hover {
  text-decoration: none;
}
#ir header .headMenu li {
  margin-right: 0;
}
#ir .downloadLinkList dt {
  border-bottom: 1px dotted #000;
  font-size: 105%;
  font-weight: 700;
  padding-bottom: 20px;
}
#ir .downloadLinkList dd {
  margin-top: 15px;
}
#ir .downloadLinkList dd a {
  transition: color 0.3s;
}
#ir .downloadLinkList dd a:hover {
  color: #3b68cf;
}
#ir .downloadLinkList dd a.pdf:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 15px;
  width: 11px;
  background-image: url(../img/common/pdfIcon.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.1em;
}
#ir .downloadBtn {
  width: 280px;
}
#ir .downloadBtn a {
  position: relative;
}
#ir .downloadBtn a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-image: url(../img/common/download.png);
  position: absolute;
  top: 17px;
  right: 15px;
}
#ir .spSlideTable {
  padding: 0 25px;
  margin: 80px auto;
}
#ir .stockTable {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  table-layout: fixed;
}
#ir .stockTable th {
  background-color: #f0f0f0;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 140%;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
#ir .stockTable td {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 140%;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
#ir .stockTable.stockTable01 th {
  text-align: left;
}
#ir .stockTable.stockTable01 td {
  text-align: right;
}
#ir .stockTable.stockTable01 .tableHead th {
  background-color: #e5e5e5;
  text-align: center;
}
#ir .stockTable.stockTable01 .tableHead th:first-of-type {
  width: 50%;
}
#ir .stockTable.stockTable02 th {
  text-align: center;
}
#ir .stockTable.stockTable02 th:nth-child(2) {
  text-align: right;
}
#ir .stockTable.stockTable02 td {
  text-align: left;
}
#ir .stockTable.stockTable02 .tableHead th {
  background-color: #e5e5e5;
  text-align: center;
}
#ir .stockTable.stockTable02 .tableHead th:first-of-type {
  width: 15%;
}
#ir .stockTable.stockTable02 .tableHead th:last-of-type {
  width: 67%;
}
#ir .stockTable.stockTable03 th,
#ir .stockTable.stockTable03 td {
  font-size: 85%;
  padding: 5px;
}
#ir .stockTable.stockTable03 .tableHead th {
  background-color: #e5e5e5;
}
#ir .stockTable.stockTable03 .tableHead th:first-of-type {
  width: 13%;
}
#ir .stockTable.stockTable04 th {
  text-align: left;
  width: 25%;
}
#ir .stockTable.stockTable04 td {
  text-align: left;
}
#ir .stockTable.stockTable05 th {
  text-align: center;
  vertical-align: top;
  width: 15%;
}
#ir .stockTable.stockTable05 td {
  padding: 8px 20px;
  text-align: left;
}
#ir .stockTable.stockTable05 td .newsList {
  border: none;
}
#ir .stockTable.stockTable05 td .newsList li {
  border: none;
  margin-bottom: 15px;
  padding: 0;
}
#ir .stockTable.stockTable05 td .newsList li:last-child {
  margin-bottom: 0;
}
#ir .stockTable.stockTable05 td .newsList li a {
  color: #3b68cf;
}
#ir .stockTable.stockTable06 th {
  text-align: center;
  vertical-align: top;
  width: 20%;
}
#ir .stockTable.stockTable06 td {
  padding: 8px 20px;
  text-align: left;
}
#ir .soukaiInfo {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 30px 40px 40px;
}
#ir .banner {
  text-align: center;
}
#ir .irAnchor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#ir .irAnchor li {
  margin: 0 0 2px;
}
#ir .irAnchor li:after {
  content: "｜";
  margin: 0 15px;
}
#ir .irAnchor li:last-child:after {
  display: none;
}
#ir .irAnchor li a {
  position: relative;
}
#ir .irAnchor li a.c:after {
  background-color: #3b68cf;
  content: "";
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
}
#ir #calendarTab {
  border-bottom: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#ir #calendarTab li {
  margin: 0 0 2px;
  width: auto;
}
#ir #calendarTab li:after {
  content: "｜";
  margin: 0 15px;
}
#ir #calendarTab li:last-child:after {
  display: none;
}
#ir #calendarTab li a {
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 100%;
  font-weight: 400;
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
}
#ir #calendarTab li a.c:after {
  background-color: #3b68cf;
  content: "";
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
}
#ir .calendar {
  display: flex;
  justify-content: space-between;
}
#ir .calendar table {
  border-top: 1px solid #bfbfbf;
  table-layout: fixed;
  width: 50%;
}
#ir .calendar table th {
  background-color: #81c1e8;
  border-bottom: 1px solid #bfbfbf;
  box-sizing: border-box;
  color: #fff;
  line-height: 120%;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
  width: 40px;
}
#ir .calendar table th.second {
  background-color: #9281e8;
}
#ir .calendar table th.third {
  background-color: #84d075;
}
#ir .calendar table th.fourth {
  background-color: #e8c281;
}
#ir .calendar table td {
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 240%;
  height: 90px;
  padding-top: 5px;
  line-height: 150%;
  vertical-align: middle;
  text-align: center;
  width: 140px;
}
#ir .calendar table td span {
  font-size: 45%;
}
#ir .calendar table td:last-of-type {
  background-color: inherit !important;
  font-size: 110%;
  padding: 0 0 0 20px;
  text-align: left;
  width: auto;
}
#ir .calendar table td.note {
  padding-top: 20px;
  vertical-align: top;
}
#ir .calendar table td.star {
  position: relative;
}
#ir .calendar table td.star:before {
  content: "★";
  display: block;
  position: absolute;
  bottom: -2px;
  left: -8px;
}
#ir .calendar table tr:nth-child(2n) td {
  background-color: #e7eff4;
}
#ir .policyArea {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#ir .notice {
  border-top: 1px solid #e5e5e5;
  font-size: 85%;
  padding-top: 30px;
}
#ir .notice a {
  color: #3b68cf;
  display: inline-block;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .notice a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
#ir .notice a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 6px;
  width: 4px;
  background-image: url(../img/index/newsIcon.png);
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.1em;
}
#ir .notice a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background-image: url(../img/common/blankIcon.png);
  display: inline-block;
  margin-left: 6px;
}
#ir .notice2 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
#ir .fig {
  text-align: center;
}
#ir .fig img {
  max-width: 100%;
}
#ir .stockTop {
  display: flex;
  justify-content: space-between;
}
#ir .stockTop .linkArea2 {
  max-width: 734px;
  width: 67%;
}
#ir .stockTop .linkArea2 li {
  margin-right: 4%;
  width: 48%;
}
#ir .stockTop .linkArea2 li:nth-child(2) {
  margin-right: 0;
}
#ir .stockTop .linkArea2 li:nth-child(3) {
  margin-bottom: 0;
}
#ir .stockTop .linkArea2 li:nth-child(4) {
  margin: 0;
}
#ir .stockTop .priceArea {
  max-width: 342px;
  margin-left: 22px;
  width: 32%;
}
#ir .stockTop .priceArea .secCont {
  padding: 55px 15px 30px;
}
#ir .calLink {
  margin-bottom: 10px;
  text-align: right;
}
#ir .calLink a {
  color: #3b68cf;
  font-size: 85%;
  transition: opacity 0.6s;
  text-decoration: none;
}
#ir .calLink a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#ir .calLink a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 6px;
  width: 4px;
  background-image: url(../img/index/newsIcon.png);
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.1em;
}
#ir .yutaiList {
  display: flex;
  justify-content: space-between;
}
#ir .yutaiList li {
  width: 31%;
}
#ir .yutaiList li img {
  width: 100%;
}
#ir .yutaiInfo {
  background-color: #fff;
  min-height: 130px;
  padding: 35px 40px 35px 155px;
  position: relative;
}
#ir .yutaiInfo dt {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
}
#ir .yutaiInfo dd {
  font-size: 105%;
}
#ir .yutaiInfo dd.pict {
  position: absolute;
  top: 40px;
  left: 40px;
}
#ir .pictArea {
  margin-top: 40px;
  min-height: 180px;
  padding-right: 380px;
  position: relative;
}
#ir .pictArea:first-of-type {
  margin-top: 60px;
}
#ir .pictArea .pict {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tabNavWrap {
  margin-bottom: 60px;
}
.tabNavWrap .tabNav {
  border-bottom: 1px solid #bfbfbf !important;
}
.tabNavWrap .tabNav li {
  margin: 0 0 -1px 3px;
}
.tabNavWrap .tabNav li:first-child {
  margin-left: 0;
}
.tabNavWrap .tabNav li a {
  background-color: inherit;
  background-image: url(../img/common/tabNavIcon01.png);
  background-position: 50% 75%;
  border-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  box-sizing: border-box;
  color: #bfbfbf;
  height: 65px !important;
}
.tabNavWrap .tabNav li a.c {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.tabNavWrap .tabNav li.newsCate01 a {
  background-image: url(../img/common/tabNavIcon02.png);
  border-top-color: #51c2a9;
  border-left-color: #51c2a9;
  border-right-color: #51c2a9;
  color: #51c2a9;
}
.tabNavWrap .tabNav li.newsCate02 a {
  background-image: url(../img/common/tabNavIcon03.png);
  border-top-color: #7dbae0;
  border-left-color: #7dbae0;
  border-right-color: #7dbae0;
  color: #7dbae0;
}
.tabNavWrap .tabNav li.newsCate03 a {
  background-image: url(../img/common/tabNavIcon04.png);
  border-top-color: #6a90e8;
  border-left-color: #6a90e8;
  border-right-color: #6a90e8;
  color: #6a90e8;
}
.tabNavWrap .tabNav li.newsCate04 a {
  background-image: url(../img/common/tabNavIcon05.png);
  border-top-color: #3b68cf;
  border-left-color: #3b68cf;
  border-right-color: #3b68cf;
  color: #3b68cf;
}
.tabNavWrap .tabNav li.newsCate05 a {
  background-image: url(../img/common/tabNavIcon06.png);
  border-top-color: #2d4b9b;
  border-left-color: #2d4b9b;
  border-right-color: #2d4b9b;
  color: #2d4b9b;
}
.tabNavWrap .tabNav.newsCate01 {
  border-color: #51c2a9 !important;
}
.tabNavWrap .tabNav.newsCate01 li:not(.newsCate01) a {
  border-bottom-color: #51c2a9;
}
.tabNavWrap .tabNav.newsCate02 {
  border-color: #7dbae0 !important;
}
.tabNavWrap .tabNav.newsCate02 li:not(.newsCate02) a {
  border-bottom-color: #7dbae0;
}
.tabNavWrap .tabNav.newsCate03 {
  border-color: #6a90e8 !important;
}
.tabNavWrap .tabNav.newsCate03 li:not(.newsCate03) a {
  border-bottom-color: #6a90e8;
}
.tabNavWrap .tabNav.newsCate04 {
  border-color: #3b68cf !important;
}
.tabNavWrap .tabNav.newsCate04 li:not(.newsCate04) a {
  border-bottom-color: #3b68cf;
}
.tabNavWrap .tabNav.newsCate05 {
  border-color: #2d4b9b !important;
}
.tabNavWrap .tabNav.newsCate05 li:not(.newsCate05) a {
  border-bottom-color: #2d4b9b;
}

.secRowArea {
  display: flex;
  justify-content: space-between;
}
.secRowArea section {
  width: 47.5%;
}

/*********news*********/
#news .newsList li .date {
  width: 210px;
}
#news .newsList li .date span {
  width: 100px;
}
#news .newsTab {
  border-bottom: 1px solid #3b68cf;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#news .newsTab li {
  margin: 0 0 -1px 4px;
  text-align: center;
  width: 50%;
}
#news .newsTab li:first-child {
  margin-left: 0;
}
#news .newsTab li a {
  border: 1px solid #bfbfbf;
  border-bottom-color: #3b68cf;
  background: url(../img/common/anchor.png) no-repeat 50% 70% #bfbfbf;
  border-radius: 8px 8px 0 0;
  display: block;
  color: #fff;
  font-size: 115%;
  font-weight: 700;
  padding: 10px 0 30px;
  transition: all 0.3s;
}
#news .newsTab li a.c {
  border-color: #3b68cf;
  border-bottom-color: #fff;
  background-image: url(../img/common/anchor2.png);
  background-color: #fff;
  color: #3b68cf;
}
#news .pager2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .pager2 li {
  margin: 0 10px;
}
#news .pager2 li a {
  color: #000;
  text-decoration: underline;
  transition: all 0.6s;
}
#news .pager2 li a:hover {
  color: #3b68cf;
  text-decoration: none;
}
#news .pager2 li.c {
  color: #3b68cf;
}
#news .pager2 li.c a {
  color: #3b68cf;
}
#news .pager2 li.next {
  border: 1px solid #3b68cf;
  background-color: #fff;
  margin: 0 0 0 20px;
}
#news .pager2 li.next a {
  display: block;
  height: 28px;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  position: relative;
  width: 28px;
}
#news .pager2 li.next a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/common/arrow2.png);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
}
#news .pager2 li.prev {
  border: 1px solid #3b68cf;
  background-color: #fff;
  margin: 0 20px 0 0;
}
#news .pager2 li.prev a {
  display: block;
  height: 28px;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  position: relative;
  width: 28px;
}
#news .pager2 li.prev a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/common/arrow2.png);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  transform: rotate(-180deg);
}
#news h2.mainTitle {
  border-bottom: none;
  font-size: 225%;
  margin-bottom: 40px;
}
#news h2.mainTitle:after {
  display: none;
}
#news .secCont section {
  margin-bottom: 55px;
}
#news .secCont section h2 {
  margin-bottom: 30px;
}
#news .secCont section p a {
  text-decoration: underline;
}
#news .secCont section p a:hover {
  text-decoration: none;
}
#news .pict {
  max-width: 800px;
  margin: 0 auto 55px;
}
#news .pict img {
  max-width: 100%;
}
#news .pict span {
  font-size: 90%;
  display: block;
  line-height: 140%;
  margin-top: 10px;
}
#news .pictColArea {
  display: flex;
  justify-content: space-between;
}
#news .pictColArea .pictCol {
  margin: 0;
  width: 48.2%;
}
#news .pictColArea .pictCol img {
  width: 100%;
}
#news .pictFloatArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
#news .pictFloatArea.reverse {
  flex-flow: row-reverse;
}
#news .pictFloatArea .txtArea {
  max-width: 720px;
  width: 65%;
}
#news .pictFloatArea .pict {
  max-width: 340px;
  margin: 0;
  width: 32%;
}
#news .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 0 auto 55px;
}
#news .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#news .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #news .btn {
    width: 60%;
  }
  #news .btn a {
    padding: 4% 0;
  }
}
#news .btn a[target="_blank"] {
  position: relative;
}
#news .btn a[target="_blank"]:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background-image: url(../img/common/blankIcon.png);
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 20px;
}
#news .btn a {
  padding: 8px 0;
}
#news .btn.backBtn a {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
  transition: opacity 0.6s;
  text-decoration: none;
}
#news .btn.backBtn a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#news .btnColArea {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
#news .btnColArea .btn {
  margin: 0 10px;
}

/*********column*********/
#column .columnPickup {
  justify-content: space-between;
}
#column .columnPickup li {
  transition: background-color 0.6s;
  max-width: 530px;
  width: 48.5%;
}
#column .columnPickup li:hover {
  background-color: #e6edf1;
}
#column .columnPickup li.new .pict a {
  position: relative;
}
#column .columnPickup li.new .pict a:after {
  background: url(../img/column/newIcon.png) no-repeat 0 0;
  color: #fff;
  font-size: 85%;
  content: "NEW";
  display: flex;
  height: 51px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
}
#column .columnPickup li .pict {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#column .columnPickup li .pict img {
  width: 100%;
}
#column .columnPickup li .pict a {
  display: block;
}
#column .columnPickup li .linkInfo {
  max-width: 100%;
  padding: 20px 30px 50px;
  width: 100%;
}
#column .columnPickup li .linkInfo h3 {
  font-size: 140%;
}
#column .columnPickup li .linkInfo .pickupTxt {
  margin: 10px 0 0;
}
#column .columnPickup li .tagLink {
  margin: 0;
  font-size: 90%;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
#column .columnPickup li .tagLink a {
  text-decoration: underline;
  margin-right: 5px;
}
#column .columnPickup li .tagLink a:hover {
  text-decoration: none;
}
#column .columnList li {
  transition: background-color 0.6s;
  display: flex;
}
#column .columnList li:hover {
  background-color: #e6edf1;
}
#column .columnList li .pict {
  margin: 0;
}
#column .columnList li .pict a {
  display: flex;
  justify-content: center;
  height: 100%;
}
#column .columnList li .pict img {
  max-width: none;
}
#column .columnList li .tagLink {
  margin: 0;
  font-size: 90%;
  position: absolute;
  left: 40px;
  bottom: 25px;
}
#column .columnList li .tagLink a {
  text-decoration: underline;
  margin-right: 5px;
}
#column .columnList li .tagLink a:hover {
  text-decoration: none;
}
#column .columnTab {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  position: relative;
}
#column .columnTab:after {
  background-color: #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#column .columnTab li {
  font-size: 115%;
  font-weight: 700;
  margin: 0 20px;
}
#column .columnTab li a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
#column .columnTab li a.c, #column .columnTab li a:hover {
  border-color: #3b68cf;
  color: #3b68cf;
}
#column .btn {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  margin: 0 auto 55px;
}
#column .btn a {
  border: 1px solid #3b68cf;
  border-radius: 30px;
  color: #3b68cf;
  font-size: 92%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
#column .btn a:hover {
  background-color: #3b68cf;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #column .btn {
    width: 60%;
  }
  #column .btn a {
    padding: 4% 0;
  }
}
#column .btn a {
  padding: 8px 0;
}
#column .secWrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}
#column .secWrap .secMain {
  max-width: 800px;
  width: 73%;
}
#column .secWrap .secMain h2.mainTitle {
  font-size: 200%;
  margin-bottom: 25px;
}
#column .secWrap .sideMenu {
  max-width: 252px;
  width: 23%;
}
#column .secWrap .sideMenu section {
  margin-bottom: 40px;
}
#column .secWrap .sideMenu section h3 {
  border: none;
  border-bottom: 1px solid #3b68cf;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 8px;
}
#column .secWrap .sideMenu section h3 span {
  font-size: 75%;
}
#column .secWrap .sideMenu section ul {
  padding: 0;
}
#column .secWrap .sideMenu section ul li {
  display: block;
  padding: 0;
}
#column .secWrap .sideMenu section ul li:before {
  display: none;
}
#column .secWrap .sideMenu section ul.latest li {
  font-size: 90%;
  margin: 0 0 15px;
}
#column .secWrap .sideMenu section ul.latest li a {
  display: block;
  line-height: 140%;
  position: relative;
  padding-left: 85px;
  min-height: 50px;
}
#column .secWrap .sideMenu section ul.latest li a img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 72px;
}
#column .secWrap .sideMenu section ul.category li {
  background: #fff;
  font-weight: 500;
  margin: 0;
}
#column .secWrap .sideMenu section ul.category li:last-child a {
  border-bottom: none;
}
#column .secWrap .sideMenu section ul.category li a {
  border-bottom: 1px solid #f4f3f3;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
  transition: all 0.6s;
}
#column .secWrap .sideMenu section ul.category li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/common/arrow2.png);
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
}
#column .secWrap .sideMenu section ul.category li a.c, #column .secWrap .sideMenu section ul.category li a:hover {
  background-color: #3b68cf;
  border-color: #fff;
  color: #fff;
}
#column .secWrap .sideMenu section ul.category li a.c:after, #column .secWrap .sideMenu section ul.category li a:hover:after {
  background-image: url(../img/common/arrow4.png);
}
#column .secWrap .sideMenu section ul.tag {
  display: flex;
  flex-wrap: wrap;
}
#column .secWrap .sideMenu section ul.tag li {
  font-size: 90%;
  font-weight: 500;
  margin: 0 8px 5px 0;
}
#column .secWrap .sideMenu section ul.tag li a {
  color: #3b68cf;
}
#column .secWrap .sideMenu section ul.tag li a:hover {
  color: #000;
}
#column .secWrap .sideMenu .sideSearch input {
  background: url(../img/common/searchIcon.png) no-repeat 15px 10px #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  height: 38px;
  padding-left: 40px;
  width: 100%;
}
#column .mainPict {
  margin: 0 auto 30px;
}
#column .mainPict img {
  width: 100%;
}
#column .labelArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
#column .labelArea .label {
  background-color: #bababa;
  border-radius: 30px;
  color: #fff;
  font-size: 90%;
  display: block;
  margin: 0;
  text-align: center;
  width: 140px;
}
#column .labelArea .tagLink {
  margin: 0;
  font-size: 90%;
  text-align: right;
  width: 60%;
}
#column .labelArea .tagLink a {
  text-decoration: underline;
  margin-right: 5px;
}
#column .labelArea .tagLink a:hover {
  text-decoration: none;
}
#column .dateArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
#column .dateArea .date {
  margin: 0;
  font-size: 80%;
}
#column .dateArea .social {
  display: flex;
}
#column .dateArea .social iframe {
  vertical-align: bottom;
}
#column .dateArea .social .twitter {
  margin-left: 5px;
}
#column .socialLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#column .socialLink li {
  max-width: 375px;
  width: 48.5%;
}
#column .socialLink li a {
  background-color: #3c5998;
  border-radius: 4px;
  color: #fff;
  font-size: 105%;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
#column .socialLink li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#column .socialLink li a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url(../img/common/fbIcon.png);
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.4em;
}
#column .socialLink li.twShare a {
  background-color: #1da1f2;
}
#column .socialLink li.twShare a:before {
  background-image: url(../img/common/twIcon.png);
}
#column .lead {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  color: #898989;
  font-size: 110%;
  font-weight: 700;
}
#column .pict {
  max-width: 800px;
  margin: 0 auto 55px;
}
#column .pict img {
  max-width: 100%;
}
#column .pict span {
  font-size: 90%;
  display: block;
  line-height: 140%;
  margin-top: 10px;
}
#column .pictColArea {
  display: flex;
  justify-content: space-between;
}
#column .pictColArea .pictCol {
  margin: 0;
  width: 48.2%;
}
#column .pictColArea .pictCol img {
  width: 100%;
}
#column .pictFloatArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
#column .pictFloatArea.reverse {
  flex-flow: row-reverse;
}
#column .pictFloatArea .txtArea {
  max-width: 375px;
  width: 47%;
}
#column .pictFloatArea .pict {
  max-width: 375px;
  margin: 0;
  width: 47%;
}
#column .keyLink {
  display: flex;
  flex-wrap: wrap;
}
#column .keyLink li {
  font-size: 90%;
  font-weight: 500;
  margin: 0 8px 5px 0;
}
#column .keyLink li a {
  color: #3b68cf;
}
#column .keyLink li a:hover {
  color: #000;
}
#column .pageNavArea {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  position: relative;
}
#column .pageNavArea .btn {
  margin: 0 auto;
}
#column .pageNavArea .prev {
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 90%;
  font-weight: bold;
}
#column .pageNavArea .prev a {
  color: #3b68cf;
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
#column .pageNavArea .prev a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#column .pageNavArea .prev a:before {
  background-color: #3b68cf;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
#column .pageNavArea .next {
  position: absolute;
  top: 40px;
  right: 0px;
  font-size: 90%;
  font-weight: bold;
}
#column .pageNavArea .next a {
  color: #3b68cf;
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
#column .pageNavArea .next a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}
#column .pageNavArea .next a:after {
  background-color: #3b68cf;
  content: "";
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  vertical-align: middle;
  width: 25px;
}

/*********about*********/
#about .contents {
  padding-bottom: 0;
}
#about .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08/cube-about3.png');
}
#about .h201 {
  margin-bottom: 80px;
}
#about .h201 h2 {
  border: none;
  margin: 0 auto 35px;
  padding: 0;
  text-align: center;
}
#about .h201 h2:after {
  display: none;
}
#about .h201 h2 span {
  font-size: 100%;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
#about .h201 .lead {
  margin: 0 auto 75px;
  text-align: center;
}
#about .h201 .lead2 {
  background: url('/wp-content/uploads/2023/08/CUBESYSTEM-7.png') no-repeat 50% 0;
  background-size: contain;
  padding-top: 220px;
  text-align: center;
}
#about .h201 .lead2 dl {
  background-color: #fff;
  max-width: 840px;
  margin: 0 auto;
  padding: 30px 0 35px;
}
#about .h201 .lead2 dl dt {
  color: #3b68cf;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 5px;
}
#about .h201 .lead2 dl dd {
  font-size: 105%;
}
#about .h202 {
  background: url(../img/about/bg02.jpg) no-repeat 50% 0;
  background-size: 100%;
  margin-bottom: 80px;
  position: relative;
}
#about .h202:after {
  background-color: #f4f3f3;
  content: "";
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#about .h202 .secCont {
  padding-top: 75px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#about .h202 h2 {
  border: 1px solid #a7c6e5;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  margin: 0 auto 35px;
  padding: 8px 40px;
  text-align: center;
}
#about .h202 h2:after {
  display: none;
}
#about .h202 h3 {
  border: none;
  color: #fff;
  font-size: 240%;
  padding: 0;
}
#about .h202 p {
  color: #fff;
  margin: 0 auto 30px;
  text-align: left;
  width: 540px;
}
#about .h202 .fig {
  margin: 0 auto 60px;
}
#about .h202 .strength {
  display: flex;
  justify-content: space-between;
}
#about .h202 .strength dl {
  background-color: #fff;
  text-align: left;
  width: 47.85%;
}
#about .h202 .strength dl dt {
  border-bottom: 1px solid #dcdcdc;
  color: #3b68cf;
  font-size: 115%;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#about .h202 .strength dl dt span {
  border-right: 1px solid #dcdcdc;
  display: block;
  color: #a0a0a0;
  font-size: 80%;
  margin-right: 20px;
  padding: 15px 20px;
}
#about .h202 .strength dl dd {
  padding: 30px 40px 35px;
}
#about .h202 .strength dl dd strong {
  font-size: 185%;
  display: block;
  line-height: 180%;
  margin-bottom: 20px;
}
#about .h203 {
  margin-bottom: 0;
}
#about .h203 .secCont {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  text-align: center;
  position: relative;
}
#about .h203 .secCont dl {
  padding: 50px 0 200px;
  position: relative;
  width: 50%;
}
#about .h203 .secCont .origin {
  background-image: linear-gradient(0deg, #14388C 0%, #1946AD 100%);
  padding: 80px 0 60px;
  position: relative;
  width: 100%;
}
#about .h203 .secCont dl:last-of-type {
  
}
#about .h203 .secCont dl dt img {
  max-width: 100%;
}
#about .h203 .secCont dl dd {
  color: #3b68cf;
  font-size: 120%;
  font-weight: 700;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
#about .h203 .secCont dl dd a {
  border: 1px solid #3b68cf;
  background-color: #3b68cf;
  border-radius: 40px;
  color: white;
  font-size: 75%;
  display: block;
  margin: 15px auto 0;
  padding: 5px 0;
  width: 195px;
  transition: all 0.4s;
}
#about .h203 .secCont dl dd a:hover {
  background-color: #080c95;
  color: white;
}
#about .h203 h2 {
  border: 1px solid #a7c6e5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  margin: -34px auto 0;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 160px;
  z-index: 2;
}
#about .h203 h2:after {
  display: none;
}

/*********vision*********/
/* -- company_box01 -- */
.company_box01_outer {
  margin-top: 49px;
  zoom: 1;
}

.company_box01_outer:after {
  content: "";
  display: block;
  clear: both;
}

.company_box01_outer table {
  float: left;
  table-layout: fixed;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .company_box01_outer table {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .company_box01_outer table:last-child {
    margin-bottom: 0;
  }
}
.company_box01_outer td {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.company_box01_outer tr:nth-child(n+2) td {
  height: 170px;
  color: #fff;
  font-size: 108%;
  border: 1px solid #fff;
}

.company_box01_outer tr td:first-child {
  border-left: none;
}

.company_box01_outer tr td:last-child {
  border-right: none;
}

.company_box01_outer tr:nth-child(2) td {
  border-top: none;
}

.company_box01_outer tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .company_box01_outer tr:nth-child(n+2) td {
    padding: 0 5px;
    height: 120px;
    font-size: 93%;
  }
}
.company_box01_txt01 {
  position: absolute;
  bottom: 64px;
  right: 0;
  left: 0;
  font-size: 129%;
}

@media screen and (max-width: 960px) {
  .company_box01_txt01 {
    bottom: 75px;
    font-size: 115%;
  }
}
@media screen and (max-width: 550px) {
  .company_box01_txt01 {
    bottom: 50px;
  }
}
.company_box01_light tr:nth-child(n+2) td {
  background: #3b68cf;
}

.company_box01_dark tr:nth-child(n+2) td {
  background: #1a3bb9;
}

#vision .contents .secTitleArea {
  background-image: url(../img/vision/mv.jpg);
}
#vision .contents p {
  margin-bottom: 50px;
}
#vision .linkArea4 {
  justify-content: center;
}
#vision .company_box01_outer {
  margin-bottom: 80px;
}
#vision .company_box01_outer p {
  margin: 0;
}
#vision .company_box01_outer p.company_box01_txt01 {
  font-size: 130%;
  font-weight: 700;
}
#vision .company_box01_outer table {
  border-collapse: separate;
}
#vision .fig {
  margin: 0 auto 80px;
  text-align: center;
}
#vision .fig img {
  max-width: 100%;
}
#vision .roadmapArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
#vision .roadmapArea dl {
  background: url(../img/vision/roadmap/bg01.jpg) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 10px 10px;
  width: 32%;
}
#vision .roadmapArea dl dt {
  color: #fff;
  display: flex;
  height: 140px;
  font-size: 140%;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#vision .roadmapArea dl dd {
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
#vision .roadmapArea dl dd span {
  border: 3px solid;
  border-image: linear-gradient(90deg, #097DEA 0, #11E4D3 100%);
  border-image-slice: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  font-size: 105%;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
#vision .roadmapArea dl.road02 {
  background-image: url(../img/vision/roadmap/bg02.jpg);
}
#vision .roadmapArea dl.road03 {
  background-image: url(../img/vision/roadmap/bg03.jpg);
}
#vision .roadmapArea dl.road04 {
  background-image: url(../img/vision/roadmap/bg04.jpg);
}
#vision .roadmapArea dl.road04 dd span {
  height: 45px;
}
#vision .roadmapArea dl.road05 {
  background-image: url(../img/vision/roadmap/bg05.jpg);
}
#vision .roadmapArea dl.road05 dd span {
  height: 65px;
}
#vision .roadmapArea dl.road06 {
  background-image: url(../img/vision/roadmap/bg06.jpg);
}
#vision .docLink {
  border-top: 1px solid #e5e5e5;
  margin: -20px 0 80px;
  padding-top: 30px;
}
#vision .docLink dt {
  font-size: 105%;
}
#vision .docLink dd {
  margin-top: 8px;
}
#vision .docLink dd a:hover {
  color: #3b68cf;
}
#vision .docLink dd a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 15px;
  width: 11px;
  background-image: url(../img/common/pdfIcon.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.15em;
}

/*********smile add 210224 *********/
#serviceDetail .smileLeadArea {
  text-align: center;
}
#serviceDetail .smileLeadArea p {
  margin-bottom: 0;
  padding-bottom: 25px;
}
#serviceDetail .smileAboutArea {
  background: url("../img/service/smile/about_bg.png") no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 20px 95px;
}
#serviceDetail .smileAboutArea .smileAboutInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 65px;
}
#serviceDetail .smileAboutArea .smileAboutInfo .detail {
  width: 62%;
}
#serviceDetail .smileAboutArea .smileAboutInfo .detail h3 {
  border-left: none;
  font-size: 171%;
  margin-bottom: 25px;
  padding: 0;
}
#serviceDetail .smileAboutArea .smileAboutInfo .detail p {
  max-width: 600px;
}
#serviceDetail .smileAboutArea .smileAboutInfo .fig {
  width: 34%;
}
#serviceDetail .smileFlexArea {
  margin-bottom: 100px;
}
#serviceDetail .smileFlexArea .smileFlexCont {
  background: url("../img/service/smile/pict01.png") no-repeat 0 0;
  background-size: contain;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
#serviceDetail .smileFlexArea .smileFlexCont .smileFlexDetail {
  background-color: #fff;
  box-sizing: border-box;
  height: 545px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  width: 50%;
}
#serviceDetail .smileFlexArea .smileFlexCont:nth-of-type(2) {
  background-image: url("../img/service/smile/pict02.png");
  background-position: 100% 0;
  justify-content: flex-start;
}
#serviceDetail .smileFlexArea .smileFlexCont:nth-of-type(2) .smileFlexDetail {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 50px;
}
#serviceDetail .smileFlexArea .smileFlexCont:nth-of-type(3) {
  background-image: url("../img/service/smile/pict03.png");
}
#serviceDetail .smileFlexArea .smileFlexCont .smileFlexInfo {
  box-sizing: border-box;
  padding-left: 135px;
  position: relative;
  text-align: left;
  width: 65%;
}
#serviceDetail .smileFlexArea .smileFlexCont .smileFlexInfo .num {
  color: #3B68CF;
  font-size: 570%;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 8px;
  left: 0px;
  text-align: center;
}
#serviceDetail .smileFlexArea .smileFlexCont .smileFlexInfo .num span {
  font-size: 22.5%;
  display: block;
  line-height: 120%;
}
#serviceDetail .smileFlexArea .smileFlexCont h3 {
  border-left: none;
  color: #3B68CF;
  font-size: 171%;
  margin-bottom: 20px;
  padding-left: 0;
}
#serviceDetail .smileFlexArea .smileFlexCont p {
  margin: 0 auto 30px;
}
#serviceDetail .smileFlexArea .smileFlexCont .btn {
  margin: 0;
}
#serviceDetail .smileSecLead {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto;
  padding-right: 300px;
  padding-bottom: 70px;
  position: relative;
}
#serviceDetail .smileSecLead p {
  font-size: 107%;
  margin-bottom: 20px;
  max-width: 260px;
  text-align: center;
}
#serviceDetail .smileSecLead h2 {
  margin: 0;
  max-width: 260px;
  text-align: center;
}
#serviceDetail .smileSecLead .fig {
  position: absolute;
  top: 0px;
  right: -30px;
}
#serviceDetail .smileSecLead.type2 {
  max-width: 600px;
  padding-bottom: 20px;
}
#serviceDetail .smileSecLead.type2 .fig {
  right: 90px;
}
#serviceDetail .smileSecLead.type3 .fig {
  right: -230px;
}
#serviceDetail .smileSecLeadTxt {
  color: #535353;
  font-size: 85%;
  max-width: 600px;
  margin: 0 auto 65px;
  padding-left: 1em;
  text-indent: -1em;
}
#serviceDetail .smileSecAboutArea {
  background: url("../img/service/smile/thanks/pict01.png") no-repeat 100% 0, url("../img/service/smile/thanks/bg.png") repeat-x 0 307px;
  margin-bottom: 90px;
  min-height: 616px;
}
#serviceDetail .smileSecAboutArea.type2 {
  background-image: url("../img/service/smile/cubecoin/pict01.png"), url("../img/service/smile/thanks/bg.png");
}
#serviceDetail .smileSecAboutArea.type3 {
  background-image: url("../img/service/smile/register/pict01.png"), url("../img/service/smile/thanks/bg.png");
}
@media screen and (max-width: 1200px) {
  #serviceDetail .smileSecAboutArea {
    background-position: 430px 0, 0 307px;
  }
}
#serviceDetail .smileSecAboutArea .smileSecAbout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
#serviceDetail .smileSecAboutArea .smileSecAbout h3 {
  border-left: none;
  font-size: 171%;
  margin-bottom: 25px;
  padding-left: 0;
}
#serviceDetail .smileSecAboutArea .smileSecAbout p {
  font-size: 107%;
  max-width: 400px;
}
#serviceDetail .smileSecInfoArea {
  margin-bottom: 100px;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont {
  padding: 100px 40px;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont:nth-of-type(2n-1) {
  background-color: #fff;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont:nth-of-type(2n-1) .smileSecInfoFlex {
  flex-flow: row-reverse;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex .detail {
  width: 45.5%;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex .detail h3 {
  border-left: none;
  color: #097DE9;
  font-size: 170%;
  padding-left: 0;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex .detail p {
  font-size: 107%;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex .pict {
  width: 48%;
}
#serviceDetail .smileSecInfoArea .smileSecInfoCont .smileSecInfoFlex .pict img {
  max-width: 100%;
}
#serviceDetail .smileRecommend {
  margin-bottom: 90px;
  padding: 0 40px;
}
#serviceDetail .smileRecommend dl {
  background-color: #279BE3;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 850px;
  padding: 30px 50px;
}
#serviceDetail .smileRecommend dl dt {
  color: #fff;
  font-size: 128%;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
#serviceDetail .smileRecommend dl dd {
  color: #fff;
  font-size: 107%;
}
#serviceDetail .smileVoiceArea {
  background: url("../img/service/smile/thanks/bg.png") repeat-x 0 200px;
  margin-bottom: 50px;
  padding: 0 40px;
}
#serviceDetail .smileVoiceArea h3 {
  border-left: none;
  color: #3B68CF;
  font-size: 170%;
  margin-bottom: 30px;
  padding-left: 0;
  text-align: center;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont {
  background-color: #fff;
  width: 30.9%;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont .pict img {
  max-width: 100%;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont .detail {
  padding: 30px;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont .detail h4 {
  border-bottom: none;
  font-size: 142%;
  padding-bottom: 0;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont .detail h4 span {
  color: #3B68CF;
  font-size: 80%;
  display: block;
  margin-top: 15px;
}
#serviceDetail .smileVoiceArea .smileVoiceFlex .smileVoiceCont .detail p {
  font-size: 105%;
}
#serviceDetail .smileFootLink {
  background-color: #fff;
  display: flex;
  max-width: 1100px;
  margin: 0 auto 30px;
}
#serviceDetail .smileFootLink li {
  border-right: 1px solid #f4f3f3;
  box-sizing: border-box;
  width: 25%;
}
#serviceDetail .smileFootLink li:last-child {
  background-color: #e5eaf5;
  border-right: none;
}
#serviceDetail .smileFootLink li a {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 20px;
  position: relative;
  text-align: left;
  transition: opacity 0.6s;
  text-decoration: none;
}
#serviceDetail .smileFootLink li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  text-decoration: none;
}
#serviceDetail .smileFootLink li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/service/arrow.png);
  position: absolute;
  top: 35px;
  right: 20px;
}


/*********smile add 210224 *********/

#hiring-items {
  zoom: 1;
  padding: 0;
}

#hiring-div {
height: 334px;
text-align: center;
}

#hiring-items:after {
  content: "";
  display: block;
  clear: both;
}

#hiring-items li {
  float: left;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 50%; /* Set the width to 50% to display two items in one line */
  box-sizing: border-box; /* Include padding and border in the width */
}

#hiring-items img{
width: 80%;
height: auto;
letter-spacing: 0;
}

#hiring-items p{
  font-size: 90%;
  color: #fff;
  margin-bottom: 0;
}

#hiring-items .organization_box01{
  position: absolute;
  top: 70%;
  right: 40px;
  left: 40px;
  margin: 0;
  padding:0 ;
}

#hiring-items .organization_box01 .organization_box01_inner01 {
  position: relative;
  text-align: center;
  font-size: 115%;
  padding: 0;
}

#hiring-items .organization_box01 .organization_box01_inner01 a {
  overflow: visible;
  display: block;
  position: relative;
  padding: 42px 0 49px;
  color: #fff;
  background: #397bde;
}

#hiring-items .organization_box01 .organization_box01_inner01 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 1px;
  background: #fff;
  content: "";
}

#hiring-items li:nth-child(2n+1):not(:last-child)::after {
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #000;
  content: "";
}

/* #hiring-items li:nth-child(2n+1):not(:last-child)::after {
  display: none;
} */

@media screen and ( min-width: 769px ) {
  #hiring-items .organization_box01 .organization_box01_inner01 a:hover {
      background: #080c95;
      transition: 1s;
      opacity: 1;
  }
  #hiring-items .organization_box01 .organization_box01_inner01 a.n_act:hover {
      background: #397bde;
  }
}

/* Styles for smaller screens */
@media screen and (max-width: 768px) {
  #hiring-items li {
    width: 100%; /* Set the width to 100% to display one item in one line */
  }

  #hiring-items li:nth-child(2n+1):not(:last-child)::after {
    display: none; /* Hide the separator line */
  }
	#hiring-div {
    height: 280px;
    text-align: center;
	}
	
	#hiring-items img{
		width: 70%;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #hiring-div {
    height: 100vh;
  }
}

/*********Recruit *****************/
#recruit .contents .secTitleArea {
  background-image: url('/wp-content/uploads/2023/08//d73ae72e609842a6c0806399dabb3354-scaled.jpg');
}
#recruit .ideaArea ul {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
#recruit .ideaArea ul li {
  font-size: 115%;
  font-weight: 700;
  margin: 0 auto 15px;
}
#recruit .ideaArea p {
  margin: 0 auto;
  line-height: 250%;
  text-align: center;
}
#recruit .ideaArea p strong {
  font-size: 170%;
  display: block;
}
#recruit .linkArea {
  margin-top: 80px;
}

/* info_table01 */
.info_table01 {
  border-bottom: 1px solid #808080;
 }
 
 .info_table01 tr:nth-child(2n) {
  background: #eee;
 }
 
 .info_table01 th ,
 .info_table01 td {
  vertical-align: top;
  border-top: 1px solid #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
 }
 
 .info_table01 th {
  position: relative;
  padding: 20px 11px 0 0;
  width: 20.7%;
  text-align: center;
 }
 .info_table01 th:after {
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 0;
  margin: auto;
  border-right: 1px solid #808080;
  content: "";
 }
 @media screen and ( max-width: 768px ) {
  .info_table01 th {
      padding: 12px 11px 0 0;
      width: 25%;
      text-align: center;
  }
 }
 
 .info_table01 td {
  padding: 22px 0 22px 31px;
  width: 79.3%;
 }
 @media screen and ( max-width: 768px ) {
  .info_table01 td {
      padding: 12px 0 12px 12px;
      width: 75%;
  }
 }
 
 /* info_table02 */
 .info_table02 {
  margin-top: 52px;
 }
 @media screen and ( max-width: 768px ) {
  .info_table02 {
      margin-top: 30px;
  }
 }
 
 .info_table02 th ,
 .info_table02 td {
  vertical-align: top;
 }
 
 .info_table02 th {
  position: relative;
  width: 80px;
  text-align: center;
  font-family: 'Montserrat';
 }
 .info_table02 th:before {
  position: absolute;
  top: 8px;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  background: #3b68cf;
  content: "";
  z-index: 1;
 }
 .info_table02 tr:last-child th:before {
  display: none;
 }
 @media screen and ( max-width: 768px ) {
  .info_table02 th {
      width: 70px;
  }
 }
 
 .info_table02_step {
  position: relative;
  margin-top: 8px;
  padding: 3px 0;
  color: #fff;
  font-size: 110%;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #3b68cf;
  z-index: 2;
 }
 @media screen and ( max-width: 768px ) {
  .info_table02_step {
      font-size: 100%;
  }
 }
 
 .info_table02 td {
  padding: 0 0 21px 21px;
 }
 .info_table02 tr:last-child td {
  padding-bottom: 0;
 }
 
 .info_table02_tit01 {
  margin-bottom: 3px;
  color: #3b68cf;
  font-size: 138%;
  font-weight: bold;
 }
 @media screen and ( max-width: 768px ) {
  .info_table02_tit01 {
      margin-bottom: 0;
      font-size: 130%;
  }
 }

 #gallery {
  justify-content: center;
  align-items: center;
}

#gallery .big-picture {
  max-width: 498px;
  height: 335px;
}

#gallery .thumbnails {
  display: flex;
}

#gallery .thumbnail {
  width:96px;
  height:64px; 
  padding: 10px;
  cursor: pointer;
}

#gallery .floor {
  width:96px;
  height:64px; 
  padding: 10px;
}

#gallery .thumbnail {
  width:96px;
  height:64px; 
  padding: 10px;
}

@media (max-width: 768px) { /* Adjust the breakpoint as per your requirements */
  .thumbnails div {
      display: block;
      margin-bottom: 20px;
  }
}
