body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid black;
}
.cp_type1 {
  margin-top: 48px;
}
.chihonList {
  margin-top: 60px;
  display: flex;
  gap: 20px 29px;
  flex-wrap: wrap;
}
.chihonListItem {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  max-width: 380px;
}
@media only screen and (max-width: 768px) {
  .chihonList {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 24px;
  }
  .chihonListItem {
    width: 100%;
    max-width: unset;
    gap: 18px;
    align-items: center;
  }
}
.chihonListItem_Img {
  width: 100%;
}
.chihonListItem_Img img {
  width: 100%;
}
.chihonListItem_Txt {
  padding: 0 35px 30px;
}
@media only screen and (max-width: 768px) {
  .chihonListItem_Txt {
    padding: 0 22px 30px;
  }
}
.chihonListItem_Txt .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .chihonListItem_Txt .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}
.chihonListItem_Txt .txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.7px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .chihonListItem_Txt .txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin-top: 12px;
  }
}
.voice {
  max-width: 1100px;
  margin: 77px auto 0;
}
.voiceItem {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .voiceItem {
    gap: 16px;
  }
}
.voiceItem:nth-child(even) {
  flex-direction: row-reverse;
}
.voiceItem:not(:first-child) {
  margin-top: 66px;
}
.voiceItem_Img {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .voiceItem_Img {
    width: 100px;
    height: 100px;
  }
}
.voiceItem_Img img {
  width: 100%;
}
.voiceItem_Txt_Wrapper {
  display: flex;
  align-items: center;
}
.voiceItem_Txt {
  width: calc(100% - 150px - 30px);
  max-width: 860px;
  padding: 16px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.8px;
  position: relative;
}
.voiceItem_Txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  border: 3px solid transparent;
  background: linear-gradient(
      90deg,
      rgb(54, 189, 239) 0%,
      rgb(8, 40, 126) 50%,
      rgb(30, 170, 57) 100%
    )
    border-box border-box;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.voiceItem_Txt_Deco {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #1eaa39;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.voiceItem_Txt_Deco::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 13.5px;
  height: 13.5px;
  background: #ffffff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .voiceItem_Txt {
    width: calc(100% - 40px - 16px);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.65px;
    padding: 9px 15px;
  }
}
.voiceItem:nth-child(odd) .voiceItem_Txt::after {
  left: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  .voiceItem:nth-child(odd) .voiceItem_Txt::after {
    top: 10px;
    left: -10px;
    bottom: unset;
  }
}
.voiceItem:nth-child(even) .voiceItem_Txt::after {
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .voiceItem:nth-child(even) .voiceItem_Txt::after {
    right: -10px;
    top: 10px;
    bottom: unset;
  }
}
#mainContents section.organizationChart .inner .sctn_type2,
#mainContents section.chihonJob .inner .sctn_type2 {
  max-width: 900px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  #mainContents section.organizationChart .inner .sctn_type2,
  #mainContents section.chihonJob .inner .sctn_type2 {
    max-width: 900px;
    margin: 35px auto 0;
  }
  #mainContents section.organizationChart .inner {
    padding-bottom: 44px;
  }
}
#mainContents section.organizationChart .sctn_type2 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #mainContents section.organizationChart .sctn_type2 {
    margin-top: 36px;
  }
}
#mainContents section.organizationChart .imagebox_c {
  margin-top: 36px;
  padding: 42px 0 45px;
  background: #fff;
  position: relative;
}

#mainContents section.organizationChart .imagebox_c img {
  width: 584px;
}

