/* -----------------------------
サポートページ
----------------------------- */

/* common */
img {
  max-width: 100%;
  height: auto;
}
a.text-link {
  text-decoration: underline;
  color: #1565C0;
}
a.text-link:hover {
  text-decoration: none;
}
.c-button {
  border-radius: 999px;
}

/* support__intro */
.support__intro {
  padding: 60px 0;
  text-align: center;
  background-color: #EBF6FD;
}
.support__intro--inner {
  width: 1120px;
  margin: 0 auto;
}
.support__intro--heading {
  font-size: 36px;
  color: #1565C0;
  font-weight: bold;
}
.support__intro--heading span {
  display: block;
  font-size: 24px;
  color: #323B44;
}
.support__intro--body {
  position: relative;
  min-height: 490px;
  margin-top: 40px;
  padding-top: 50px;
  background: url(../../img/support/img_intro_pc.svg) no-repeat center top/cover;
  background-size: contain;
}
.support__intro--title {
  font-size: 28px;
  color: #323B44;
  font-weight: bold;
  line-height: 1.5;
}
.support__intro--title span {
  font-size: 34px;
  color: #1565C0;
}
.support__intro--caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right; 
  font-size: 12px;
  color: #999;
  line-height: 1.3;
}
.support__intro--button-wrap {
  padding-top: 40px;
}
.support__dl--button {
  position: relative;
  width: 430px;
  font-size: 23px;
}
.support__dl--button span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px; 
}
.support__dl--button:before {
  position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  top: -10px;
  left: 0px;
  width: 80px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background: url(../../img/support/img_pamphlet.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
 .support__intro {
    padding: 40px 0 30px;
  }
  .support__intro--inner {
    width: 100%;
    margin: 0 auto;
  }
  .support__intro--heading {
    font-size: 28px;
  }
  .support__intro--heading span {
    font-size: 20px;
  }
  .support__intro--body {
    width: 100%;
    min-height: 535px;
    margin-top: 20px;
    padding-top: 40px;
    background: url(../../img/support/img_intro_sp.svg) #fff no-repeat center top/cover;
    background-size: contain;
  }
  .support__intro--title {
    font-size: 18px;
  }
  .support__intro--title span {
    font-size: 24px;
  }
  .support__intro--caption {
    font-size: 10px;
    }
  .support__intro--button-wrap {
    padding: 30px 20px 0;
  }
  .support__dl--button {
    width: 100%;
    font-size: 20px;
  }
  .support__dl--button span {
    font-size: 14px;
    margin-bottom: 4px; 
  }
  .support__dl--button:before {
    top: 10px;
    left: -10px;
    width: 60px;/*画像の幅*/
    height: 80px;/*画像の高さ*/
    background: url(../../img/support/img_pamphlet.webp) no-repeat;
    background-size: contain;
  }
}


/* support__career */
.support__career {
  padding: 60px 0;
  text-align: center;
}
.support__career--inner {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.support__career--heading {
  position:relative;
  display: block;
  width: 400px;
  min-height: 50px;
  padding: 16px 10px;
  margin: 0 auto 40px;
  background:#1565C0;
  text-align:center;
  color:#FFFFFF;
  font-size:20px;
  line-height: 1;
  font-weight:bold;
  border-radius:50px;
}
.support__career--heading:after {
  content: '';
  display: block;
  border: transparent solid 16px;
  border-top-color: #1565C0;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.support__career--body {
  display: flex;
  justify-content: center;
  align-items:center;
  flex-direction: row;
  width: 1040px;
  margin: 0 auto;
  column-gap: 40px;
}
.support__career--body p {
  text-align: left;
  font-size: 32px;
  color: #1565C0;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .support__career {
    padding: 50px 0 0 0;
  }
  .support__career--inner {
    width: 100%;
    padding: 0 20px;
  }
  .support__career--heading {
    width: 90%;
    box-sizing: border-box;
    font-size:16px;
  }
  .support__career--heading:after {/* after要素は重複記述しないと消える */
    content: '';
    display: block;
    border: transparent solid 12px;
    border-top-color: #1565C0;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .support__career--body {
    flex-direction: column-reverse;/* 縦揃え逆方向 */
    width: 100%;
    margin: 0 auto;
    column-gap: 0;
  }
  .support__career--body p {
    text-align: center; 
    font-size: 26px;
  }
}

/* support__duty */
.support__duty {
  position:relative;
  display: block;
  margin-bottom: 80px;
  background: url(../../img/support/bg_img_duty.webp) no-repeat center top / cover;
}
.support__duty:after {
  content: '';
  display: block;
  border: transparent solid 50px;
  border-top-color: #808E9D;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.support__duty--inner {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.support__duty--lead {
  color:#FFFFFF;
  font-size:27px;
  line-height: 1;
  font-weight:bold;
}
.support__duty--body {
  margin: 30px auto -100px;
}
@media screen and (max-width: 767px) {
  .support__duty {
    position:relative;
    display: block;
    margin-bottom: 80px;
    background: url(../../img/support/bg_img_duty.webp) no-repeat center top / cover;
  }
  .support__duty:after {
    content: '';
    display: block;
    border: transparent solid 30px;
    border-top-color: #808E9D;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .support__duty--inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
  }
  .support__duty--lead {
    font-size:22px;
    line-height: 1.5;
  }
  .support__duty--body {
    margin: 20px auto 0;
  }
}

/* support__advisor */
.support__advisor {
  padding: 60px 0 100px;
  text-align: center;
  background-color: #EBF6FD;
  margin-top: -80px;
}
.support__advisor--inner {
  width: 1120px;
  margin: 40px auto 0;
}
.support__advisor--heading {
  font-size: 38px;
  color: #1565C0;
  font-weight: bold;
}
.support__advisor--heading span {
  display: block;
  font-size: 36px;
  color: #F49219;
}
@media screen and (max-width: 767px) {
  .support__advisor {
    padding: 20px 20px 60px;
    margin-top: -80px;
  }
  .support__advisor--inner {
    width: 100%;
  }
  .support__advisor--heading {
    font-size: 28px;
    line-height: 1.3;
  }
  .support__advisor--heading span {
    font-size: 28px;
    line-height: 2;
  }
}

.support__advisor--example {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 1040px;
  margin: 30px auto 50px;
  column-gap: 40px;
}
.support__advisor--example-ttl {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #1565C0;
}
.support__advisor--example-list li {
  list-style: inside;
  text-align: left;
  color: #1565C0;
  font-size: 16px;
  font-weight: bold;
}
.support__advisor--example-list li span {
  color: #323B44;
}
@media screen and (max-width: 767px) {
  .support__advisor--example {
    flex-direction: column;/* 縦揃え */
    width: 100%;
    margin: 30px auto;
    padding : 0 20px; 
    column-gap: 0;
  }
  .support__advisor--example-ttl {
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.support__advisor--member-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 1120px;
  margin: 0;
}
.support__advisor--member-list li {
  width: 340px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  text-align: center; 
}
.support__advisor--member-list img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.support__advisor--member-name {
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #1565C0;
}
.support__advisor--member-skill {
  background-color: #EBF6FD;
  padding: 10px;
  margin-top: 12px;
  text-align: center; 
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}
.support__advisor--member-msg {
  text-align: left; 
  margin-top: 12px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .support__advisor--member-list {
    flex-direction: column;/* 縦揃え */
    width: 100%;
  }
  .support__advisor--member-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .support__advisor--member-list img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .support__advisor--member-name {
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #1565C0;
  }
  .support__advisor--member-skill {
    background-color: #EBF6FD;
    padding: 10px;
    margin-top: 12px;
    text-align: center; 
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
  }
  .support__advisor--member-msg {
    text-align: left; 
    margin-top: 12px;
    font-weight: bold;
    font-size: 16px;
  }
}

/* support__content */
.support__content {
  padding: 80px 0;
  text-align: center;
  background-color: #1565C0;
}
.support__content--heading-wrapper {
  width: 1240px;
  margin: 0 auto;
  background-color: #1565C0;
}
.support__content--heading {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.support__content--heading-text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.support__content--list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 1240px;
  margin:60px auto 0; 
}
.support__content--list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 600px;
  background-color: #fff;
  padding: 60px 0 50px 60px;
  box-sizing: border-box;
  z-index: 1;
}
.support__content--list li::before {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 30px;
  color: #EBF6FD;
  font-size: 90px;
}
.support__content--list li:nth-child(1)::before {
  content: "01";
}
.support__content--list li:nth-child(2)::before {
  content: "02";
}
.support__content--list li:nth-child(3)::before {
  content: "03";
}
.support__content--list li:nth-child(4)::before {
  content: "04";
}
.support__content--list li img {
  width: 220px;
  height: 188px;
}
.support__content--list-textbox {
  padding-right: 40px;
  text-align: left;
}
.support__content--list-textbox h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.support__content--list-textbox h3 span {
  color: #1565C0;
}
.support__content--list-textbox p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .support__content {
    padding: 0;
    text-align: center;
    background-color: #fff;
  }
  .support__content--heading-wrapper {
    width: 100%;
    padding: 40px 20px;
    background-color: #1565C0;
  }
  .support__content--heading {
    font-size: 26px;
  }
  .support__content--heading-text {
    font-size: 20px;
  }
  .support__content--list {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .support__content--list li {
    display: block;
    width: 100%;
    padding: 60px 30px 50px;
    border-bottom: 1px solid #1565C0;
  }
  .support__content--list li:last-child {
    border-bottom: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
   }
  .support__content--list li img {
    width: 100%;
    height: auto;
  }
  .support__content--list-textbox {
    padding-right: 0;
  }
  .support__content--list-textbox h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .support__content--list-textbox h3 span {
    color: #1565C0;
  }
  .support__content--list-textbox p {
    margin-bottom: 20px;
  }
}

/* support__detail */
.support__detail {
  padding: 80px 0;
  text-align: center;
}
.support__detail--inner {
  width: 1120px;
  margin: 0 auto;
}
.support__detail--heading {
  position: relative;
  padding-top: 20px;
  font-size: 36px;
  color: #1565C0;
  font-weight: bold;
  line-height: 1.5;
}
.support__detail--heading:before,
.support__detail--heading:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}
.support__detail--heading:before {
  right: 50%;
  background: #03A9F4;
}
.support__detail--heading:after {
  left: 50%;
  background: #1565C0;
}
.support__detail--heading-text {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.support__detail--list-wrapper {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.support__detail--list {
  width: 352px;
}
.support__detail--list li {
  margin-bottom: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  padding: 14px 0 14px 14px;
  background: #EBF6FD;
  border-radius: 4px;
  border-left: 12px solid;
  border-color: #1565C0;
  font-weight: bold;
  position: relative;
}
.support__detail--list li:last-child {
  margin-bottom: none;
}
.support__detail--button-wrap {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .support__detail {
    padding: 60px 0;
    text-align: center;
  }
  .support__detail--inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .support__detail--heading {
    font-size: 26px;
  }
  .support__detail--heading-text {
    margin: 16px 0;
    font-size: 18px;
    color: #323B44;
  }
  .support__detail--list-wrapper {
    margin: 30px auto 0;
    display: block;
    gap: 0;
  }
  .support__detail--list {
    width: 90%;
  }
  .support__detail--list li {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    padding: 0;
    background: inherit;
    border-radius: inherit;
    border-left: none;
  }
  .support__detail--button-wrap {
    padding-top: 40px;
  }
}

/* support__message */
.support__message {
  padding: 80px 0;
  background: url(../../img/support/img_message_bg.webp) no-repeat center top / cover;
}
.support__message--inner {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.support__message--title {
  color:#FFFFFF;
  font-size:32px;
  line-height: 1.5;
  font-weight:bold;
}
.support__message--title span {
  display: block;
  font-size:22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support__message {
    padding: 60px 0;
  }
  .support__message--inner {
    width: 100%;
    padding: 0 20px;
  }
  .support__message--title {
    font-size:26px;
  }
  .support__message--title span {
    font-size:20px;
  }
}

/* support__voices */
.support__voices {
  padding: 80px 0;
  text-align: center;
}
.support__voices--inner {
  width: 1040px;
  margin: 0 auto;
}
.support__voices--heading {
  position: relative;
  padding-top: 20px;
  font-size: 36px;
  color: #1565C0;
  font-weight: bold;
  line-height: 1.5;
}
.support__voices--heading:before,
.support__voices--heading:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}
.support__voices--heading:before {
  right: 50%;
  background: #03A9F4;
}
.support__voices--heading:after {
  left: 50%;
  background: #1565C0;
}
.support__voices--heading-text {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.support__voices--list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.support__voices--list li {
  width: 320px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  text-align: center; 
}
.support__voices--company-logo {
  height: 52px;
  width: auto;
}
.support__voices--company-text {
  margin-top: 24px;
  text-align: left;
  font-size:14px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .support__voices {
    padding: 60px 0 40px;
    text-align: center;
  }
  .support__voices--inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; 
  }
  .support__voices--heading {
    padding-top: 20px;
    font-size: 28px;
    line-height: 1.5;
  }
  .support__voices--heading-text {
    margin: 20px 0;
    font-size: 20px;
  }
  .support__voices--list {
    display: block;
    margin-top: 40px;
  }
  .support__voices--list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .support__voices--company-logo {
    height: 52px;
    width: auto;
  }
  .support__voices--company-text {
    margin-top: 24px;
    text-align: left;
    font-size:14px;
    line-height: 1.7;
  }
}

/* だから選ばれるエムスリーキャリア
.appeal-items,.performance-basis　の上書き調整 */
.appeal-items,
.performance-basis {
  width: 960px;
  margin: 0 auto; 
}
@media screen and (max-width: 767px) {
  .appeal-items {
    width: 100%;
  }
  .performance-basis {
    width: 100%;
    padding: 0 20px 50px;
  }
}
