@charset "utf-8";
/* Google Fonts Material Symbols */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}


/*===== base =====*/
body {
  font-size: 14px;
  line-height: 1.5;
}

/* section */
.section {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 0.875rem;
}

main>.section:nth-child(even) {
  padding: 40px 0;
  background: #F1F9E6;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

/* コンテンツ幅最大744px */
.width_small {
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
}

/* タイトル 大見出し */
.section .ttl_section {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #05AA22;
  text-align: center;
  line-height: 1.5;
  border: none;
  background: transparent;
}

/* リード文 */
.lead-sec {
  margin-bottom: 30px;
  text-align: center;
}


/* タイトル 中見出し */
.ttl_content {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
}

/* ボタン */
.blk-btn {
  margin-top: 30px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: #EE7811;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}

.btn::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: 10px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  transform: rotate(135deg);
}

.btn-green {
  background: #05AA22;
}

.arrow-back {
  flex-direction: row-reverse;
}

.arrow-back::after {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(225deg);
}

/* 矢印 > */
.arrow_right::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  vertical-align: middle;
  border-top: solid 2px #05AA22;
  border-right: solid 2px #05AA22;
  transform: rotate(45deg);
}

/* リンクテキスト + 矢印 > */
.txt_link {
  font-size: .875rem;
  font-weight: bold;
  color: #05AA22;
  text-decoration: underline;
  text-align: center;
}

.txt_link::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  vertical-align: middle;
  border-top: solid 2px #05AA22;
  border-right: solid 2px #05AA22;
  transform: rotate(45deg);
}

/*===== header =====*/
.header_form {
  margin-bottom: 0;
  border-top: none;
  border-bottom: 1px solid #D5D5D5;
}

.header_form .blk_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

.header_form .header-logo {
  margin: 0;
}

.header_form .img_logo {
  position: static;
}

.header-telephone {
  display: flex;
  align-items: center;
}

.tel_lead {
  margin-right: 6px;
}

.lead-icon {
  color: #05AA22;
}

.tel_number a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #232B39;
  text-decoration: none;
}

/*===== main =====*/
.partner-main {
  padding-top: 20px;
  overflow: hidden;
}

.lead-main {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #05AA22;
}

.lead-main span {
  font-size: 1.125rem;
}

.ttl-main {
  width: max-content;
  margin-left: -10px;
  padding: 14px 20px 14px 0;
  padding-left: calc(50vw - 50%);
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 0px 10px 10px 0px;
  background: #05AA22;
}

.ttl-main span {
  font-size: 1.5rem;
}

.partner-main .main-img {
  width: max-content;
  margin-top: -25px;
  margin-left: auto;
  margin-right: -10px;
  margin-bottom: 20px;
  padding: 20px 7px 0;
  padding-right: calc(50vw - 50%);
  border-radius: 10px 0px 0px 10px;
  background: #ECF4E1;
  position: relative;
  z-index: -1;
}

.partner-main .main-img img {
  display: block;
  max-width: 335px;
  position: relative;
  right: 5px;
}

.partner-main .main-list {
  display: grid;
  justify-content: center;
}

.partner-main .main-list-item {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.partner-main .main-list-item::before {
  content: "\e86c";
  margin-right: 6px;
  font-family: 'Material Icons';
  font-size: 1.125rem;
  color: #05AA22;
}

.partner-main .main-list-item:not(:last-child) {
  margin-bottom: 1px;
}

.partner-main .blk-btn {
  margin-top: 20px;
}


/*===== 「いいお墓」の特徴 =====*/
.partner-feature-item {
  padding: 20px 10px 30px;
  background: #FFFFFF;
  border-top: 3px solid #05AA22;
  border-radius: 0px 0px 15px 15px;
}

.partner-feature-item {
  margin-bottom: 20px;
}

.partner-feature-img {
  margin-bottom: 16px;
  text-align: center;
}

.partner-feature-ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.partner-feature-ttl span {
  background: linear-gradient(transparent 70%, #FFE458 70%);
}


/*===== ページ掲載までの流れ =====*/
.partner-flow-list {
  counter-reset: number 0;
}

.partner-flow-item {
  width: 100%;
  display: grid;
  grid-template-columns: 125px auto;
  grid-template-rows: repeat(3, auto);
  align-items: center;
}

.partner-flow-icon {
  grid-area: 1 / 1 / 4 / 2;
}

.partner-flow-item::before {
  grid-area: 1 / 2 / 2 / 3;
}

.partner-flow-ttl {
  grid-area: 2 / 2 / 3 / 3;
}

.partner-flow-txt {
  grid-area: 3 / 2 / 4 / 3;
}

.partner-flow-item:not(:last-child) {
  margin-bottom: 40px;
}

.partner-flow-item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: 30px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #05AA22;
  line-height: 1;
  border-bottom: 2px solid #05AA22;
}

.partner-flow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 112px;
  min-width: 112px;
  height: 112px;
  margin-right: 13px;
  font-size: 55px;
  color: #05AA22;
  border-radius: 40px;
  background-color: #ECF4E1;
}

