@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body {
    border: 5px solid #039eec;
  }
}

a {
  display: inline-block;
}
a.ic-pdf {
  padding-left: 18px;
  position: relative;
}
a.ic-pdf:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/assets/image/common/ic-pdf.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.l-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px 150px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 20px 80px;
  }
}

.l-main {
  width: 100%;
}

.c-note {
  font-size: 1.2rem;
  padding-top: 10px;
  line-height: 140%;
  text-indent: -1em;
  padding-left: 1em;
}
.c-note a {
  color: #039eec;
  font-weight: 600;
  text-decoration: underline;
  display: contents;
}

.c-dlist {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-dlist {
    flex-direction: column;
  }
}
.c-dlist dt {
  color: #039eec;
  font-weight: 600;
  min-width: 105px;
  border-right: 2px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .c-dlist dt {
    border-right: 0;
    border-bottom: 1px solid #cdecfb;
    padding-bottom: 8px;
  }
}
.c-dlist dd {
  padding-left: 40px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .c-dlist dd {
    padding-left: 0;
    padding-top: 16px;
  }
}
.c-dlist__tag {
  background-color: #039eec;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 8px;
}

.c-list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.c-list li {
  padding-left: 16px;
  position: relative;
  line-height: 200%;
}
.c-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
  background-color: #039eec;
}
.c-list li b {
  color: #039eec;
  text-decoration: underline;
}
.c-list__num {
  counter-reset: my-counter;
}
.c-list__num li {
  padding-left: 32px;
}
.c-list__num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pdfBox {
  display: flex;
  gap: 16px 24px;
  border: 5px solid #cdecfb;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .c-pdfBox {
    flex-direction: column-reverse;
  }
}
.c-pdfBox__txt {
  flex: 0 0 79%;
}
.c-pdfBox__txt .btn {
  padding-top: 16px;
}
.c-pdfBox__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pdfBox__img img {
    width: 80%;
  }
}

.c-telBox {
  border: 5px solid #cdecfb;
  padding: 24px;
  text-align: center;
}
.c-telBox__ttl {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 160%;
}
.c-telBox__num a {
  font-size: 3.6rem;
  font-weight: 600;
  color: #039eec;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-telBox__num a {
    font-size: 3rem;
  }
}
.c-telBox__btn {
  padding-top: 16px;
}

.mat8 {
  margin-top: 8px;
}

.mat16 {
  margin-top: 16px;
}

.mat24 {
  margin-top: 24px;
}

.mat32 {
  margin-top: 32px;
}

.mat40 {
  margin-top: 40px;
}

.mat48 {
  margin-top: 48px;
}

.mat72 {
  margin-top: 72px;
}

/* compornents */
.footerContact {
  background-color: #f0f9fd;
  text-align: center;
}
.footerContact__inner {
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .footerContact__inner .txt {
    font-size: 1.4rem;
    line-height: 150%;
  }
}
.footerContact__inner .c-button {
  padding-top: 24px;
}

.pageTtl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageTtl {
    margin-top: 62px;
  }
}
.pageTtl--about {
  background-color: #bde3e6;
}
.pageTtl--about svg {
  fill: #acd8db;
}
.pageTtl--hospitalization {
  background-color: #eadba4;
}
.pageTtl--hospitalization svg {
  fill: #e2cf8b;
}
.pageTtl--ambulatory {
  background-color: #f9beb6;
}
.pageTtl--ambulatory svg {
  fill: #f8aba1;
}
.pageTtl--department {
  background-color: #d6e5a2;
}
.pageTtl--department svg {
  fill: #c9dc8b;
}
.pageTtl--healthcheck {
  background-color: #f0d2dc;
}
.pageTtl--healthcheck svg {
  fill: #e9c3d0;
}
.pageTtl--homeservice {
  background-color: #efcd9f;
}
.pageTtl--homeservice svg {
  fill: #e6be8b;
}
.pageTtl--collaboration {
  background-color: #ddcbf1;
}
.pageTtl--collaboration svg {
  fill: #d3bbed;
}
.pageTtl--recruit {
  background-color: #ffd2a9;
}
.pageTtl--recruit svg {
  fill: #ffc394;
}
.pageTtl--inquiry {
  background-color: #95c4f0;
}
.pageTtl--inquiry svg {
  fill: #7eb2eb;
}
.pageTtl--access {
  background-color: #9fddae;
}
.pageTtl--access svg {
  fill: #87d098;
}
.pageTtl--news {
  background-color: #b6eae8;
}
.pageTtl--news svg {
  fill: #a0e2e0;
}
.pageTtl .icon {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pageTtl .icon {
    left: 10%;
  }
}
.pageTtl .icon svg {
  width: 80px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .pageTtl .icon svg {
    width: 56px;
    height: 50px;
  }
}
.pageTtl .ttl {
  font-size: 3rem;
  color: #fff;
  padding: 32px 0;
  text-align: center;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .pageTtl .ttl {
    font-size: 2rem;
  }
}
.pageTtl--other {
  background-color: #f0f9fd;
}
.pageTtl--other .ttl {
  color: #333333;
}

.c-button__inner {
  display: inline-block;
}
.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #039eec;
  min-height: 52px;
  min-width: 215px;
  box-sizing: border-box;
  padding: 0 24px 0 0;
  border-radius: 50px;
  border: 2px solid #039eec;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
}
.c-button a:hover {
  opacity: 0.7;
}
.c-button a:hover .icon:before {
  transform: translateY(-50%) translateX(5px);
}
.c-button a .icon {
  position: absolute;
  left: 0;
}
.c-button a .icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/assets/image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
  z-index: 1;
}
.c-button a .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 0;
}
.c-button a .ttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  padding-left: 56px;
}
.c-button--download a .icon:before {
  left: 50%;
  transform: rotate(90deg) translate(-60%, -70%);
}
.c-button--download a:hover .icon:before {
  left: 50%;
  transform: rotate(90deg) translate(-45%, -70%);
}
.c-button--white a {
  background-color: #fff;
}
.c-button--white a:hover {
  background-color: #FFFAD7;
  opacity: 1;
}
.c-button--white a .icon:before {
  filter: brightness(0) invert(1);
}
.c-button--white a .icon:after {
  background-color: #039eec;
}
.c-button--white a .ttl {
  color: #039eec;
}

