body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 400;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0em;
  line-height: 140%;
}

#mainContent {
  max-width: 100%;
}

a {
  color: #393939;
}
.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.fMedium {
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: min(90vw, 390px);
  }
  .commonWidthSp {
    width: min(90vw, 390px);
    margin: 0 auto;
  }
  .fMedium {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(92vw, 1360px);
  }
  .commonWidthPc {
    width: min(92vw, 1360px);
    margin: 0 auto;
  }
  .fMedium {
    font-size: clamp(14px, 1.11vw, 16px);
  }
}
@media print, screen and (min-width: 1280px) {
  .contentArea {
    padding-top: 170px;
  }
}
.commonBtn {
  border: solid 1px #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #000000;
  font-weight: bold;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.commonBtn.orange {
  background: #F68300;
}
.commonBtn.blue {
  background: #259DC3;
}
.commonBtn.yellow {
  background: #F0B000;
}
.commonBtn .text {
  flex-grow: 1;
}
.commonBtn .arrow {
  background: url(../images/arrow_circle_black.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.commonBtn .arrow.under {
  transform: rotateZ(90deg);
}

@media only screen and (max-width: 767px) {
  .commonBtn {
    height: 58px;
    padding: 0 8px 0 12px;
  }
  .commonBtn .text {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonBtn {
    height: 66px;
    padding: 0 12px 0 16px;
  }
  .commonBtn .text {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .headerLogo {
    padding: 15px 0 18px 15px;
  }
  .headerLogo img {
    width: min(65%, 202px);
  }
}
@media print, screen and (min-width: 768px) {
  .headerLogo {
    padding: 24px 0 0 24px;
  }
}
.secHeader {
  background: #ffffff;
}
.secHeader .secHeaderIn .logoCol .headLogoText {
  font-weight: bold;
  white-space: nowrap;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 1279px) {
  .secHeader .secHeaderIn .logoCol {
    width: min(80%, 252px);
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .secHeader .secHeaderIn .logoCol .headLogoText {
    font-size: clamp(11px, 3.85vw, 15px);
    padding: 0 0 4px 0;
    width: min(80vw, 300px);
  }
  .secHeader .secHeaderIn .mainCol {
    display: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .secHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  .secHeader .secHeaderIn {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .secHeader .secHeaderIn .logoCol {
    width: min(24%, 400px);
    padding-left: min(1.25vw, 24px);
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .secHeader .secHeaderIn .logoCol .headLogoText {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 6px 0;
    width: min(48vw, 1000px);
  }
  .secHeader .secHeaderIn .mainCol {
    flex-grow: 1;
  }
  .secHeader .secHeaderIn .mainCol .topRow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(10px, 2.35vw, 28px);
         column-gap: clamp(10px, 2.35vw, 28px);
    overflow: hidden;
    transition: max-height 0.2s, opacity 0.2s;
    max-height: 200px;
    opacity: 1;
  }
  .secHeader .secHeaderIn .mainCol .topRow .telCol .numRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secHeader .secHeaderIn .mainCol .topRow .telCol .numRow .icon {
    width: clamp(30px, 3.83vw, 46px);
  }
  .secHeader .secHeaderIn .mainCol .topRow .telCol .numRow .num {
    font-weight: 800;
    font-size: clamp(28px, 3.19vw, 46px);
    line-height: 1.1;
  }
  .secHeader .secHeaderIn .mainCol .topRow .telCol .timeRow {
    padding: 4px 0 0 0;
    text-align: center;
    font-size: clamp(14px, 1.11vw, 16px);
    font-weight: bold;
  }
  .secHeader .secHeaderIn .mainCol .linkRow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: min(1.3vw, 34px);
         column-gap: min(1.3vw, 34px);
    padding-right: min(1.3vw, 34px);
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .secHeader .secHeaderIn .mainCol .linkRow .link {
    font-size: clamp(12px, 1.1vw, 18px);
    font-weight: bold;
  }
  .secHeader.under .secHeaderIn {
    align-items: center;
  }
  .secHeader.under .secHeaderIn .mainCol .topRow {
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
  }
}
.menuBtnWrap {
  position: fixed;
  z-index: 200;
  top: 8px;
  right: 8px;
}
.menuBtnWrap .menuBtn {
  width: 50px;
  height: 50px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menuBtnWrap .menuBtn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  right: 10px;
  background: #345AA5;
  transition: 0.4s;
}
.menuBtnWrap .menuBtn span:nth-of-type(1) {
  top: 32%;
  width: 15px;
}
.menuBtnWrap .menuBtn span:nth-of-type(2) {
  top: 50%;
  width: 22.5px;
}
.menuBtnWrap .menuBtn span:nth-of-type(3) {
  top: 68%;
}

body.navOn .menuBtnWrap .menuBtn {
  background-color: transparent;
}
body.navOn .menuBtnWrap .menuBtn span {
  background: #ffffff;
}
body.navOn .menuBtnWrap .menuBtn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  width: 30px;
}
body.navOn .menuBtnWrap .menuBtn span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
body.navOn .menuBtnWrap .menuBtn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  width: 30px;
}

@media print, screen and (min-width: 1280px) {
  .menuBtnWrap {
    display: none;
  }
}
.globalNavWrap {
  pointer-events: none;
}
.globalNavWrap .globalNav {
  background: #335AA5;
  max-height: 100vh;
}
.globalNavWrap .globalNav .globalNavInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: clamp(40px, 10vh, 60px) 0 40px 0;
}
.globalNavWrap .globalNav .globalNavInner .naviListArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.globalNavWrap .globalNav .globalNavInner .naviListArea .naviList {
  padding: min(1.5vh, 14px) 0;
}
.globalNavWrap .globalNav .globalNavInner .naviListArea .naviList .link {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(14px, 4.1vw, 16px);
}
.globalNavWrap .globalNav .globalNavInner .navContact {
  padding: min(3vh, 24px) 0 0 0;
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telTop {
  background: #279DC3;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  font-size: 14px;
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telBottom {
  background: #F5E24A;
  display: flex;
  align-items: center;
  padding: 10px min(4.8%, 16px);
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telBottom .iconCol {
  width: 20%;
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telBottom .textCol {
  width: calc(80% - 6px);
  font-weight: bold;
  text-align: left;
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telBottom .textCol .caption {
  font-size: clamp(14px, 4.1vw, 16px);
}
.globalNavWrap .globalNav .globalNavInner .navContact .btnContact .telBottom .textCol .time {
  font-size: 13px;
}

body.navOn .globalNavWrap {
  pointer-events: all;
}
body.navOn .globalNavWrap .globalNav {
  width: min(100vw, 400px);
}

.commonTitleArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.commonTitleArea .titleRow .title {
  font-weight: bold;
}
.commonTitleArea .titleRow .pnkzArea a.pnkzList {
  color: #339DC1;
  font-weight: bold;
}
.commonTitleArea .titleRow .pnkzArea .pnkzArrow {
  background: url(../images/pnkz_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .commonTitleArea {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 16px 0 32px 0;
  }
  .commonTitleArea .iconRow {
    width: 60px;
    height: 60px;
  }
  .commonTitleArea .titleRow {
    width: calc(100% - 60px - 8px);
  }
  .commonTitleArea .titleRow .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 4px 0;
  }
  .commonTitleArea .titleRow .title .mini {
    font-size: 0.7em;
  }
  .commonTitleArea .titleRow .pnkzArea {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 20px 0 56px 0;
  }
  .commonTitleArea .iconRow {
    width: 98px;
    height: 98px;
  }
  .commonTitleArea .titleRow {
    width: calc(100% - 98px - 15px);
  }
  .commonTitleArea .titleRow .title {
    font-size: clamp(30px, 3.47vw, 50px);
    padding: 0 0 8px 0;
  }
  .commonTitleArea .titleRow .title .mini {
    font-size: 0.5em;
  }
  .commonTitleArea .titleRow .pnkzArea {
    font-size: clamp(14px, 1.18vw, 17px);
  }
}
.supportSection {
  background: #0F4A2E;
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .statusBadge {
  background: #F0B000;
  color: #0F4A2E;
  border-radius: 2px;
  font-weight: 600;
  padding: 1px 6px;
}
.supportSection .sectionInner .supportContent .mainHeading {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .mainHeading .headingHighlight {
  background: linear-gradient(to bottom, transparent 80%, #F0B000 80%, #F0B000 95%, transparent 95%);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelLeft {
  background: url(../images/cta_line_left.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
  letter-spacing: 0;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelRight {
  background: url(../images/cta_line_right.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
  border: solid 1px #ffffff;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  transition: background-color 0.3s;
  color: #ffffff;
  animation-name: btnShadow;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timeline: cubic-bezier(0.8, 0.06, 0.55, 0.99);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton:hover {
  background: #4EAB88;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .iconCol {
  width: 40px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol {
  width: calc(100% - 40px - 12px);
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 130%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .supportSection .sectionInner {
    padding: 40px 0 0 0;
  }
  .supportSection .sectionInner .supportContent {
    padding: 0 0 20px 0;
    width: min(100%, 286px);
    margin: 0 auto;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 4px 0 16px 0;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 10px 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
    padding: 0 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 8px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
  .supportSection .sectionInner .imageArea {
    width: 120px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .supportSection .sectionInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .supportSection .sectionInner .supportContent {
    padding: 58px 0;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(24px, 2.78vw, 40px);
    padding: 4px 0 16px 0;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 16px 0 36px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 12px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
}
.secFooter {
  background: #ffffff;
}
.secFooter .secFooterIn {
  margin: 0 auto;
}
.secFooter .secFooterIn .companyArea .corpCol {
  font-weight: 500;
}
.secFooter .secFooterIn .companyArea .corpCol .corpName {
  color: #345AA5;
}
.secFooter .secFooterIn .companyArea .addressCol {
  font-weight: 500;
}
.secFooter .secFooterIn .linkArea .linkCol .linkList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem {
  font-weight: bold;
}
.secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem.child {
  font-weight: 400;
}
.secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #345AA5;
  row-gap: 6px;
}
.secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn.sky {
  background: #259DC3;
}
.secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn .text {
  color: #ffffff;
}
.secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn .balloon {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 48px 0 50px 0;
  }
  .secFooter .secFooterIn {
    width: min(90vw, 390px);
  }
  .secFooter .secFooterIn .companyArea {
    padding: 0 0 62px 0;
  }
  .secFooter .secFooterIn .companyArea .logoCol {
    padding: 0 0 20px 0;
  }
  .secFooter .secFooterIn .companyArea .corpCol {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 0 0 4px 0;
  }
  .secFooter .secFooterIn .companyArea .corpCol .corpName {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secFooter .secFooterIn .companyArea .corpCol .corpPlace {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secFooter .secFooterIn .companyArea .addressCol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: clamp(14px, 4.1vw, 16px);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0px;
  }
  .secFooter .secFooterIn .linkArea .linkCol {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
    padding: 0 0 46px 0;
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList {
    row-gap: 10px;
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem.child {
    font-size: 14px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn {
    padding: 10px 10px 10px 22px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 10px;
    min-height: 60px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn .text {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn .balloon img {
    width: 150px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn.sky {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn.sky .text {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    padding: 80px 0 76px 0;
  }
  .secFooter .secFooterIn {
    width: min(96vw, 1680px);
  }
  .secFooter .secFooterIn .companyArea {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 56px 0;
    row-gap: 24px;
    align-items: flex-end;
  }
  .secFooter .secFooterIn .companyArea .logoCol {
    padding-right: min(4vw, 58px);
  }
  .secFooter .secFooterIn .companyArea .corpCol {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding-right: min(2vw, 30px);
    padding-bottom: 4px;
  }
  .secFooter .secFooterIn .companyArea .corpCol .corpName {
    font-size: clamp(18px, 2.08vw, 30px);
  }
  .secFooter .secFooterIn .companyArea .corpCol .corpPlace {
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secFooter .secFooterIn .companyArea .addressCol {
    display: flex;
    align-items: center;
    font-size: clamp(14px, 1.25vw, 18px);
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 4px;
  }
  .secFooter .secFooterIn .linkArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: min(4.7vw, 90px);
         column-gap: min(4.7vw, 90px);
    row-gap: 40px;
  }
  .secFooter .secFooterIn .linkArea .linkCol {
    display: flex;
    -moz-column-gap: min(4.7vw, 90px);
         column-gap: min(4.7vw, 90px);
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList {
    row-gap: 14px;
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem {
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secFooter .secFooterIn .linkArea .linkCol .linkList .linkItem.child {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secFooter .secFooterIn .linkArea .contactCol {
    width: 300px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn {
    padding: 10px 10px 10px 22px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 10px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn.sky {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .secFooter .secFooterIn .linkArea .contactCol .contactList .contactBtn .text {
    font-size: 18px;
  }
}
.secCopyright {
  background: #345AA5;
  display: flex;
}
.secCopyright .textCol {
  color: #ffffff;
  font-weight: bold;
}
.secCopyright .linkCol .linkBtn {
  background: #269DC3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secCopyright .linkCol .linkBtn .text {
  color: #ffffff;
}
.secCopyright .linkCol .linkBtn .icon {
  background: url(../images/arrow_right_blue.svg) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 26px;
}

@media only screen and (max-width: 767px) {
  .secCopyright {
    flex-direction: column-reverse;
  }
  .secCopyright .textCol {
    padding: 52px 0 80px 0;
    font-size: 14px;
    text-align: center;
  }
  .secCopyright .linkCol .linkBtn {
    padding: 18px;
    justify-content: flex-end;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCopyright {
    height: 80px;
  }
  .secCopyright .textCol {
    display: flex;
    align-items: center;
    width: calc(100% - 320px);
    padding-left: calc((100vw - min(96vw, 1680px)) / 2);
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secCopyright .linkCol {
    width: 240px;
    height: 100%;
  }
  .secCopyright .linkCol .linkBtn {
    height: 100%;
    padding: 0 10px 0 22px;
  }
  .secCopyright .linkCol .linkBtn .text {
    font-size: 16px;
  }
}
.sideContactFollow {
  position: fixed;
  z-index: 60;
}
.sideContactFollow .contactBtn {
  background: #345AA5;
}
.sideContactFollow .contactBtn .text {
  color: #ffffff;
  font-weight: bold;
}
.sideContactFollow .contactBtn.corp {
  background: #279DC3;
}

@media only screen and (max-width: 767px) {
  .sideContactFollow {
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
  }
  .sideContactFollow .contactBtn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
  }
  .sideContactFollow .contactBtn .text {
    font-size: clamp(10px, 3.08vw, 12px);
  }
  .sideContactFollow .contactBtn.contact {
    width: 37.5%;
  }
  .sideContactFollow .contactBtn.contact .icon {
    width: 19px;
  }
  .sideContactFollow .contactBtn.download {
    background: #193F8E;
    width: 37.5%;
  }
  .sideContactFollow .contactBtn.download .icon {
    width: 24px;
  }
  .sideContactFollow .contactBtn.corp {
    width: 25%;
  }
  .sideContactFollow .contactBtn.corp .icon {
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sideContactFollow {
    right: 0px;
    top: min(25vh, 324px);
  }
  .sideContactFollow .contactBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: clamp(100px, 13vw, 130px);
    aspect-ratio: 130/150;
    margin-bottom: 10px;
    row-gap: 10px;
  }
  .sideContactFollow .contactBtn .text {
    text-align: center;
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .sideContactFollow .contactBtn.corp {
    display: none;
  }
}
.pageTopFollow {
  position: fixed;
  z-index: 60;
  bottom: 0;
  right: 0;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
.pageTopFollow.on {
  opacity: 1;
  pointer-events: inherit;
}

@media only screen and (max-width: 767px) {
  .pageTopFollow {
    width: 40px;
    height: 40px;
    bottom: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTopFollow {
    width: 80px;
    height: 80px;
  }
}
.commonNewsArea {
  display: flex;
  flex-direction: column;
}
.commonNewsArea .newsItem .newsLink {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.commonNewsArea .newsItem .newsLink .date {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0B000;
  color: #ffffff;
  font-weight: bold;
}
.commonNewsArea .newsItem .newsLink .title {
  background: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .commonNewsArea {
    row-gap: 30px;
  }
  .commonNewsArea .newsItem .newsLink {
    flex-wrap: wrap;
  }
  .commonNewsArea .newsItem .newsLink .date {
    width: 140px;
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 10px 0;
  }
  .commonNewsArea .newsItem .newsLink .title {
    width: 100%;
    padding: 18px 16px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonNewsArea {
    row-gap: 20px;
  }
  .commonNewsArea .newsItem .newsLink .date {
    width: clamp(130px, 14%, 175px);
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 20px;
  }
  .commonNewsArea .newsItem .newsLink .title {
    width: calc(100% - clamp(130px, 14%, 175px));
    padding: 15px 2.5%;
    font-size: clamp(14px, 1.67vw, 24px);
  }
}
.commonColumnArea {
  display: flex;
  flex-wrap: wrap;
}
.commonColumnArea .columnItem .columnLink {
  display: block;
}
.commonColumnArea .columnItem .columnLink .img {
  aspect-ratio: 420/300;
}
.commonColumnArea .columnItem .columnLink .date {
  font-weight: bold;
  color: #F68300;
}
.commonColumnArea .columnItem .columnLink .title {
  font-weight: 500;
  color: #000000;
}
.commonColumnArea .columnItem .columnLink .title * {
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .commonColumnArea {
    flex-direction: column;
    row-gap: 28px;
  }
  .commonColumnArea .columnItem {
    width: 100%;
  }
  .commonColumnArea .columnItem .columnLink .date {
    padding: 12px 0 4px 0;
    font-size: 14px;
  }
  .commonColumnArea .columnItem .columnLink .title {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonColumnArea {
    justify-content: flex-start;
    -moz-column-gap: 3.66%;
         column-gap: 3.66%;
    row-gap: min(4vw, 50px);
  }
  .commonColumnArea .columnItem {
    width: 30.89%;
  }
  .commonColumnArea .columnItem .columnLink .date {
    padding: 26px 0 14px 0;
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .commonColumnArea .columnItem .columnLink .title {
    font-size: clamp(17px, 1.94vw, 28px);
  }
}
.commonExampleArea {
  display: flex;
  flex-wrap: wrap;
}
.commonExampleArea .exampleItem .exampleLink {
  display: block;
}
.commonExampleArea .exampleItem .exampleLink .img {
  aspect-ratio: 420/300;
}
.commonExampleArea .exampleItem .exampleLink .title {
  color: #000000;
  line-height: 1.4;
}
.commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem {
  display: flex;
  font-weight: bold;
}
.commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemTitle {
  background: #F0B000;
}
.commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemData {
  background: #FFF2DB;
}

@media only screen and (max-width: 767px) {
  .commonExampleArea {
    flex-direction: column;
    row-gap: 40px;
  }
  .commonExampleArea .exampleItem {
    width: 100%;
  }
  .commonExampleArea .exampleItem .exampleLink .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 8px 0 10px 0;
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 2px 0;
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemTitle {
    width: clamp(100px, 35%, 120px);
    padding: 6px 2px 6px 8px;
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemData {
    width: calc(100% - clamp(100px, 35%, 120px));
    padding: 6px 2px 6px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonExampleArea {
    justify-content: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: min(4vw, 50px);
  }
  .commonExampleArea .exampleItem {
    width: 47.5%;
  }
  .commonExampleArea .exampleItem .exampleLink .title {
    font-size: clamp(17px, 1.94vw, 28px);
    margin: 14px 0 16px 0;
    min-height: calc(clamp(17px, 1.94vw, 28px) * 1.4 * 2);
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem {
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 0 0 2px 0;
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemTitle {
    width: clamp(100px, 28%, 130px);
    padding: 8px 4px 8px 3%;
  }
  .commonExampleArea .exampleItem .exampleLink .categoryList .categoryItem .itemData {
    width: calc(100% - clamp(100px, 28%, 130px));
    padding: 8px 4px 8px 3%;
  }
  .commonExampleArea.column3 {
    -moz-column-gap: 3.66%;
         column-gap: 3.66%;
  }
  .commonExampleArea.column3 .exampleItem {
    width: 30.89%;
  }
}
.commonExampleSearch .keywordForm {
  padding: 0 0 24px 0;
}
.commonExampleSearch .keywordForm .inputWrap {
  position: relative;
}
.commonExampleSearch .keywordForm .inputWrap input {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 16px 40px 16px 20px;
  background: #EFEFEF;
  border-radius: 50px;
  font-size: 18px;
}
.commonExampleSearch .keywordForm .inputWrap input::-moz-placeholder {
  color: #ABABAB;
}
.commonExampleSearch .keywordForm .inputWrap input::placeholder {
  color: #ABABAB;
}
.commonExampleSearch .keywordForm .inputWrap .searchBtn {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 29px;
  padding: 3px;
  text-align: center;
  right: 16px;
  top: calc(50% - 15px);
  cursor: pointer;
}
.commonExampleSearch .categoryBox {
  border: solid 1px #F0B000;
}
.commonExampleSearch .categoryBox .categoryTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F0B000;
}
.commonExampleSearch .categoryBox .categoryTitle .text {
  font-weight: bold;
}
.commonExampleSearch .categoryBox .categoryTitle .icon {
  background: url(../../shared/images/arrow_circle_black_up.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.4s;
}
.commonExampleSearch .categoryBox .categoryList {
  transition: 0.4s;
  overflow: hidden;
  max-height: 1000px;
}
.commonExampleSearch .categoryBox .categoryList .categoryItem {
  border-bottom: solid 1px #F0B000;
}
.commonExampleSearch .categoryBox .categoryList .categoryItem:last-of-type {
  border-bottom: none;
}
.commonExampleSearch .categoryBox .categoryList .categoryItem .categoryLink {
  font-weight: bold;
}
.commonExampleSearch .categoryBox.hide .categoryTitle .icon {
  transform: rotateX(180deg);
}
.commonExampleSearch .categoryBox.hide .categoryList {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .commonExampleSearch .categoryBox .categoryTitle {
    padding: 10px 12px;
  }
  .commonExampleSearch .categoryBox .categoryTitle .text {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .commonExampleSearch .categoryBox .categoryList {
    padding: 4px 12px;
  }
  .commonExampleSearch .categoryBox .categoryList .categoryItem {
    padding: 6px 0;
  }
  .commonExampleSearch .categoryBox .categoryList .categoryItem .categoryLink {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonExampleSearch {
    width: min(25%, 300px);
  }
  .commonExampleSearch .categoryBox .categoryTitle {
    padding: 14px 8%;
  }
  .commonExampleSearch .categoryBox .categoryTitle .text {
    font-size: clamp(14px, 1.53vw, 22px);
  }
  .commonExampleSearch .categoryBox .categoryList {
    padding: 6px 8% 10px 8%;
  }
  .commonExampleSearch .categoryBox .categoryList .categoryItem {
    padding: 6px 0;
  }
  .commonExampleSearch .categoryBox .categoryList .categoryItem .categoryLink {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.noneDataArea {
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .noneDataArea {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .noneDataArea {
    font-size: clamp(14px, 1.39vw, 20px);
    padding: 80px 0;
  }
}/*# sourceMappingURL=common.css.map */