.partner-flow-icon::before {
  content: '';
  width: 30px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  background-color: #ECF4E1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.partner-flow-item:last-child .partner-flow-icon::before {
  display: none;
}

.partner-flow-ttl {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}


/*====== form ======*/
.partner-form .wrap_form {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.partner-form .wrap_form input.js-required:placeholder-shown,
.wrap_form select:invalid {
  border-color: #bbbbbb !important;
}

.partner-form .blk-form {
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 15px;
}

/* 幅調整 */
.partner-form input[type="text"].width-all,
.partner-form textarea.width-all {
  width: 100%;
}

/* ラベル名 */
.section__form--regist .ttl__h3--form {
  margin-top: 8px;
}


/* ラジオボタン */
.partner-form input[type="radio"].js-required ~ label {
  background: #fff5f5;
}

.partner-form input[type="radio"]:checked ~ label {
background: #fff;
}

.partner-form .sec_content_other .blk_select {
  width: calc(50% - 5px);
}

.partner-form .label_area {
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.875rem;
  height: 48px;
  margin-bottom: 10px;
  position: relative;
  width: calc(50% - 5px);
}

.partner-form input#industry_type1[type="radio"]:checked~.type1,
.partner-form input#industry_type2[type="radio"]:checked~.type2,
.partner-form input#sale_cemetery1[type="radio"]:checked~.cemetery1,
.partner-form input#sale_cemetery2[type="radio"]:checked~.cemetery2,
.partner-form input#sale_cemetery3[type="radio"]:checked~.cemetery3 {
  background: #ecf4e1;
  border: 1px solid #05aa22;
  font-weight: 600;
}

.partner-form .label_area::before {
  background: #fff;
  border: #ddd solid 2px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 22px;
  margin: 0 5px 0 10px;
  width: 22px;
}

.partner-form input#industry_type1[type="radio"]:checked~.type1::after,
.partner-form input#industry_type2[type="radio"]:checked~.type2::after,
.partner-form input#sale_cemetery1[type="radio"]:checked~.cemetery1::after,
.partner-form input#sale_cemetery2[type="radio"]:checked~.cemetery2::after,
.partner-form input#sale_cemetery3[type="radio"]:checked~.cemetery3::after {
  background: #05aa22;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 3px;
  margin: 0 5px 0 10px;
  position: absolute;
  width: 16px;
}

.partner-form input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/* テキストエリア */
.partner-form textarea {
  height: 160px;
  margin-bottom: 24px;
  border: #bbbbbb solid 1px;
  border-radius: 5px;
}

/* 業種/販売霊園 */
.partner-form .form-industry_type .label_area,
.partner-form .form-sale_cemetery .label_area  {
  width: 100%;
}

.partner-form .form-sale_cemetery {
  margin-bottom: 30px;
}

/* submit */
.partner-form .blk_submit {
  margin-bottom: 0;
}


/*====== 完了ページ ======*/
.regist-partner-complete .section:last-of-type {
  padding-top: 40px;
  padding-bottom: 80px;
}

.regist-partner-complete .ttl_section {
  text-align: left;
  margin-bottom: 30px;
}

.regist-partner-complete .complete-txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.regist-partner-complete .blk-btn {
  margin-top: 40px;
}


/*====== footer ======*/
#footer {
  padding: 12px;
  font-size: 0.625rem;
  color: #FFFFFF;
  text-align: center;
  background: #05AA22;
}


