.secAnchor .secAnchorIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.secAnchor .secAnchorIn .anchorItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  color: #2D2E61;
  font-weight: bold;
}
.secAnchor .secAnchorIn .anchorItem::after {
  content: "";
  width: 8px;
  height: 6px;
  background: #2D2E61;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

@media only screen and (max-width: 767px) {
  .secAnchor {
    padding: 0 0 80px 0;
  }
  .secAnchor .secAnchorIn {
    gap: 4px;
  }
  .secAnchor .secAnchorIn .anchorItem {
    width: calc(50% - 2px);
    height: 40px;
    padding: 0 4%;
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secAnchor {
    padding: 0 0 130px 0;
  }
  .secAnchor .secAnchorIn .anchorItem {
    width: 23.64%;
    aspect-ratio: 260/62;
    padding: 0 2.5% 0 1.82%;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secAbout .secAboutIn {
  position: relative;
  z-index: 1;
}
.secAbout .secAboutIn .txtBox {
  position: relative;
  z-index: 2;
}
.secAbout .secAboutIn .txtBox .desc {
  line-height: 2;
  font-weight: 500;
}
.secAbout .secAboutIn .imgBox {
  position: relative;
  z-index: 2;
}
.secAbout .secAboutIn .imgBox .imgWrap {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.secAbout .secAboutIn .imgBox::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #2D2E61;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 0px 0 80px 0;
  }
  .secAbout .secAboutIn {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .secAbout .secAboutIn .txtBox .desc {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
  .secAbout .secAboutIn .txtBox .desc br {
    display: none;
  }
  .secAbout .secAboutIn .imgBox {
    margin: 0 10px;
  }
  .secAbout .secAboutIn .imgBox::before {
    top: 20px;
    bottom: -20px;
    width: 100vw;
    left: 20px;
  }
  .secAbout .secAboutIn .imgBox .imgWrap img {
    max-height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 0px 0 224px 0;
  }
  .secAbout .secAboutIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .secAbout .secAboutIn .txtBox {
    width: 50%;
  }
  .secAbout .secAboutIn .txtBox .desc {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secAbout .secAboutIn .imgBox {
    width: calc(48.4% + 90px);
    margin-right: -90px;
    margin-top: 40px;
  }
  .secAbout .secAboutIn .imgBox::before {
    width: calc(50vw - 80px + (100vw - min(88vw, 1100px)) / 2);
    top: -80px;
    bottom: -80px;
    left: 80px;
  }
  .secAbout .secAboutIn .imgBox .imgWrap img {
    max-height: 600px;
  }
}
.secLogoMark .secLogoMarkIn {
  position: relative;
  z-index: 1;
}
.secLogoMark .secLogoMarkIn .cardBody {
  background-color: #ffffff;
  border-radius: 10px;
}
.secLogoMark .secLogoMarkIn .cardBody .logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secLogoMark .secLogoMarkIn .cardBody .txtBox .cardTtl {
  color: #2D2E61;
  font-weight: bold;
}
.secLogoMark .secLogoMarkIn .cardBody .txtBox .desc {
  font-weight: 500;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .secLogoMark {
    padding: 0px 0 60px 0;
  }
  .secLogoMark .secLogoMarkIn .cardBody {
    margin-top: -12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .secLogoMark .secLogoMarkIn .cardBody .logoBox {
    width: 100%;
    text-align: center;
  }
  .secLogoMark .secLogoMarkIn .cardBody .logoBox img {
    width: min(90%, 165px);
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox {
    width: 100%;
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox .cardTtl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox .desc {
    font-size: 14px;
    padding: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secLogoMark {
    padding: 0px 0 80px 0;
  }
  .secLogoMark .secLogoMarkIn .cardBody {
    margin-top: -22px;
    display: flex;
    padding: 52px 0;
    justify-content: space-between;
    align-items: center;
  }
  .secLogoMark .secLogoMarkIn .cardBody .logoBox {
    width: 34%;
    padding: 0 4%;
  }
  .secLogoMark .secLogoMarkIn .cardBody .logoBox img {
    max-height: 250px;
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox {
    border-left: 2px solid #d7d7d7;
    width: 66%;
    padding: 0 6.73%;
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox .cardTtl {
    font-size: 24px;
    padding: 0 0 28px 0;
  }
  .secLogoMark .secLogoMarkIn .cardBody .txtBox .desc {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secMessage .secMessageIn {
  position: relative;
  z-index: 1;
}
.secMessage .secMessageIn .contentBox .mottoBox {
  line-height: 1.7;
  font-weight: bold;
}
.secMessage .secMessageIn .contentBox .messageBody {
  line-height: 2.2;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secMessage {
    padding: 0px 0 48px 0;
  }
  .secMessage .secMessageIn .contentBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0 0 0;
  }
  .secMessage .secMessageIn .contentBox .mottoBox {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.4;
  }
  .secMessage .secMessageIn .contentBox .messageBody {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 768px) {
  .secMessage {
    padding: 0px 0 50px 0;
  }
  .secMessage .secMessageIn .contentBox {
    padding: 44px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secMessage .secMessageIn .contentBox .mottoBox {
    width: calc(100% - min(65%, 550px) - 30px);
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secMessage .secMessageIn .contentBox .messageBody {
    width: min(65%, 550px);
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secProfile .profileCard {
  background-color: #ffffff;
  border-radius: 10px;
}
.secProfile .profileCard .phBox img {
  border-radius: 10px;
}
.secProfile .profileCard .txtBox .nameArea .post {
  color: #2D2E61;
  display: inline-block;
  font-weight: bold;
}
.secProfile .profileCard .txtBox .nameArea .name {
  color: #2D2E61;
  font-weight: bold;
}
.secProfile .profileCard .txtBox .desc {
  line-height: 2;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secProfile {
    padding: 0 0 60px 0;
  }
  .secProfile .profileCard {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .secProfile .profileCard .phBox {
    width: min(100%, 180px);
    margin: 0 auto;
  }
  .secProfile .profileCard .txtBox .nameArea {
    text-align: center;
    padding: 0 0 24px 0;
  }
  .secProfile .profileCard .txtBox .nameArea .post {
    font-size: clamp(14px, 3.85vw, 15px);
    display: block;
  }
  .secProfile .profileCard .txtBox .nameArea .name {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secProfile .profileCard .txtBox .desc {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secProfile {
    padding: 0 0 88px 0;
  }
  .secProfile .profileCard {
    padding: 60px 5.45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 3.64%;
         column-gap: 3.64%;
  }
  .secProfile .profileCard .phBox {
    width: 20%;
  }
  .secProfile .profileCard .txtBox {
    width: 76%;
  }
  .secProfile .profileCard .txtBox .nameArea {
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
  }
  .secProfile .profileCard .txtBox .nameArea .post {
    font-size: 14px;
    margin-right: 14px;
  }
  .secProfile .profileCard .txtBox .nameArea .name {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secProfile .profileCard .txtBox .desc {
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secWork .secWorkIn {
  position: relative;
  z-index: 1;
}
.secWork .secWorkIn .workBody .serviceList {
  display: flex;
  flex-direction: column;
}
.secWork .secWorkIn .workBody .serviceList .serviceItem {
  background-color: #ffffff;
  border-radius: 10px;
}
.secWork .secWorkIn .workBody .serviceList .serviceItem .serviceTtl {
  color: #2D2E61;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}
.secWork .secWorkIn .workBody .serviceList .serviceItem .serviceDesc {
  line-height: 2.2;
}
.secWork .secWorkIn .workBody .imgBox img {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .secWork {
    padding: 0px 0 60px 0;
  }
  .secWork .secWorkIn .workBody {
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .secWork .secWorkIn .workBody .serviceList {
    gap: 20px;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem {
    padding: 20px;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem .serviceTtl {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem .serviceDesc {
    font-size: 14px;
    line-height: 1.6;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem .serviceDesc br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .secWork {
    padding: 0px 0 88px 0;
  }
  .secWork .secWorkIn .workBody {
    padding: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .secWork .secWorkIn .workBody .serviceList {
    width: min(100% - min(43%, 470px) - 20px, 550px);
    gap: 20px;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem {
    padding: min(2.8vw, 34px) 3.64% min(2.7vw, 31px);
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem .serviceTtl {
    font-size: clamp(14px, 1.41vw, 18px);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .secWork .secWorkIn .workBody .serviceList .serviceItem .serviceDesc {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secWork .secWorkIn .workBody .imgBox {
    width: min(43%, 470px);
  }
}
.secCompany .secCompanyIn {
  position: relative;
  z-index: 1;
}
.secCompany .secCompanyIn .ttlArea {
  position: relative;
}
.secCompany .secCompanyIn .companyInfo .infoList .infoRow {
  border-bottom: 1px solid #d7d7d7;
}
.secCompany .secCompanyIn .companyInfo .infoList .infoRow:last-of-type {
  border-bottom: none;
}
.secCompany .secCompanyIn .companyInfo .infoList .infoRow dt {
  color: #2D2E61;
  font-weight: bold;
}
.secCompany .secCompanyIn .companyInfo .infoList .infoRow dd {
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .secCompany {
    padding: 0px 0 20px 0;
  }
  .secCompany .secCompanyIn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow dt {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow dd {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCompany {
    padding: 0px 0 20px 0;
  }
  .secCompany .secCompanyIn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secCompany .secCompanyIn .ttlArea {
    width: calc(100% - min(65%, 550px) - 20px);
  }
  .secCompany .secCompanyIn .companyInfo {
    width: min(65%, 550px);
  }
  .secCompany .secCompanyIn .companyInfo .infoList {
    padding: 56px 0 0 0;
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow dt {
    width: 28%;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secCompany .secCompanyIn .companyInfo .infoList .infoRow dd {
    width: 70%;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secMap iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secMap iframe {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .secMap iframe {
    height: 500px;
  }
}/*# sourceMappingURL=style.css.map */