@charset "UTF-8";
/* Updated 2025/11/05.T */
/* Updated 2025/06/26.T */
/* Updated 2024/04/15.T */
/* ----------------------------------
layout
---------------------------------- */
.pt60 {
  padding-top: 60px !important;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .sp-pt30 {
    padding-top: 30px !important;
  }
}
main {
  font-weight: 400;
}
/* ----------------------------------
data-area
---------------------------------- */
.data-area {
  padding: 34px 0 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area {
    padding: 44px 0 0 0;
  }
}
.data-area .c-title {
  margin-bottom: 61px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area .c-title {
    margin-bottom: 36px;
  }
}
.data-area_wrap01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 159px 0 32px 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_wrap01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 84px 0 32px 0;
  }
}
.data-area_item01 {
  margin: 86px 0 0 0;
  padding: 0 0 42px 0;
  max-width: 569px;
  width: 48%;
  border: 2px solid #00563a;
  border-radius: 20px;
  background: #f5f9e6;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_item01 {
    padding: 0 0 38px 0;
    width: 100%;
  }
  .data-area_item01:first-child {
    margin-top: 0;
  }
}
/* PC STYLES */
@media screen and (min-width: 768px) {
  .data-area_item01:nth-child(-n+2) {
    margin-top: 0;
  }
}
.data-area_ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 260px;
  height: 80px;
  border: 2px solid #004831;
  border-radius: 50px;
  background: #a0c81e;
  color: #003927;
  letter-spacing: .04em;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translate(0, -48px);
      -ms-transform: translate(0, -48px);
          transform: translate(0, -48px);
}
.data-area_txt01 {
  font-size: 3.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_txt01 {
    font-size: 3.2rem;
  }
}
.data-area_txt02 {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_txt02 {
    margin-top: 4px;
  }
}
.data-area_txt03 {
  padding: 0 54px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_txt03 {
    padding: 0 40px;
  }
}
.data-area_txt03.-type01 {
  padding: 0 20px;
}
.data-area_img01 {
  margin: -8px 0 0 0;
  height: 262px;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .data-area_img01 {
    margin: -20px 20px 23px 20px;
    height: auto;
  }
  .data-area_img01 .img01 {
    width: 180px;
    height: auto;
  }
  .data-area_img01 .img02 {
    width: 250px;
    height: auto;
  }
  .data-area_img01 .img03 {
    width: 200px;
    height: auto;
  }
  .data-area_img01 .img04 {
    width: 218px;
    height: auto;
  }
}
/* ----------------------------------
mokuteki-area
---------------------------------- */
.mokuteki-area {
  padding-top: 168px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .mokuteki-area {
    padding-top: 80px;
  }
}
.mokuteki-area_bg01 {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #E2EFBC 34.13%, #E2EFBC 67.07%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E2EFBC 34.13%, #E2EFBC 67.07%, #FFFFFF 100%);
}
.mokuteki-area_bg02 {
  background: url("/personal_data/img/index_bg_01.png") calc(50% + 40px) bottom no-repeat;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .mokuteki-area_bg02 {
    background: none;
  }
}
.mokuteki-area .c-list-memo {
  padding: 40px 20px 0 20px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .mokuteki-area .c-list-memo {
    padding: 18px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.cmn-block01.-first {
  margin-top: 112px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01.-first {
    margin-top: 72px;
  }
}
.cmn-block01_head01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 4px 0;
  min-height: 90px;
  border-radius: 20px 20px 0 0;
  background: #017a4f;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cmn-block01_head01 {
    padding-right: 40px;
    padding-left: 140px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_head01 {
    padding: 57px 20px 22px 20px;
  }
}
.cmn-block01_head02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 181px;
  height: 100%;
  color: #017a4f;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_head02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 60px;
  }
}
.cmn-block01_head02::before {
  display: block;
  margin: 0 0 10px 0;
  width: 24px;
  height: 24px;
  background: url("/personal_data/img/index_ico_05.svg") 0 0 no-repeat;
  content: "";
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_head02::before {
    margin: 0 10px 0 0;
  }
}
.cmn-block01_icon01 {
  position: absolute;
  top: -23px;
  left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 0 0 0;
  width: 138px;
  height: 138px;
  border: 3px solid #00563a;
  border-radius: 100%;
  background: #a0c81e;
  color: #ffffff;
  line-height: 1;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_icon01 {
    top: -41px;
    left: calc(50% - 48px);
    padding: 8px 0 0 0;
    width: 97px;
    height: 97px;
  }
}
.cmn-block01_img01 {
  width: 17px;
  height: auto;
  -webkit-transform: translate(-6px, 0);
      -ms-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_img01 {
    width: 13px;
    -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  .cmn-block01_img02 {
    width: 22px;
    height: auto;
  }
  .cmn-block01_img03 {
    width: 20px;
    height: auto;
  }
}
.cmn-block01_img04 {
  -webkit-transform: translate(-4px, 0);
      -ms-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_img04 {
    width: 22px;
    height: auto;
    -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
.cmn-block01_ttl01 {
  color: #ffffff;
  text-align: center;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.5;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_ttl01 {
    font-size: 2.6rem;
  }
}
.cmn-block01_body01 {
  padding: 37px 50px 40px 50px;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_body01 {
    padding: 23px 20px 20px 20px;
  }
}
.cmn-block01_body02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px;
  min-height: 79px;
  background-color: #ffffff;
}
.cmn-block01_frame01 {
  margin-top: 28px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background: #f5f9e6;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_frame01 {
    border-radius: 16px;
  }
}
.cmn-block01_frame01.-type01 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_frame01.-type01 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .cmn-block01_frame01.-type01 {
    padding: 19px;
  }
}
.cmn-block01_frame02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  min-height: 81px;
  border: 1px solid #017a4f;
  border-radius: 12px;
  background-color: #f3f8f6;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_frame02 {
    display: block;
    margin-top: 24px;
  }
}
.cmn-block01_txt01 {
  display: block;
  margin-bottom: 12px;
  letter-spacing: .04em;
  font-weight: bold;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_txt01 {
    margin-bottom: 11px;
    font-size: 1.5rem;
  }
}
.cmn-block01_txt02 {
  color: #004831;
  text-align: center;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 1.5;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_txt02 {
    font-size: 1.8rem;
  }
}
.cmn-block01_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 43px 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 21px 0;
  }
}
.cmn-block01_list01 .item01 {
  position: relative;
  margin-right: 112px;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .item01 {
    margin: 0 0 70px 0;
  }
}
.cmn-block01_list01 .item01:after {
  position: absolute;
  top: 94px;
  right: -80px;
  display: block;
  margin: 0 0 10px 0;
  width: 29px;
  height: 74px;
  background: url("/personal_data/img/index_ico_06.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .item01:after {
    top: auto;
    bottom: -56px;
    left: 0;
    width: 100%;
    height: 26px;
    background: url("/personal_data/img/index_ico_07.svg") center 0 no-repeat;
  }
}
.cmn-block01_list01 .item01:nth-child(2) {
  margin: 0 87px 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .item01:nth-child(2) {
    margin: 0 0 70px 0;
  }
}
/* PC STYLES */
@media screen and (min-width: 768px) {
  .cmn-block01_list01 .item01:nth-child(2):after {
    right: -69px;
  }
}
.cmn-block01_list01 .item01:last-child {
  margin: 0 0 0 0;
}
.cmn-block01_list01 .item01:last-child:after {
  display: none;
}
.cmn-block01_list01 .imgwrap01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  height: 235px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .imgwrap01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 28px;
    height: auto;
  }
}
.cmn-block01_list01 .imgwrap01 img {
  height: auto;
}
.cmn-block01_list01 .img01 {
  width: 168px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .img01 {
    width: 172px;
  }
}
.cmn-block01_list01 .img02 {
  width: 302px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .img02 {
    width: 246px;
  }
}
.cmn-block01_list01 .img03 {
  width: 175px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .img03 {
    width: 200px;
  }
}
.cmn-block01_list01 .txt01 {
  color: #004831;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .txt01 {
    font-size: 2.0rem;
  }
}
.cmn-block01_list01 .txt01.-type01 {
  padding: 0 0 0 29px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list01 .txt01.-type01 {
    padding: 0;
  }
}
.cmn-block01_list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmn-block01_list02 .item01 {
  padding: 43px 20px 0 20px;
  min-height: 310px;
  width: 47.2%;
  border-radius: 20px;
  background: #f5f9e6;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 .item01 {
    padding: 24px 0 32px 0;
    min-height: initial;
    width: 100%;
    border-radius: 16px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 .item01:not(:first-child) {
    margin-top: 22px;
  }
}
.cmn-block01_list02 .img01 {
  padding: 35px 0 0 19px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 .img01 {
    padding: 31px 0 0 0;
    width: 230px;
    height: auto;
  }
}
.cmn-block01_list02 .img02 {
  padding: 27px 0 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 .img02 {
    padding: 29px 0 0 20px;
    width: 155px;
    height: auto;
  }
}
.cmn-block01_list02 img {
  width: auto;
}
.cmn-block01_list02 .txt01 {
  display: block;
  color: #004831;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01_list02 .txt01 {
    font-size: 1.6rem;
  }
}
.cmn-block01_list03 .c-link {
  border-bottom: 0;
  color: #004831;
  text-decoration: underline;
}
.cmn-block01_list03 .c-link img {
  margin-left: 5px;
}
.cmn-block01_list03 li + li {
  margin-top: 8px;
}
.cmn-block01 + .cmn-block01 {
  margin-top: 86px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-block01 + .cmn-block01 {
    margin-top: 72px;
  }
}
/* ----------------------------------
contact-area
---------------------------------- */
.contact-area {
  padding: 80px 0 90px 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area {
    padding: 30px 0 54px 0;
  }
}
.contact-area_frame01 {
  padding: 33px 48px 40px 48px;
  max-width: 1200px;
  border: 2px solid #017a4f;
  border-radius: 20px;
  background: #ffffff;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area_frame01 {
    padding: 27px 20px 28px 20px;
    width: 100%;
  }
}
.contact-area_ttl01 {
  margin-bottom: 30px;
  color: #004831;
  text-align: center;
  letter-spacing: .045em;
  font-weight: bold;
  font-size: 2.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area_ttl01 {
    margin-bottom: 19px;
    font-size: 2.0rem;
  }
}
.contact-area_ttl02 {
  margin: 30px 0 0 0;
  color: #004831;
  letter-spacing: .045em;
  font-weight: bold;
  font-size: 1.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area_ttl02 {
    margin: 20px 0 0 0;
    font-size: 1.6rem;
  }
}
.contact-area .l-area-common_text {
  letter-spacing: .045em;
  font-size: 1.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area .l-area-common_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.contact-area_list01 li {
  letter-spacing: .045em;
  font-size: 1.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .contact-area_list01 li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact-area_list01 li:not(:first-child) {
    margin-top: 23px;
  }
}

/* ----------------------------------
method-area
---------------------------------- */
.method-area {
  padding-top: 168px;
}

.method-area_case {
  margin-top: 40px;
}

.method-area_ttl01 {
  color: #004831;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .045em;
  line-height: 1.5;
}

.method-area_list01 {
  margin-top: 20px;
}

.method-area_list01>li {
  font-size: 1.6rem;
  position: relative;
  padding-left: calc(1.0em + 6px);
}

.method-area_list01>li:not(:first-child) {
  margin-top: 10px;
}

.method-area_list01>li .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0em;
  height: 1.0em;
  margin-top: .3em;
  background: #c4d700;
  border-radius: 50%;
}