.organizationChart .imagebox_c p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  top: 22px;
  left: 26px;
}
@media only screen and (max-width: 768px) {
  #mainContents section.organizationChart .imagebox_c {
    margin-top: 30px;
    padding: 70px 0 33px;
  }
  #mainContents section.organizationChart .imagebox_c img {
    width: 310px;
  }

  .organizationChart .imagebox_c p {
    line-height: 20px;
    top: 17px;
    left: 19px;
  }
}
#mainContents section.chihonJob .inner .h3_ptn1 {
  max-width: 900px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  #mainContents section.chihonJob .inner .h3_ptn1 {
    margin: 30px auto 0;
  }
}
#mainContents section.chihonJob .inner .h3_ptn1 + .sctn_type2 {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  #mainContents section.chihonJob .inner .h3_ptn1 + .sctn_type2 {
    margin: 16px auto 0;
  }
  #mainContents
    section.chihonJob
    .inner
    .h3_ptn1
    + .sctn_type2
    .chihonJob_sec_02 {
    margin-top: 0;
  }
}
.imagebox_c img {
  width: 100%;
}
p.p_ptn1 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  p.p_ptn1 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 183.333% */
    letter-spacing: 0.6px;
  }
}
.chihonJob_sec_01 {
  background-color: #fff;
  padding: 39px 38px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_01 {
    padding: 20px;
  }
}
.chihonJob_sec_01 .img_wrapper_pc {
  float: right;
  clear: both;
  margin-left: 40px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_01 .img_wrapper_pc {
    display: none;
  }
}
.chihonJob_sec_01 .img_wrapper_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_01 .img_wrapper_sp {
    display: block;
    width: 100%;
  }
}
.chihonJob_sec_01 .img_wrapper_pc img,
.chihonJob_sec_01 .img_wrapper_sp img {
  width: 100%;
}
.chihonJob_sec_02,
.chihonJob_sec_03,
.chihonJob_sec_04,
.eachChihon_sec_01,
.eachChihon_sec_02 {
  background: #fff;
  padding: 22px 34px 30px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_02,
  .chihonJob_sec_03,
  .chihonJob_sec_04,
  .eachChihon_sec_01,
  .eachChihon_sec_02 {
    background: #fff;
    padding: 19px 18px;
    position: relative;
    margin-top: 30px;
  }
}
.chihonJob_sec_02::before,
.chihonJob_sec_03::before,
.eachChihon_sec_01::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(54, 189, 239) 0%,
    rgb(8, 40, 126) 50%,
    rgb(30, 170, 57) 100%
  );
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_02::before,
  .chihonJob_sec_03::before,
  .eachChihon_sec_01::before {
    width: 3px;
  }
}
.chihonJob_sec_dl {
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_dl {
    margin-top: 14px;
  }
}
.chihonJob_sec_dl div {
  display: flex;
  border-width: 1px 1px 0 1px;
  border-color: #d9d9d9;
  border-style: solid;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_dl div {
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6px;
    border: none;
  }
}
.chihonJob_sec_dl div:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.chihonJob_sec_dl div:not(:first-child) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_dl div:last-child {
    border-bottom: none;
  }
  .chihonJob_sec_dl div:not(:first-child) {
    margin-top: 12px;
  }
}
.chihonJob_sec_dl div dt {
  width: 238px;
  background: #f6f6f6;
  border-right: 1px solid #d9d9d9;
  padding: 6px 19px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_dl div dt {
    border-right: none;
    width: 100%;
  }
}
.chihonJob_sec_dl div dd {
  width: calc(100% - 238px);
  font-weight: 500;
  padding: 6px 19px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_dl div dd {
    width: 100%;
    font-weight: 500;
    padding: 6px 19px;
  }
}
.chihonJob_sec_03_wrapper {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_03_wrapper {
    flex-direction: column;
  }
}
.chihonJob_sec_03 {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_03 {
    width: 100%;
    margin-top: 0;
  }
}
.chihonJob_sec_ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_ul {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}
.chihonJob_sec_note {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_note {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin-top: 13px;
  }
}
.chihonJob_sec_04 {
  display: flex;
  gap: 56px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_04 {
    flex-direction: column;
    gap: 8px;
  }
}
.chihonJob_sec_04 .chihonJob_sec_title {
  width: 280px;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_04 .chihonJob_sec_title {
    width: 100%;
  }
}
.chihonJob_sec_04 .p_ptn1 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .chihonJob_sec_04 .p_ptn1 {
    gap: 8px;
  }
}
.chihonJob_sec_04 .p_ptn1 a {
  display: inline-block;
  width: fit-content;
  font-weight: 700;
}
#mainContents .eachChihon .sctn_type2 {
  max-width: 900px;
  margin: 44px auto 0;
}
@media only screen and (max-width: 768px) {
  #mainContents .eachChihon .sctn_type2 {
    margin: 14px auto 0;
  }
}
.eachChihon_sec_dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  gap: 14px 0;
}
@media only screen and (max-width: 768px) {
  .eachChihon_sec_dl {
    gap: 14px;
  }
}
.eachChihon_sec_dl > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .eachChihon_sec_dl > div {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
    letter-spacing: 0.7px;
    gap: 4px 0;
  }
}
.eachChihon_sec_dl > div dt {
  width: 100%;
}
.eachChihon_sec_dl > div dd {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .eachChihon_sec_dl > div dd {
    font-weight: 500;
  }
}
.eachChihon_sec_02 {
  position: relative;
}
.eachChihon_sec_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  background: linear-gradient(
      0deg,
      rgb(54, 189, 239) 0%,
      rgb(8, 40, 126) 50%,
      rgb(30, 170, 57) 100%
    )
    border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.eachChihon_sec_02 a {
  display: block;
  position: relative;
  width: fit-content;
  margin: auto;
}
.eachChihon_sec_02 .text-green {
  max-width: 606px;
  margin: 24px auto 0;
  color: #006113;
}
.eachChihon .p_ptn1:last-of-type {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .eachChihon .p_ptn1:last-of-type {
    margin-top: 20px;
  }
}

/* チホンにはどんな人がいる？ */
.lowHeading2 img {
  margin-top: 73px;
  width: 100%;
  height: max(27.7vw, 400px);
  object-fit: cover;
  object-position: top center;
}

