@charset "UTF-8";
html {
  font-size: 1.1vw;
  scroll-behavior: smooth;
  /* 小 */
  /* 中 */
  /* 大 */
}
html.small-font {
  font-size: 1.1vw;
}
html.medium-font {
  font-size: 1.2vw;
}
html.medium-font .l-section__content {
  width: 95%;
}
@media screen and (max-width: 768px) {
  html.medium-font .l-section__content {
    width: 100%;
  }
}
html.large-font {
  font-size: 1.3vw;
}
html.large-font .l-section__content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3vw !important;
  }
}
body {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  color: #565454;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #182A48 !important;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

#wpadminbar a {
  color: #fff !important;
}

.c-pagenavi-top .wp-pagenavi,
.c-pagenavi-bottom .wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-pagenavi-top .wp-pagenavi,
  .c-pagenavi-bottom .wp-pagenavi {
    font-size: 1.1rem;
  }
}
.c-pagenavi-top .wp-pagenavi .pages,
.c-pagenavi-bottom .wp-pagenavi .pages {
  display: none;
}
.c-pagenavi-top .wp-pagenavi a,
.c-pagenavi-top .wp-pagenavi span,
.c-pagenavi-bottom .wp-pagenavi a,
.c-pagenavi-bottom .wp-pagenavi span {
  padding: 0 0.5rem;
}
.c-pagenavi-top .wp-pagenavi span.current,
.c-pagenavi-bottom .wp-pagenavi span.current {
  background: #3e6ba1;
  color: #fff !important;
  border-color: #3e6ba1;
}

.c-pagenavi-top-local span.current,
.c-pagenavi-bottom-local span.current {
  background: #6ead06 !important;
  border-color: #6ead06 !important;
}

