body#top .contentArea {
  padding-top: 0;
}

.secMv {
  position: relative;
  overflow: hidden;
}
.secMv .mvBg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.secMv .mvBg .mvSlider {
  height: 100%;
}
.secMv .mvBg .mvSlider .swiper-wrapper {
  height: 100%;
}
.secMv .mvBg .mvSlider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.secMv .mvContent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.secMv .mvContent .mvCatch .catchSub {
  display: flex;
  align-items: center;
  color: #1B71B4;
}
.secMv .mvContent .mvCatch .catchSub .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secMv .mvContent .mvCatch .catchSub em {
  font-style: italic;
}
.secMv .mvContent .mvCatch .catchBox {
  display: inline-block;
}
.secMv .mvContent .mvCatch .catchBox .catchTtl .titleRow {
  font-weight: 300;
  background: #1B71B4;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
.secMv .mvContent .mvCatch .catchBox .catchTtl {
  line-height: 1.3;
}
.secMv .mvContent .mvCatch .catchDesc {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
}
.secMv .mvContent .mvNews {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
}
.secMv .mvContent .mvNews .newsHead {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
}
.secMv .mvContent .mvNews .newsHead a {
  color: #1B71B4;
}
.secMv .mvContent .mvNews .newsHead .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secMv .mvContent .mvNews .newsList .newsItem {
  border-bottom: 1px solid #9DBBD1;
}
.secMv .mvContent .mvNews .newsList .newsItem:last-of-type {
  border-bottom: none;
}
.secMv .mvContent .mvNews .newsList .newsItem .itemLink {
  display: flex;
  align-items: baseline;
}
.secMv .mvContent .mvNews .newsList .newsItem .itemLink .date {
  color: #777777;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.secMv .mvContent .mvNews .newsList .newsItem .itemLink .ttl {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secMv {
    height: max(100vh, 500px);
  }
  .secMv .mvContent {
    padding: 0 6% 36px;
  }
  .secMv .mvContent .mvCatch {
    padding: 0 0 24px 0;
  }
  .secMv .mvContent .mvCatch .catchSub {
    font-size: clamp(14px, 4.62vw, 18px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secMv .mvContent .mvCatch .catchSub .dot {
    width: 8px;
    height: 8px;
  }
  .secMv .mvContent .mvCatch .catchBox .catchTtl .titleRow {
    font-size: clamp(17px, 7.18vw, 28px);
    padding: 2px 8px;
  }
  .secMv .mvContent .mvCatch .catchBox .catchTtl .titleRow.end {
    padding-right: 0;
  }
  .secMv .mvContent .mvCatch .catchDesc {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 14px 0 0;
  }
  .secMv .mvContent .mvNews {
    padding: 16px 20px 8px;
  }
  .secMv .mvContent .mvNews .newsHead {
    font-size: clamp(14px, 3.85vw, 15px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0;
  }
  .secMv .mvContent .mvNews .newsHead .dot {
    width: 8px;
    height: 8px;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink {
    padding: 6px 0;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink .date {
    font-size: 13px;
    width: 73px;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink .ttl {
    font-size: 14px;
    width: calc(100% - 73px);
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    height: max(100vh, 600px);
  }
  .secMv .mvContent {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 44px 10px;
    width: min(96vw, 1340px);
    margin: 0 auto;
  }
  .secMv .mvContent .mvCatch .catchSub {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secMv .mvContent .mvCatch .catchSub .dot {
    width: 8px;
    height: 8px;
  }
  .secMv .mvContent .mvCatch .catchBox .catchTtl .titleRow {
    font-size: clamp(26px, 3.36vw, 43px);
    padding: 2px 10px;
  }
  .secMv .mvContent .mvCatch .catchBox .catchTtl .titleRow.end {
    padding-right: 0;
  }
  .secMv .mvContent .mvCatch .catchDesc {
    font-size: clamp(14px, 1.48vw, 19px);
    padding: 18px 0 0;
  }
  .secMv .mvContent .mvNews {
    width: min(50vw, 390px);
    padding: 16px 20px 8px;
  }
  .secMv .mvContent .mvNews .newsHead {
    font-size: clamp(14px, 1.25vw, 16px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0;
  }
  .secMv .mvContent .mvNews .newsHead .dot {
    width: 8px;
    height: 8px;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink {
    padding: 8px 0;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink .date {
    font-size: 13px;
    width: 73px;
  }
  .secMv .mvContent .mvNews .newsList .newsItem .itemLink .ttl {
    font-size: 14px;
    width: calc(100% - 73px);
  }
}
.secService {
  background: #ffffff;
  position: relative;
  z-index: 0;
}
.secService .secServiceIn {
  background: #ffffff;
  position: relative;
}
.secService .secServiceIn .inBg {
  position: absolute;
  z-index: 0;
  background: url(../images/service_bg.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secService .secServiceIn .inMain {
  position: relative;
  z-index: 1;
}
.secService .secServiceIn .inMain .svcHead .headLeft .svcLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}
.secService .secServiceIn .inMain .svcHead .headLeft .svcLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secService .secServiceIn .inMain .svcHead .headLeft .svcLabel em {
  font-style: italic;
}
.secService .secServiceIn .inMain .svcHead .headLeft .svcTtl {
  font-weight: 300;
  line-height: 1.3;
}
.secService .secServiceIn .inMain .svcHead .svcDesc {
  line-height: 1.8;
}
.secService .secServiceIn .inMain .svcGen {
  position: relative;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #1B71B4;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlJp {
  font-weight: 300;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlEn {
  font-style: italic;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list {
  display: flex;
  align-items: baseline;
}
.secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secService .secServiceIn .inMain .svcGen .genWave svg {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secService {
    padding: 60px 0 0 0;
  }
  .secService .secServiceIn .inBg {
    width: 300px;
    left: -140px;
    top: 200px;
  }
  .secService .secServiceIn .inMain .svcHead {
    padding: 0 0 32px 0;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft {
    padding: 0 0 16px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcLabel {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secService .secServiceIn .inMain .svcHead .svcDesc {
    font-size: 14px;
  }
  .secService .secServiceIn .inMain .svcGen {
    padding: 0 0 0;
  }
  .secService .secServiceIn .inMain .svcGen .genTtl {
    font-size: clamp(14px, 5.64vw, 22px);
    margin: 0 0 24px;
  }
  .secService .secServiceIn .inMain .svcGen .genList {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 0 0 50px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem {
    border-bottom: 1px solid #9DBBD1;
    padding: 0 0 20px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead {
    padding: 0 0 8px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlJp {
    font-size: clamp(22px, 9.23vw, 36px);
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlEn {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemIcon {
    width: 86px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list {
    font-size: clamp(14px, 3.85vw, 15px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
  }
  .secService .secServiceIn .inMain .svcGen .genWave .genWave svg {
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .secService {
    padding: 100px 0 0 0;
  }
  .secService .secServiceIn .inBg {
    width: 810px;
    left: -560px;
    top: -20px;
  }
  .secService .secServiceIn .inMain .svcHead {
    display: flex;
    align-items: flex-end;
    padding: 0 0 56px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft {
    flex-shrink: 0;
    width: 220px;
    padding-bottom: 6px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcLabel {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secService .secServiceIn .inMain .svcHead .headLeft .svcTtl {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secService .secServiceIn .inMain .svcHead .svcDesc {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secService .secServiceIn .inMain .svcGen .genTtl {
    font-size: clamp(16px, 2.03vw, 26px);
    margin: 0 0 36px;
  }
  .secService .secServiceIn .inMain .svcGen .genList {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem {
    border-right: 1px solid #9DBBD1;
    width: 25%;
    padding: 0 2.78%;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem:first-child {
    padding-left: 0;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem:last-child {
    padding-right: 0;
    border-right: 0;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead {
    padding: 0 0 28px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlJp {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemTtl .ttlEn {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .itemHead .itemIcon {
    width: min(31.7%, 100px);
    flex-shrink: 0;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 32px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list {
    font-size: clamp(14px, 1.56vw, 20px);
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secService .secServiceIn .inMain .svcGen .genList .genItem .symList .list::before {
    width: 7px;
    height: 7px;
    min-width: 7px;
  }
  .secService .secServiceIn .inMain .svcGen .genWave svg {
    height: 80px;
  }
}
.secSpclWrap {
  position: relative;
  z-index: 1;
}
.secSpclWrap .spclBg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1692/408;
  background: url(../images/spcl_bg_wave.svg) center top no-repeat;
  background-size: 100%;
}
.secSpclWrap .svcSpcl {
  position: relative;
  z-index: 1;
}
.secSpclWrap .svcSpcl .spclList .spclItem {
  background: #ffffff;
  border-radius: 6px;
}
.secSpclWrap .svcSpcl .spclList .spclItem .itemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemTtl {
  color: #1B71B4;
  line-height: 1.4;
}
.secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemSub {
  color: #1B71B4;
  font-weight: 500;
}
.secSpclWrap .svcSpcl .spclList .spclItem .tgtArea {
  display: flex;
  align-items: center;
}
.secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtBadge {
  background: #1B71B4;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  flex-shrink: 0;
}
.secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtTxt {
  font-weight: 500;
}
.secSpclWrap .svcSpcl .spclList .spclItem .itemNote {
  color: #777777;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .secSpclWrap {
    padding: 9.72vw 0 60px 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 14vw, #F2F4F7 14vw, #F2F4F7 100%);
  }
  .secSpclWrap .svcSpcl {
    padding: 54px 0 0px;
  }
  .secSpclWrap .svcSpcl .spclHead {
    padding: 0 0 24px;
  }
  .secSpclWrap .svcSpcl .spclHead .spclTtl {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 10px;
  }
  .secSpclWrap .svcSpcl .spclHead .spclDesc {
    font-size: 14px;
  }
  .secSpclWrap .svcSpcl .spclList {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem {
    padding: 16px min(5%, 16px);
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead {
    padding: 0 0 14px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemTtl {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 4px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemSub {
    font-size: 14px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemIcon {
    width: 62px;
    flex-shrink: 0;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 0 12px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtBadge {
    font-size: 12px;
    padding: 2px 8px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtTxt {
    font-size: 14px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemDesc {
    font-size: 14px;
    padding: 0 0 8px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemNote {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSpclWrap {
    padding: 9.72vw 0 118px 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 14vw, #F2F4F7 14vw, #F2F4F7 100%);
  }
  .secSpclWrap .svcSpcl .spclHead {
    padding: 0 0 50px;
  }
  .secSpclWrap .svcSpcl .spclHead .spclTtl {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0 0 12px;
  }
  .secSpclWrap .svcSpcl .spclHead .spclDesc {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secSpclWrap .svcSpcl .spclList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem {
    padding: 28px min(7.6%, 40px) 24px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead {
    padding: 0 0 16px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemTtl {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemInfo .itemSub {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemHead .itemIcon {
    width: 70px;
    flex-shrink: 0;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea {
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 0 0 16px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtBadge {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 2px 10px;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .tgtArea .tgtTxt {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemDesc {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .secSpclWrap .svcSpcl .spclList .spclItem .itemNote {
    font-size: 12px;
  }
}
.secFeature {
  position: relative;
  z-index: 0;
}
.secFeature .ftrContent {
  position: relative;
}
.secFeature .ftrContent .bg01 {
  position: absolute;
  z-index: 0;
  background: url(../images/features_bg01.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secFeature .ftrContent .bg02 {
  position: absolute;
  z-index: 0;
  background: url(../images/features_bg02.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secFeature .ftrContent .ftrMain {
  position: relative;
  z-index: 1;
}
.secFeature .ftrContent .ftrMain .ftrHead .ftrLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
}
.secFeature .ftrContent .ftrMain .ftrHead .ftrLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secFeature .ftrContent .ftrMain .ftrHead .ftrLabel em {
  font-style: italic;
}
.secFeature .ftrContent .ftrMain .ftrHead .ftrTtl {
  font-weight: 300;
  line-height: 1.3;
}
.secFeature .ftrContent .ftrMain .ftrHead .ftrDesc {
  line-height: 1.9;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem {
  display: flex;
  align-items: flex-start;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemImg {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea {
  display: flex;
  align-items: center;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .num {
  color: #1B71B4;
  flex-shrink: 0;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .itemTtl {
  border-left: 2px solid #1B71B4;
  color: #1B71B4;
  line-height: 1.3;
}
.secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .itemDesc {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .secFeature {
    padding: 48px 0 56px;
  }
  .secFeature .ftrContent .bg01 {
    width: 240px;
    top: -80px;
    right: -100px;
  }
  .secFeature .ftrContent .bg02 {
    width: 260px;
    left: -100px;
    bottom: -180px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead {
    padding: 0 0 48px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrLabel {
    font-size: 14px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrLabel .dot {
    width: 6px;
    height: 6px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrTtl {
    font-size: clamp(19px, 8.21vw, 32px);
    padding: 0 0 16px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrDesc {
    font-size: 14px;
  }
  .secFeature .ftrContent .ftrMain .ftrList {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
    width: min(100%, 300px);
    margin: 0 auto;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem {
    -moz-column-gap: 16px;
         column-gap: 16px;
    flex-direction: column;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 16px 0 10px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .num {
    font-size: clamp(14px, 4.62vw, 18px);
    padding-top: 2px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .itemTtl {
    font-size: clamp(14px, 4.62vw, 18px);
    padding-left: 10px;
    line-height: 1.2;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .itemDesc {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFeature {
    padding: 120px 0 80px;
  }
  .secFeature .ftrContent .bg01 {
    width: 708px;
    top: -450px;
    right: -410px;
  }
  .secFeature .ftrContent .bg02 {
    width: 508px;
    left: -290px;
    bottom: -210px;
  }
  .secFeature .ftrContent .ftrMain {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 24px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead {
    flex-shrink: 0;
    width: 310px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrLabel {
    font-size: 18px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrTtl {
    font-size: 32px;
    padding: 0 0 24px;
  }
  .secFeature .ftrContent .ftrMain .ftrHead .ftrDesc {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .secFeature .ftrContent .ftrMain .ftrList {
    width: 660px;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem {
    justify-content: space-between;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemImg {
    width: 300px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody {
    width: 320px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea {
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 0 0 24px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .num {
    font-size: 30px;
    padding-top: 3px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .numArea .itemTtl {
    font-size: 24px;
    padding: 2px 0 6px 16px;
  }
  .secFeature .ftrContent .ftrMain .ftrList .ftrItem .itemBody .itemDesc {
    font-size: 18px;
  }
}
.secDoctor {
  position: relative;
  z-index: 2;
  background: #F2F4F7;
}
.secDoctor .dctHead .dctLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
}
.secDoctor .dctHead .dctLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secDoctor .dctHead .dctLabel em {
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}
.secDoctor .dctHead .dctTtl {
  font-weight: 300;
  line-height: 1.4;
}
.secDoctor .dctContent .dctProfile {
  flex-shrink: 0;
}
.secDoctor .dctContent .dctProfile .profImg img {
  border-radius: 6px;
}
.secDoctor .dctContent .dctProfile .profInfo .profName {
  color: #1B71B4;
  line-height: 1.6;
}
.secDoctor .dctContent .dctBody .bodyTtl {
  color: #1B71B4;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.secDoctor .dctContent .dctBody .bodyText {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.secDoctor .dctContent .dctBody .dctQual {
  display: flex;
  align-items: center;
}
.secDoctor .dctContent .dctBody .dctQual .qualBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #9DBBD1;
  color: #1B71B4;
  flex-shrink: 0;
  font-weight: 500;
}
.secDoctor .dctContent .dctBody .dctQual .qualList {
  display: flex;
  flex-wrap: wrap;
}
.secDoctor .dctContent .dctBody .dctQual .qualList .qualItem {
  display: flex;
  align-items: center;
}
.secDoctor .dctContent .dctBody .dctQual .qualList .qualItem .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .secDoctor {
    padding: 48px 0 56px;
  }
  .secDoctor .dctHead {
    padding: 0 0 32px;
  }
  .secDoctor .dctHead .dctLabel {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 2px;
  }
  .secDoctor .dctHead .dctLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secDoctor .dctHead .dctTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secDoctor .dctContent {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }
  .secDoctor .dctContent .dctProfile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .secDoctor .dctContent .dctProfile .profImg {
    width: 56%;
    flex-shrink: 0;
  }
  .secDoctor .dctContent .dctProfile .profInfo {
    width: 42%;
    padding: 0 0 4px;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profRole {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 4px;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profName {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 4px;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profRoman {
    font-size: 12px;
  }
  .secDoctor .dctContent .dctBody .bodyTtl {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 20px;
  }
  .secDoctor .dctContent .dctBody .bodyText {
    padding: 0 0 32px 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secDoctor .dctContent .dctBody .dctQual {
    -moz-column-gap: 16px;
         column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualBtn {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 2px 20px;
    border-radius: 6px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList .qualItem {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList .qualItem .dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .secDoctor {
    padding: 100px 0 120px;
  }
  .secDoctor .dctHead {
    padding: 0 0 50px;
  }
  .secDoctor .dctHead .dctLabel {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secDoctor .dctHead .dctLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secDoctor .dctHead .dctTtl {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secDoctor .dctContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .secDoctor .dctContent .dctProfile {
    width: min(28%, 275px);
  }
  .secDoctor .dctContent .dctProfile .profInfo {
    padding: 20px 0 0;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profRole {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 4px;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profName {
    font-size: clamp(17px, 2.19vw, 28px);
    padding: 0 0 4px;
  }
  .secDoctor .dctContent .dctProfile .profInfo .profRoman {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secDoctor .dctContent .dctBody {
    width: min(70%, 740px);
  }
  .secDoctor .dctContent .dctBody .bodyTtl {
    font-size: clamp(19px, 2.5vw, 32px);
    padding: 0 0 24px;
  }
  .secDoctor .dctContent .dctBody .bodyText {
    padding: 0 0 32px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secDoctor .dctContent .dctBody .dctQual {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualBtn {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 5px 44px;
    border-radius: 6px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList .qualItem {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secDoctor .dctContent .dctBody .dctQual .qualList .qualItem .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
}
.secFacility {
  background: #ffffff;
}
.secFacility .secFacilityIn {
  position: relative;
}
.secFacility .secFacilityIn .bg {
  position: absolute;
  z-index: 0;
  background: url(../images/facility_bg.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secFacility .secFacilityIn .fcltMain {
  position: relative;
  z-index: 1;
}
.secFacility .secFacilityIn .fcltMain .fcltHead {
  position: relative;
}
.secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
}
.secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel em {
  font-style: italic;
}
.secFacility .secFacilityIn .fcltMain .fcltHead .fcltTtl {
  font-weight: 300;
  line-height: 1.3;
}
.secFacility .secFacilityIn .fcltMain .fcltList {
  position: relative;
}
.secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemImg img {
  border-radius: 6px;
}
.secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName {
  display: flex;
  align-items: center;
}
.secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .secFacility {
    padding: 48px 0 56px;
  }
  .secFacility .secFacilityIn .bg {
    width: 280px;
    right: -155px;
    top: -130px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead {
    padding: 0 0 28px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secFacility .secFacilityIn .fcltMain .fcltList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem {
    width: 48%;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemImg {
    margin: 0 0 6px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFacility {
    padding: 100px 0 64px;
  }
  .secFacility .secFacilityIn .bg {
    width: 410px;
    right: -155px;
    top: -130px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead {
    padding: 0 0 40px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltHead .fcltTtl {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secFacility .secFacilityIn .fcltMain .fcltList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 4.16%;
         column-gap: 4.16%;
    row-gap: 40px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem {
    width: 30.56%;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemImg {
    margin: 0 0 10px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName {
    font-size: clamp(14px, 1.56vw, 20px);
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secFacility .secFacilityIn .fcltMain .fcltList .fcltItem .itemName .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
}
.secFaq {
  background: #ffffff;
  position: relative;
  z-index: 0;
}
.secFaq .secFaqIn {
  position: relative;
}
.secFaq .secFaqIn .bg {
  position: absolute;
  z-index: 0;
  background: url(../images/faq_bg.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secFaq .secFaqIn .faqMain {
  position: relative;
  z-index: 1;
}
.secFaq .secFaqIn .faqMain .faqHead .faqLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
}
.secFaq .secFaqIn .faqMain .faqHead .faqLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secFaq .secFaqIn .faqMain .faqHead .faqLabel em {
  font-style: italic;
}
.secFaq .secFaqIn .faqMain .faqHead .faqTtl {
  font-weight: 300;
  line-height: 1.3;
}
.secFaq .secFaqIn .faqMain .faqList {
  border-top: 1px solid #9DBBD1;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem {
  border-bottom: 1px solid #9DBBD1;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner {
  display: flex;
  align-items: center;
  flex: 1;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qMark {
  color: #1B71B4;
  font-weight: 500;
  flex-shrink: 0;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qTxt {
  border-left: 1px solid #1B71B4;
  line-height: 1.6;
  color: #1B71B4;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qIcon {
  width: 14px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  background: #1B71B4;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem.isOpen .qIcon {
  transform: rotateX(180deg);
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqA {
  display: none;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner {
  display: flex;
  align-items: flex-start;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aMark {
  font-weight: 500;
  flex-shrink: 0;
}
.secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aTxt {
  font-weight: 300;
  border-left: 1px solid #262626;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 0px 0 56px;
  }
  .secFaq .secFaqIn .bg {
    width: 320px;
    left: -100px;
    bottom: -200px;
  }
  .secFaq .secFaqIn .faqMain .faqHead {
    padding: 0 0 32px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqLabel {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ {
    padding: 18px 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qMark {
    font-size: clamp(14px, 3.85vw, 15px);
    width: 28px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qTxt {
    font-size: clamp(14px, 3.85vw, 15px);
    padding-left: 12px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner {
    padding: 0 0 18px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aMark {
    font-size: clamp(14px, 3.85vw, 15px);
    width: 28px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aTxt {
    font-size: 14px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 0px 0 80px;
  }
  .secFaq .secFaqIn .bg {
    width: 880px;
    left: -400px;
    bottom: -400px;
  }
  .secFaq .secFaqIn .faqMain .faqHead {
    padding: 0 0 50px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqLabel {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secFaq .secFaqIn .faqMain .faqHead .faqTtl {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ {
    padding: 22px 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qMark {
    font-size: 22px;
    width: 34px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqQ .qInner .qTxt {
    font-size: clamp(14px, 1.41vw, 18px);
    padding-left: 16px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner {
    padding: 0 0 22px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aMark {
    font-size: 22px;
    width: 34px;
  }
  .secFaq .secFaqIn .faqMain .faqList .faqItem .faqA .aInner .aTxt {
    font-size: clamp(14px, 1.41vw, 18px);
    padding-left: 16px;
  }
}
.secAccess {
  position: relative;
  z-index: 1;
}
.secAccess .bgWave {
  background: url(../images/access_wave.svg) center top no-repeat;
  background-size: 100%;
  aspect-ratio: 1440/449;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.secAccess .secAccessIn {
  position: relative;
  z-index: 1;
}
.secAccess .secAccessIn .accCard {
  background: #ffffff;
  border-radius: 10px;
}
.secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel {
  display: flex;
  align-items: center;
  color: #1B71B4;
  font-style: italic;
}
.secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel .dot {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
  flex-shrink: 0;
}
.secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel em {
  font-style: italic;
}
.secAccess .secAccessIn .accCard .accCardIn .accHead .accTtl {
  font-weight: 300;
  line-height: 1.3;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList {
  border-top: 1px solid #9DBBD1;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9DBBD1;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .accMap iframe {
  display: block;
  width: 100%;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr {
  background: #1B71B4;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th.colDay {
  text-align: center;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody tr {
  border-bottom: solid 2px #ffffff;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody tr:nth-child(2n+1) {
  background: #FBFDFF;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody tr:nth-child(2n) {
  background: #F0F6FF;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody td {
  text-align: center;
  font-weight: 500;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .avail {
  display: inline-block;
  border-radius: 50%;
  background: #1B71B4;
}
.secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .unavail {
  display: inline-block;
  background: #777777;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .secAccess {
    padding: 0 0 56px 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 30vw, #1B71B4 30vw, #1B71B4 100%);
  }
  .secAccess .secAccessIn {
    padding-top: 80px;
  }
  .secAccess .secAccessIn .accCard {
    padding: 32px 0;
  }
  .secAccess .secAccessIn .accCard .accCardIn {
    width: min(92%, 310px);
    margin: 0 auto;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead {
    padding: 0 0 24px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel {
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 8px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accTtl {
    font-size: clamp(17px, 7.18vw, 28px);
    padding: 0 0 8px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accName {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList {
    margin: 0 0 20px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow {
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow .infoLbl {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow .infoDtl {
    font-size: 14px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .accMap iframe {
    height: 220px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote {
    padding: 10px 0 0 0;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote .noteTitle {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote .noteData {
    font-size: 14px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th {
    padding: 10px 6px;
    font-size: 13px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th .timeRange {
    font-size: 11px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody td {
    padding: 10px 6px;
    font-size: 14px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .avail {
    width: 8px;
    height: 8px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .unavail {
    width: 14px;
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAccess {
    padding: 0 0 100px 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 30vw, #1B71B4 30vw, #1B71B4 100%);
  }
  .secAccess .secAccessIn {
    padding-top: 16vw;
  }
  .secAccess .secAccessIn .accCard {
    padding: 90px 0 90px;
  }
  .secAccess .secAccessIn .accCard .accCardIn {
    width: min(96%, 954px);
    margin: 0 auto;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead {
    padding: 0 0 32px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel {
    font-size: clamp(14px, 1.41vw, 18px);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 10px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accLabel .dot {
    width: 8px;
    height: 8px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accTtl {
    font-size: clamp(19px, 2.5vw, 32px);
    padding: 0 0 30px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accHead .accName {
    font-size: clamp(14px, 1.88vw, 24px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo {
    width: min(48%, 450px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList {
    margin: 0 0 30px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow {
    padding: 20px 0;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow .infoLbl {
    font-size: clamp(14px, 1.41vw, 18px);
    width: 100px;
    padding: 0 0 0 10px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .infoList .infoRow .infoDtl {
    width: calc(100% - 100px);
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .accMap iframe {
    height: 270px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote {
    display: flex;
    justify-content: space-between;
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 10px 0 0 0;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote .noteTitle {
    width: clamp(100px, 30%, 135px);
    padding: 0 0 0 10px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accInfo .mapNote .noteData {
    width: calc(100% - clamp(100px, 30%, 135px));
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl {
    width: min(50%, 468px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th {
    padding: 10px 8px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable thead tr th .timeRange {
    font-size: 14px;
    margin-top: 2px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable tbody td {
    padding: 14px 8px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .avail {
    width: 12px;
    height: 12px;
  }
  .secAccess .secAccessIn .accCard .accCardIn .accContent .accTbl .timeTable .unavail {
    width: 17px;
    height: 1px;
  }
}/*# sourceMappingURL=style.css.map */