.c-squareButton a {
  background-color: #fff;
  font-size: 1.4rem;
  color: #039eec;
  font-weight: 600;
  line-height: 160%;
  padding: 12px 19px 12px 43px;
  border: 1px solid #039eec;
  position: relative;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-squareButton a {
    text-align: left;
  }
}
.c-squareButton a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #039eec;
  z-index: -1;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-squareButton a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  top: 50%;
  left: 20px;
  border-right: 3px solid #039eec;
  border-bottom: 3px solid #039eec;
  transform: rotate(-45deg) translateY(-50%);
}
.c-squareButton a:hover {
  color: #fff;
}
.c-squareButton a:hover:before {
  filter: brightness(0) invert(1);
}
.c-squareButton a:hover:after {
  left: 0;
}
.c-squareButton a.pdf {
  padding: 12px 43px 12px 19px;
}
.c-squareButton a.pdf:before {
  border: none;
  left: initial;
  right: 16px;
  background: url("/assets/image/common/ic-pdf.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 21px;
  transform: translateY(-50%);
}

.c-h2Ttl {
  text-align: center;
}
.c-h2Ttl h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl h2 {
    font-size: 2.2rem;
  }
}
.c-h2Ttl .icon {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl .icon {
    padding-top: 14px;
  }
}
.c-h2Ttl .icon svg {
  width: 43px;
  height: 8px;
  fill: #039eec;
}

.c-h2PageTtl {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-h2PageTtl {
    margin-bottom: 24px;
  }
}
.c-h2PageTtl:before {
  content: "";
  position: absolute;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #039eec;
}
.c-h2PageTtl h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #039eec;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .c-h2PageTtl h2 {
    font-size: 2rem;
  }
}

.c-h3PageTtl {
  font-size: 2rem;
  line-height: 160%;
  padding-left: 16px;
  border-left: 2px solid #039eec;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-h3PageTtl {
    font-size: 1.8rem;
  }
}

.c-card {
  background-color: #fff;
  padding: 24px 40px 80px;
  box-shadow: 2px 5px 10px 2px rgba(162, 202, 240, 0.4);
  border-radius: 28px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-card {
    padding: 16px 30px 40px;
  }
}
.c-card .icon {
  padding-top: 0;
}
.c-card .tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #039eec;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card .tag {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.c-card .tag:before, .c-card .tag:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 14px;
  left: 0;
  top: 50%;
  background-color: #039eec;
  transform: translateY(-50%);
}
.c-card .tag:after {
  transform: translateY(-50%) rotate(90deg);
}
.c-card .c-h2Ttl {
  padding-top: 24px;
}
.c-card .news__inner .newsInner {
  width: 100%;
}
.c-card .news__inner .newsInner a {
  padding: 0;
  text-align: left;
}
.c-card .news__inner .newsInner a:hover {
  transform: none;
  box-shadow: none;
}
.c-card .news__inner .newsInner a:hover figure img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-card .news__inner .newsInner figure {
  overflow: hidden;
}
.c-card .news__inner .newsInner figure img {
  transition: 0.3s all;
  max-height: 156px;
}
.c-card .news__inner .newsInner__ttl {
  position: relative;
  padding-right: 16px;
}
.c-card .news__inner .newsInner__ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 5px;
  border-bottom: 3px solid #039eec;
  border-right: 3px solid #039eec;
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.c-card--info .inner {
  padding-top: 24px;
}
.c-card--info .hoursList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 767px) {
  .c-card--info .hoursList {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-card--info .hoursList:not(:first-child) {
  padding: 24px 0;
}
.c-card--info .hoursList:first-child {
  padding-bottom: 24px;
}
.c-card--info .hoursList__ttl {
  background-color: #4E798E;
  color: #fff;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
  padding: 4px;
  min-width: 153px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .c-card--info .hoursList__ttl {
    width: 100%;
    margin-right: 0;
  }
}
.c-card--info .hoursList__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card--info .hoursList__inner {
    padding-top: 8px;
  }
}
.c-card--info .hoursList__inner p {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.c-card--info .hoursList__inner p:first-of-type {
  min-width: 116px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-card--info .hoursList__inner p:first-of-type {
    margin-right: 16px;
  }
}
.c-card--info .hoursList__inner p span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.c-card--info .infoArea:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #999;
}
.c-card--info .infoArea:last-child {
  padding-top: 24px;
}
.c-card--info .infoArea .ttl {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #039eec;
  font-size: 2rem;
  font-weight: 500;
}
.c-card--info .infoArea .ttl .icon {
  display: flex;
}
.c-card--info .infoArea .ttl .icon svg {
  width: 24px;
  height: 24px;
  fill: #039eec;
}
.c-card--info .infoArea .txt {
  padding-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}
.c-card--info .infoArea .subTxt {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-card--info .infoArea .subTxt {
    font-size: 1.5rem;
  }
}
.c-card--info .infoBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-card--info .infoBtn {
    flex-direction: column;
    text-align: center;
  }
}