.lowHeadingTxt {
  margin-top: -50px;
}

.bread-wrapper {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
}

.inner01 {
  padding-bottom: 45px;
}

.lowHeading.-spokesman {
  height: clamp(830px, 46.3vw, 1040px);
}
.lowHeading {
  height: clamp(730px, 46.3vw, 1040px);
}
.lowHeading img {
  height: max(27.7vw, 400px);
}

@media only screen and (max-width: 768px) {
  .lowHeading {
    height: 880px;
  }

  .lowHeading img {
    height: 520px;
  }

  .lowHeading2 img {
    margin-top: 0;
    height: 520px;
  }

  .lowHeadingTxt .h1_ptn1 {
    padding: 17.5px 21px 0 21px;
    min-height: 80px;
  }

  .inner01 {
    padding: 0;
  }

  .lowHeadingTxt {
    margin-top: -62px;
  }

  .lowHeadingTxt p {
    padding-right: 17px;
  }

  .lowHeadingTxt.-about {
    padding-bottom: 24px;
  }
  .lowHeadingTxt.-spokesman {
    padding-bottom: 50px;
  }
}

#mainContents .spokesman_about_01 .inner,
#mainContents .spokesman_about_02 .inner,
#mainContents .spokesman_about_03 .inner,
#mainContents .spokesman_about_04 .inner {
  max-width: 1200px;
  margin: auto;
}
.spokesman_sec_01 {
  max-width: 900px;
  margin-inline: auto;
  background-color: #fff;
  padding: 39px 38px;
  margin-top: 50px;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .spokesman_sec_01 {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    margin-top: 30px;
  }
  .img_wrapper_pc img {
    width: 100%;
    object-fit: contain;
  }
}

.spokesman_about_text {
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  .spokesman_about_text {
    max-width: unset;
  }
}
.spokesman_about_text p span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .spokesman_about_text p span {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
    letter-spacing: 0.8px;
    margin-bottom: 9px;
  }
}
.spokesman_sec_02 {
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  background: #fff;
  padding: 22px 34px 30px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .spokesman_sec_02 {
    padding: 19px 20px 40px 20px;
  }
}
.spokesman_sec_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  background: linear-gradient(
      0deg,
      rgb(54, 189, 239) 0%,
      rgb(8, 40, 126) 50%,
      rgb(30, 170, 57) 100%
    )
    border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
@media only screen and (max-width: 768px) {
  .spokesman_sec_02 .p_ptn1 {
    margin-top: 23px;
  }
}
.spokesman_flexwrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
  gap: 1%;
}
.spokesman_flexItem {
  max-width: 258px;
  width: 33.3%;
}
.spokesman_flexItem_title,
.spokesman_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.8px;
  color: #000;
}
.spokesman_flexItem_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.8px;
  margin-top: 11px;
}
.spokesman_flexItem a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
  margin-top: 22px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .spokesman_flexwrapper {
    flex-direction: column;
    margin-top: 33px;
    gap: 30px;
  }
  .spokesman_flexItem {
    max-width: unset;
    width: 100%;
  }
  .spokesman_flexItem_title,
  .spokesman_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.7px;
  }
  .spokesman_flexItem_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .spokesman_flexItem a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.6px;
    margin-top: 12px;
  }
}

.spokesman_about_04 .jsdfPIncludeImgBtnCenter.inquiry_btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .spokesman_about_04 .jsdfPIncludeImgBtnCenter.inquiry_btn {
    justify-content: center;
    margin-bottom: 26px;
  }
}
.spokesman_about_04 .jsdfPIncludeImgBtnCenter.inquiry_btn a {
  margin: unset;
  width: 370px;
}
.spokesman_about_04 .spokesman_sec_02 {
  display: flex;
  gap: 40px;
}
.spokesman_about_04 .spokesman_sec_02 .spokesman_title {
  margin-top: 31px;
}
.spokesman_about_04 .spokesman_sec_02 .spokesman_text {
  margin-top: 12px;
}
.spokesman_about_04 .spokesman_sec_02 .link {
  margin-top: 29px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .spokesman_about_04 .spokesman_sec_02 {
    flex-direction: column;
  }
  .spokesman_about_04 .spokesman_sec_02 .spokesman_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.7px;
    margin-top: 30px;
  }
  .spokesman_about_04 .spokesman_sec_02 .spokesman_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .spokesman_about_04 .spokesman_sec_02 .link {
    margin-top: 26px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}
.lowCopy {
  text-align: center;
  margin-top: 39px;
}
.jsdfPIncludeImgBtnCenter.inquiry_btn.low {
  margin-top: 39px;
}
.jsdfPIncludeImgBtnCenter.inquiry_btn.low a {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .lowCopy {
    margin-top: 23px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .jsdfPIncludeImgBtnCenter.inquiry_btn.low {
    margin-top: 36px;
  }
}