.method-area_list01>li .mark>span {
  font-size: 1.0rem;
}

.method-area_img01 {
  margin-top: 112px;
  padding: 54px 91px;
  border-radius: 20px;
  background: #f5f9e6;
  text-align: center;
}

.method-area_list02 {
  padding-left: 2.0em;
  text-indent: -2.0em;
}

.method-area_list02>li>span {
  padding-right: .5em;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .method-area {
    padding-top: 80px;
  }

  .method-area_ttl01 {
    font-size: 2.0rem;
  }

  .method-area_img01 {
    margin-top: 40px;
    padding: 18px 12px 20px;
  }
}

/* ----------------------------------
coordination-area
---------------------------------- */
.coordination-area {
  padding-top: 168px;
}

.coordination-area_list01 {
  padding-left: 2.0em;
  text-indent: -2.0em;
  font-size: 1.4rem;
}

.coordination-area_list01>li>span {
  padding-right: .5em;
}

.coordination-area_img01 {
  margin-top: 80px;
  padding: 30px 52px;
  border-radius: 20px;
  background: #f5f9e6;
  text-align: center;
}

.coordination-area .c-link {
  border-bottom: 0;
  text-decoration: underline;
}

.coordination-area_ttl01 {
  margin: 40px 0 20px;
  position: relative;
  padding-left: calc(1.125em + 5px);
  font-size: 2.4rem;
}