.c-flowInner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px;
  border: 1px solid #cdecfb;
}
.c-flowInner:not(:last-child) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-flowInner {
    flex-direction: column;
    padding: 24px;
  }
}
.c-flowInner__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #039eec;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
}
.c-flowInner__num .step {
  line-height: 100%;
}
.c-flowInner__num .num {
  font-size: 3.4rem;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .c-flowInner__num .num {
    font-size: 3rem;
  }
}
.c-flowInner__inner .ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-flowInner__inner .ttl {
    text-align: center;
  }
}
.c-flowInner__inner .txt {
  padding-top: 8px;
}
.c-flowInner__inner .txt b {
  font-weight: 500;
  text-decoration: underline;
  color: #039eec;
}
.c-flowInner__inner .anchorTxt a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
  color: #039eec;
}
.c-flowInner__inner .btn {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media screen and (max-width: 767px) {
  .c-flowInner__inner .btn {
    text-align: center;
  }
  .c-flowInner__inner .btn .c-squareButton {
    width: 100%;
  }
  .c-flowInner__inner .btn a {
    display: block;
  }
}

.c-simpleFlow {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.c-simpleFlow__box {
  padding: 24px;
  border: 5px solid #cdecfb;
  text-align: center;
  position: relative;
}
.c-simpleFlow__box:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  border-style: solid;
  border-width: 10px 15px 0;
  border-color: #039eec transparent transparent;
  transform: translateX(-50%);
}
.c-simpleFlow__box .ttl {
  font-size: 1.8rem;
  color: #039eec;
  font-weight: 500;
}
.c-simpleFlow__box .txt {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-simpleFlow__box .txt {
    text-align: left;
  }
}

.c-toggle {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-toggle {
    padding-top: 16px;
  }
}
.c-toggle__ttl {
  font-size: 2rem;
  color: #039eec;
  border: 1px solid #cdecfb;
  font-weight: 600;
  padding: 15px 56px 15px 24px;
  border-left: 2px solid #6bcefa;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-toggle__ttl {
    font-size: 1.8rem;
    line-height: 160%;
    min-height: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.c-toggle__ttl .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: #039eec;
}
@media screen and (max-width: 767px) {
  .c-toggle__ttl .icon {
    right: 16px;
  }
}
.c-toggle__ttl .icon:before, .c-toggle__ttl .icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-toggle__ttl .icon:before {
  width: 3px;
  height: 13px;
}
.c-toggle__ttl .icon:after {
  width: 13px;
  height: 3px;
}
.c-toggle__ttl.active .icon:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.c-toggle__contents {
  display: none;
}
.c-toggle__inner {
  display: flex;
  padding: 24px 0;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-toggle__inner {
    flex-direction: column;
  }
}
.c-toggle__inner figure {
  display: flex;
  margin: 0 !important;
  flex: 0 0 46%;
}
.c-toggle__table {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-toggle__table {
    overflow-x: auto;
  }
  .c-toggle__table .scroll {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}
.c-toggle__table .tablepress {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-toggle__table .tablepress {
    min-width: 650px;
  }
}
.c-toggle__table .tablepress th, .c-toggle__table .tablepress td {
  border: 1px solid #cdecfb;
  padding: 13px;
  font-size: 1.4rem;
}
.c-toggle__table .tablepress thead {
  background-color: #dcf2fb;
  border-top: 2px solid #6bcefa;
}
.c-toggle__table .tablepress thead th {
  white-space: nowrap;
  font-weight: 500;
  line-height: 150%;
}
.c-toggle__table .tablepress tbody {
  line-height: 150%;
}
.c-toggle__table .tablepress tbody td {
  width: 12.5%;
  padding: 13px 8px;
  align-content: center;
}
.c-toggle__table .tablepress tbody .column-1 {
  background-color: #f0f9fd;
  font-weight: 500;
}
.c-toggle__table .tablepress tbody .column-1 a {
  color: blue;
}
.c-toggle__table .tablepress tbody .column-2 {
  font-weight: 500;
}

/* layout */
.mv {
  position: relative;
}
.mv__main {
  position: relative;
}
.mv__main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 158, 236, 0.2);
  z-index: 2;
}
.mv__ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 170%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 2.1rem;
  }
}
.mv__bnrArea {
  position: absolute;
  display: flex;
  gap: 8px 20px;
  bottom: 16px;
  right: 16px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv__bnrArea {
    flex-direction: column;
  }
}
.mv__bnrArea .topBnr a {
  background-color: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #FFF636;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .mv__bnrArea .topBnr a {
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 24px 4px 16px;
    min-width: 270px;
    height: auto;
    border-radius: 30px;
    border: 3px solid #FFF636;
  }
}
.mv__bnrArea .topBnr a:hover {
  opacity: 0.7;
}
.mv__bnrArea .topBnr a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: 16px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .mv__bnrArea .topBnr a:after {
    width: 6px;
    height: 6px;
    top: 50%;
    bottom: initial;
    left: initial;
    right: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.mv__bnrArea .topBnr a .ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__bnrArea .topBnr a .ttl {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.mv__bnrArea .topBnr a .info {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #FFF636;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .mv__bnrArea .topBnr a .info {
    padding: 2px 10px;
  }
}

.news {
  padding-top: 120px;
}
.news__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    flex-direction: column;
  }
}
.news__inner .newsInner {
  width: calc(25% - 12px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news__inner .newsInner {
    width: 100%;
    border-bottom: 1px solid #cdecfb;
  }
}
.news__inner .newsInner a {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .news__inner .newsInner a {
    padding: 0;
  }
}
.news__inner .newsInner a:hover {
  transform: translate3d(-3px, -3px, 0);
  box-shadow: 6px 6px 27px 3px rgba(162, 202, 240, 0.3);
}
.news__inner .newsInner figure {
  display: flex;
}
.news__inner .newsInner figure img {
  border: 1px solid #cdecfb;
  max-height: 150px;
  object-fit: cover;
}
.news__inner .newsInner__head {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  align-items: center;
}
.news__inner .newsInner__head .cat {
  font-size: 1.2rem;
  color: #039eec;
  font-weight: 500;
  line-height: 100%;
  padding-right: 6px;
  flex-shrink: 0;
}
.news__inner .newsInner__head .date {
  font-size: 1.3rem;
  line-height: 100%;
  padding-left: 6px;
  border-left: 1px solid #e5e5e5;
}
.news__inner .newsInner__ttl {
  font-weight: 500;
  padding-top: 8px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news__btn {
  padding-top: 32px;
  text-align: center;
}

.cardArea {
  display: block;
  background-color: #f0f9fd;
  padding-top: 90px;
}
.cardArea__info {
  display: flex;
  gap: 60px 32px;
}
@media screen and (max-width: 767px) {
  .cardArea__info {
    flex-direction: column;
  }
}
.cardArea__info .c-card {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .cardArea__info .c-card {
    width: 100%;
  }
}
.cardArea__news {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .cardArea__news {
    gap: 30px 0;
  }
}
.cardArea__news .c-card {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .cardArea__news .c-card {
    width: 100%;
  }
}
.cardArea__news .c-card .c-h2Ttl h2 {
  font-size: 2.2rem;
}

.pickup {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 40px;
  }
}
.pickup__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .pickup__inner {
    gap: 16px 0;
  }
}
.pickup__inner li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .pickup__inner li {
    width: 100%;
  }
}
.pickup__inner li a {
  width: 100%;
  display: flex;
  gap: 0 16px;
  align-items: center;
  border-bottom: 1px solid #cdecfb;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup__inner li a {
    padding-bottom: 16px;
  }
}
.pickup__inner li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  right: auto;
  bottom: -1px;
  border-bottom: 1px solid #039eec;
  transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pickup__inner li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: calc(50% - 8px);
  right: 8px;
  border-right: 3px solid #039eec;
  border-bottom: 3px solid #039eec;
  transform: translateY(-50%) rotate(-45deg);
}
.pickup__inner li a:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pickup__inner li .icon {
  display: flex;
}
.pickup__inner li .icon svg {
  width: 51px;
  height: 46px;
  fill: #039eec;
}
.pickup__inner li .ttl {
  font-weight: 500;
  line-height: 150%;
}

.subCard {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.subCard__img {
  width: 50%;
  margin: 16px auto 0;
}
.subCard__img figure {
  border: 1px solid #cdecfb;
  background-color: #fff;
  padding: 14px;
}
.subCard__info {
  padding-top: 16px;
}
.subCard__info .c-button {
  padding-top: 16px;
  text-align: center;
}

.infoCard {
  display: block;
}
.infoCard__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.infoCard__inner .c-card {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .infoCard__inner .c-card {
    width: 100%;
  }
}

.bnrArea {
  background-color: #f0f9fd;
  padding: 24px 40px;
}
.bnrArea__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 56px;
}
@media screen and (max-width: 767px) {
  .bnrArea__inner {
    gap: 8px 0;
  }
}
.bnrArea__inner li {
  width: 240px;
}
.bnrArea__inner li a {
  display: flex;
  opacity: 1;
  transition: 0.3s all;
}
.bnrArea__inner li a:hover {
  opacity: 0.7;
}