.l-footer {
  background: #2e5f86;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    padding-top: 1rem;
  }
}
.l-footer__top--list {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__top--list {
    flex-wrap: wrap;
  }
}
.l-footer__top--list-item {
  text-align: center;
  width: 12.5%;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__top--list-item {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.l-footer__top--list-item::after {
  content: "";
  width: 0.15rem;
  height: 110%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__top--list-item::after {
    display: none;
  }
}
.l-footer__top--list-item:first-of-type::before {
  content: "";
  width: 0.15rem;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__top--list-item:first-of-type::before {
    display: none;
  }
}
.l-footer__top--list-item a {
  color: #fff !important;
  text-decoration: unset;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__top--list-item a {
    font-size: 1.2rem;
    text-decoration: underline;
  }
}
.l-footer__middle {
  width: 34%;
  margin-left: auto;
  padding: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__middle {
    width: 100%;
    padding: 1rem 3rem;
  }
}
.l-footer__middle ul {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.l-footer__bottom {
  text-align: center;
  position: relative;
  padding: 1rem 0;
}
.l-footer__bottom--text {
  font-size: 1.2rem;
  position: relative;
}
.l-footer__bottom--text a {
  color: #fff !important;
  text-decoration: unset;
}
.l-footer__bottom--text .pagetop {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  font-size: 1.5rem;
}
.l-footer__bottom--copy {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 5rem;
}
.l-footer__bottom::before {
  content: "";
  width: 90%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom::before {
    width: 80%;
    height: 0.1rem;
    top: -1rem;
  }
}
.l-footer__pagetop {
  text-align: end;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.l-footer__pagetop img {
  width: 9rem;
  margin-right: 2rem;
}

.l-header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 0;
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.l-header__top--not-toppage {
  position: absolute;
  top: 1rem;
  right: 5%;
  width: 90%;
}
.l-header__top--right {
  display: flex;
  align-items: flex-end;
}
.l-header__top--text p {
  font-size: 1rem;
  margin-bottom: 0;
}
.l-header__top--list {
  display: flex;
  align-items: flex-end;
  font-size: 1rem;
}
.l-header__top--list-item {
  margin-right: 1rem;
}
.l-header__top--list-item a {
  background: #595857;
  color: #fff !important;
  text-decoration: unset;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
}
.l-header__top--fz {
  display: flex;
  align-items: flex-end;
}
.l-header__top--fz p {
  font-size: 1rem;
  margin-bottom: 0;
  margin-right: 0.3rem;
}
.l-header__top--fz ul {
  display: flex;
  align-items: flex-end;
}
.l-header__top--fz ul li {
  font-size: 1rem;
  margin-right: 0.3rem;
  border: 0.1rem solid #565454;
  padding: 0.1rem;
  font-weight: bold;
}
.l-header__top--fz ul li:nth-of-type(1) {
  font-size: 0.9rem;
}
.l-header__top--fz ul li:nth-of-type(3) {
  font-size: 1.1rem;
}
.l-header__top--fz ul li.active {
  background: #3e6ba1;
  color: #fff;
}
.l-header__list {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.l-header__list a {
  text-decoration: unset;
  color: #3e6ba1 !important;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
}
.l-header__list-item {
  width: 12.5%;
  position: relative;
  font-weight: bold;
}
.l-header__list-item::after {
  content: "";
  width: 0.15rem;
  height: 110%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #3e6ba1;
}
.l-header__list-item:last-of-type {
  border-right: unset;
}
.l-header__list-item:last-of-type::after {
  display: none;
}
.l-header__img img {
  width: 100%;
}
.l-header__sp {
  background: #2e5f86;
  z-index: 11;
  position: relative;
}
.l-header__sp--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.l-header__sp--logo p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.l-header__sp--logo p span {
  font-size: 1.6rem;
}
.l-header__sp--logo p:nth-of-type(2) {
  font-size: 3rem;
}
.l-header__sp--logo a {
  text-decoration: unset;
}
.l-header__ham {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 0.9rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 0.9rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 0.9rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #2e5f86;
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.l-header__ham--inner a {
  color: #fff !important;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.l-section {
  padding: 1.5rem 1rem;
}
.l-section__content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-section__content {
    width: 100%;
  }
}
.l-section__title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.l-section__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-section__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-section__wrap--rev {
    flex-direction: column-reverse;
  }
}
.l-section__main {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-section__main {
    width: 100%;
  }
}
.l-section__main--info {
  width: 55rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .l-section__main--info {
    width: 100%;
    margin-left: 0;
  }
}
.l-section__main--blog {
  width: 35rem;
  margin: 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-section__main--blog {
    width: 100%;
    margin: unset;
  }
}
.l-section__main--kiyaku {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .l-section__main--kiyaku {
    width: 100%;
  }
}
.l-section__main--profile {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-section__main--profile {
    width: 100%;
  }
}
.l-section__main--member {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-section__main--member {
    width: 100%;
  }
}
.l-section__side {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .l-section__side {
    width: 100%;
  }
}
.l-section__side--info {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--info {
    width: 100%;
  }
}
.l-section__side--blog {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--blog {
    width: 100%;
  }
}
.l-section__side--blog--2 {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--blog--2 {
    width: 100%;
  }
}
.l-section__side--blog--2 img {
  width: 100%;
}
.l-section__side--kiyaku {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--kiyaku {
    width: 80%;
    margin: 0 auto;
  }
}
.l-section__side--profile {
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--profile {
    width: 100%;
  }
}
.l-section__side--member {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .l-section__side--member {
    width: 100%;
  }
}
.l-section__side img {
  width: 100%;
}
.l-section__mv {
  padding-top: 1rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-section__mv {
    padding: 0;
  }
}
.l-section__front--news {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-section__front--bnr {
    background: #2e5f86;
    padding-top: 3rem;
    margin-top: 2rem;
  }
}

.p-front__mv {
  position: relative;
  height: 67rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv {
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--img {
    position: relative;
  }
}
.p-front__mv--img img {
  width: 100%;
}
.p-front__mv--content {
  position: absolute;
  top: 26.5rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content {
    position: unset;
    background: #3e6ba1;
  }
}
.p-front__mv--content p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.p-front__mv--content--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 38rem;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--list {
    width: 100%;
    justify-content: space-around;
    padding: 2rem 1.5rem 1rem;
  }
}
.p-front__mv--content--list-item {
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--list-item {
    width: 30%;
    background: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.p-front__mv--content--list-item:nth-of-type(n+3) {
  margin-bottom: 0;
}
.p-front__mv--content--list-item a {
  color: transparent !important;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--list-item a {
    position: relative;
    color: #3e6ba1 !important;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    text-decoration: unset;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--list-item a img {
    display: inline-block !important;
    margin-left: 0.2rem;
    height: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-front__mv--content--address {
  padding: 1rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--address p {
    font-size: 0.8rem;
    text-align: start;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--content--address a {
    font-size: 0.8rem;
    text-align: end;
    color: #fff !important;
    display: block;
    margin-left: auto;
  }
}
.p-front__mv--sns {
  position: absolute;
  top: 36.5rem;
  left: 3rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--sns {
    top: unset;
    bottom: 2rem;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-front__mv--sns--list {
  display: flex;
  justify-content: space-between;
}
.p-front__mv--sns--list-item img {
  width: 4rem;
}
.p-front__mv--bottom {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  background: #2e5f86;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom {
    position: unset;
    transform: unset;
    width: 100%;
    margin-bottom: 2rem;
    width: 100%;
    padding: 0;
    background: unset;
  }
}
.p-front__mv--bottom--title {
  display: flex;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--title {
    background: #2e5f86;
    padding: 0.5rem;
  }
}
.p-front__mv--bottom--title p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.p-front__mv--bottom--title p:nth-of-type(1) {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--title p:nth-of-type(1) {
    width: 100%;
  }
}
.p-front__mv--bottom--title p:nth-of-type(1)::after {
  content: "";
  width: 0.1rem;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--title p:nth-of-type(1)::after {
    display: none;
  }
}
.p-front__mv--bottom--title p:nth-of-type(2) {
  width: 65%;
}
.p-front__mv--bottom--content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--content {
    flex-direction: column;
  }
}
.p-front__mv--bottom--youtube {
  background: #fff;
  width: 35%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--youtube {
    width: 100%;
  }
}
.p-front__mv--bottom--youtube::after {
  content: "";
  width: 0.1rem;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #2e5f86;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--youtube::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--youtube .movieBox {
    padding: 1rem;
  }
}
.p-front__mv--bottom--youtube .movieBox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--youtube .movieBox iframe {
    position: unset;
    transform: unset;
    width: 100%;
    height: unset;
  }
}
.p-front__mv--bottom--slider {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--slider {
    width: 85%;
    transform: unset;
    top: unset;
    transform: translate(-50%, 0);
  }
}
.p-front__mv--bottom--slider--area {
  background: #fff;
  width: 65%;
  text-align: center;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--slider--area {
    width: 100%;
    height: unset;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--bottom--slider--area .p-front__mv--bottom--title {
    margin-bottom: 1rem;
  }
}
.p-front__mv--bottom--slider--inner {
  display: flex;
  justify-content: space-between;
}
.p-front__mv--bottom--slider--inner img {
  height: 14rem;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__mv--bottom--slider .slick-prev:before, .p-front__mv--bottom--slider .slick-next:before {
  color: #3e6ba1;
  opacity: 1;
}
.p-front__news--title {
  margin-bottom: 1rem;
}
.p-front__news--title h2 {
  font-size: 1.8rem;
}
.p-front__news--list {
  border-top: 0.3rem solid #2e5f86;
  border-bottom: 0.3rem solid #2e5f86;
  padding: 1rem 0;
}
.p-front__news--list-item {
  display: flex;
  padding: 0.5rem;
  font-size: 1.3rem;
  border-bottom: 1px dotted #3e6ba1;
}
.p-front__news--list-item:last-of-type {
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .p-front__news--list-item {
    flex-direction: column;
    padding: 1rem;
  }
}
.p-front__news--date, .p-front__news--content {
  margin-right: 2rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__news--date, .p-front__news--content {
    margin-right: 0;
    padding: 0;
  }
}
.p-front__news--date p, .p-front__news--content p {
  margin-bottom: 0;
}
.p-front__bnr--list {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-front__bnr--list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-front__bnr--list-item {
  width: 30%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__bnr--list-item {
    width: 80%;
    margin: 0 auto 2rem;
    background: #fff;
  }
}
.p-front__bnr--list-item img {
  width: 100%;
}
.p-front__bnr h3 {
  text-align: center;
  font-size: 2.7rem;
  color: #c14d5e;
}
.p-front__bnr--list:last-of-type {
  justify-content: center;
  margin-bottom: 2rem;
}
.p-front__search {
  border: 1px solid #000;
}
.p-front__search p {
  background: #c14d5e;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5rem;
}
.p-front__search form {
  display: flex;
  font-size: 1.3rem;
  padding: 2rem 1rem;
}
.p-front__search input {
  width: 80%;
  border: 1px solid #c14d5e;
  font-size: 1.1rem;
  border-radius: 0;
  height: 3rem;
}
.p-front__search button {
  width: 20%;
  padding: 0;
  background: #c14d5e;
  color: #fff;
  border: unset;
  border-radius: 0;
  border: 1px solid #c14d5e;
}

.medium-font .p-front__mv--content {
  top: 25.5rem;
  left: 3rem;
}
.medium-font .p-front__mv--bottom {
  bottom: 3.5rem;
}

.large-font .p-front__mv--content {
  top: 24.5rem;
  left: 2.4rem;
}
.large-font .p-front__mv--sns {
  top: 34.5rem;
}
.large-font .p-front__mv--bottom {
  bottom: 5.5rem;
}

.p-kiyaku h2, .p-kiyaku h3, .p-kiyaku h4 {
  color: #c14d5e;
  margin-bottom: 0;
  font-weight: bold;
}
.p-kiyaku h2, .p-kiyaku h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-kiyaku h2, .p-kiyaku h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-kiyaku h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-kiyaku h3 {
    font-size: 2rem;
    border-bottom: 1px solid #c14d5e;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -0.5rem;
  }
}
.p-kiyaku__side--img img {
  margin-bottom: 3rem;
}
.p-kiyaku__side--link a {
  color: #c14d5e !important;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-kiyaku__side--link a {
    color: #333 !important;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #333;
    padding: 0.5rem 2rem;
    text-decoration: unset;
  }
}
.p-kiyaku__side--link .sp {
  text-align: center;
  margin-bottom: 1rem;
}

.p-profile h3 {
  color: #066c9d;
}
.p-profile h4 {
  color: #f19500;
  font-size: 1.4rem;
}
.p-profile__list {
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-profile__side--img--spwide {
    margin: -1.5rem calc(50% - 50vw) 1rem;
    width: 100vw;
  }
}

.p-insistence {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-insistence {
    margin-right: unset;
  }
}
.p-insistence h2 {
  color: #066c9d;
  font-weight: bold;
}
.p-insistence h3 {
  color: #f19500;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .p-insistence h3 {
    font-size: 1.6rem;
  }
}
.p-insistence h4 {
  color: #066c9d;
}
@media screen and (max-width: 768px) {
  .p-insistence__side--img--spwide {
    margin: -1.5rem calc(50% - 50vw) 1rem;
    width: 100vw;
  }
}

.insistence-wrap {
  margin-bottom: 2rem;
}

.insistence-title-ryou span {
  display: block;
  padding-left: 10rem;
}

.p-member__bg h2 {
  color: #c14d5e;
  border-bottom: 0.1rem solid #c14d5e;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-member__bg h2 {
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-member h3 {
  color: #c14d5e;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-member h4 {
  color: #066c9d;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-member__wrap {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
.p-member__wrap::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #066c9d;
}

.p-member_form h3 {
  font-size: 2.7rem;
  color: #c14d5e;
  font-weight: bold;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c14d5e;
}
@media screen and (max-width: 768px) {
  .p-member_form h3 {
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2rem;
  }
  .p-member_form h3 span {
    font-size: 1.6rem;
    margin-bottom: -3.5rem;
    display: block;
  }
  .p-member_form h3.sp {
    display: inline-block !important;
  }
}
.p-member_form #webpage-form-wrap #contactTb {
  border-collapse: collapse;
}
.p-member_form #webpage-form-wrap #contactTb p {
  margin-bottom: 0;
}
.p-member_form #webpage-form-wrap #contactTb th, .p-member_form #webpage-form-wrap #contactTb td {
  border: 1px solid #cccccc;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .p-member_form #webpage-form-wrap #contactTb th, .p-member_form #webpage-form-wrap #contactTb td {
    display: block;
  }
}
.p-member_form #webpage-form-wrap #contactTb th {
  text-align: start;
  background: #f0f0f0;
}
.p-member_form #webpage-form-wrap #contactTb .required {
  background: red;
  color: #fff;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.p-member_form #webpage-form-wrap .submit {
  text-align: center;
}
.p-member_form #webpage-form-wrap .wpcf7-submit,
.p-member_form #webpage-form-wrap .wpcf7-previous {
  background: unset;
  width: 10rem;
  margin-bottom: 1rem;
  border-color: #333;
}
.p-member_form #webpage-form-wrap .wpcf7-spinner {
  display: none;
}
.p-member_form #webpage-form-wrap input[type=checkbox] {
  position: relative;
  top: 0.3rem;
}
.p-member_form #webpage-form-wrap .donation {
  width: 10rem;
}