/*====== PC ======*/
@media only screen and (min-width: 768px) {

  /*===== base =====*/
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  /* section */
  .section {
    padding-top: 48px;
    padding-bottom: 64px;
    font-size: 1rem;
  }

  main>.section:nth-child(even) {
    padding: 60px 0;
  }

  .inner {
    padding: 0;
  }

  /* タイトル 大見出し */
  .section .ttl_section {
    margin-bottom: 22px;
    font-size: 1.75rem;
  }

  /* リード文 */
  .lead-sec {
    margin-bottom: 40px;
  }

  /* ボタン */
  .blk-btn {
    margin-top: 18px;
  }

  .btn {
    max-width: 400px;
    padding: 12px;
    font-size: 1.375rem;
  }


  /*===== header =====*/
  .header_form {
    padding: 6px 0;
    border-bottom: 2px solid #05AA22;
  }

  .header_form .img_logo {
    width: 144px;
    position: static;
  }

  .header-telephone {
    display: flex;
  }

  .tel_lead {
    margin-right: 16px;
  }

  .lead-txt {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 9px;
    border-radius: 5px;
    background-color: #F1F9E6;
    color: #05AA22;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
  }

  .lead-txt::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 24px;
    background-color: #F1F9E6;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
  }

  .tel_number a {
    font-size: 2rem;
    pointer-events: none;
  }

  /*===== main =====*/
  .partner-main .inner {
    position: relative;
  }

  .lead-main {
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #05AA22;
  }

  .lead-main span {
    font-size: 1.75rem;
  }

  .ttl-main {
    margin-left: calc(50% - 50vw);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 140px;
    font-size: 2rem;
  }

  .ttl-main span {
    font-size: 2.625rem;
  }

  .partner-main .main-img {
    width: max-content;
    margin: -155px 0 0 auto;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
  }

  .partner-main .main-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 244px;
    border-radius: 10px 0px 0px 10px;
    background: #ECF4E1;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -2;
  }

  .partner-main .main-img img {
    max-width: 500px;
    margin: 0;
    padding: 0;
    right: -50px;
    bottom: 0;
  }

  .partner-main .main-list {
    display: inline-block;
    position: absolute;
    bottom: 20%;
  }

  .partner-main .main-list-item {
    font-size: 1.125rem;
  }

  .partner-main .main-list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .partner-main .blk-btn {
    margin-top: 63px;
  }


  /*===== 「いいお墓」の特徴 =====*/
  .partner-feature-list {
    display: flex;
    flex-wrap: wrap;
  }

  .partner-feature-item {
    width: calc((100% - 19px) / 2);
    margin-bottom: 30px;
    padding: 28px 25px 34px;
  }

  .partner-feature-item:nth-child(odd) {
    margin-right: 19px;
  }

  .partner-feature-img {
    margin-bottom: 22px;
  }

  .partner-feature-ttl {
    font-size: 1.375rem;
  }


  /*===== ページ掲載までの流れ =====*/
  .partner-flow-list {
    display: flex;
    align-items: flex-start;
    padding: 0 22px;
  }

  .partner-flow-item {
    width: calc((100% - 25px * 3) / 4);
    align-items: flex-start;
    justify-items: center;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto) 1fr;
  }

  .partner-flow-icon {
    grid-area: 2 / 1 / 3 / 2;
  }

  .partner-flow-item::before {
    grid-area: 1 / 1 / 2 / 2;
  }

  .partner-flow-ttl {
    grid-area: 3 / 1 / 4 / 2;
  }

  .partner-flow-txt {
    grid-area: 4 / 1 / 5 / 2;
  }

  .partner-flow-item:not(:last-child) {
    margin-right: 25px;
    margin-bottom: 0;
  }

  .partner-flow-item::before {
    width: 40px;
    font-size: 2rem;
  }

  .partner-flow-icon {
    width: 100%;
    max-width: 128px;
    height: 128px;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 5.25rem;
    border-radius: 48px;
  }

  .partner-flow-icon::before {
    width: 15px;
    height: 30px;
    right: -15px;
    bottom: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .partner-flow-ttl {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
  }

  /*====== form ======*/
  .partner-form .blk-form {
    padding: 56px 80px;
    border-radius: 20px;
  }

  /* ラベル名 */
  .section__form--regist .ttl__h3--form {
    margin: 10px 0;
  }

  /* 販売霊園 */
  .partner-form .form-sale_cemetery {
    margin-bottom: 40px;
  }

  .partner-form .form-sale_cemetery .label_area {
    width: calc(50% - 5px);
  }

  /* テキストエリア */
  .partner-form textarea {
    height: 160px;
    margin-bottom: 40px;
  }

  .partner-form .label_area {
    font-size: 1rem;
  }


  /*====== 完了ページ ======*/
  .regist-partner-complete .section:last-of-type {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .regist-partner-complete .ttl_section {
    margin-bottom: 40px;
  }

  .regist-partner-complete .complete-txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .regist-partner-complete .blk-btn {
    margin-top: 80px;
  }


  /*====== footer ======*/
  #footer {
    padding: 20px;
    font-size: 0.75rem;
  }
}


/*====== Tablet ======*/
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  /*===== base =====*/
  /* section */
  .inner {
    padding: 0 20px;
  }

  /*===== main =====*/
  .ttl-main {
    width: 70%;
    padding-right: 22px;
    position: relative;
    z-index: 2;
  }
  .partner-main .main-img {
    width: 50%;
    margin-top: 10px;
  }
  .partner-main .main-img::before {
    right: -20px;
  }
  .partner-main .main-img img {
    max-width: 330px;
    right: -30px;
  }

  .partner-main .main-list {
    bottom: 26%;
  }
}

.grecaptcha-badge { visibility: hidden; }