@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap');

.concept-wrap *,
.concept-wrap *:before,
.concept-wrap *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; 
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents {
  border: none;
  width: 100%;
}
.concept-wrap {
  font-size: 16px;
  line-height: 1.5;
}
.concept-wrap a {
  color: #333;
  text-decoration: none;
}
.concept-wrap a:hover {
  opacity: .7;
}
.concept-wrap img {
  max-width: 100%;
  vertical-align: bottom;
}
.concept-wrap ol {
  list-style: none;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents {
    background: #fff;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* 見出し */
h2.primary-heading {
  border: none;
  box-shadow: none;
  color: #fa7418;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  width: auto;
}
.secondary-heading {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 8px;
  position: relative;
  text-align: center;
}
.secondary-heading::after {
  background: #02735f;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: calc(50% - 100px);
  position: absolute;
  width: 200px;
}
.sub-heading {
  color: #fa7418;
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section h2 {
    background: none;
  }
  h2.primary-heading {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  h2 + p {
    margin-top: 0;
  }

  .secondary-heading::after {
    height: 2px;
    left: calc(50% - 70px);
    width: 140px;
  }

}

/* テキスト */
.txt {
  font-size: 18px;
  line-height: 1.7;
}
.note-txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .note-txt {
    font-size: 12px;
  }
}

/* リンク */
.link-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.oval-link {
  border-radius: 100vh;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  min-width: 320px;
  padding: 20px 0;
  text-align: center;
}

.oval-link--og {
  background: #ef8b29;
  color: #fff!important;
  max-width: 360px;
  width: 100%;
}

.oval-link--arrow {
  display: inline-block;
  padding: 20px 50px!important;
  position: relative;
}
.oval-link--arrow::after {
  background: url(/home/partner/images/icon_arrow-wt.png) no-repeat center / contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
}


@media screen and (max-width: 768px) {
  .link-block {
    display: block;
  }

  .oval-link {
    align-items: center;
    display: flex;
    font-size: 18px;
    min-height: 58px;
    justify-content: center;
    min-width: 300px;
    padding: 0;
  }

  .oval-link--arrow {
    padding: 0 40px!important;
  }
  .oval-link--arrow::after {
    height: 18px;
    top: calc(50% - 9px);
    width: 18px;
  }

}

/* conts */
.conts {
  padding: 80px 0;
}
.conts--gr {
  background: #f1f1f1;
}
.conts-inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 960px;
}
.conts-heading {
  color: #0a725f;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .conts {
    padding: 38px 0;
  }
  .conts-inner {
    padding: 0 15px;
    width: 100%;
  }
  .conts-heading {
    border: none;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
}




/*==================== index ====================*/
/* MV */
.mv {
  background: #dae0e3 url(/home/partner/images/mail/mv_img-pc.jpg) no-repeat center / contain;
  height: 355px;
  position: relative;
}
.mv-inner {
  height: 100%;
  position: relative;
}
.main-heading {
  bottom: 50px;
  color: #4c2f11;
  display: flex;
  flex-direction: column;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  right: 10px;
}
.sub-heading {
  background: rgba(250, 116, 24, .7);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 18px 0 0;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv{
    background: #dae0e3 url(/home/partner/images/mail/mv_img-sp.jpg) no-repeat center / contain;
    height: 170px;
  }
  .mv-inner {
    height: 100%;
    position: relative;
  }
  .main-heading {
    bottom: auto;
    font-size: 26px;
    right: 15px;
    top: 22px;
  }
  .sub-heading {
    font-size: 13px;
    margin-top: 3px;
    padding: 5px;
  }

}



/* このような企業様におすすめ */
.rcmdList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.rcmdList-item {
  align-items: center;
  background: #fff3e8;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  width: calc((100% - 40px) / 3);
}
.rcmdList-img {
  width: 92px;
}
.rcmdList-txt {
  font-size: 18px;
  font-weight: bold;
  margin-left: 16px;
  width: calc(100% - 108px);
}
@media screen and (max-width: 768px) {
  .rcmdList {
    gap: 10px;
  }
  .rcmdList-item {
    border-radius: 6px;
    padding: 14px 0 10px;
    flex-direction: column;
    width: calc(50% - 5px);
  }
  .rcmdList-img {
    width: 50px;
  }
  .rcmdList-txt {
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 0;
    text-align: center;
    width: 100%;
  }
}



/* MV */
.cta {
  background: #fa7418;
  padding: 40px 0;
}
.cta .conts-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.cta-img {
  width: 210px;
}
.cta-detail {
  margin-left: 110px;
  width: calc(100% - 320px);
}
.cta-heading {
  border: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: auto;
}
.cta-txt {
  color: #fff;
  margin: 14px 0 0;
}

.concept-wrap a.oval-link--contact {
  background: #fff;
  border: 3px solid #893d09;
  color: #893d09;
  margin: 22px 0 0;
}
.concept-wrap a.oval-link--contact span {
  display: inline-block;
  padding-left: 44px;
  position: relative;
}
.concept-wrap a.oval-link--contact span:before {
  background: url(/home/partner/images/mail/icon_mail.png) no-repeat center / contain;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  width: 34px;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 24px 0;
  }
  .cta .conts-inner {
    padding: 0 15px 74px;
    position: relative;
  }
  .cta-img {
    width: 90px;
  }
  .cta-detail {
    margin: 0 0 0 15px;
    width: calc(100% - 105px);
  }
  .cta-heading {
    font-size: 22px;
  }
  .cta-txt {
    margin-top: 4px;
  }

  .concept-wrap a.oval-link--contact {
    border-width: 2px;
    bottom: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
  }
  .concept-wrap a.oval-link--contact span {
    padding-left: 30px;
  }
  .concept-wrap a.oval-link--contact span:before {
    height: 17px;
    width: 21px;
  }
}



/* ネコジルシのメルマガ配信サービスとは？ */
.aboutList {
  margin: 60px 0 0;
}
.aboutList-item {
  display: flex;
  justify-content: space-between;
}
.aboutList-item:nth-child(n + 2) {
  margin-top: 50px;
}
.aboutList-desc {
  width: calc(100% - 390px);
}
.aboutList-heading {
  color: #0a725f;
  font-size: 26px;
  font-weight: bold;
}
.aboutList .txt {
  margin: 14px 0 0;
}
.aboutList-img {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .aboutList {
    margin-top: 30px;
  }
  .aboutList-item {
    flex-direction: column-reverse;
  }
  .aboutList-item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .aboutList-desc {
    width: 100%;
  }
  .aboutList-heading {
    border: none;
    font-size: 20px;
    line-height: 1.4;
    margin: 16px 0 0!important;
    padding: 0;
  }
  .aboutList .txt {
    margin-top: 6px;
  }
  .aboutList-img {
    width: 100%;
  }
}



/* ご利用の流れ */
.flowList {
  background: #fff;
  border-radius: 20px;
  display: flex;
  padding: 25px 19px;
}
.flowList-point {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 407px;
}
.flowList-point span {
  background: #fff3e8;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.flowList-item {
  position: relative;
  width: 190px;
}
.flowList-item:nth-child(n + 2) {
  margin-left: 27px;
}
.flowList-item:nth-child(n + 2)::before {
  border-right: 4px solid #a8c0cb;
  border-top: 4px solid #a8c0cb;
  content: "";
  display: inline-block;
  height: 30px;
  left: -37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
}
.flowList-img {
  margin: 0 auto;
  width: 116px;
}
.flowList-txt {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flowList {
    border-radius: 6px;
    display: block;
    padding: 20px;
  }
  .flowList-point {
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .flowList-point span {
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
  }
  .flowList-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .flowList-item:nth-child(n + 2) {
    margin: 28px 0 0;
  }
  .flowList-item:nth-child(n + 2)::before {
    border-right-width: 2px;
    border-top-width: 2px;
    height: 15px;
    left: 50%;
    position: absolute;
    top: -26px;
    transform: translateX(-50%) rotate(135deg);
    width: 15px;
  }
  .flowList-img {
    margin: 0;
    width: 58px;
  }
  .flowList-txt {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 0 28px;
    min-width: 108px;
  }

}



/* よくあるご質問 */
.faqAnchor {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.faqAnchor-item {
  width: calc((100% - 40px) / 3);
}
.faqAnchor-link {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 16px 10px 20px;
  position: relative;
  width: 100%;
}
.faqAnchor-link::before,
.faqAnchor-link::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.faqAnchor-link::before {
  background: #358f7f;
  border-radius: 50%;
  bottom: -20px;
  height: 40px;
  left: calc(50% - 20px);
  width: 40px;
}
.faqAnchor-link::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  bottom: -5px;
  left: calc(50% - 7px);
  height: 14px;
  transform: rotate(45deg);
  width: 14px;
}

.faqAnchor-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.faqAnchor-img {
  margin: 8px auto 0;
  width: 130px;
}


.faq .secondary-heading {
  margin: 70px 0 40px;
}
.faq .secondary-heading:first-of-type {
  margin-top: 100px;
}
.faqList-heading,
.faqList-body {
  position: relative;
}
.faqList-heading {
  background: #f1f1f1;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 18px 48px 18px 75px;
  transition: 0.3s;
}
.faqList-heading:hover,
.faqList-heading:focus {
  opacity: .7;
}
.faqList-body {
  display: none;
  font-size: 18px;
}
.faqList-body_inner {
  padding: 16px 10px 16px 75px;
}
.faqList-body_inner p + p {
  margin-top: 1em;
}
.faqList-body + .faqList-heading {
  margin-top: 15px;
}

.faqList-heading::before,
.faqList-body::before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  left: 20px;
  position: absolute;
  width: 40px;
}
.faqList-heading::before {
  background: #02735f;
  content: "Q";
  top: 10px;
}
.faqList-body::before {
  background: #f79f46;
  content: "A";
  top: 8px;
}

.faqList-heading::after {
  border-right: 2px solid #02735f;
  border-top: 2px solid #02735f;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 17px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(135deg);
  width: 14px;
}
.faqList-heading.is-open::after{
  top: calc(50% + 3px);
  transform: translateY(-50%) rotate(-45deg);
}

.point-link {
  margin: 20px 0 0;
  text-align: right;
}
.point-link a {
  background: #02735f;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 3px 34px 3px 20px;
  position: relative;
}
.point-link a::after {
  content: "\f061";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faqAnchor {
    display: block;
  }
  .faqAnchor-item {
    width: 100%;
  }
  .faqAnchor-item:nth-child(n + 2) {
    margin-top: 15px;
  }
  .faqAnchor-link {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 50px 10px 10px;
  }
  .faqAnchor-link::before {
    height: 30px;
    left: auto;
    right: 10px;
    top: calc(50% - 15px);
    width: 30px;
  }
  .faqAnchor-link::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    height: 10px;
    left: auto;
    right: 20px;
    top: calc(50% - 8px);
    width: 10px;
  }

  .faqAnchor-ttl {
    font-size: 16px;
    margin-left: 15px;
    text-align: left;
    width: calc(100% - 115px);
  }
  .faqAnchor-img {
    margin: 0;
    width: 90px;
  }

  .faq .secondary-heading {
    border: none;
    color: #333;
    font-size: 20px;
    margin: 36px 0 22px;
    padding-top: 10px;
  }
  .faq .secondary-heading:first-of-type {
    margin-top: 46px;
  }


  .faqList-heading {
    font-size: 17px;
    line-height: 1.3;
    padding: 10px 36px 10px 46px;
  }
  .faqList-body {
    font-size: 16px;
  }
  .faqList-body_inner {
    padding: 12px 10px 12px 46px;
  }

  .faqList-heading::before,
  .faqList-body::before {
    font-size: 18px;
    height: 28px;
    left: 10px;
    width: 28px;
  }
  .faqList-heading::before {
    top: 10px;
  }
  .faqList-body::before {
    top: 8px;
  }
  
  .faqList-heading::after {
    height: 10px;
    right: 14px;
    width: 10px;
  }

  .point-link {
    margin-top: 10px;
  }
  .point-link a {
    font-size: 14px;
    padding: 5px 32px 5px 18px;
  }
  .point-link a::after {
    font-size: 12px;
  }
}

.simple-tbl {
  width: 100%;
}
.simple-tbl th,
.simple-tbl td {
  border: none;
  padding: 0 20px;
}
.simple-tbl tr:not(:first-of-type) th,
.simple-tbl tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
  padding-top: 14px;
}
.simple-tbl tr:not(:last-of-type) th,
.simple-tbl tr:not(:last-of-type) td {
  padding-bottom: 14px;
}
.simple-tbl th {
  color: #333;
  padding-right: 0;
}
.simple-tbl td {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.simple-tbl td .note-txt {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .simple-tbl {
    display: block;
  }
  .simple-tbl * {
    display: block;
    width: 100%;
  }
  .simple-tbl th,
  .simple-tbl td {
    padding: 0;
  }
  .simple-tbl tr:not(:first-of-type) td {
    border: none;
    padding-top: 0;
  }
  .simple-tbl tr:not(:last-of-type) th {
    padding-bottom: 0;
  }
  .simple-tbl tr:not(:last-of-type) td {
    padding-bottom: 8px;
  }
  .simple-tbl td {
    font-size: 18px;
  }
  .simple-tbl_heading {
    display: flex;
    align-items: center;
  }

}



