@charset "UTF-8";
/* ブレイクポイント */
.home h3 {
  color: #11609A;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .home h3 {
    font-size: 2.4rem;
  }
}

.section {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 160px;
  }
}

.section-title01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media (max-width: 374px) {
  .section-title01 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .section-title01 {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .section-title01 {
    font-size: 4rem;
    line-height: initial;
    margin-bottom: 32px;
  }
}
.section-title01 span {
  display: block;
  color: #ACACAC;
  font-size: 1.6rem;
  padding-bottom: 4px;
}
@media (max-width: 374px) {
  .section-title01 span {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .section-title01 span {
    font-size: 1.8rem;
  }
}

.util-link01 {
  max-width: 380px;
  width: 100%;
}

.button01 {
  position: relative;
  background-color: #fff;
  border: 1px solid #11609A;
  color: #11609A;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  padding: 11px 8px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .button01 {
    padding: 14.8px 8px;
  }
}
.button01::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0088C4 transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  margin-left: 10px;
}
.button01:hover {
  background-color: #11609A;
  color: #fff;
}
.button01:hover::after {
  border-color: transparent transparent #fff transparent;
}

.util-link02 {
  width: 100%;
}

.button02 {
  position: relative;
  background-color: #11609A;
  border: 1px solid #11609A;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  padding: 11px 8px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .button02 {
    padding: 14.8px 8px;
  }
}
.button02::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .button02::after {
    border-width: 0 0 20px 20px;
  }
}
.button02:hover {
  background-color: #fff;
  color: #11609A;
}
.button02:hover::after {
  border-color: transparent transparent #11609A transparent;
}

@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text:not(:last-child) {
  margin-bottom: 14px;
}

.single .fv-box,
.archive .fv-box {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single .fv-box,
  .archive .fv-box {
    margin-bottom: 30px;
  }
}

