/*---------------
セブン銀行の存在意義
------------------*/
.mainimageArea.purpose {
  background-image: url(/recruit/introduction/purpose/images/img_mv.jpg);
  position: relative;
}

.mainsecArea.purposesec01 {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.purposesec01 {
    padding: 50px 0 40px;
  }
}

.purposeCatchArea {
  width: 100%;
  background-color: #D9F0E3;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.purposeCatchArea {
  width: 100%;
  background-color: #D9F0E3;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .purposeCatchArea {
    padding: 25px 10px;
    flex-direction: column;
  }
}

.purposeCatchArea .purposeCatchAreaTtl {
  width: 35%;
  text-align: center;
  font-size: 260%;
  font-weight: 500;
  color: #009944;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .purposeCatchArea .purposeCatchAreaTtl {
    width: 100%;
    padding: 0 0 20px;
    font-size: 160%;
    margin-bottom: 20px;
  }
}

.purposeCatchArea .purposeCatchAreaTtl::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: #009944;
  ;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}

@media only screen and (max-width: 750px) {
  .purposeCatchArea .purposeCatchAreaTtl::before {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #009944;
    ;
    position: absolute;
    top: inherit;
    right: 50%;
    bottom: 0;
    margin-right: -15%;
  }
}

.purposeCatchArea .purposeCatchAreaTxt {
  width: 65%;
  position: relative;
  box-sizing: border-box;
  font-size: 200%;
  color: #009944;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .purposeCatchArea .purposeCatchAreaTxt {
    width: 100%;
    font-size: 120%;
    padding: 0;
    text-align: center;
  }
}

.purposeBigCatchArea {
  width: 100%;
  font-size: 300%;
  color: #009944;
  text-align: center;
  padding: 100px 0;
}

@media only screen and (max-width: 750px) {
  .purposeBigCatchArea {
    font-size: 180%;
    padding: 50px 30px;
    box-sizing: border-box;
    text-align: left;
  }
}

.purposeSmallCatchArea {
  width: 100%;
  color: #009944;
  font-size: 200%;
  text-align: center;
  padding: 100px 0 0;
}

@media only screen and (max-width: 750px) {
  .purposeSmallCatchArea {
    font-size: 120%;
    padding: 40px 10px 0;
    box-sizing: border-box;
    text-align: left;
  }
}

.purposeSmallCatchArea p {
  margin-bottom: 1em;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  .purposeSmallCatchArea p {
    line-height: 1.6;
  }
}

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

.mainsecArea.purposesec02 {
  padding: 100px 0 80px;
  background-color: #F8F8F8;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.purposesec02 {
    padding: 50px 0 40px;
  }
}

.mainsecArea .purposePicArea01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePicArea01 {
    flex-direction: column;
  }
}

.mainsecArea .purposePicArea01 h2 {
  width: 30%;
  color: #F08200;
  font-size: 240%;
  font-weight: 500;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePicArea01 h2 {
    width: 100%;
    font-size: 140%;
    padding-bottom: 10px;
    text-align: center;
  }
}

.mainsecArea .purposePic01 img {
  z-index: 10;
  position: relative;
}

.mainsecArea .purposePic01:after {
  position: absolute;
  margin-left: -400px;
  margin-top: -150px;
  width: 710px;
  height: 470px;
  content: '';
  background: #fff;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePic01:after {
    content: none;
  }
}

.mainsecArea .purposePic02 img {
  z-index: 10;
  position: relative;
}

.mainsecArea .purposePic02:before {
  position: absolute;
  margin-left: -356px;
  margin-top: -100px;
  width: 710px;
  height: 470px;
  content: '';
  background: #fff;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePic02:before {
    content: none;
  }
}

.mainsecArea .purposePicArea01 p {
  width: 65%;
  margin-right: -50px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePicArea01 p {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.mainsecArea .purposePicArea02 {
  margin-top: 60px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea .purposePicArea02 {
    margin-top: 30px;
  }
}

.mainsecArea .purposePicArea02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainsecArea .purposePicArea02 ul li {
  width: 48%;
}


/*---------------
ビジネス紹介
------------------*/
.mainimageArea.business {
  background-image: url(/recruit/introduction/business/images/img_mv.jpg);
  position: relative;
}

.mainsecArea.businesssec01 {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.businesssec01 {
    padding: 50px 0 40px;
  }
}

.mainsecArea.businesssec02 {
  background-color: #F8F8F8;
  padding: 100px 0 80px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.businesssec02 {
    padding: 50px 0 40px;
  }
}

.businessCatchTtl {
  font-size: 240%;
  color: #009944;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 50px;
  padding-top: 5px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .businessCatchTtl {
    font-size: 120%;
    margin: 20px auto 30px;
  }
}

.businessCatchAreaTxt {
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
  font-size: 130%;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .businessCatchAreaTxt {
    font-size: 100%;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
  }
}

.businessCatchAreaImg {
  width: 100%;
  position: relative;
  padding: 10px 0 150px;
}

@media only screen and (max-width: 750px) {
  .businessCatchAreaImg {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.businessCatchAreaImg .mainimg {
  width: 25%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg .mainimg {
    width: 50%;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 750px) {
  .businessCatchAreaImg .mainimg {
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
}

.businessCatchAreaImg li {
  opacity: 1;
  transition: 0.4s ease;
}

.businessCatchAreaImg li:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .businessCatchAreaImg li.bb01 {
    position: absolute;
    top: 0;
    left: 62%;
  }

  .businessCatchAreaImg li.bb02 {
    position: absolute;
    top: 24%;
    left: 68%;
  }

  .businessCatchAreaImg li.bb03 {
    position: absolute;
    top: 62%;
    left: 64%;
  }

  .businessCatchAreaImg li.bb04 {
    position: absolute;
    top: 82%;
    left: 42%;
  }

  .businessCatchAreaImg li.bb05 {
    position: absolute;
    top: 62%;
    left: 19%;
  }

  .businessCatchAreaImg li.bb06 {
    position: absolute;
    top: 32%;
    left: 6%;
  }

  .businessCatchAreaImg li.bb07 {
    position: absolute;
    top: 0;
    left: 20%;
  }

  .businessCatchAreaImg li.bb08 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg li.bb04 {
    width: 100%;
    margin-top: 15px;
  }

  .businessCatchAreaImg li.bb01,
  .businessCatchAreaImg li.bb07 {
    width: 49%;
  }

  .businessCatchAreaImg li.bb02,
  .businessCatchAreaImg li.bb03,
  .businessCatchAreaImg li.bb05,
  .businessCatchAreaImg li.bb06 {
    width: 49%;
    margin-top: 15px;
  }

  .businessCatchAreaImg li.bb08 {
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }
}

.businessCatchAreaImg li h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  padding: 0 30px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  min-width: 210px;
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg li h3 {
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}

.businessCatchAreaImg li.bb01 h3 {
  min-width: 280px;
}

@media only screen and (max-width: 750px) {
  .businessCatchAreaImg li.bb01 h3 {
    min-width: 100%;
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 15px 0;
  }
}

.businessCatchAreaImg li.bb06 h3 {
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg li.bb06 h3 {
    width: 100%;
    margin-right: 0;
  }
}

.businessCatchAreaImg li.bb01 h3 {
  background-color: #FFB0BA;
}

.businessCatchAreaImg li.bb02 h3 {
  background-color: #8FC5FF;
}

.businessCatchAreaImg li.bb03 h3 {
  background-color: #49DBD0;
}

.businessCatchAreaImg li.bb04 h3 {
  background-color: #ACDD4B;
}

.businessCatchAreaImg li.bb05 h3 {
  background-color: #FC779D;
}

.businessCatchAreaImg li.bb06 h3 {
  background-color: #00AAD1;
}

.businessCatchAreaImg li.bb07 h3 {
  background-color: #FFD400;
}

.businessCatchAreaImg li h3:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  transform: rotate(45deg);
}

.businessCatchAreaImg li.bb08 {
  font-size: 12px;
  color: #919191;
}

.businessCatchAreaImg li ul {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .businessCatchAreaImg li.bb01 ul {
    max-width: 400px;
  }

  .businessCatchAreaImg li.bb02 ul {
    max-width: 360px;
  }

  .businessCatchAreaImg li.bb03 ul {
    max-width: 360px;
  }

  .businessCatchAreaImg li.bb04 ul {
    max-width: 380px;
  }

  .businessCatchAreaImg li.bb05 ul {
    max-width: 200px;
  }

  .businessCatchAreaImg li.bb06 ul {
    max-width: 320px;
  }
}

.businessCatchAreaImg li ul li {
  width: 100%;
  font-size: 12px;
  position: relative;
  padding: 2px 5px 2px 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {

  .businessCatchAreaImg li.bb01 ul li,
  .businessCatchAreaImg li.bb02 ul li,
  .businessCatchAreaImg li.bb04 ul li,
  .businessCatchAreaImg li.bb05 ul li,
  .businessCatchAreaImg li.bb06 ul li {
    width: 50%;
  }

  .businessCatchAreaImg li.bb02 ul li:nth-child(1) {
    width: 40%;
  }

  .businessCatchAreaImg li.bb02 ul li:nth-child(2) {
    width: 60%;
  }

  .businessCatchAreaImg li.bb02 ul li:nth-child(n+3) {
    width: 100%;
  }

  .businessCatchAreaImg li.bb06 ul li:nth-child(3) {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .businessCatchAreaImg li.bb05 ul li:nth-child(odd) {
    width: 45%;
  }

  .businessCatchAreaImg li.bb05 ul li:nth-child(even) {
    width: 55%;
  }

  .businessCatchAreaImg li.bb05 ul li:last-child {
    width: 100%;
  }
}

.businessCatchAreaImg li ul li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.businessCatchAreaImg li.bb01 ul li:before {
  background-color: #FFB0BA;
}

.businessCatchAreaImg li.bb02 ul li:before {
  background-color: #8FC5FF;
}

.businessCatchAreaImg li.bb03 ul li:before {
  background-color: #49DBD0;
}

.businessCatchAreaImg li.bb04 ul li:before {
  background-color: #ACDD4B;
}

.businessCatchAreaImg li.bb05 ul li:before {
  background-color: #FC779D;
}

.businessCatchAreaImg li.bb06 ul li:before {
  background-color: #00AAD1;
}

.businessCatchAreaImg li.bb07 ul li:before {
  background-color: #FFD400;
}

.businessBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .businessBox {
    flex-flow: column;
    margin-bottom: 20px;
  }
}

.businessBox .businesstxtArea {
  width: 53%;
}

@media only screen and (max-width: 750px) {
  .businessBox .businesstxtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.businessBox .businesspicArea {
  width: 35%;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .businessBox .businesspicArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.businessBox .businessnumber {
  font-weight: 700;
  color: #009944;
  padding-left: 120px;
  position: relative;
  margin: 0 0 10px -30px;
}

.businessBox .businessnumber:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100px;
  height: 1px;
  content: '';
}

.businessBox .businesstxtArea h3 {
  font-size: 190%;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 0 40px;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .businessBox .businesstxtArea h3 {
    font-size: 120%;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
  }
}

.businessBox .businesstxtArea h3.business01 {
  background-color: #FFB0BA;
}

.businessBox .businesstxtArea h3.business02 {
  background-color: #8FC5FF;
}

.businessBox .businesstxtArea h3.business03 {
  background-color: #49DBD0;
}

.businessBox .businesstxtArea h3.business04 {
  background-color: #ACDD4B;
}

.businessBox .businesstxtArea h3.business05 {
  background-color: #FC779D;
}

.businessBox .businesstxtArea h3.business06 {
  background-color: #00AAD1;
}

.businessBox .businesstxtArea h3.business07 {
  background-color: #FFD400;
}

.businessBox .businesstxtArea p {
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  .businessBox .businesstxtArea p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 750px) {
  .picright .businesstxtArea {
    order: 2;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 750px) {
  .picright .businesspicArea {
    order: 1;
    margin-bottom: 20px;
  }
}

.businessCategoryBox {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 120px;
}

@media only screen and (max-width: 750px) {
  .businessCategoryBox {
    padding: 20px;
    margin-bottom: 60px;
  }
}

.businessCategoryBox.last {
  margin-bottom: 30px;
}

.businessCategoryBox ul {
  display: flex;
  flex-wrap: wrap;
}

.businessCategoryBox li {
  width: 30.3%;
  display: flex;
  flex-flow: column;
}

@media only screen and (max-width: 750px) {
  .businessCategoryBox li {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .businessCategoryBox li:not(:nth-child(3n+3)) {
    margin-right: 4.5%;
  }

  .businessCategoryBox li:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .businessCategoryBox li:nth-child(n+2) {
    margin-top: 25px;
  }
}

.businessCategoryBox li h4 {
  font-size: 160%;
  font-weight: 700;
  color: #009944;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .businessCategoryBox li h4 {
    font-size: 110%;
  }
}

.businessCategoryBox li p {
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .businessCategoryBox li p {
    line-height: 1.6;
  }
}

.businessnotes {
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .businessnotes {
    font-size: 80%;
  }
}


/*---------------
キーワードで知る強み
------------------*/
.mainimageArea.strength {
  background-image: url(/recruit/introduction/strength/images/img_mv.jpg);
  position: relative;
}

.mainsecArea.strengthsec {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.strengthsec {
    padding: 50px 0 40px;
  }
}

.strengthCatchAreaTxt {
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
  font-size: 130%;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .strengthCatchAreaTxt {
    font-size: 100%;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
  }
}

.strengthImgList ul {
  width: 95%;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .strengthImgList ul {
    width: 100%;
    margin: 50px auto 0;
  }
}

.strengthImgList li {
  width: 30.3%;
  display: flex;
  flex-flow: column;
}

@media only screen and (max-width: 750px) {
  .strengthImgList li {
    width: 48%;
  }
}

@media screen and (min-width: 751px) {
  .strengthImgList li:not(:nth-child(3n+3)) {
    margin-right: 4.5%;
  }

  .strengthImgList li:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 750px) {
  .strengthImgList li:not(:nth-child(2n+2)) {
    margin-right: 4%;
  }

  .strengthImgList li:nth-child(n+3) {
    margin-top: 25px;
  }
}

.strengthnotes {
  width: 95%;
  margin: 30px auto 0;
}

@media only screen and (max-width: 750px) {
  .strengthnotes {
    justify-content: flex-start;
    margin: 20px auto 0;
  }
}

.strengthnotes p {
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .strengthnotes p {
    font-size: 80%;
  }
}