.coordination-area_ttl01>.mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  margin-top: .5em;
  background: #c4d700;
  border-radius: 50%;
  font-size: 1.8rem;
}

.coordination-area_ttl01>.inner {
  color: #004831;
  font-weight: 700;
}

.coordination-area_ttl02 {
  margin-top: 1em;
  font-weight: 700;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .coordination-area {
    padding-top: 80px;
  }

  .coordination-area_img01 {
    margin-top: 40px;
    padding: 18px 6px 48px;
  }

  .coordination-area_ttl01 {
    font-size: 2.0rem;
  }

  .coordination-area_ttl01>.mark {
    margin-top: .7em;
    font-size: 1.3rem;
  }

  .coordination-area_list02>li:not(:first-child) {
    margin-top: 1.5em;
  }
}

/* ----------------------------------
relation-area
---------------------------------- */
.relation-area {
  padding-top: 168px;
}

.relation-area_frame01 {
  max-width: 1100px;
  margin: 30px auto 0;
}

.relation-area_ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004831;
  text-align: center;
  letter-spacing: .045em;
  font-weight: bold;
  font-size: 2.4rem;
}

.relation-area_ttl01::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/personal_data/img/index_ico_05.svg) no-repeat center center;
  margin-right: 10px;
}

.relation-area_ttl01+.relation-area_frame01 {
  margin-top: 35px;
}

.relation-area_ttl02 {
  color: #141D1D;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .045em;
}

.relation-area .cmn-block01_list03 {
  margin-top: 20px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .relation-area {
    padding-top: 80px;
  }

  .relation-area_frame01 {
    margin-top: 32px;
    padding: 0 20px;
  }

  .relation-area_ttl01 {
    font-size: 2.0rem;
  }

  .relation-area_ttl01+.relation-area_frame01 {
    margin-top: 20px;
  }
}

/* PC Only */
@media screen and (min-width: 768px) {
  .c-link[href^="tel:"] {
    color: inherit;
    font-weight: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