/* header */
.header {
  position: fixed;
  background-color: #F2F6F8;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .header {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .header.is-scrolled {
    height: 55px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .header.is-scrolled .header__top {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
  }
  .header.is-scrolled .header-box__bottom {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .header.is-scrolled {
    height: 80px;
  }
  .header.is-scrolled .header-nav__item a {
    padding: 28.57px 0;
  }
}

.header__inner {
  height: 60px;
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header__inner {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: block;
    height: 130px;
  }
}
@media (min-width: 1600px) {
  .header__inner {
    max-width: 1480px;
  }
}
@media (min-width: 2350px) {
  .header__inner {
    max-width: 1580px;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header__top {
    padding-top: 20px;
  }
}

.header__logo {
  max-width: 292px;
  width: 100%;
}
@media (max-width: 374px) {
  .header__logo {
    max-width: initial;
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 412px;
  }
}

.header-contact {
  display: none;
}
@media (min-width: 1200px) {
  .header-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-left: auto;
  }
}

.header-contact__info,
.header-contact__time,
.header-contact__tel {
  color: #11609A;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-contact__info {
    font-size: 1.4rem;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .header-contact__time {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .header-contact__tel {
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}

.header-box__bottom {
  display: none;
}
@media (min-width: 1200px) {
  .header-box__bottom {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-nav {
    height: inherit;
  }
}

.header-nav__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav__item.arrow {
  position: relative;
}
.header-nav__item.arrow::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-bottom.png) no-repeat center center/contain;
  width: 11px;
  height: 5px;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-nav__item-link {
  font-size: 1.11vw;
  font-weight: 500;
  display: block;
  line-height: 1.43;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 16px 0;
}
@media (min-width: 1400px) {
  .header-nav__item-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .header-nav__item-link {
    font-size: 18px;
  }
}
.header-nav__item-link:hover {
  color: #02328d;
}

.header-nav__item {
  padding-right: 1.89vw;
  padding-left: 1.89vw;
}
@media (min-width: 1400px) {
  .header-nav__item {
/*     padding-right: 1.85vw; */
/*     padding-left: 1.85vw; */
	  padding-right: 27px;
    padding-left: 27px;
  }
}
@media (min-width: 1600px) {
  .header-nav__item {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
}

.header-nav__item:first-child {
  padding-left: 0;
}

.header-nav__item:last-child {
  padding-right: 0;
}

/* プルダウンメニュー */
.nav-sub {
  position: absolute;
  background-color: #F2F6F8;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.nav-sub--01 {
  width: 100%;
}
.nav-sub--02 {
  width: 100%;
}

.nav-sub__item:not(:last-child) {
  position: relative;
}
.nav-sub__item:not(:last-child)::after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #11609A;
  width: 85%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-sub__item a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 16px;
  height: initial;
  line-height: initial;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav-sub__item a:hover {
  color: #11609A;
}

.nav-sub__item:first-child a {
  padding-top: 16px;
}

.nav-sub__item:last-child a {
  padding-bottom: 16px;
}

.header-nav__item {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav__item:hover .nav-sub {
  visibility: visible;
  opacity: 0.9;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 20px;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
@media (min-width: 1400px) {
  .drawer-icon.is-active .drawer-icon__bars {
    position: absolute;
    top: 30px;
    right: 50px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 30px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 30px;
}
.drawer-icon.is-active .drawer-icon__ruby {
  display: none;
}

.drawer-icon__bars {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
}

.drawer-icon__bar1 {
  background: #11609A;
  top: 0;
  width: 20px;
}

.drawer-icon__bar2 {
  background: #11609A;
  top: 8px;
  width: 20px;
}

.drawer-icon__bar3 {
  background: #11609A;
  top: 16px;
  width: 20px;
}

.drawer-content {
  background: #F2F6F8;
  width: 95%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__logo {
  max-width: 170px;
  width: 100%;
  margin: 10px 8px 0 20px;
}

.drawer-content__items {
  margin-top: 56px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  border-bottom: 1px dashed #11609A;
  padding: 13.5px 0 13.5px 0;
}
.drawer-content__item .link {
  display: block;
  font-size: 1.6rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.drawer-accordion {
  position: absolute;
  width: 7px;
  height: 4px;
  right: 0;
  top: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-accordion .drawer-accordion-arrow {
  width: 8px;
  height: 8px;
  border: solid #11609A;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.drawer-accordion .drawer-accordion-arrow.is-open {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.drawer-nav {
  display: none;
}

.drawer-nav__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 4px 0 4px 0;
  margin-left: 12px;
}

.drawer-nav__link:last-child {
  padding-bottom: 0;
}

.drawer-nav__link:nth-child(1) {
  padding-top: 8px !important;
}
.drawer-nav__link:nth-child(1)::before {
  top: 24px;
}

.link.link01 {
  margin-right: 50px;
}

.link.link02::after {
  position: absolute;
  content: "";
  background: url(../img/common/drawer-arrow.png) no-repeat center center/contain;
  width: 7px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.drawer-contact .button02 {
  padding: 4px 8px;
}
.drawer-contact .button02::after {
  border-width: 0 0 16px 16px;
}

.drawer-contact__message,
.drawer-contact__number {
  color: #fff;
  letter-spacing: 0.05em;
}

.drawer-contact__message {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.drawer-contact__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.drawer-contact__number img {
  margin-right: 4px;
  width: 20px;
  height: 16px;
}

.drawer-contact__note {
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: center;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/* footer */
.footer {
  background-color: #11609A;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}

.footer-inner {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: initial;
  }
}

@media (min-width: 992px) {
  .access-footer {
    margin-right: 56px;
    width: 35.83%;
  }
}
@media (min-width: 1200px) {
  .access-footer {
    margin-right: 7%;
  }
}

@media (min-width: 992px) {
  .footer-content {
    width: 56.75%;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 992px) {
  .footer-nav {
    border-bottom: 1px solid #90C4EA;
    display: block;
  }
}

.footer-nav-top,
.footer-nav-bottom {
  margin-bottom: 54px;
}

@media (min-width: 992px) {
  .footer-nav__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer-nav__link {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .footer-nav__link {
    font-size: 1.6rem;
  }
}

.footer-nav__link,
.footer-nav__child-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer-nav__link:hover,
.footer-nav__child-link:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .footer-nav__child {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .footer-nav__child-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
  }
  .footer-nav__child-item::before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
  }
}

@media (min-width: 992px) {
  .footer-nav__child-link {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .footer-nav__child-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .footer-nav__child-item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.copyright {
  margin-top: 12px;
}

.copyright__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .copyright__text {
    text-align: right;
  }
}

/* bottom-contact */
.bottom-contact-sp {
  position: fixed;
  background-color: #11609A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  padding: 4.5px;
}
@media (min-width: 992px) {
  .bottom-contact-sp {
    display: none;
  }
}

.bottom-contact__link {
  display: block;
}

.contact-info {
  text-align: center;
}

.contact-info__message,
.contact-info__hours,
.contact-info__number {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.contact-info__message,
.contact-info__hours {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contact-info__tel-wrapper img {
  margin-right: 4px;
  width: 20px;
  height: 16px;
}

.contact-info__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.totop {
  position: fixed;
  border-radius: 50%;
  bottom: 90px;
  right: 18px;
  width: 45px;
  height: 45px;
  z-index: 50;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .totop {
    bottom: 87px;
    right: 36px;
    width: 60px;
    height: 60px;
  }
}
.totop .totop__link {
  display: block;
}

.rsv-boxes {
  background-color: #F2F6F8;
  padding: 20px;
}
@media (min-width: 1200px) {
  .rsv-boxes {
    padding: 30px;
  }
}
.rsv-boxes p {
  text-align: center;
}

.rsv-boxes__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .rsv-boxes__lead {
    font-size: 2rem;
    line-height: initial;
    margin-bottom: 24px;
  }
}
.rsv-boxes__lead span {
  display: block;
  color: #ACACAC;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .rsv-boxes__lead span {
    font-size: 1.5rem;
  }
}

.rsv-box {
  background-color: #fff;
  padding: 16px 16px 22px;
}
@media (min-width: 1200px) {
  .rsv-box {
    padding: 30px 20px;
  }
}

.rsv-box__lead {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .rsv-box__lead {
    font-size: 1.6rem;
  }
}

.tel-pc {
  display: none;
}
@media (min-width: 992px) {
  .tel-pc {
    color: #11609A;
    font-size: 4rem;
    font-weight: 500;
    display: block;
    line-height: 1.4;
  }
}

.tel-sp {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tel-sp {
    display: none;
  }
}

.tel-sp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel-sp__link img {
  margin-right: 5px;
  width: 20px;
  height: 16px;
}
.tel-sp__link span {
  font-size: 1.6rem;
  font-weight: 500;
}

.rsv-box__bottom {
  font-size: 1.5rem;
}
@media (max-width: 374px) {
  .rsv-box__bottom {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .rsv-box__bottom {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .rsv-box__bottom {
    font-size: 1.8rem;
  }
}

.info-box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .info-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .info-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .info-content {
    margin-right: 6.5%;
    width: 42.5%;
  }
}

.info-content__name {
  font-size: 2rem;
  margin-bottom: 14px;
}
@media (max-width: 374px) {
  .info-content__name {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .info-content__name {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .info-content__name {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}

.info-content__address {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media (max-width: 374px) {
  .info-content__address {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .info-content__address {
    font-size: 2rem;
  }
}

.info-content__address span {
  display: block;
}
@media (min-width: 768px) {
  .info-content__address span {
    display: inline-block;
    margin-right: 6px;
  }
}

.info-content__accessBox {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-content__accessBox {
    margin-bottom: 28px;
  }
}

.info-content__access:not(:last-child) {
  margin-bottom: 8px;
}

.info-content__access {
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .info-content__access {
    font-size: 1.7rem;
  }
}
.info-content__access::before {
  position: absolute;
  content: "";
  background-color: #11609A;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
}

.info-content .util-link02 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .info-content .util-link02 {
    margin-bottom: 0;
  }
}
.info-content .button02 {
  font-size: 1.2rem;
  padding: 11px 8px;
}
@media (max-width: 374px) {
  .info-content .button02 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .info-content .button02 {
    font-size: 1.4rem;
    padding: 14.8px 8px;
  }
}

.schedule {
  background: #F7FCFF;
  border-radius: 4px;
  padding: 8px 16px 16px 16px;
  margin-bottom: 14px;
  max-width: 100%;
  overflow-x: auto;
}
@media (max-width: 374px) {
  .schedule {
    padding: 8px 6px 16px 6px;
  }
}
@media (min-width: 992px) {
  .schedule {
    padding: 10px 24px 24px 24px;
    margin-bottom: 30px;
  }
}

.schedule__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
}
.schedule__table th,
.schedule__table td {
  padding: 0.67em 0.5em 1.14em;
  border-bottom: 1px solid #D3D3D3;
}
.schedule__table th {
  font-size: 1.4rem;
  line-height: 1.428;
}
@media (min-width: 1200px) {
  .schedule__table th {
    font-size: 1.8rem;
  }
}
.schedule__table td {
  font-size: 1.4rem;
  color: #11609A;
  padding: 1.14em 0.5em;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .schedule__table td {
    font-size: 1.6rem;
  }
}
.schedule__table .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #11609A;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .schedule__table .dot {
    width: 16px;
    height: 16px;
  }
}
.schedule__table .time {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.428;
}
@media (min-width: 768px) {
  .schedule__table .time {
    font-size: 1.4rem;
  }
}
.schedule__table .padding01 {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.schedule__table .padding02 {
  padding-right: 0;
}

.schedule__note {
  margin-top: 1px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .schedule__note {
    margin-top: 8px;
  }
}
.schedule__note .dot {
  position: relative;
  background-color: #11609A;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  top: 1px;
}
@media (min-width: 1200px) {
  .schedule__note .dot {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}

.access-map {
  width: 100%;
}
@media (min-width: 992px) {
  .access-map {
    width: 51%;
  }
}

.iframe-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 335/310;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .iframe-wrap {
    aspect-ratio: 550/510;
  }
}

/*---------------------------------
  パンくずリスト
---------------------------------*/
/* breadcrumb */
.archive.post-type-archive-news .breadcrumb-inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.archive .breadcrumb-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.single .breadcrumb-inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.single-news .breadcrumb-inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.breadcrumb-box {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .breadcrumb-box {
    margin-bottom: 80px;
  }
}

.breadcrumb-content {
  line-height: 1.2;
}
.breadcrumb-content a {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .breadcrumb-content a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.breadcrumb-content .home {
  padding-left: 0;
}
.breadcrumb-content .current-item {
  padding-left: 6px;
}
@media (min-width: 992px) {
  .breadcrumb-content .current-item {
    padding-left: 10px;
  }
}

.breadcrumb-content span {
  position: relative;
  top: -1px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .breadcrumb-content span {
    top: -0.5px;
    font-size: 1.2rem;
  }
}
.breadcrumb-content span #text {
  font-size: 1rem;
}

/*---------------------------------
  一覧ページ ページネーション
---------------------------------*/
/* pagination */
.pagination {
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  position: relative;
  background-color: initial;
  color: #11609A;
  font-size: 1.6rem;
  top: 3px;
}
@media (min-width: 768px) {
  .pagination a.next,
  .pagination a.prev {
    position: initial;
    top: initial;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background-color: #fff;
  border: 1px solid #11609A;
  border-radius: 50%;
  color: #11609A;
  display: inline-block;
  font-size: 1.8rem;
  width: 48px;
  height: 48px;
  line-height: 44px;
  margin-right: 12px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 2rem;
    margin-right: 18px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background-color: #11609A;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.dots {
  background-color: initial;
}

/* -------------------------------
 著者情報
------------------------------- */
.author-inner {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .author-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .author-inner {
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .author-content__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px dotted #C4DAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

.author-title {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.author-title::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-right.png) no-repeat center center/contain;
  width: 9px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.author {
  border: 1px solid #C4DAEA;
  background-color: #fff;
  padding: 10px 10px 20px;
}
@media (min-width: 768px) {
  .author {
    padding: 20px;
  }
}

.author-box {
  border-bottom: 2px dotted #C4DAEA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .author-box {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    border-bottom: none;
    margin-bottom: initial;
    padding-bottom: initial;
  }
}

.author-content {
  width: 60%;
}
@media (min-width: 768px) {
  .author-content {
    border-bottom: none;
    width: initial;
  }
}

.author-image {
  position: relative;
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .author-image {
    position: relative;
    margin-left: 0;
    margin-bottom: initial;
    max-width: 120px;
    width: 100%;
  }
}

.author-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-content__name {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .author-content__name {
    font-size: 1.8rem;
    margin-right: 16px;
  }
}

.author-content__company {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .author-content__company {
    font-size: 1.8rem;
    margin-right: 20px;
    margin-bottom: initial;
    line-height: initial;
  }
}

.author-content__bio {
  font-size: 1.4rem;
  line-height: 1.57;
}
@media (min-width: 768px) {
  .author-content__bio {
    line-height: 1.857;
  }
}

/*---------------------------------
  404
---------------------------------*/
.page-404 {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 80px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-404 {
    margin-top: 100px;
  }
}

.page-404__title {
  color: #11609A;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 3rem;
  }
}

.page-404__link {
  text-decoration: underline;
  display: block;
  font-size: 1.6rem;
  margin-top: 40px;
  font-weight: 500;
}

/*---------------------------------
  下層ページ fv
---------------------------------*/
.fv-box {
  position: relative;
  background: url(../img/common/fv_sp.webp) no-repeat center center/cover;
  margin-top: 60px;
  margin-bottom: 20px;
  aspect-ratio: 375/220;
  width: 100%;
}
@media (min-width: 576px) {
  .fv-box {
    aspect-ratio: 1440/350;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .fv-box {
    background: url(../img/common/fv_pc.webp) no-repeat center center/cover;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .fv-box {
    margin-top: 130px;
  }
}

.fv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.fv__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.458;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__text {
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
@media (min-width: 992px) {
  .fv__text {
    font-size: 4rem;
  }
}

/*---------------------------------
  下層ページ fv
---------------------------------*/
.mark-text {
  position: relative;
}
.mark-text::before {
  position: absolute;
  content: "";
  background-color: #11609A;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.page-note-box {
  background-color: #F4F7FC;
  padding: 32px 20px 22px;
}
@media (min-width: 768px) {
  .page-note-box {
    padding: 40px 50px 40px;
  }
}
.page-note-box p {
  font-family: "Noto Sans JP", serif;
}

.other-box {
  background-color: #F8F8F8;
  padding: 20px;
}
.other-box p {
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .other-box p {
    font-size: 1.4rem;
  }
}

/*---------------------------------
  固定ページテンプレート01
---------------------------------*/
.blog__content > :first-child h2,
.blog__content div > :first-child h2 {
  margin-top: 0;
}

.page-child .blog__content > h2:first-child {
  margin-top: 0;
}

.blog__content > h2:first-child,
.blog__content div > h2:first-child {
  margin-top: 0;
}

.single .blog__content > h2:first-child,
.single .blog__content div > h2:first-child {
  margin: 4rem 0 1.6rem;
}
@media (min-width: 768px) {
  .single .blog__content > h2:first-child,
  .single .blog__content div > h2:first-child {
    margin: 5.6rem 0 2rem;
  }
}

.page-child .blog__content > :not(:first-child) h2,
.page-child .blog__content div > :not(:first-child) h2 {
  margin: 8rem 0 2rem;
}
@media (min-width: 1200px) {
  .page-child .blog__content > :not(:first-child) h2,
  .page-child .blog__content div > :not(:first-child) h2 {
    margin: 14rem 0 3rem;
  }
}

.page-child {
  margin-bottom: 100px !important;
}
@media (min-width: 768px) {
  .page-child {
    margin-bottom: 150px !important;
  }
}
.page-child .page-child-box {
  background-color: #fff;
  padding: 24px 20px;
}
@media (max-width: 374px) {
  .page-child .page-child-box {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) {
  .page-child .page-child-box {
    padding: 40px 40px;
  }
}
@media (min-width: 1200px) {
  .page-child .page-child-box {
    padding: 80px;
  }
}
.page-child .child-section {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-child .child-section {
    margin-bottom: 150px;
  }
}

.page-child article p {
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .page-child article p {
    font-size: 1.6rem;
  }
}
.page-child article h2 {
  background-color: #F2F6F8;
  color: #11609A;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 12px;
  margin: 5.6rem 0 1.6rem;
}
@media (min-width: 768px) {
  .page-child article h2 {
    font-size: 3rem;
    padding: 12px 30px;
    line-height: 1.6;
    margin: 8rem 0 4rem;
  }
}
.page-child article h3 {
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-child article h3 {
    margin-top: 56px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .page-child article li {
    font-size: 1.6rem;
  }
}
.page-child .p-access-map {
  width: 100%;
}
.page-child .p-iframe-wrap {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.page-child .p-iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-child article ol {
  padding-left: 2.2rem;
}

.page-child article ol li {
  list-style-type: decimal;
}

.page-child article ul {
  margin-bottom: 1.6rem;
  padding-left: 8px;
  list-style-type: disc !important;
}

.page-child article ul li:not(:last-child) {
  margin-bottom: 12px;
}

.page-child article ul li {
  font-size: 1.6rem;
  list-style-type: none;
  line-height: 1.45;
}
@media (min-width: 992px) {
  .page-child article ul li {
    font-size: 1.7rem;
  }
}
.page-child article ul li::before {
  position: relative;
  content: "";
  top: -3px;
  left: -8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #11609A;
}
@media (min-width: 768px) {
  .page-child article ul li::before {
    width: 10px;
    height: 10px;
    top: -1.5px;
  }
}

.page-child article li {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-child article li {
    font-size: 1.6rem;
  }
}

.page-child article .blog__content a {
  color: #11609A;
  font-style: initial;
}

.wp-block-button__link {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none !important;
}

.custom-button .wp-block-button {
  width: 100%;
}
@media (min-width: 768px) {
  .custom-button .wp-block-button {
    width: initial;
  }
}
.custom-button .wp-block-button__link {
  position: relative;
  border-width: 1px;
  padding: 0.75em 3.23em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 374px) {
  .custom-button .wp-block-button__link {
    padding: 0.75em 3em;
  }
}
@media (min-width: 992px) {
  .custom-button .wp-block-button__link {
    padding: 1.2em 3.23em;
  }
}
.custom-button .wp-block-button__link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0088C4 transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  margin-left: 10px;
}
.custom-button .wp-block-button__link:hover {
  background-color: #11609A !important;
  color: #fff !important;
}
.custom-button .wp-block-button__link:hover::after {
  border-color: transparent transparent #fff transparent;
}

.custom-button-blue .wp-block-button {
  width: 100%;
}
@media (min-width: 768px) {
  .custom-button-blue .wp-block-button {
    width: initial;
  }
}
.custom-button-blue .wp-block-button__link {
  position: relative;
  border-width: 1px;
  padding: 0.75em 3.23em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 374px) {
  .custom-button-blue .wp-block-button__link {
    padding: 0.75em 3em;
  }
}
@media (min-width: 992px) {
  .custom-button-blue .wp-block-button__link {
    padding: 1.2em 3.23em;
  }
}
.custom-button-blue .wp-block-button__link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent !important;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  margin-left: 10px;
}
.custom-button-blue .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #11609A !important;
}
.custom-button-blue .wp-block-button__link:hover::after {
  border-color: transparent transparent #11609A transparent !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding-left .wp-block-media-text__content {
  padding-left: 0 !important;
}

.treatment-label {
  background-color: #11609A;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 38px;
}
@media (min-width: 768px) {
  .treatment-label {
    padding: 5px 40px;
  }
}

.center {
  text-align: center;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/*---------------------------------
  トップページ
---------------------------------*/
/* main-visual */
.main-visual {
  position: relative;
  background-image: var(--bg-sp);
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  aspect-ratio: 375/720;
  width: 100%;
}
@media (min-width: 768px) {
  .main-visual {
    aspect-ratio: 1440/600;
    background-image: var(--bg-pc);
  }
}
@media (min-width: 1200px) {
  .main-visual {
    margin-top: 130px;
  }
}

@media (min-width: 1600px) {
  .mv-inner {
    max-width: 1480px !important;
  }
}
@media (min-width: 2350px) {
  .mv-inner {
    max-width: 1580px !important;
  }
}

.mv {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .mv {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    padding-right: initial;
    padding-left: initial;
    width: 46%;
  }
}

.mv__top {
  line-height: 1.6;
  margin: 0 auto 12px;
  width: 88%;
}
@media (min-width: 768px) {
  .mv__top {
    max-width: initial;
    margin-bottom: 12px;
    width: initial;
  }
}
@media (min-width: 1400px) {
  .mv__top {
    margin-bottom: 20px;
  }
}

.mv__top-text {
  color: #11609A;
  font-size: 5.333vw;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__top-text {
    font-size: 2.08vw;
  }
}
.mv__top-text::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #0074C9;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .mv__top-text::before {
    display: none;
  }
}
.mv__top-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #0074C9;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .mv__top-text::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background: #11609A;
    margin-left: 16px;
  }
}

.mv__title {
  color: #464646;
  font-size: 7.46vw;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__title {
    text-align: initial;
    font-size: 3.47vw;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .mv__title {
    line-height: 1.23;
    margin-bottom: 18px;
  }
}
.mv__title span {
  font-size: 9.06vw;
}
@media (max-width: 374px) {
  .mv__title span {
    font-size: 8.8vw;
  }
}
@media (min-width: 768px) {
  .mv__title span {
    font-size: 4.722vw;
  }
}

.mv__text {
  color: #11609A;
  font-size: 4.53vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 374px) {
  .mv__text {
    font-size: 3.9vw;
  }
}
@media (min-width: 768px) {
  .mv__text {
    font-size: 1.666vw;
    line-height: 1.625;
    margin-bottom: 12px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .mv__text {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .mv__text {
    margin-bottom: 36px;
  }
}

.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 91%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mv-bottom {
    gap: 20px;
    width: 29.86vw;
    margin: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.mv-bottom__item {
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#60D2E6), to(#11609A));
  background: linear-gradient(to bottom right, #60D2E6, #11609A);
  border-radius: 4px;
  width: calc((98.5% - 0px) / 3);
  aspect-ratio: 1/1;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .mv-bottom__item {
    width: calc((100% - 40px) / 3);
    aspect-ratio: 1/1;
  }
}

.mv-bottom__text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.46vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-bottom__text {
    font-size: 1.38vw;
  }
}
.mv-bottom__text span {
  color: #fff;
  font-size: 4.53vw;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mv-bottom__text span {
    font-size: 1.66vw;
  }
}

/* primary */
.primary {
  padding-top: 60px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .primary {
    padding-top: 100px;
    margin-bottom: 160px;
  }
}

.primary__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .primary__lead {
    font-size: 3.2rem;
    line-height: 1.7;
    margin-bottom: 56px;
  }
}

.primary-boxes {
  background-color: #fff;
  padding: 40px 20px 30px;
}
@media (max-width: 374px) {
  .primary-boxes {
    padding: 40px 16px;
  }
}
@media (min-width: 768px) {
  .primary-boxes {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .primary-boxes {
    padding: 80px 78px;
  }
}

.primary-box {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .primary-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto 48px;
    max-width: 880px;
    width: 100%;
  }
}

.primary-box__img {
  margin: 0 auto 28px;
  max-width: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .primary-box__img {
    margin: initial;
    max-width: initial;
    width: 37.27%;
  }
}

@media (min-width: 768px) {
  .primary-box__content {
    margin-right: 14%;
    width: 48.7%;
  }
}

.primary-box__content-text:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .primary-box__content-text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.primary-box__content-text {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  padding-left: 36px;
}
@media (max-width: 374px) {
  .primary-box__content-text {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .primary-box__content-text {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-left: 46px;
  }
}
.primary-box__content-text::before {
  position: absolute;
  content: "";
  background: url(../img/index/check.png) no-repeat center center/contain;
  width: 20px;
  height: 14px;
  top: 6px;
  left: 0;
}
@media (min-width: 1200px) {
  .primary-box__content-text::before {
    top: 8px;
    width: 26px;
    height: 19px;
  }
}

.primary-notice-box {
  background-color: #FFFFEA;
  border: 3px solid #2A94C3;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .primary-notice-box {
    padding: 40px 19px;
  }
}

.primary-notice__text01:not(:last-child) {
  margin-bottom: 12px;
}

.primary-notice__text01 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 374px) {
  .primary-notice__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .primary-notice__text01 {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.primary-notice__text01 .color {
  color: #11609A;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 374px) {
  .primary-notice__text01 .color {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .primary-notice__text01 .color {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .primary-notice__text01:not(:first-child) {
    font-size: 1.8rem;
  }
}

/* top-about */
/* top-concept */
.top-concept {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .top-concept {
    margin-bottom: 140px;
  }
}
.top-concept .util-link01.margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .concept {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.concept__img {
  margin: 0 auto 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .concept__img {
    margin-bottom: initial;
    width: 42.6%;
  }
}

@media (min-width: 768px) {
  .concept__content {
    margin-right: 3.7%;
    width: 54.7%;
  }
}

.concept__textBox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .concept__textBox {
    margin-bottom: 46px;
  }
}

.concept__text:not(:last-child) {
  margin-bottom: 14px;
}

/* reason */
.reason .reason-item h3 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  line-height: 1.444;
}
@media (min-width: 768px) {
  .reason .reason-item h3 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    line-height: 1.625;
  }
}
.reason h3 span {
  color: #898989;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .reason h3 span {
    font-size: 1.6rem;
    line-height: initial;
  }
}
.reason .util-link01 {
  margin: 0 auto;
}
.reason .lead {
  margin-bottom: 64px;
}

.reason-box {
  background-color: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .reason-box {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .reason-box {
    padding: 100px 80px;
  }
}

.reason-items {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .reason-items {
    margin-bottom: 48px;
  }
}

.reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .reason-item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.reason-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reason-item:not(:last-child) {
    margin-bottom: 100px;
  }
}

.reason-item:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .reason-item:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .reason-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .reason-item:nth-child(odd) .reason-item__content {
    margin-right: 4.5%;
  }
}

@media (min-width: 768px) {
  .reason-item:nth-child(even) .reason-item__img {
    margin-right: 4.5%;
  }
}

.reason-item__img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .reason-item__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: initial;
    width: 45.4%;
  }
}

.reason-item__content {
  display: contents;
}
@media (min-width: 768px) {
  .reason-item__content {
    display: initial;
    width: 50%;
  }
}

/* top-greeting */
.greeting-box {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .greeting-box {
    margin-bottom: 56px;
  }
}

.greeting {
  border-bottom: 1px solid #D3D3D3;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .greeting {
    padding: 56px 0;
  }
}

.greeting:first-child {
  border-top: 1px solid #D3D3D3;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .greeting:first-child {
    padding-top: 56px;
  }
}

@media (min-width: 768px) {
  .greeting__content {
    width: 66.66%;
  }
}

.greeting__text:not(:last-child) {
  margin-bottom: 16px;
}

.greeting__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .greeting__row {
    margin-top: 32px;
  }
}

.greeting__position,
.greeting__name,
.greeting__name span {
  font-weight: 500;
}

.greeting__position {
  font-size: 1.5rem;
  margin-right: 20px;
}
@media (max-width: 374px) {
  .greeting__position {
    font-size: 1.4rem;
  }
}

.greeting__name {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .greeting__name {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .greeting__name {
    font-size: 1.8rem;
  }
}
.greeting__name span {
  display: block;
  font-size: 1.1rem;
}

.greeting__img {
  margin: 0 auto 16px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 768px) {
  .greeting__img {
    margin-right: 3.7%;
    margin-bottom: initial;
    max-width: initial;
    width: 29.6%;
  }
}

/* flow */
.top-flow .flow-boxes {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
}
@media (max-width: 374px) {
  .top-flow .flow-boxes {
    padding: 30px 16p;
  }
}
@media (min-width: 768px) {
  .top-flow .flow-boxes {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .top-flow .flow-boxes {
    padding: 80px;
  }
}
.top-flow .flow:not(:last-child) {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .top-flow .flow:not(:last-child) {
    padding-bottom: 80px;
  }
}
.top-flow .flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .top-flow .flow {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding-left: initial;
  }
}
.top-flow .flow:not(:last-child)::before {
  position: absolute;
  content: "";
  background-color: #375294;
  width: 1px;
  height: 100%;
  top: 40px;
  left: 25px;
}
@media (min-width: 992px) {
  .top-flow .flow:not(:last-child)::before {
    top: 80px;
    left: 40px;
  }
}
@media (min-width: 768px) {
  .top-flow .flow__content {
    position: relative;
    margin-left: 0;
    margin-right: 60px;
    padding-left: 120px;
    width: 73.2%;
  }
}
.top-flow .flow__num {
  position: absolute;
  background-color: #11609A;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .top-flow .flow__num {
    font-size: 3rem;
    width: 80px;
    height: 80px;
  }
}
.top-flow .flow__content-title {
  color: #11609A;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 374px) {
  .top-flow .flow__content-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .top-flow .flow__content-title {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .top-flow .flow__content-title {
    font-size: 2.4rem;
  }
}
.top-flow .flow__content-text {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .top-flow .flow__content-text {
    font-size: 1.6rem;
  }
}
.top-flow .flow__content-text:not(:last-child) {
  margin-bottom: 16px;
}
.top-flow .flow:not(:last-child) .flow__img-box::before {
  display: none;
}
.top-flow .flow__img-box {
  margin-bottom: 16px;
  max-width: 175px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-flow .flow__img-box {
    margin-bottom: initial;
    max-width: initial;
    width: 21.3%;
  }
}
@media (min-width: 768px) {
  .top-flow .flow__img-box .flow__img {
    width: 100%;
  }
}

/* cost */
@media (min-width: 992px) {
  .cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cost__content {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cost__content {
    margin-bottom: initial;
    margin-right: 30px;
    max-width: 275px;
    width: 100%;
  }
}

.cost-table {
  width: 560px;
}
@media (min-width: 768px) {
  .cost-table {
    width: 992px;
  }
}
@media (min-width: 992px) {
  .cost-table {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 785px;
    width: 100%;
  }
}
.cost-table table {
  border-spacing: 4px;
  table-layout: fixed;
  width: 100%;
}
.cost-table table th {
  background-color: #11609A;
  color: #fff;
  font-weight: 500;
  padding: 9px 4px;
  text-align: center;
}
@media (min-width: 576px) {
  .cost-table table th {
    padding: 15px;
  }
}
@media (max-width: 566px) {
  .cost-table table th:nth-child(1) {
    width: 28%;
  }
  .cost-table table th:nth-child(2),
  .cost-table table th:nth-child(3),
  .cost-table table th:nth-child(4) {
    width: 20%;
  }
}
.cost-table table td {
  background-color: #fff;
  padding: 15px 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  height: 80px;
}
@media (min-width: 576px) {
  .cost-table table td {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .cost-table table td {
    height: 90px;
  }
}
.cost-table table td p {
  line-height: 1.4;
}

.cost-notes {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* -------------------------------
 よくある質問ページ
------------------------------- */
/* faq-box */
.faq {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .faq {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding: 80px;
  }
}

.faq-items__box:not(:last-child) {
  margin-bottom: 20px;
}

.faq-items__question {
  background-color: #F2F6F8;
  color: #11609A;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 16px 16px 16px 38px;
}
@media (min-width: 768px) {
  .faq-items__question {
    padding: 16px 21px 16px 48px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .faq-items__question {
    font-size: 1.8rem;
    padding: 24px 60px 24px 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .faq-items__question {
    font-size: 2rem;
  }
}
.faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #11609A;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  top: 13px;
  left: 10px;
}
@media (min-width: 768px) {
  .faq-items__question::before {
    left: 17px;
  }
}
@media (min-width: 992px) {
  .faq-items__question::before {
    font-size: 3.6rem;
    left: 30px;
    top: 10px;
  }
}
.faq-items__question.is-open .faq-items__question-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 768px) {
  .faq-items__question-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .faq-items__question-bar1 {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #11609A;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .faq-items__question-bar2 {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #11609A;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

.faq-items__answer {
  position: relative;
  display: none;
}
.faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #11609A;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  top: 10px;
  left: 13px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .faq-items__answer::before {
    top: 17px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer::before {
    font-size: 3.6rem;
    top: 24px;
    left: 30px;
  }
}

.faq-items__answer-content {
  position: relative;
  font-size: 1.6rem;
  padding: 12px 0px 20px 38px;
}
@media (min-width: 768px) {
  .faq-items__answer-content {
    padding: 24px 54px 20px 48px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer-content {
    padding: 24px 60px 20px 80px;
  }
}
@media (min-width: 1400px) {
  .faq-items__answer-content {
    padding-right: 80px;
  }
}

.faq-items__answer-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-items__answer-content a:hover {
  opacity: 0.7;
}

.faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
}

.article-inner {
  background-color: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .article-inner {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .article-inner01 {
    padding: 80px 140px;
  }
}

@media (min-width: 992px) {
  .article-inner02 {
    padding: 80px 100px;
  }
}

.archive-link-box {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .archive-link-box {
    margin-bottom: 140px;
  }
}

.archive-link {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .archive-link {
    max-width: 325px;
    width: 100%;
  }
}

.archive-button {
  background-color: #11609A;
  border-radius: 2px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .archive-button {
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.archive-button:hover {
  opacity: 0.7;
}

/*---------------------------------
  お知らせ 一覧ページ
---------------------------------*/
.new-info {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .new-info {
    padding-bottom: 180px;
  }
}

.new-info__contents {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .new-info__contents {
    margin-bottom: 60px;
  }
}

.new-info__item:first-child {
  padding-top: 0;
}

.new-info__item {
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  display: block;
  padding: 24px 20px 24px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .new-info__item {
    padding: 20px 20px 20px 0;
  }
}
.new-info__item::after {
  position: absolute;
  content: "";
  background: url(../img/common/news-arrow.png) no-repeat center center/contain;
  width: 9px;
  height: 11px;
  bottom: 12px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .new-info__item::after {
    bottom: 22px;
  }
}
.new-info__item:hover .new-info__text {
  color: #11609A;
}

.new-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
@media (max-width: 374px) {
  .new-info__meta {
    margin-bottom: 6px;
  }
}
@media (max-width: 374px) {
  .new-info__meta {
    display: block;
  }
}
@media (min-width: 768px) {
  .new-info__meta {
    margin-bottom: 16px;
  }
}

.new-info__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .new-info__time {
    margin-right: 28px;
  }
}

.new-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-info__category:not(:last-child) {
  margin-right: 4px;
}

.new-info__category {
  margin-bottom: 3px;
}

.new-info__text {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.46;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .new-info__text {
    line-height: initial;
  }
}

/*---------------------------------
  お知らせ 医療コラム 詳細ページ
---------------------------------*/
/* news */
.news {
  padding-bottom: 90px;
}

.news__contents {
  margin-bottom: 8rem;
}

.news__row,
.blog__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .news__row,
  .blog__row {
    margin-bottom: 10px;
  }
}

.blog__row {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
}

.news__meta,
.blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__meta {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog__meta {
    margin-bottom: initial;
  }
}

.blog__category,
.news__category,
.new-info__category {
  background-color: #fff;
  border: 1px solid #11609A;
  color: #11609A;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog__category:hover,
.news__category:hover,
.new-info__category:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .blog__category,
  .news__category,
  .new-info__category {
    font-size: 1.2rem;
    padding: 6px 14px;
  }
}

.news__category:not(:last-child),
.blog__category:not(:last-child) {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .news__category:not(:last-child),
  .blog__category:not(:last-child) {
    margin-right: 8px;
  }
}

.news__row-time,
.blog__row-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__row-time {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .blog__row-time {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.news__date,
.blog__date {
  font-size: 1.4rem;
}

.news__date:first-child,
.blog__date:first-child {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .news__date:first-child,
  .blog__date:first-child {
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .news__date-icon,
  .blog__date-icon {
    padding-right: 4px;
  }
}
.news__date-icon .fa-clock,
.news__date-icon .fa-arrows-rotate,
.blog__date-icon .fa-clock,
.blog__date-icon .fa-arrows-rotate {
  color: #989898;
}

.news__date-time,
.blog__date-time {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .news__date-time,
  .blog__date-time {
    font-size: 1.4rem;
  }
}

.news__title,
.blog__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .news__title,
  .blog__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .news__title,
  .blog__title {
    font-size: 3rem;
  }
}

.news-thumbnail img,
.blog-thumbnail img {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .news-thumbnail img,
  .blog-thumbnail img {
    margin-bottom: 50px !important;
  }
}

.news article h2,
.news article h3,
.news article h4,
.news article h5,
.news article h6,
.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  font-weight: 500;
  margin: 4rem 0 1.6rem;
}
@media (min-width: 768px) {
  .news article h2,
  .news article h3,
  .news article h4,
  .news article h5,
  .news article h6,
  .blog article h2,
  .blog article h3,
  .blog article h4,
  .blog article h5,
  .blog article h6 {
    margin: 5.6rem 0 2rem;
  }
}

.news article h2,
.blog article h2 {
  background-color: #F2F6F8;
  color: #11609A;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 2rem;
  padding: 12px;
}
@media (min-width: 768px) {
  .news article h2,
  .blog article h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding: 12px 8px 12px 30px;
  }
}
@media (min-width: 992px) {
  .news article h2,
  .blog article h2 {
    font-size: 3rem;
  }
}

.news article h3,
.blog article h3 {
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .news article h3,
  .blog article h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .news article h3,
  .blog article h3 {
    font-size: 2.2rem;
  }
}

.news article h4,
.blog article h4 {
  color: #11609A;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .news article h4,
  .blog article h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .news article h4,
  .blog article h4 {
    font-size: 2rem;
  }
}

.news article h5,
.blog article h5 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .news article h5,
  .blog article h5 {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
}

.news article p,
.blog article p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .news article p,
  .blog article p {
    line-height: 1.85;
    margin-bottom: 2rem;
  }
}

.news article ol,
.blog article ol {
  padding-left: 2.2rem;
}

.news article ol li,
.blog article ol li {
  list-style-type: decimal;
}

.news article ul,
.blog article ul {
  margin-bottom: 1.6rem;
  padding-left: 8px;
  list-style-type: disc !important;
}

.news article ul li:not(:last-child),
.blog article ul li:not(:last-child) {
  margin-bottom: 8px;
}

.news article ul li,
.blog article ul li {
  font-size: 1.6rem;
  list-style-type: none;
  line-height: 1.45;
}
@media (min-width: 992px) {
  .news article ul li,
  .blog article ul li {
    font-size: 1.7rem;
  }
}
.news article ul li::before,
.blog article ul li::before {
  position: relative;
  content: "";
  top: 0;
  left: -8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #D6D2BF;
}

.news article li,
.blog article li {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .news article li,
  .blog article li {
    font-size: 1.6rem;
  }
}

.news article .news__content a,
.blog article .blog__content a {
  color: #11609A;
  font-style: initial;
}

blockquote {
  position: relative;
  margin: 40px 0;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F2;
  width: 100%;
  margin: 16px 0 16px;
}
@media (min-width: 992px) {
  blockquote {
    padding: 24px 30px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

blockquote p {
  border-left: 2px solid #69ABDB;
  font-size: 1.3rem;
  padding-left: 12px;
  margin: 7px 0 !important;
  line-height: 1.7;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}

blockquote cite {
  display: block;
  text-align: right;
  color: #11609A;
  font-size: 0.9em;
  margin-bottom: 8px;
  font-style: initial;
}
blockquote cite a {
  font-size: 12px;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .wp-block-media-text img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.wp-block-table {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.news .news-more {
  margin-right: initial;
  margin-left: auto;
  width: 200px;
}
.news .news-more span {
  color: #11609A;
  font-weight: 500;
  font-size: 1.4rem;
}

/*---------------------------------
  医療コラム 一覧ページ
---------------------------------*/
.blog-archive {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .blog-archive {
    padding-bottom: 180px;
  }
}

.blog-cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  row-gap: 40px;
}
@media (min-width: 576px) {
  .blog-cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .blog-cards {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
}
@media (min-width: 992px) {
  .blog-cards {
    margin-bottom: 60px;
  }
}

.blog-card__date {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .blog-card__date {
    margin-bottom: 8px;
  }
}

.blog-card__time {
  font-size: 1.4rem;
  display: block;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .blog-card__time {
    margin-right: 18px;
  }
}

.blog-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3px;
}

.blog-card__tag .blog__category:not(:last-child) {
  margin-right: 3px;
}

.blog .blog__content a {
  color: #0074D9;
}

.blog-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .blog-link {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.blog-link:hover {
  opacity: 0.7;
}

.blog-contents__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog-contents__row {
    margin-bottom: 14px;
  }
}

.blog-contents__img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 52.5%;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog-contents__img {
    margin-bottom: 20px;
  }
}
.blog-contents__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
}

.blog-contents__title {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .blog-contents__title {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.blog-contents__text {
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-contents__text {
    font-size: 1.6rem;
  }
}

/*---------------------------------
  医療コラム 詳細ページ
---------------------------------*/
.single .blog {
  margin-bottom: 0;
}

.blog-inner {
  background-color: #fff;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .blog-inner {
    padding: 80px 60px;
  }
}

.blog {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .blog {
    margin-bottom: 100px;
  }
}

.blog article p {
  letter-spacing: 0.02em;
}

.news article ol,
.blog article ol {
  padding-left: 1.8rem;
}

.news article ol li,
.blog article ol li {
  list-style-type: decimal;
}

.news article ul,
.blog article ul {
  margin-bottom: 1.6rem;
  padding-left: 8px;
  list-style-type: disc !important;
}

.news article ul li,
.blog article ul li {
  font-size: 1.4rem;
  list-style-type: none;
  line-height: 1.45;
}
.news article ul li::before,
.blog article ul li::before {
  position: relative;
  content: "";
  border-radius: 50%;
  top: 0;
  left: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #11609A;
}
@media (min-width: 768px) {
  .news article ul li::before,
  .blog article ul li::before {
    width: 10px;
    height: 10px;
  }
}

.news article li,
.blog article li {
  font-size: 1.4rem;
  font-weight: 400;
}

.news article a,
.blog article a {
  color: #11609A;
  font-style: initial;
}

.blog article a,
.news article a {
  text-decoration: underline;
}

.wp-block-image figcaption {
  font-size: 1.4rem !important;
}

.wp-block-image {
  margin: 0 0 1.4rem 0;
}
@media (min-width: 992px) {
  .wp-block-image {
    margin: 0 0 3.2rem 0;
  }
}

.wp-block-image :where(figcaption) {
  margin-bottom: initial;
  margin-top: 0.8em;
}

/*---------------------------------
  関連記事
---------------------------------*/
.related-boxes {
  background-color: #fff;
  padding: 50px 20px 20px;
}
@media (min-width: 768px) {
  .related-boxes {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .related-boxes {
    padding: 140px 100px 80px;
  }
}

.related-box {
  border: 1px solid #C4DAEA;
  padding: 40px 26px;
}
@media (min-width: 992px) {
  .related-box {
    padding: 50px 56px;
  }
}

.related-posts__title {
  color: #11609A;
  font-size: 2rem;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .related-posts__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .related-posts__title {
    font-size: 3.2rem;
  }
}

.related-posts__title {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .related-posts__title {
    font-size: 3.2rem;
    margin-bottom: 34px;
  }
}

.related-posts {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .related-posts {
    margin-bottom: 140px;
  }
}
.related-posts .blog-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .related-posts .blog-cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .related-posts .blog-cards {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
}
.related-posts .blog-card__date {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .related-posts .blog-card__date {
    margin-bottom: 8px;
  }
}
.related-posts .blog-card__time {
  font-size: 1.4rem;
  display: block;
  margin-right: 12px;
}
@media (max-width: 374px) {
  .related-posts .blog-card__time {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .related-posts .blog-card__time {
    margin-right: 18px;
  }
}
.related-posts .blog-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3px;
}
.related-posts .blog-card__tag .blog__category:not(:last-child) {
  margin-right: 3px;
}
.related-posts .blog .blog__content a {
  color: #0074D9;
}
.related-posts .blog-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .related-posts .blog-link {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.related-posts .blog-link:hover {
  opacity: 0.7;
}
.related-posts .blog-contents__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__row {
    margin-bottom: 14px;
  }
}
.related-posts .blog-contents__img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 52.5%;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__img {
    margin-bottom: 20px;
  }
}
.related-posts .blog-contents__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
}
.related-posts .blog-contents__title {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__title {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.related-posts .blog-contents__text {
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .related-posts .blog-contents__text {
    font-size: 1.6rem;
  }
}

.news__meta a,
.blog__meta a {
  text-decoration: initial !important;
}

/*---------------------------------
  投稿ページ youtube
---------------------------------*/
.wp-block-embed.wp-block-embed-youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-has-aspect-ratio {
  position: relative;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  margin: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed > figcaption {
  color: inherit;
  display: block !important;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0.75em;
  opacity: 0.8;
  text-align: center;
}

.more.blog-more {
  width: 212px;
}
.more.blog-more::after {
  width: 40px;
  height: 40px;
}
.more.blog-more:hover span {
  background: url(../img/common/arrow-large.svg) no-repeat right 12px center/38px auto;
}
.more.blog-more span {
  background: url(../img/common/arrow-large.svg) no-repeat right 15px center/38px auto;
  color: #11609A;
  font-size: 1.4rem;
  font-weight: 500;
}

.colum-archive .util-link01 {
  margin: auto;
}
.colum-archive .column-archive-box {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #F2F6F8;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "メイリオ", sans-serif;
  font-weight: 300;
  line-height: 1.625;
  overflow-x: hidden;
}
@media (max-width: 374px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner01 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner02 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner03 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 992px) {
  .only-sp-tab {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */