img {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
p, li {
  line-height: 1.5em;
}

.pageWidth {
  width: 980px;
  padding: 0 50px;
  margin: 0 auto;
}
section {
  min-width: 1080px;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pageWidth {
    width: 100%;
    padding: 0 20px;
  }
  section {
    min-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
} /* end @media */


.secMain {
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 156px 0 80px;
}
.secMain__title img {
  max-width: 565px;
  width: 100%;
}

.secAbout {
  margin-top: 100px;
}
.secAbout__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secAbout__box01 {
  width: 400px;
}
.secAbout__box02 {
  width: 500px;
}
.secAbout__box02 h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 48px;
}
.secAbout__box02 ul + ul {
  margin-top: 29px;
}
.secAbout__box02 li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 1em;
}
.secAbout__box02 li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.secAbout__box02 li + li {
  margin-top: 9px;
}

.secReason {
  margin-top: 100px;
}
.secReason h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 47px;
}
.secReason__list {
  display: flex;
  justify-content: space-between;
}
.secReason__list li {
  background-color: #22384E;
  color: #FFFFFF;
  width: 300px;
  padding-bottom: 30px;
}
.secReason__list li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 16px 0;
}
.secReason__list li p {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 20px;
}
.contactLink {
  text-align: center;
  margin-top: 100px;
}
.contactLink a {
  display: inline-block;
  background-color: #F7CF47;
  border: 2px solid #22384E;
  border-radius: 10px;
  max-width: 680px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #2A4879;
  text-decoration: none;
  padding: 13px 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contactLink a:hover {
    opacity: 0.8;
  }
} /* end @media */

.secAchievements {
  margin-top: 120px;
}
.secAchievements h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.secAchievements__box {
  border: 1px solid #22384E;
  padding: 40px 40px 50px 40px;
}
.secAchievements__box p {
  font-size: 15px;
  line-height: 2.0em;
}
a.serviceLink {
  display: block;
  background-color: #22384E;
  border: 1px solid #22384E;;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  padding: 16px 20px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a.serviceLink:hover {
    opacity: 0.8;
  }
} /* end @media */

.secVoice {
  margin-top: 70px;
}
.secVoice h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.secVoice__box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #22384E;
  padding: 40px 40px 50px 40px;
}
.secVoice__box img {
  width: 300px;
}
.secVoice__box p {
  width: 560px;
  font-size: 15px;
  line-height: 2.0em;
}
.secVoice__box p u {
  text-decoration: underline;
  line-height: 2.0em;
}

.secNurture {
  background-image: url(../img/nurture_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 100px 0;
  margin-top: 100px;
}
.secNurture h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 50px;
}
.secNurture__lsit {
  display: flex;
  justify-content: space-between;
}
.secNurture__lsit li {
  border: 1px solid #FFFFFF;
  width: 232px;
  padding: 30px 19px;
  box-sizing: border-box;
}
.secNurture__lsit li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
  margin-bottom: 20px;
}
.secNurture__lsit li p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.secNurture .contactLink {
  margin-top: 70px;
}
.secNurture .contactLink a {
  border: 4px solid #FFFFFF;
  padding: 11px 0;
}

.secCampaign {
  margin-top: 100px;
}
.secCampaign h2 {
  text-align: center;
  margin-bottom: 27px;
}
.secCampaign h2 img {
  max-width: 891px;
  width: 100%;
}
.secCampaign__list {
  display: flex;
  justify-content: space-between;
}
.secCampaign__list li {
  background-color: #FF8900; 
  border: 3px solid #FF8900;  
  width: 470px;
  color: #FFFFFF;
  padding-bottom: 28px;
}
.secCampaign__list h3 {
  text-shadow: 0 0 4px #8E3C00;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 30px 0 14px 0;
}
.secCampaign__list p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0 40px;
}

.secFaq {
  margin-top: 120px;
}
.secFaq h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.secFaq__box {
  border: 1px solid #22384E;
  padding: 40px 40px 50px 40px;
}
.secFaq__box dl + dl {
  margin-top: 35px;
}
.secFaq__box dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
.secFaq__box dd {
  font-size: 15px;
  line-height: 2.0em;
}

.secBottom {
  background-image: url(../img/secBottom_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 70px 0 60px 0;
  margin-top: 100px;
}
.secBottom h2 {
  margin-bottom: 30px;
}
.secBottom h2 img {
  max-width: 500px;
  width: 100%;
}
.secBottom__box {
  display: flex;
  justify-content: space-between;
}
.secBottom__box01 {
  width: 670px;
}
.secBottom__text {
  font-size: 18px;
  line-height: 2.0em;
}
.secBottom__box01 .serviceLink {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 12px 20px;
  margin-top: 45px;
}
.secBottom__box01 .contactLink {
  text-align: left;
  margin-top: 40px;
}
.secBottom__box01 .contactLink a {
  border: 4px solid #FFFFFF;
  max-width: 500px;
  padding: 11px 0;
}

.secBottom__box02 {
  width: calc(100% - 670px);
}

@media (max-width: 767px) {
  .secMain {
    padding: 50px 0;
  }

  .secAbout {
    margin-top: 50px;
  }
  .secAbout__box01 {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .secAbout__box02 {
    order: 1;
    width: 100%;
  }
  .secAbout__box02 h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
  }
  .secAbout__box02 li {
    font-size: 15px;
  }
         
  .secReason {
    margin-top: 50px;
  }
  .secReason h2 {
    font-size: 24px;
    margin-bottom: 29px;
  }
  .secReason__list {
    display: block;
  }
  .secReason__list li {
    width: 100%;
  }
  .secReason__list li + li {
    margin-top: 30px;
  }    
  .contactLink {
    margin-top: 50px;
  }

  .secAchievements {
    margin-top: 50px;
  }
  .secAchievements h2 {
    font-size: 24px;
    padding-bottom: 9px;
  }
  .secAchievements__box {
    padding: 20px;
  }

  .secVoice {
    margin-top: 70px;
  }
  .secVoice h2 {
    font-size: 24px;
    padding-bottom: 9px;
  }
  .secVoice__box {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .secVoice__box img {
    width: 200px;
  }
  .secVoice__box p {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }

  .secNurture {
    padding: 50px 0 70px 0; 
    margin-top: 70px;
  }
  .secNurture h2 {
    font-size: 24px;
    padding-bottom: 9px;
    margin-bottom: 30px;
  }
  .secNurture__lsit {
    display: block;
  }
  .secNurture__lsit li {
    border: 1px solid #FFFFFF;
    width: 100%;
  }
  .secNurture__lsit li + li {
    margin-top: 20px;
  }     
  .secNurture .contactLink {
    margin-top: 50px;
  }

  .secCampaign {
    margin-top: 70px;
  }
  .secCampaign h2 {
    margin-bottom: 30px;
  }
  .secCampaign__list {
    display: block;
  }
  .secCampaign__list li {
    width: 100%;
    padding-bottom: 30px;
  }
  .secCampaign__list li + li {
    margin-top: 30px;
  }
  .secCampaign__list p {
    padding: 0 10px;
  }

  .secFaq {
    margin-top: 70px;
  }
  .secFaq h2 {
    font-size: 24px;
    padding-bottom: 9px;
  }
  .secFaq__box {
    border: 1px solid #22384E;
    padding: 30px 20px;
  }

  .secBottom {
    background-image: none;
    background-color: #22384E;
    padding: 0;
    margin-top: 70px;
  }
  .secBottom h2 {
    margin-bottom: 30px;
  }
  .secBottom h2 img {
    max-width: 500px;
    width: 100%;
  }
  .secBottom__box {
    display: block;
    justify-content: space-between;
  }
  .secBottom__box01 {
    width: 100%;
    padding: 70px 0 60px 0;
  }
  .secBottom__box02 {
    background-image: url(../img/secBottom_bg@sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 300px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
    
} /* end @media */