/* template-parts */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.3s ease;
}
.header.hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 1280px) {
  .header:not(.front) .header__info {
    display: none;
  }
}
.header__inner {
  background-color: #fff;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .header__inner {
    flex-direction: column;
    gap: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    flex-direction: row;
    padding: 12px;
  }
}
.header__inner .logo a {
  display: flex;
}
.header__inner .logo svg {
  width: 232px;
  height: 61px;
  fill: #039eec;
}
@media screen and (max-width: 767px) {
  .header__inner .logo svg {
    width: 153px;
    height: 40px;
  }
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
}
@media screen and (max-width: 1280px) {
  .header__info {
    justify-content: center;
  }
}
.header__info .linkList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  flex: 0 0 23%;
}
.header__info .linkList li {
  width: calc(50% - 8px);
  display: flex;
}
.header__info .linkList li a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  padding-left: 24px;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
}
.header__info .linkList li a:hover {
  opacity: 0.7;
}
.header__info .linkList li a:hover:before {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}
.header__info .linkList li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/assets/image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 10px;
  top: 50%;
  left: -6px;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateX(0);
  transition: 0.3s all;
  z-index: 1;
}
.header__info .linkList li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #039eec;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.header__info .tel {
  font-size: 2.6rem;
  color: #039eec;
}
.header__info .tel a {
  font-size: 2.6rem;
  color: #039eec;
  font-weight: 500;
}
.header__info .btnArea {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .header__spSide {
    display: flex;
    align-items: center;
    gap: 0 12px;
  }
  .header__access svg {
    width: 22px;
    height: 29px;
    fill: #039eec;
  }
  .header__access a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__access .text {
    font-size: 0.7rem;
    line-height: 100%;
    margin-top: -5px;
  }
  .header__navBtn {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .header__navBtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 1px;
    height: 2px;
    background: #039eec;
    width: 90%;
  }
  .header__navBtn span:nth-of-type(1) {
    top: 5px;
  }
  .header__navBtn span:nth-of-type(2) {
    top: 14px;
  }
  .header__navBtn span:nth-of-type(3) {
    top: 23px;
  }
  .header__navBtn span:nth-of-type(3):after {
    content: "メニュー";
    position: absolute;
    top: 5px;
    left: 50%;
    font-size: 0.7rem;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .header__navBtn.active span:nth-of-type(1) {
    top: 9px;
    left: 1px;
    transform: translateY(6px) rotate(-45deg);
  }
  .header__navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__navBtn.active span:nth-of-type(3) {
    top: 21px;
    left: 1px;
    transform: translateY(-6px) rotate(45deg);
  }
  .header__navBtn.active span:nth-of-type(3):after {
    content: "閉じる";
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 60%;
  }
  .header__menu {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    transform: translate3d(0, -81.3%, 0);
    background-color: #fff;
    transition: all 0.3s;
    z-index: -1;
  }
  .header__menu.active {
    box-shadow: 0 3px 20px 0 rgba(162, 202, 240, 0.4);
    transform: translate3d(0, 0, 0);
  }
  .header__menu .assistMenu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdecfb;
  }
  .header__menu .assistMenu__item {
    display: flex;
    gap: 0 8px;
    width: 50%;
    border-top: 1px solid #cdecfb;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .header__menu .assistMenu__item:nth-child(even) {
    border-left: 1px solid #cdecfb;
  }
  .header__menu .assistMenu__item.show {
    padding: 3px 0;
  }
  .header__menu .assistMenu__icon {
    display: flex;
  }
  .header__menu .assistMenu__icon svg {
    width: 18px;
    height: 18px;
    fill: #039eec;
  }
}

.toTop {
  background-color: #fff;
  border-top: 1px solid #cdecfb;
}
.toTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  opacity: 1;
  transition: 0.3s all;
}
.toTop a:hover {
  opacity: 0.7;
}
.toTop__icon {
  display: flex;
}
.toTop__icon svg {
  width: 35px;
  height: 17px;
  fill: #039eec;
}
.toTop .txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  padding-left: 16px;
}

.footer {
  background-color: #039eec;
  padding: 64px 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}
.footer__inner a {
  color: #fff;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  flex: 0 0 25%;
}
@media screen and (max-width: 767px) {
  .footer__info {
    gap: 24px 0;
  }
}
.footer__info .logo {
  opacity: 1;
  transition: 0.3s all;
}
.footer__info .logo:hover {
  opacity: 0.7;
}
.footer__info .logo svg {
  width: 196px;
  height: 52px;
  fill: #fff;
}
.footer__info .address span {
  font-weight: 500;
}
.footer__info .info .ttl {
  font-weight: 600;
}
.footer__info .info .subTtl {
  display: inline-block;
  background-color: #fff;
  color: #039eec;
  padding: 2px 16px;
  border-radius: 20px;
  line-height: 120%;
  margin-top: 8px;
}
.footer__info .btn {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.footer__sitemap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 80vh;
  gap: 24px 48px;
  padding-left: 80px;
}
.footer__sitemap .parents > a {
  position: relative;
  font-weight: 700;
  padding-left: 16px;
}
.footer__sitemap .parents > a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}
.footer__sitemap .parents a {
  opacity: 1;
  transition: 0.3s all;
}
.footer__sitemap .parents a:hover {
  opacity: 0.7;
}
.footer__sitemap .children li {
  padding-left: 16px;
}
.footer__copy {
  text-align: center;
  padding-top: 56px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    padding-top: 40px;
  }
}

.sidebar {
  width: 310px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 2px 3px 15px 0 rgba(162, 202, 240, 0.4);
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar__title {
  position: relative;
}
.sidebar__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #6bcefa;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 92%;
}
.sidebar__title a {
  display: block;
  color: #039eec;
  padding-bottom: 16px;
  padding: 32px 24px 18px;
}
.sidebar__menu {
  padding-bottom: 24px;
}
.sidebar__menu li {
  position: relative;
  transition: 0.3s all;
}
.sidebar__menu li:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #cdecfb;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 92%;
}
.sidebar__menu li.is-active {
  background-color: #f0f9fd;
}
.sidebar__menu li:hover {
  background-color: #f0f9fd;
}
.sidebar__menu li:hover a:after {
  right: 25px;
}
.sidebar__menu li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 16px 24px;
  position: relative;
}
.sidebar__menu li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  top: 50%;
  right: 30px;
  border-right: 3px solid #039eec;
  border-bottom: 3px solid #039eec;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.3s all;
}
.sidebar__archive {
  margin-top: -24px;
  padding-bottom: 24px;
}
.sidebar__archive p {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.sidebar__archive p:hover {
  background-color: #f0f9fd;
}
.sidebar__archive p .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: #039eec;
}
@media screen and (max-width: 767px) {
  .sidebar__archive p .icon {
    right: 16px;
  }
}
.sidebar__archive p .icon:before, .sidebar__archive p .icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar__archive p .icon:before {
  width: 3px;
  height: 13px;
}
.sidebar__archive p .icon:after {
  width: 13px;
  height: 3px;
}
.sidebar__archive p.active .icon:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.sidebar__menu--archive {
  display: none;
}
.sidebar__menu--archive li {
  padding-left: 24px;
}
.sidebar__menu--archive li a {
  font-weight: 400;
}
.sidebar__menu--archive li a span {
  color: #fff;
  margin-left: 16px;
  position: relative;
  z-index: 0;
}
.sidebar__menu--archive li a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #039eec;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
}

.breadcrumb {
  padding-top: 14px;
  font-size: 1.4rem;
}
.breadcrumb a {
  font-weight: 700;
}

.l-menu {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}
.l-menu.is-fixed a {
  padding: 16px 0 8px;
}
.l-menu.is-fixed .ttl {
  padding-top: 8px;
}

.topMenu {
  background-color: #fff;
  border-top: 1px solid #cdecfb;
  border-bottom: 1px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .topMenu {
    border-bottom: none;
  }
}
.topMenu__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topMenu__inner {
    flex-wrap: wrap;
  }
}
.topMenu__inner li {
  width: 14.2857142857%;
  border-right: 1px solid #cdecfb;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topMenu__inner li {
    width: 50%;
    border-bottom: 1px solid #cdecfb;
  }
}
.topMenu__inner li:hover .icon:after {
  transform: translate(-50%, -50%) scale(5);
}
.topMenu__inner li:hover .ttl {
  color: #fff;
}
.topMenu__inner li:first-child {
  border-left: 1px solid #cdecfb;
}
.topMenu__inner li a {
  padding: 32px 0 16px;
  width: 100%;
}
.topMenu__inner li .icon {
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  transition: height 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s, opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
}
.topMenu__inner li .icon svg {
  position: absolute;
  width: 32px;
  height: 27px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  z-index: 1;
}
.topMenu__inner li .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #039eec;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s ease;
  z-index: 0;
}
.topMenu__inner li .ttl {
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 16px;
  position: relative;
  transition: 0.4s ease;
  z-index: 1;
}

/* pages */
.l-page {
  display: flex;
  gap: 100px 80px;
  max-width: 1140px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-page {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}

.pageList {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 48px;
}
.pageList li {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .pageList li {
    width: 100%;
  }
}
.pageList li img {
  display: flex;
}
.pageList__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .pageList__ttl {
    padding-top: 8px;
  }
}
.pageList__txt {
  padding-top: 8px;
}
.pageList .c-button {
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageList .c-button {
    padding-top: 24px;
  }
}

.c-pagemv {
  position: relative;
  margin-bottom: 80px;
}
.c-pagemv figure {
  display: flex;
}
.c-pagemv figure img {
  height: 182px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-pagemv figure img {
    height: 130px;
  }
}
.c-pagemv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #039eec;
  color: #fff;
  padding: 4px 6px;
  line-height: 120%;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-pagemv .ttl {
    font-size: 2rem;
  }
}

.c-pageAnchor {
  padding-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  margin-top: -48px;
}
.c-pageAnchor li {
  display: flex;
  align-items: center;
}
.c-pageAnchor li a {
  color: #039eec;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
}
.c-pageAnchor li a:hover {
  opacity: 0.7;
}
.c-pageAnchor li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  border-left: 3px solid #039eec;
  border-bottom: 3px solid #039eec;
  transform: translateY(-50%) rotate(-45deg);
}

.pageinner:not(:first-of-type) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pageinner:not(:first-of-type) {
    padding-top: 72px;
  }
}
.pageinner figure {
  max-width: 70%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .pageinner figure {
    max-width: 100%;
  }
}
.pageinner p a {
  color: #039eec;
}

.subInner:not(:first-child) {
  padding-top: 48px;
}

.c-table {
  font-size: 1.4rem;
  border-top: 2px solid #6bcefa;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table {
    border-top: none;
  }
}
.c-table tr {
  border-bottom: 1px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .c-table tr {
    display: flex;
    flex-direction: column;
  }
}
.c-table th, .c-table td {
  padding: 13px 24px;
}
.c-table th {
  text-align: left;
  font-weight: 600;
  background-color: #f0f9fd;
  min-width: 145px;
  box-sizing: border-box;
  line-height: 140%;
}
.c-table__vertical th {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-table__vertical th {
    display: none;
  }
}
.c-table__vertical th, .c-table__vertical td {
  text-align: center;
  vertical-align: middle;
}
.c-table__vertical td {
  line-height: 150%;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .c-table__vertical td {
    padding: 0;
  }
  .c-table__vertical td:before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    background-color: #f0f9fd;
    padding: 10px 0;
    margin: 16px 0;
  }
  .c-table__vertical tr {
    border-bottom: none;
  }
}

.greeting__img {
  position: relative;
}
.greeting__img .img {
  background-image: url("/assets/image/about/greeting/director.jpg");
  width: 100%;
  height: 283px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .greeting__img .img {
    height: 150px;
    background-position: 70%;
  }
}
.greeting__img .name {
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .greeting__img .name {
    font-size: 1.2rem;
    transform: initial;
    top: initial;
    bottom: -30px;
    left: 0;
  }
}
.greeting__txt {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .greeting__txt {
    padding-top: 56px;
  }
}

.overview__main {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview__main {
    font-size: 2.4rem;
  }
}
.overview__main--txt {
  padding-top: 16px;
}
.overview__main--txt li {
  font-size: 1.4rem;
  line-height: 140%;
}
.overview__main--txt li:not(:first-child) {
  margin-top: 8px;
}
.overview .subInner {
  padding-top: 48px;
}
.overview__file {
  padding-top: 24px;
}
.overview__file li:not(:first-child) {
  margin-top: 8px;
}
.overview__file a {
  opacity: 1;
  transition: 0.3s all;
}
.overview__file a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .doctor__inner {
    padding-top: 24px;
  }
}
.doctor__card {
  display: flex;
  gap: 32px 48px;
}
@media screen and (max-width: 767px) {
  .doctor__card {
    flex-direction: column;
  }
}
.doctor__card:not(:first-of-type) {
  padding-top: 80px;
}
.doctor__card .image {
  flex: 0 0 24%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .doctor__card .image {
    width: 70%;
    margin: 0 auto;
  }
}
.doctor__card .image img {
  object-fit: contain;
}
.doctor__card .info {
  width: 100%;
  line-height: 160%;
}
.doctor__card .info__inner {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  padding: 0 0 16px;
}
.doctor__card .info__inner:not(:first-child) {
  padding: 14px 0 16px;
}
.doctor__card .info__inner:not(:last-child) {
  border-bottom: 1px solid #cdecfb;
}
.doctor__card .info__inner .ttl {
  min-width: 120px;
}
.doctor__card .info__inner .ttl span {
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #039eec;
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  font-weight: 500;
}
.doctor__card .info__inner .txt {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  .doctor__card .info__inner .txt {
    flex-direction: column;
  }
}
.doctor__card .info__inner .txt .position {
  font-weight: 600;
}
.doctor__card .info__inner .txt .name .en {
  font-size: 1rem;
  margin-top: -5px;
}

.achievements__index table {
  text-align: center;
}
.achievements__index th {
  text-align: center;
}
.achievements__index td {
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
}

.movie__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.movie__tab li {
  width: calc(33.3333333333% - 16px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie__tab li {
    width: calc(50% - 18px);
  }
}
.movie__tab li:hover figure {
  border: 5px solid #039eec;
}
.movie__tab li.is-active figure {
  border: 5px solid #039eec;
}
.movie__tab li figure {
  margin: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  border: 5px solid #fff;
  box-shadow: 2px 3px 15px 0 rgba(162, 202, 240, 0.4);
  transition: 0.3s all;
}
.movie__tab li figure img {
  height: 130px;
  object-fit: cover;
}
.movie__tab li .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 8px;
}
.movie__main {
  padding-top: 64px;
}
.movie__main--video {
  display: flex;
}
@media screen and (max-width: 767px) {
  .movie__main--video iframe {
    height: 190px;
  }
}
.movie__main--info {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .movie__main--info {
    padding-top: 32px;
  }
}
.movie__main--info .ttl {
  display: inline-block;
  background-color: #039eec;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .movie__main--info .ttl {
    font-size: 2rem;
  }
}
.movie__main--info .description {
  padding-top: 16px;
}

.magazine__one {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .magazine__one {
    flex-direction: column;
  }
}
.magazine__one figure {
  display: flex;
  justify-content: center;
}
.magazine__one figure img {
  padding: 15px;
  border: 1px solid #cdecfb;
  width: 200px;
}
.magazine__info {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .magazine__info .c-button {
    text-align: center;
  }
}
.magazine__head {
  font-size: 2.2rem;
  font-weight: 500;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .magazine__head {
    font-size: 1.8rem;
    padding-top: 16px;
  }
}
.magazine__head .tag {
  padding: 3px 13px 3px 0;
  color: #039eec;
  border-right: 1px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .magazine__head .tag {
    padding: 0 13px 0 0;
  }
}
.magazine__head .ttl {
  padding-left: 13px;
}
.magazine__other {
  padding-top: 80px;
}
.magazine__otherList {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 48px;
}
@media screen and (max-width: 767px) {
  .magazine__otherList {
    gap: 56px 0;
  }
}
.magazine__otherList .otherList {
  width: calc(33.3333333333% - 32px);
}
@media screen and (max-width: 767px) {
  .magazine__otherList .otherList {
    width: 100%;
  }
}
.magazine__otherList .otherList figure {
  display: flex;
  justify-content: center;
}
.magazine__otherList .otherList figure img {
  width: 170px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #cdecfb;
}
.magazine__otherList .otherList .head {
  font-size: 1.3rem;
  line-height: 130%;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .magazine__otherList .otherList .head {
    text-align: center;
  }
}
.magazine__otherList .otherList .head p {
  display: inline;
}
.magazine__otherList .otherList .head .ttl {
  color: #039eec;
  padding-right: 10px;
  border-right: 1px solid #cdecfb;
}
.magazine__otherList .otherList .head .date {
  font-weight: 400;
  padding-left: 10px;
}
.magazine__otherList .otherList .c-button {
  text-align: center;
}
.magazine__otherList .otherList .c-button a {
  min-width: initial;
}

.ward__img {
  padding-top: 48px;
  max-width: 60%;
  margin: 0 auto;
}
.ward__box .boxInner {
  border: 5px solid #cdecfb;
  padding: 24px;
}
.ward__box .boxInner:not(:first-child) {
  margin-top: 16px;
}
.ward__box .boxInner .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #039eec;
  text-align: center;
}
.ward__box .boxInner .txt {
  padding-top: 16px;
}

.ambulatory .inner .c-dlist:not(:first-child) {
  padding-top: 32px;
}
.ambulatory .inner p a {
  color: #039eec;
  display: inline;
}
.ambulatory__box {
  background-color: #f0f9fd;
  border: 1px solid #cdecfb;
  padding: 10px;
  margin-top: 24px;
}
.ambulatory__box p {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.ambulatory__file {
  padding-top: 16px;
}
.ambulatory__file .form a {
  font-weight: 600;
}
.ambulatory__file .other {
  padding-top: 16px;
}
.ambulatory__file .other__ttl {
  font-weight: 600;
}
.ambulatory__file .fever {
  padding-top: 32px;
}
.ambulatory__file .fever p {
  color: red;
}
.ambulatory__file .pdfList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-top: 16px;
}
.ambulatory__file .pdfList li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 767px) {
  .ambulatory__file .pdfList li {
    width: calc(50% - 18px);
  }
}

.table__closed {
  border: 1px solid #cdecfb;
  padding: 16px 40px;
}
.table__closed li {
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-size: 1.4rem;
  padding: 24px 0;
}
.table__closed li:not(:last-child) {
  border-bottom: 1px solid #cdecfb;
}
.table__closed li .date {
  font-weight: 500;
}
.table__closed li a {
  text-decoration: underline;
}

.services__importamt p {
  font-size: 2.1rem;
  line-height: 160%;
  padding-left: 50px;
  font-weight: 500;
  position: relative;
}
.services__importamt p:before {
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #039eec;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services__img {
  display: flex;
  gap: 16px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .services__img {
    flex-direction: column;
  }
}
.services__img figure {
  display: flex;
  margin: 0;
}

.onlineabout .c-flowInner__inner .subTtl {
  background-color: #cdecfb;
  font-weight: 500;
  display: inline-block;
  padding: 8px;
}
.onlineabout .c-flowInner__inner .boxArea {
  background-color: #FFFAD7;
  padding: 16px;
  display: flex;
  gap: 8px 16px;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .onlineabout .c-flowInner__inner .boxArea {
    flex-direction: column;
  }
}
.onlineabout .c-flowInner__inner .boxArea figure {
  margin: 0;
}
.onlineabout .c-flowInner__inner .boxArea figure img {
  width: 60px;
}
.onlineabout .c-flowInner__inner .boxArea .note {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #FD0000;
  font-weight: 500;
  padding-top: 16px;
}

.nurse__about {
  display: flex;
  gap: 16px 48px;
}
@media screen and (max-width: 767px) {
  .nurse__about {
    flex-direction: column;
  }
}
.nurse__about figure {
  margin: 0;
  flex: 0 0 23%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nurse__about figure {
    width: 70%;
    margin: 0 auto;
  }
}
.nurse__about figure img {
  object-fit: contain;
}
.nurse__about .aboutInner__name {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdecfb;
  line-height: 160%;
}
.nurse__about .aboutInner__name .tag {
  color: #fff;
  font-size: 1.4rem;
  background-color: #039eec;
  padding: 0 8px;
  font-weight: 500;
}
.nurse__about .aboutInner__name .name span {
  font-weight: 500;
  padding-right: 8px;
}
.nurse__about .aboutInner__txt {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .nurse__philosophy {
    padding-bottom: 36px;
  }
}
.nurse__philosophy .image {
  background-image: url("/assets/image/department/nurse/nurse.jpg");
  width: 100%;
  height: 283px;
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nurse__philosophy .image {
    height: 110px;
  }
}
.nurse__philosophy .image .txt {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  left: 32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .nurse__philosophy .image .txt {
    font-size: 1.6rem;
    color: #333333;
    top: initial;
    bottom: -50px;
    left: 0;
  }
}

.reha__attempt {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
.reha__attempt .attemptInner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reha__attempt .attemptInner {
    flex-direction: column;
  }
}
.reha__attempt .attemptInner__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  flex: 0 0 30%;
  padding-right: 32px;
  border-right: 1px solid #cdecfb;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .reha__attempt .attemptInner__ttl {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #cdecfb;
  }
}
.reha__attempt .attemptInner__txt {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .reha__attempt .attemptInner__txt {
    padding-left: 0;
    padding-top: 16px;
  }
}
.reha__attempt .attemptInner__txt .btn {
  padding-top: 16px;
  display: flex;
  gap: 16px;
}
.reha__attempt .attemptInner__txt .btn a {
  white-space: nowrap;
}

.healthcheck .pageinner {
  padding-top: 100px;
}
.healthcheck__guidance ul {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.healthcheck__guidance ul li p {
  padding-top: 8px;
}
.healthcheck .c-telBox__ttl {
  font-size: 1.2rem;
}
.healthcheck__telinfo {
  font-size: 1.4rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .healthcheck__telinfo {
    padding-top: 8px;
  }
}
.healthcheck__mail {
  padding-top: 16px;
}
.healthcheck__mail a {
  font-weight: 500;
}

.option__bnr {
  padding-top: 48px;
}
.option__bnr a {
  opacity: 1;
  transition: 0.3s all;
}
.option__bnr a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .option__table {
    overflow-x: auto;
  }
  .option__table .scroll {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .option__table .tablepress {
    min-width: 650px;
  }
}
.option__table .tablepress th, .option__table .tablepress td {
  border: 1px solid #cdecfb;
  padding: 13px;
  font-size: 1.4rem;
}
.option__table .tablepress thead {
  background-color: #dcf2fb;
  border-top: 2px solid #6bcefa;
}
.option__table .tablepress thead th {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .general__table {
    overflow-x: auto;
  }
  .general__table .scroll {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}
.general__table .tablepress {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .general__table .tablepress {
    min-width: 650px;
  }
}
.general__table .tablepress th, .general__table .tablepress td {
  border: 1px solid #cdecfb;
  padding: 13px;
  font-size: 1.4rem;
}
.general__table .tablepress thead {
  background-color: #dcf2fb;
  border-top: 2px solid #6bcefa;
}
.general__table .tablepress thead th {
  line-height: 150%;
  align-content: center;
}
.general__table .tablepress tbody td {
  align-content: center;
  text-align: center;
}
.general__table .tablepress tbody .column-1, .general__table .tablepress tbody .column-2 {
  background-color: #f0f9fd;
  font-weight: 500;
}

.collaboration .c-pageAnchor {
  margin-top: 0;
}
.collaboration__wrapper {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .collaboration__wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .collaboration__wrapper .c-table {
    max-width: 70%;
  }
}
.collaboration__wrapper .btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.recruit__wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .recruit__wrapper {
    padding-top: 40px;
  }
}
.recruit__bnr {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.recruit__bnr a {
  display: flex;
  opacity: 1;
  transition: 0.3s all;
}
.recruit__bnr a:hover {
  opacity: 0.7;
}
.recruit .pageinner {
  padding-top: 64px;
}

.inquiry__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    padding-top: 72px;
  }
}
.inquiry__box {
  border: 2px solid #cdecfb;
  padding: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
@media screen and (max-width: 767px) {
  .inquiry__box {
    padding: 48px 16px;
  }
}
.inquiry__box .link {
  padding-top: 8px;
}
.inquiry__box .link a {
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .inquiry__box p {
    font-size: 1.4rem;
  }
}
.inquiry__box small {
  font-size: 1.4rem;
  line-height: 120%;
}
.inquiry__box .bold {
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 500;
}
.inquiry__box .telArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}
.inquiry__box .telArea .txt {
  font-size: 2.6rem;
  background-color: #039eec;
  color: #fff;
  line-height: 100%;
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  .inquiry__box .telArea .txt {
    font-size: 1.8rem;
    padding: 4px 10px;
  }
}
.inquiry__box .telArea a {
  font-size: 4.4rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .inquiry__box .telArea a {
    font-size: 3.2rem;
  }
}
.inquiry__box .telArea__mail {
  flex-direction: column;
}
.inquiry__box .telArea__mail .txt {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .inquiry__box .telArea__mail .txt {
    font-size: 1.8rem;
  }
}
.inquiry__box .telArea__mail a {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .inquiry__box .telArea__mail a {
    font-size: 2.2rem;
  }
}
.inquiry__box .c-squareButton {
  margin-top: 32px;
}
.inquiry__form {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .inquiry__form {
    padding-top: 64px;
  }
}
.inquiry__form .comment {
  background-color: #cde4ff;
  margin-top: 40px;
  padding: 16px 24px;
}
.inquiry__form iframe {
  margin-top: 32px;
  width: 100%;
}

.access__map {
  padding-top: 64px;
}
.access__info {
  padding-top: 24px;
  font-size: 1.4rem;
}
.access__info b {
  padding-right: 24px;
}
.access__tabArea {
  padding-top: 48px;
}
.access__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 900px;
  margin: 0 auto;
}
.access__tab li {
  font-size: 1.4rem;
  min-width: 270px;
  text-align: center;
  font-weight: 500;
  padding: 8px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.access__tab li.is-active {
  background-color: #039eec;
  color: #fff;
}
.access__main {
  padding-top: 32px;
}
.access__main--table {
  font-size: 1.4rem;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .access__main--table {
    overflow-x: auto;
  }
}
.access__main--table table {
  width: 100%;
  border-top: 2px solid #6bcefa;
}
@media screen and (max-width: 767px) {
  .access__main--table table {
    min-width: 950px;
  }
}
.access__main--table table th, .access__main--table table td {
  border: 1px solid #cdecfb;
  text-align: center;
}
.access__main--table table thead th {
  line-height: 200%;
  font-weight: 600;
  padding: 8px 0;
}
.access__main--table table tbody .row-2 {
  background-color: #dcf2fb;
}
.access__main--table table tbody .row-2 td {
  line-height: 150%;
  font-weight: 500;
  vertical-align: middle;
  padding: 12px 0;
}
.access__main--table table tbody td {
  padding: 12px 24px;
}
.access__bus {
  padding-top: 48px;
}
.access__bus img {
  width: 55%;
}

.archive__list {
  display: flex;
  gap: 32px 16px;
  padding-top: 40px;
}
.archive .newsInner {
  width: calc(33.3333333333% - 11px);
}
@media screen and (max-width: 767px) {
  .archive .newsInner {
    width: 100%;
  }
}
.archive__inner {
  width: 100%;
  padding-top: 0;
}
.archive__inner a {
  display: flex;
  flex-direction: row;
  gap: 16px 32px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .archive__inner a {
    flex-direction: column;
    padding: 0;
  }
}
.archive__inner a figure {
  flex: 0 0 58%;
  overflow: hidden;
}
.archive__inner a figure img {
  transition: 0.3s all;
  max-height: 240px;
  object-fit: cover;
}
.archive__inner a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.archive__info .newsInner__head {
  padding-top: 0;
  flex-wrap: nowrap;
}
.archive__info .newsInner__head .cat {
  font-size: 1.4rem;
}
.archive__info .newsInner__head .date {
  font-size: 1.6rem;
}
.archive__info .ttl {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 8px;
  line-height: 140%;
}
.archive .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
.archive .nav-links .prev img {
  transform: scale(-1, 1);
}
.archive .nav-links .current {
  color: #039eec;
  font-size: 1.8rem;
  font-weight: 600;
}

.article__info {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.article__info .cat {
  font-size: 1.2rem;
  color: #039eec;
  font-weight: 500;
  line-height: 100%;
  padding-right: 6px;
  flex-shrink: 0;
}
.article__info .date {
  font-size: 1.3rem;
  line-height: 100%;
  padding-left: 6px;
  border-left: 1px solid #e5e5e5;
}
.article__inner figure {
  text-align: center;
}
.article__inner figure img {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .article__inner figure img {
    width: 100%;
  }
}
.article__contents {
  padding-top: 48px;
}
.article__contents p {
  margin-bottom: 32px;
  line-height: 1.95;
}
.article__contents p a {
  color: #039eec;
  font-weight: 600;
  text-decoration: underline;
}
.article__contents h1 {
  font-size: 2.5rem;
  line-height: 200%;
  margin-bottom: 48px;
  border-bottom: solid 3px #f0f9fd;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .article__contents h1 {
    line-height: 150%;
    padding-bottom: 16px;
  }
}
.article__contents h1:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: solid 3px #039eec;
  bottom: -3px;
  width: 30%;
}
.article__contents h2 {
  position: relative;
  margin-bottom: 32px;
  padding: 8px 0 5px 20px;
  font-size: 2.2rem;
  line-height: 140%;
}
.article__contents h2:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #039eec;
}
.article__contents h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #039eec;
  font-weight: 600;
}
.article__contents table {
  font-size: 1.4rem;
  border-top: 2px solid #6bcefa;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article__contents table {
    border-top: none;
  }
}
.article__contents table tr {
  border-bottom: 1px solid #cdecfb;
}
@media screen and (max-width: 767px) {
  .article__contents table tr {
    display: flex;
    flex-direction: column;
  }
}
.article__contents table td:first-child {
  background-color: #f0f9fd;
  font-size: 1.6rem;
  font-weight: 500;
  color: #039eec;
}
.article__contents table th, .article__contents table td {
  padding: 13px 24px;
  border: 1px solid #dcf2fb;
}
@media screen and (max-width: 767px) {
  .article__contents table th, .article__contents table td {
    border: none;
  }
}
.article__contents table th {
  text-align: left;
  font-weight: 600;
  background-color: #f0f9fd;
  min-width: 145px;
  box-sizing: border-box;
  line-height: 140%;
}
.article__page {
  padding-top: 88px;
  position: relative;
  border-bottom: 1px solid #cdecfb;
}
.article__page a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
}
.article__page .arrow {
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .article__page .arrow {
    top: 60%;
  }
}
.article__page .arrow a {
  position: relative;
}
.article__page .arrow a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 22%;
  border-bottom: 3px solid #039eec;
}
.article__page .prev {
  left: 0;
}
.article__page .prev a {
  padding-left: 16px;
}
.article__page .prev a:before {
  left: 0;
  border-left: 3px solid #039eec;
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.article__page .newstop {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .article__page .newstop {
    width: 100%;
    top: 12px;
  }
  .article__page .newstop a {
    display: block;
    text-align: center;
    padding-right: 18px;
  }
}
.article__page .newstop .icon {
  position: absolute;
  top: 0;
  right: -20px;
  fill: #039eec;
}
@media screen and (max-width: 767px) {
  .article__page .newstop .icon {
    right: 120px;
  }
}
.article__page .newstop .icon svg {
  height: 18px;
  width: 18px;
}
.article__page .next {
  right: 0;
}
.article__page .next a {
  padding-right: 16px;
}
.article__page .next a:before {
  right: 0;
  border-right: 3px solid #039eec;
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.optout .pageinner {
  padding-top: 64px;
}
.optout__table {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .optout__table {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .optout .c-table {
    min-width: 650px;
  }
  .optout .c-table th {
    width: 100%;
  }
  .optout .c-table tr {
    display: block;
  }
}

.sitemap__inner {
  padding-top: 64px;
}
.sitemap__inner > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 80px;
}
.sitemap__inner > ul > li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .sitemap__inner > ul > li {
    width: 100%;
  }
}
.sitemap__inner > ul > li > a {
  display: block;
}
.sitemap__inner > ul > li > a .c-h2PageTtl:before {
  transition: 0.3s all;
}
.sitemap__inner > ul > li > a:hover .c-h2PageTtl:before {
  width: 100%;
}
.sitemap__inner > ul .c-list a {
  opacity: 1;
  transition: 0.3s all;
}
.sitemap__inner > ul .c-list a:hover {
  opacity: 0.7;
}

.other .pageinner {
  padding-top: 64px;
}

.error h3 {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.error .c-list {
  align-items: center;
}
.error__btn {
  display: flex;
  gap: 16px 40px;
  justify-content: center;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .error__btn {
    flex-direction: column;
    align-items: center;
  }
}

/* lp */
.topSwiper .swiper-container {
  overflow: hidden;
}
.topSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.topSwiper .swiper-slide {
  height: calc(100vh - 280px);
}
.topSwiper .slide-img img {
  height: calc(100vh - 280px);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topSwiper .slide-img img {
    height: 80vh;
  }
}
.topSwiper .swiper-slide-active .slide-img,
.topSwiper .swiper-slide-duplicate-active .slide-img,
.topSwiper .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}/*# sourceMappingURL=style.css.map */