.wpcf7-previous:hover,
.wpcf7-submit:hover {
  cursor: pointer;
}

.p-blog {
  font-size: 1.3rem;
}
.p-blog__side {
  font-size: 1.3rem;
}
.p-blog__side--top {
  font-size: 2rem;
}
.p-blog__side--block {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-blog__side--block {
    display: none;
  }
}
.p-blog__side--block h3 img {
  vertical-align: top;
}
.p-blog__side--block a {
  color: #3e6ba1 !important;
  text-decoration: unset;
}
.p-blog__side--block--diet {
  padding-left: 1.2rem;
  position: relative;
}
.p-blog__side--block--diet::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #3e6ba1;
}
.p-blog__side--block--local {
  padding-left: 1.2rem;
  position: relative;
}
.p-blog__side--block--local::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #6ead06;
}
.p-blog h3 {
  color: #066c9d;
}
.p-blog h4 {
  color: #f19500;
}
.p-blog__top {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-blog__top::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3e6ba1;
}
.p-blog__title {
  font-size: 1.8rem;
  color: #3e6ba1;
}
@media screen and (max-width: 768px) {
  .p-blog__title {
    font-size: 1.6rem;
  }
}
.p-blog__title a {
  color: #3e6ba1 !important;
  text-decoration: unset;
}
.p-blog__content {
  padding-bottom: 3rem;
  margin-bottom: 5rem;
  border-bottom: 0.1rem solid #cccccc;
}
@media screen and (max-width: 768px) {
  .p-blog__content {
    margin-bottom: 3rem;
  }
}
.p-blog__content--mb {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.p-blog__content--cat {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-blog__content--cat {
    flex-direction: column;
  }
}
.p-blog__content--cat p {
  width: 7rem;
}
.p-blog__content--cat ul {
  display: flex;
  flex-wrap: wrap;
}
.p-blog__content--cat ul li {
  margin-right: 1rem;
}
.p-blog__content--cat ul li:last-of-type {
  margin-right: 0;
}
.p-blog__content a {
  color: #3e6ba1 !important;
}
.p-blog__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-blog__wrap {
    flex-direction: column;
  }
}
.p-blog__top--img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-blog__diet--top {
    margin-top: 1rem;
  }
}
.p-blog__diet--top img {
  width: 100%;
}
.p-blog__diet--top--title {
  background: #3e6ba1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 7rem;
  font-size: 3rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-blog__diet--top--title {
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__local--top {
    margin-top: 1rem;
  }
}
.p-blog__local--top img {
  width: 100%;
}
.p-blog__local--top--title {
  background: #6ead06;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 7rem;
  font-size: 3rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-blog__local--top--title {
    font-size: 2rem;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.p-blog__local .p-blog__title {
  color: #6ead06;
}
.p-blog__local .p-blog__top::before {
  background: #6ead06;
}
.p-blog__local .post-categories a {
  color: #6ead06 !important;
}

.single-post .p-blog__diet--top--title,
.single-post .p-blog__local--top--title {
  padding: 1rem;
  font-size: 2rem;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .single-post .p-blog__diet--top--title,
  .single-post .p-blog__local--top--title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-post .p-blog__side--top {
    display: none;
  }
}

.sitemap-wrap a {
  color: #3e6ba1 !important;
  font-size: 1.3rem;
}
.sitemap-wrap li {
  padding: 1rem;
  border-bottom: 1px dotted #ccc;
}

.office-wrap table {
  font-size: 1.3rem;
}
.office-wrap table th {
  text-align: start;
}
.office-wrap table p {
  margin-bottom: 0;
}

.p-search__top {
  margin-bottom: 5rem;
  border: 2px solid #066c9d;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-search__top {
    margin-bottom: 3rem;
  }
}
.p-search__top--title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-search__top--title {
    font-size: 1.8rem;
  }
}
.p-search__top--content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-search__top--content {
    flex-direction: column;
    align-items: start;
  }
}
.p-search__top--content p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-search__top--content form {
    width: 100%;
  }
}
.p-search__top--content input {
  height: 3rem;
  border-radius: 0;
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-search__top--content input {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.p-search__top--content button {
  background: #066c9d;
  color: #fff;
  border-radius: 0;
  border: 1px solid #066c9d;
  height: 3rem;
}
.p-search__top--result {
  text-align: center;
}

.highlight {
  background-color: yellow;
  color: red;
  font-weight: bold;
}

.p-thanks__top {
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
.p-thanks__top p {
  font-size: 1.3rem;
}
.p-thanks__top--confirm {
  font-weight: bold;
  text-align: start;
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.p-thanks__middle--inner {
  border: 2px solid red;
  padding: 2rem;
  margin-bottom: 2rem;
}
.p-thanks__middle--inner ul li {
  font-size: 1.3rem;
}
.p-thanks__middle--inner ul li:first-of-type {
  font-weight: bold;
}

.u-bold {
  font-weight: bold;
}

.u-red {
  color: red;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  display: block;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .u-text-right {
    text-align: start;
  }
}/*# sourceMappingURL=style.css.map */