@charset "UTF-8";

.wp-pagenavi {
clear: both;
text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
display: inline-block;
color: #fff;
background-color: #f5aa24;
border: 1px solid #f5aa24;
padding: 8px 15px;
margin: 0 7px 7px 0;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
}
.wp-pagenavi a:hover{
color: #FFF;
background-color: #f58924;
border-color: #f58924;
}
.wp-pagenavi span.current{
display: inline-block;
color: #FFF;
background-color: #09ac69;
border-color: #09ac69;
font-weight: bold;
}

.container {
  max-width: 147rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap {
  width: 100%;
  min-width: 320px;
  overflow: clip;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  padding: 0 5rem;
  height: 15.4rem;
  transition-duration: 0.3s;
  transition-property: all;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header:has(.header__nav__list:hover) {
  background-color: #09ac69;
}

.header::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 20rem;
  background: linear-gradient(to bottom, #09ac69 40%, rgba(9, 172, 105, 0) 100%);
  pointer-events: none;
}

.header.is-hide {
  top: -40rem;
}

.header__logo {
  z-index: 10;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 39.6rem;
  height: auto;
}

.header__nav {
  z-index: 10;
  height: 100%;
  margin: 0 0 0 auto;
}

.header__nav__list {
  display: flex;
  height: 100%;
  margin: 0;
}

.header__nav__item {
  max-width: 18.4rem;
}

.header__nav__item > a,
.header__nav__item > span {
  display: flex;
  height: 100%;
  padding: 0 2rem;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.header__nav__sub {
  position: absolute;
  top: 15.4rem;
  left: 0;
  width: 100vw;
  max-width: 1920px;
  max-height: calc(100vh - 15.4rem);
  display: flex;
  align-items: stretch;
  transform: scale(1, 0);
  transition-property: transform;
  transition-duration: 0.3s;
  transform-origin: top center;
  padding: 4.2rem 5rem;
  box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.1);
  background-color: #009a5b;
  color: #fff;
  overflow-y: auto;
}

.header__nav__sub a,
.header__nav__sub span {
  color: #fff;
  text-decoration: none;
}

.header__nav__item:hover > a + .header__nav__sub,
.header__nav__item:hover > span + .header__nav__sub {
  transform: scale(1, 1);
}

.header__nav__sub__ttl {
  border-left: 0.4rem solid #fff;
  padding-left: 3.4rem;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  max-width: 24rem;
  text-transform: uppercase;
}

.header__nav__sub__list {
  display: flex;
  flex: 1;
  margin: 0 0 0 11.6rem;
  padding: 0.4rem 0;
  gap: 6.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.header__nav__sub__list :has(:nth-child(1)) > li {
  max-width: 100%;
}

.header__nav__sub__list:has(> :nth-child(2)) > li {
  max-width: calc(50% - 3.4rem);
}

.header__nav__sub__list:has(> :nth-child(3)) > li {
  max-width: calc(33% - 4.5rem);
}

.header__nav__sub__list:has(> :nth-child(4)) > li {
  max-width: calc(25% - 5.1rem);
}

.header__nav__sub__list:has(> :nth-child(5)) > li {
  max-width: calc(20% - 5.4rem);
}

.header__nav__sub__list:has(.header__nav__sub__list2--wide) > li {
  max-width: 46rem;
}

.header__nav__sub__list2 {
  display: flex;
  flex-direction: column;
  margin: 1.2rem 0 0;
  gap: 2rem 1rem;
  font-size: 2.2rem;
  font-weight: normal;
}

.header__nav__sub__list2 > li > a,
.header__nav__sub__list2 > li > span {
  display: block;
  border-left: 2px solid #fff;
  padding-left: 1.2rem;
}

.header__nav__sub__list2--wide {
  flex-direction: row;
  flex-wrap: wrap;
}

.header__nav__sub__list2--wide > li {
  width: calc(50% - 0.5rem);
}

.header__nav__sub__list3 {
  display: flex;
  flex-direction: column;
  margin: 1.2rem 0 0;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: normal;
}

.header__nav__sub__list3 > li > a,
.header__nav__sub__list3 > li > span {
  position: relative;
  display: block;
  padding-left: 2.4rem;
}

.header__nav__sub__list3 > li > a::before,
.header__nav__sub__list3 > li > span::before {
  position: absolute;
  top: 1.8rem;
  left: 0.4rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.header__language {
  z-index: 10;
  display: flex;
  align-items: center;
  margin: 0 0 0 2.9rem;
}

.header__language .gt_switcher-popup {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5aa24;
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  height: 5.1rem;
  padding: 0 3rem 0.4rem 6.3rem;
  border-radius: 2.6rem;
}

.header__language .gt_switcher-popup::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  margin: auto 0;
  width: 2.6rem;
  height: 2.8rem;
  background: url(./images/header_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.header__language .gt_switcher-popup::after {
  content: "Languages";
}

.header__language .gt_switcher-popup img,
.header__language .gt_switcher-popup span {
  display: none;
}

.header__menu {
  position: relative;
  z-index: 9;
  display: none;
  margin: 0;
  width: 5.2rem;
  height: 100%;
}

.header__menu > a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.header__menu > a > span {
  display: block;
  height: 100%;
  text-indent: -99999rem;
}

.header__menu > a > span::after {
  position: absolute;
  top: 3.5rem;
  left: 0;
  right: 0;
  content: "MENU";
  text-align: center;
  color: #fff;
  text-indent: 0;
  font-size: 0.8rem;
}

.header__menu > a::before,
.header__menu > a::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1.1rem;
  height: 2px;
  width: 2.2rem;
  background-color: #fff;
  transition-duration: 0.3s;
  opacity: 1;
}

.header__menu > a::before {
  top: 2.2rem;
}

.header__menu > a::after {
  top: 2.8rem;
}

.header__menu.is-open > a::before {
  top: 2.5rem;
  transform: rotate(45deg);
}

.header__menu.is-open > a::after {
  top: 2.5rem;
  transform: rotate(-45deg);
}

.header__menu.is-open > a > span::after {
  content: "CLOSE";
}

.menu-sp {
  display: none;
  position: fixed;
  z-index: 9;
  top: 6.4rem;
  bottom: 0;
  right: -150%;
  width: 100%;
  overflow-y: scroll;
  padding: 2.4rem 1.5rem 4rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  background-color: #009a5b;
  color: #fff;
  transition-duration: 0.3s;
}

.menu-sp.is-open {
  right: 0;
}

.menu-sp a {
  color: #fff;
  text-decoration: none;
}

.menu-sp__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.6rem;
  margin: 0;
}

.menu-sp__item {
  width: calc(50% - 2.5rem);
}

.menu-sp__item--wide {
  width: 100% !important;
}

.menu-sp__sub__ttl {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.menu-sp__sub__row {
  display: flex;
  gap: 5rem;
}

.menu-sp__sub__list {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.8rem;
  margin: 0;
}

.menu-sp__sub__row .menu-sp__sub__list {
  width: calc(50% - 2.5rem);
}

.menu-sp__sub__list2 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.4rem;
  margin: 0 0 0 2rem;
}

a + .menu-sp__sub__list2 {
  margin-top: 0.8rem;
}

.menu-sp__sub__list3 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.4rem;
  margin: 0 0 0 4rem;
}

a + .menu-sp__sub__list3 {
  margin-top: 0.4rem;
}

.footer__row {
  padding: 8.2rem 5rem;
  background: #eefaf4 url(./images/footer_bg001.png) no-repeat calc(100% - 7.6rem) calc(100% - 7rem);
  background-size: 64.4rem auto;
}

.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

.footer__nav a {
  text-decoration: none;
}

.footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  width: calc(50% - 2.5rem);
  margin: 0;
}

.footer__nav__item {
  width: calc(50% - 2.5rem);
}

.footer__nav__item--wide {
  width: 100% !important;
}

.footer__nav__sub__ttl {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #00844e;
  color: #00844e;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.footer__nav__sub__row {
  display: flex;
  gap: 5rem;
}

.footer__nav__sub__list {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.8rem;
  margin: 0;
}

.footer__nav__sub__row .footer__nav__sub__list {
  width: calc(50% - 2.5rem);
}

.footer__nav__sub__list2 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.4rem;
  margin: 0 0 0 2rem;
}

a + .footer__nav__sub__list2 {
  margin-top: 0.8rem;
}

.footer__nav__sub__list3 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.4rem;
  margin: 0 0 0 4rem;
}

a + .footer__nav__sub__list3 {
  margin-top: 0.4rem;
}

.footer__sns {
  margin: 6.8rem 0 0;
}

.footer__logo {
  text-align: center;
  margin: 4rem 0 0;
}

.footer__logo img {
  width: 47.8rem;
  height: auto;
}

.footer__copyright {
  margin: 0;
  background-color: #09ac69;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  padding: 1rem 5rem;
}

.breadcrumbs-wrap {
  font-size: 2.4rem;
  padding: 3.6rem 0;
}

.breadcrumbs-wrap .breadcrumbs {
  font-weight: bold;
}

.breadcrumbs-wrap .breadcrumbs > span {
  display: inline-block;
}

.breadcrumbs-wrap a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.content {
  position: relative;
  z-index: 5;
}

.content__inner {
  padding: 0 0 10rem;
}

.content__inner__container {
  display: grid;
  gap: 8rem;
  grid-template-columns: 41.5rem 1fr;
}

.main {
  order: 2;
  overflow: hidden;
}

.main > :last-child {
  margin-bottom: 0;
}

.side {
  position: relative;
  order: 1;
}

.side__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.3s;
}

.side__inner > :last-child {
  margin-bottom: 0;
}

.side__list {
  margin: 0 0 6rem;
}

.side__list > dt {
  padding: 0.6rem 2.8rem;
  background-color: #09ac69;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.side__list > dt a {
  margin: -0.6rem -2.8rem;
  padding: 0.6rem 2.8rem;
  color: #fff;
}

.side__list a {
  font-size: 2.4rem;
  display: block;
  text-decoration: none;
}

.side__list2 {
  margin: 0;
}

.side__list2 > li {
  background-color: #eefaf4;
}

.side__list2 > li > a {
  border-bottom: 2px solid #fff;
  padding: 1.4rem 2.8rem;
}

.side__list3 {
  margin: 0;
}

.side__list3 > li {
  background-color: #def4e9;
}

.side__list3 > li > a {
  border-bottom: 2px solid #fff;
  padding: 1.4rem 2.8rem 1.4rem 4rem;
}

.side__list4 {
  margin: 0;
}

.side__list4 > li {
  background-color: #cceedd;
}

.side__list4 > li > a {
  border-bottom: 2px solid #fff;
  padding: 1.4rem 2.8rem 1.4rem 5.2rem;
}

.side__banner__item {
  aspect-ratio: 415/200;
}

.side__banner__item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.2rem 2.8rem;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
  background: no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}

.side__banner__item--type1 a {
  background-image: url(./images/side_bg001.jpg);
}

.side__banner__item--type2 a {
  background-image: url(./images/side_bg002.jpg);
}

.side__banner__item--type3 a {
  background-image: url(./images/side_bg003.jpg);
}

.side__banner__item--type4 a {
  background-image: url(./images/side_bg004.jpg);
}

.side__banner__item--type5 a {
  background-image: url(./images/side_bg005.jpg);
}

.pagetop {
  position: relative;
  z-index: 7;
}

.pagetop a {
  opacity: 0;
  position: fixed;
  bottom: 6rem;
  right: -20rem;
  display: block;
  width: 8rem;
  height: 8rem;
  text-indent: -99999rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: all;
  background-color: #fff;
  border: 2px solid #09ac69;
  border-radius: 50%;
}

.pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: -0.5rem 0 0 -0.9rem;
  border-bottom: 2px solid #09ac69;
  border-left: 2px solid #09ac69;
  transform: rotate(135deg);
}

.pagetop.is-show a {
  opacity: 1;
  right: 4rem;
}

.gt_white_content {
  width: 50rem !important;
  height: 38rem !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}

.gt_white_content::after {
  display: block;
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: normal;
  white-space: pre;
  content: "Translation not available on Safari. \aPlease use Chrome or Edge.";
}

.gt_white_content a {
  padding: 1.5rem 0 !important;
}

.gt_white_content .gt_languages {
  display: block !important;
  max-height: none !important;
}

a.glink img {
  width: 2.8rem !important;
}

.gt_container-unisv1 a.glink span {
  font-size: 2.4rem !important;
}

.sp-br {
  display: none;
}

.sec {
  background-color: #fff;
  padding: 10rem 0;
}

.sec > :last-child {
  margin-bottom: 0;
}

.sec--type2 {
  padding-top: 0;
}

.sec2 {
  background-color: #eefaf4;
  padding: 10rem 0;
}

.sec2 > :last-child {
  margin-bottom: 0;
}

.sec3 {
  background-color: #fcfbe9;
  padding: 10rem 0 12rem;
}

.sec3 > :last-child {
  margin-bottom: 0;
}

.ttl {
  position: relative;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: #09ac69;
  padding-bottom: 2.4rem;
  margin-bottom: 5.2rem;
}

.ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 9.8rem;
  height: 0.6rem;
  background-color: #f5aa24;
  border-radius: 0.3rem;
}

.btn {
  position: relative;
  display: inline-flex;
  width: 33rem;
  height: 8rem;
  background-color: #f5aa24;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 5.6rem;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.6rem;
  margin: auto 0;
  pointer-events: none;
  width: 1.6rem;
  height: 2.8rem;
  background: url(./images/arrow_001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.btn--type2 {
  background-color: #ffffff;
  color: #09ac69;
}

.btn--type2::before {
  border-top-color: #09ac69;
  border-bottom-color: #09ac69;
}

.btn--type2::after {
  background-image: url(./images/arrow_002.png);
}

.btn--large {
  width: 37rem;
}

.img-set {
  display: flex;
  gap: 6rem;
  position: relative;
  margin-bottom: 10rem;
}

.img-set__img {
  width: 50%;
}

.img-set__img img {
  width: 100%;
  height: auto;
}

.img-set__txt {
  width: 67.4rem;
  font-size: 2.4rem;
  padding-top: 3.6rem;
}

.img-set__txt > :last-child {
  margin-bottom: 0;
}

.img-set--type2 {
  justify-content: end;
}

.img-set--type2 .img-set__img {
  order: 2;
}

.img-set--type2 .img-set__txt {
  order: 1;
}

.img-set__link {
  text-align: right;
}

.sns-wrap {
  margin: 8rem 0 4rem;
}

.sns {
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 1.2rem;
}

.sns__item a {
  display: block;
  width: 5rem;
  height: 5rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999rem;
  overflow: hidden;
}

.sns__item--facebook a {
  background-image: url(./images/sns_bg001.png);
}

.sns__item--twitter a {
  background-image: url(./images/sns_bg002.png);
}

.sns__item--line a {
  background-image: url(./images/sns_bg003.png);
}

.mv {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  height: 81rem;
}

.mv__inner {
  position: relative;
  z-index: 9;
  display: none;
  margin: 0 auto;
}

.mv__inner .slick-list {
  height: 81rem;
  overflow: hidden;
}

.mv__inner .slick-track {
  height: 100%;
}

.mv__inner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  transform: translateX(-50%);
}

.mv__inner .slick-dots button {
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  background-color: transparent;
  border: 1px solid #fff;
  text-indent: -999rem;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
}

.mv__inner .slick-dots .slick-active button {
  background-color: #fff;
}

.mv__item {
  position: relative;
  width: 10rem;
  height: 65.2rem;
}

.mv__item a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.mv__item__inner {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.mv__container {
  padding-top: 26rem;
  height: 100%;
}

.mv__txt {
  margin: 0;
  padding: 0 1.5rem;
  color: #fff;
  /*font-size: 5.6rem;*/
  font-size: 4rem;
 /* text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4); */
    text-shadow: 0 0 0.8rem rgba(0, 0, 0);
}

.mv__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv__item__img img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__item__img__pc {
  display: block !important;
}

.mv__item__img__sp {
  display: none !important;
}

.mv2 {
  position: relative;
  height: 58rem;
}

.mv2__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv2__inner {
  position: relative;
  height: 100%;
  z-index: 3;
}

.mv2__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14rem;
  font-size: 5.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
  margin: 0;
}

.mv2__img__pc {
  display: block !important;
}

.mv2__img__sp {
  display: none !important;
}

.news {
  margin-bottom: 12rem;
}

.news_title{
  margin-top:7rem;
}

.news__list {
  margin-bottom: 7.2rem;
}

    .news__list_cat {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

.news__list__item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.8rem;
}

.news__list__item + .news__list__item {
  border-top: 1px solid #cbcbcb;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}

.news__list__item a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.8rem;
  text-decoration: none;
}

.news__date {
  margin: 0;
  width: 25.2rem;
  text-align: right;
  font-size: 2.4rem;
  font-weight: bold;
  color: #9b9b9b;
}

.news__date_cat {
  color: #09ac69;
}

.news__category {
  position: relative;
  top: 0.4rem;
  margin: 0;
  background-color: #aaa;
  width: 16.2rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  border-radius: 0.6rem;
  text-align: center;
}

.news__category--info {
  background-color: #f1766b;
}

.news__category--newsletter {
  background-color: #4484d4;
}

.news__category--mass {
  background-color: #f1b000;
}

.news__category--multilingual-mass {
  background-color: #8a62da;
}

.news__txt {
  flex: 1;
  margin: 0;
  font-size: 2.4rem;
  color: #333333;
}

.news__btn {
  margin: 0;
  text-align: center;
}

.nav {
  margin-bottom: 9.8rem;
}

.nav__list {
  display: flex;
}

.nav__list__item {
  flex: 1;
  aspect-ratio: 64/50;
}

.nav__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
  background-color: no-repeat 50% 50%;
  background-size: cover;
}

.nav__list__item--info a {
  background-image: url(./images/nav_bg001.jpg);
}

.nav__list__item--event a {
  background-image: url(./images/nav_bg002.jpg);
}

.nav__list__item--mass a {
  background-image: url(./images/nav_bg003.jpg);
}

.mass__row {
  display: flex;
  align-items: center;
  height: 45rem;
  background-color: #09ac69;
}

.mass__col {
  width: 65.5rem;
}

.mass__col img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mass__col2 {
  flex: 1;
  padding: 8rem;
}

.mass__txt {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  color: #fff;
}

.mass__btn {
  margin: 4.8rem 0 0;
}

.report__ttl {
  margin-bottom: 7rem;
}

.report__ttl2 {
  margin-bottom: 6.4rem;
  background-color: #09ac69;
  color: #fff;
  font-weight: bold;
}

.report__ttl2 a {
  display: flex;
  gap: 4rem;
  padding: 2rem 4rem;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.report__ttl2__txt {
  flex: 1;
  margin: 0;
  font-size: 3.2rem;
}

.report__ttl2__txt span {
  display: inline-block;
}

.report__ttl2__date {
  margin: 0;
  white-space: nowrap;
  font-size: 2.4rem;
}

.report__ttl3 {
/*  font-size: 2.8rem;*/
  font-size: 3rem;
  font-weight: bold;
  color: #09ac69;
  margin-bottom: 2.4rem;
}

.report__row {
  display: flex;
  gap: 6rem;
  margin-bottom: 6.4rem;
}

.report__col {
  width: 65.4rem;
}

.report__col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.report__col2 {
  flex: 1;
}

.report__list {
  font-size: 2.4rem;
  margin: 0;
}

.report__list > li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}

.report__list > li::before {
  content: "◇";
  margin-right: 0.25em;
}

.report__list a {
  color: #333;
  text-decoration: none;
  font-size: 2.8rem;
  line-height: 1.8;
}

.report__btn {
  margin: 0;
  text-align: center;
}

.toc {
    width: auto;
    margin: 0 0 10px;
    padding: 10px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: #ccc solid 1px;
    border-radius: 3px;
    background-color: #fafafa;
}

.toc p{
font-size: 2.8rem;
text-align: center;
}

/* 既存の::beforeを無効化 */
.toc ul.toc-ul > li::before {
  content: none !important;
}

.toc ul.toc-ul {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
}

.toc ul.toc-ul > li {
  list-style: none !important;
  margin: 0 7rem;
  line-height: 2;
}


.toc ul.toc-ul li a {
  text-decoration: none !important;
  font-size: 2.8rem;
color: #09ac69;
  display: inline-block;
  text-indent: -1.3em;
}


.profile {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  height: 86.3rem;
  background: url(./images/profile_bg001.jpg) no-repeat 6% 50%;
  background-size: cover;
}

.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100.6rem;
  margin-left: -96rem;
  height: 100%;
  background: url(./images/profile_bg002.png) no-repeat 100% 0;
  background-size: 100% 100%;
}

.profile__message {
  position: relative;
  z-index: 2;
  /*width: 70rem;*/
  width: 72rem;
/*  margin-left: 13rem; */
  margin-left: 8rem;

  /*padding: 5.2rem 6rem;*/
    padding: 2.2rem 3rem;
  background-color: #fff;
  min-height: 67.8rem;
}

.profile__txt {
 /* font-size: 2.4rem; */
  font-size: 1.6rem; 
 
  margin: 0;
}

.profile__txt + .profile__txt {
 /* margin-top: 4.8rem; */
  margin-top: 0.8rem;
}

.profile__col {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.profile__img {
  position: absolute;
  bottom: 0;
  right: 8rem;
  z-index: 3;
  width: 46.6rem;
}

.profile__img img {
  width: 100%;
  height: auto;
}

.profile__btn {
  position: absolute;
  right: 5rem;
  bottom: 9.6rem;
  z-index: 4;
  margin: 0;
}

.profile__btn a {
  position: relative;
  display: inline-flex;
  width: 37rem;
  height: 8rem;
  background-color: #f5aa24;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 5.6rem;
}

.profile__btn a::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.profile__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.6rem;
  margin: auto 0;
  pointer-events: none;
  width: 1.6rem;
  height: 2.8rem;
  background: url(./images/arrow_001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.profile2 {
  margin-top: 15rem;
}

.profile2__ttl {
  position: relative;
  background-color: #eefaf4;
  color: #09ac69;
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem 7.3rem 2.4rem 0;
  margin: 0 0 6rem 7.3rem;
}

.profile2__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7.3rem;
  transform: translateY(-50%);
  width: 14.6rem;
  height: 14.6rem;
  border-radius: 50%;
  background: #09ac69 url(./images/profile2_bg001.png) no-repeat 50% 50%;
  background-size: 7rem 8.6rem;
}

.profile2__list {
  margin: 0;
}

.profile2__list > li {
  position: relative;
  padding-left: 11.8rem;
  display: flex;
  gap: 4.4rem;
}

.profile2__list > li + li {
  margin-top: 4.8rem;
}

.profile2__list > li::before {
  content: "";
  position: absolute;
  /*top: -6rem;*/
    top: -5rem;
  left: 7rem;
  width: 0.4rem;
  height: calc(100% + 6rem);
  background-color: #09ac69;
}

.profile2__list > li:last-child::before {
  height: 7.6rem;
}

.profile2__list > li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 5.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.4rem solid #09ac69;
  background-color: #fff;
  border-radius: 50%;
}

.profile2__date {
  margin: 0;
 /* font-size: 3.6rem; */
  font-size: 3.2rem;
  font-weight: bold;
  color: #09ac69;
  white-space: nowrap;
}

.profile2__txt {
  margin: 0;
  padding-top: 0.2rem;
  /*font-size: 3.2rem;*/
  font-size: 3.0rem;
  flex: 1;
}

.message__ttl {
  background-color: #09ac69;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 4.8rem;
  padding: 2.4rem 5rem;
}

.message__list {
  margin: 0;
}

.message__list > li {
  display: flex;
}

.message__list > li + li {
  border-top: 1px solid #e3e3e3;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}

.message__list > li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.8rem;
  text-decoration: none;
}

.message__date {
  margin: 0;
  width: 25.2rem;
  text-align: right;
  font-size: 2.4rem;
  font-weight: bold;
  color: #9b9b9b;
}

.message__txt {
  flex: 1;
  margin: 0;
  font-size: 2.4rem;
  color: #333;
}

.message__btn {
  margin: 5.6rem 0 0;
  text-align: center;
}

.diocese__main {
  height: 183.8rem;
  padding: 12rem 0;
  background: url(./images/diocese_bg001.jpg) no-repeat 50% 100%;
  background-size: cover;
}

.diocese__main--type2 {
  height: 213.9rem;
  background-image: url(./images/diocese_bg004.jpg);
}

.diocese__ttl {
  margin-bottom: 4.8rem;
}

.diocese__ttl2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #2c422d;
  text-align: center;
  margin-bottom: 4rem;
}

.diocese__txt {
  font-size: 2.4rem;
  margin-bottom: 5.2rem;
  text-align: center;
}

.diocese__txt2 {
  font-size: 2.4rem;
  margin-bottom: 5.2rem;
  text-align: center;
}

.diocese__btn {
  text-align: center;
}

.diocese__nav {
  display: flex;
  margin: 0;
  border-top: 2rem solid #09ac69;
  border-bottom: 2rem solid #09ac69;
}

.diocese__nav__item {
  width: 50%;
  aspect-ratio: 96/45;
}

.diocese__nav__item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
  background: no-repeat 50% 50%;
  background-size: cover;
}

.diocese__nav__item--history a {
  background-image: url(./images/diocese_bg002.jpg);
}

.diocese__nav__item--president a {
  background-image: url(./images/diocese_bg003.jpg);
}

.diocese__nav__inner {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.diocese__nav__inner span {
  font-size: 2.4rem;
}

.parish__ttl {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 12.8rem;
}

.parish__ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  display: block;
  background: no-repeat url(./images/parish_bg001.png) 0 0;
  background-size: 100% auto;
  width: 6.5rem;
  height: 11.3rem;
}

.parish__ttl2 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 2rem;
  margin-bottom: 3.6rem;
}

.parish__ttl2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 6.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
}

.parish__ttl2 a {
    color: inherit;
    text-decoration: none;
}

.parish__ttl2 a:hover {
    text-decoration: none;
}

.parish__ttl3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.parish__ttl3 a {
    color: inherit;
    text-decoration: none;
}

.parish__ttl3 a:hover {
    text-decoration: none;
}


.parish__container {
  position: relative;
  min-height: 252.8rem;
}

.parish__img {
  position: absolute;
  top: 10.2rem;
  left: 23.4rem;
  z-index: 1;
  width: 88.9rem;
  height: 189rem;
}

.parish__img img {
  width: 100%;
  height: auto;
}

.parish__img__sp {
  display: none;
}

.parish__block {
  position: relative;
  z-index: 2;
  width: 55.2rem;
  padding: 4rem 4.8rem 6rem;
  background-color: rgba(231, 204, 89, 0.8);
  border-radius: 2rem;
  box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
}

.parish__block--type1 {
  float: left;
}

.parish__block--type2 {
  float: right;
}

.parish__block--type3 {
  top: 6rem;
  clear: both;
  float: left;
  top: 6rem;
}

.parish__block--type4 {
  top: -7.4rem;
  float: right;
}

.parish__block--type5 {
  top: -1.4rem;
  clear: both;
  margin: 0 auto;
  width: 106.4rem;
}

.parish__block__items {
  display: flex;
  flex-direction: column;
  gap: 3.6rem 4rem;
}

.parish__block__items--wide {
  flex-direction: row;
  flex-wrap: wrap;
}

.parish__block__items--wide .parish__block__item {
  width: calc(50% - 2rem);
}

.parish__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}

.parish__list > li {
  width: calc(50% - 0.5rem);
}

.parish__list > li.parish__list__wide {
  width: 100%;
}

.parish__list > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.1rem 2.8rem;
  height: 100%;
}

.parish__list > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  margin: auto 0;
  pointer-events: none;
  width: 1.4rem;
  height: 2.2rem;
  background: url(./images/arrow_003.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.library__list {
  display: flex;
  gap: 1rem;
  margin: 0;
}

.library__item {
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;
  width: calc(20% - 0.8rem);
}

.library__item--type1 {
  background-color: #25ae99;
}

.library__item--type2 {
  background-color: #25ae5f;
}

.library__item--type3 {
  background-color: #82ae25;
}

.library__item--type4 {
  background-color: #c1ba00;
}

.library__item--type5 {
  background-color: #e6bd00;
}

.library__img {
  aspect-ratio: 286/230;
  margin: 0 -2rem 3.6rem;
}

.library__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.library__img__sp {
  display: none;
}

.library__txt {
  margin: 0 0 3.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.library__txt__inner {
  margin: 0;
}

.library__btn {
  margin: 0;
}

.library__btn a {
  position: relative;
  display: flex;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 3.2rem;
}

.library__btn a::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

.library__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
  pointer-events: none;
  width: 1.4rem;
  height: 2.4rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.library__item--type1 .library__btn a {
  color: #25ae99;
}

.library__item--type1 .library__btn a::before {
  border-top-color: #25ae99;
  border-bottom-color: #25ae99;
}

.library__item--type1 .library__btn a::after {
  background-image: url(./images/arrow_004.png);
}

.library__item--type2 .library__btn a {
  color: #25ae5f;
}

.library__item--type2 .library__btn a::before {
  border-top-color: #25ae5f;
  border-bottom-color: #25ae5f;
}

.library__item--type2 .library__btn a::after {
  background-image: url(./images/arrow_005.png);
}

.library__item--type3 .library__btn a {
  color: #82ae25;
}

.library__item--type3 .library__btn a::before {
  border-top-color: #82ae25;
  border-bottom-color: #82ae25;
}

.library__item--type3 .library__btn a::after {
  background-image: url(./images/arrow_006.png);
}

.library__item--type4 .library__btn a {
  color: #c1ba00;
}

.library__item--type4 .library__btn a::before {
  border-top-color: #c1ba00;
  border-bottom-color: #c1ba00;
}

.library__item--type4 .library__btn a::after {
  background-image: url(./images/arrow_007.png);
}

.library__item--type5 .library__btn a {
  color: #e6bd00;
}

.library__item--type5 .library__btn a::before {
  border-top-color: #e6bd00;
  border-bottom-color: #e6bd00;
}

.library__item--type5 .library__btn a::after {
  background-image: url(./images/arrow_008.png);
}

.crest__ttl2 {
  border-bottom: 0.4rem dotted #09ac69;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 2.8rem;
  margin-bottom: 3.2rem;
}

.crest__ttl2 span {
  font-size: 3.2rem;
  color: #f5aa24;
}

.crest__sec + .crest__sec {
  margin-top: 8rem;
}

.crest__row {
  display: flex;
  gap: 8rem;
}

.crest__col {
  flex: 1;
}

.crest__col2 {
  width: 58.1rem;
}

.crest__col2 img {
  width: 100%;
  height: auto;
}

.crest__txt {
  font-size: 2.4rem;
  margin: 0;
}

.crest__txt2 {
  margin: 0 0 0.8rem;
  font-size: 2.2rem;
  color: #09ac69;
}

.church__ttl {
  margin-bottom: 3.6rem;
}

.church__ttl2 {
  background-color: #eefaf4;
  margin: 3.6rem 0 6rem;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  padding: 1rem 2.4rem;
}

.church__ttl2 span {
  color: #09ac69;
}

.church__ttl3 {
  background-color: #09ac69;
  color: #fff;
  text-align: center;
  margin: 10rem 0 3rem;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0.8rem 2.4rem 1rem;
}

.church-page h3 {
  background-color: #09ac69;
  color: #fff;
  text-align: center;
  margin: 10rem 0 3rem;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0.8rem 2.4rem 1rem;
}

.church__ttl4 {
  position: relative;
  margin: 4.8rem 0 2.8rem;
  padding-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #09ac69;
}

.church-page h4 {
  position: relative;
  margin: 4.8rem 0 2.8rem;
  padding-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #09ac69;
}

.church__ttl4::before,
.church__ttl4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0.6rem;
}

.church-page h4::before,
.church-page h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0.6rem;
}

.church__ttl4::before {
  width: 100%;
  background-color: #cceedd;
}

.church-page h4::before {
  width: 100%;
  background-color: #cceedd;
}

.church__ttl4::after {
  width: 26.7rem;
  background-color: #09ac69;
}

.church-page h4::after {
  width: 26.7rem;
  background-color: #09ac69;
}

.church__ttl5 {
  background-color: #eefaf4;
  color: #09ac69;
  text-align: center;
  margin: 6rem 0 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.8rem 2.4rem 1rem;
}

.church__ttl6 {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 7.2rem 0 3.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #09ac69;
}

.church__ttl6::before,
.church__ttl6::after {
  content: "";
  flex: 1;
  height: 0.3rem;
  background-color: #09ac69;
}

.church__txt {
  text-align: center;
  font-size: 2.4rem;
  color: #09ac69;
  margin: -2.4rem 0 0;
}

.church__txt2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}

.church-page p {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}

.church__slide {
  margin-bottom: 12rem;
}

.church__slide__inner {
  position: relative;
  display: none;
}

.church__slide__inner .slick-list {
  aspect-ratio: 975/720;
  overflow: hidden;
}

.church__slide__inner .slick-track {
  height: 100%;
}

.church__slide__inner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -6rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  transform: translateX(-50%);
}

.church__slide__inner .slick-dots button {
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background-color: #eefaf4;
  text-indent: -999rem;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
}

.church__slide__inner .slick-dots .slick-active button {
  background-color: #09ac69;
}

.church__slide__item {
  position: relative;
}

.church__slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.church__facility {
  margin: 0 0 2.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.church__facility__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(33.3333333333% - 0.6rem);
  background: #fff;
  border: 2px solid #09ac69;
  font-size: 2.4rem;
  color: #09ac69;
  padding: 0.8rem 1.2rem 1rem 6.6rem;
  text-align: center;
}

.church__facility__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5.4rem;
  background: #09ac69 no-repeat 50% 50%;
}

.church__facility__item--car::before {
  background-image: url(./images/church_ic_car001.png);
  background-size: 3.2rem 3rem;
}

.church__facility__item--slope::before {
  background-image: url(./images/church_ic_slope001.png);
  background-size: 2.7rem 3.7rem;
}

.church__facility__item--wheelchair::before {
  background-image: url(./images/church_ic_wheelchair001.png);
  background-size: 3.3rem 4.2rem;
}

.church__link {
  margin: 0 0 2.8rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.church__link__item {
  width: 14rem;
  height: 14rem;
}

.church__link__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9.2rem 1rem 0;
  text-align: center;
  background-color: #09ac69;
  color: #fff;
  text-decoration: none;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.church__link__item a::before {
  content: "";
  position: absolute;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
  line-height: 1.2;
}

.church__link__item--hp a::before {
  width: 5.2rem;
  height: 5rem;
  background-image: url(./images/church_ic_hp001.png);
}

.church__link__item--blog a::before {
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(./images/church_ic_blog001.png);
}

.church__link__item--sns a::before {
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(./images/church_ic_sns001.png);
}

.church__access {
  margin: 0 0 2.8rem;
  font-size: 2.4rem;
}

.church__access > li + li {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cbcbcb;
}

.church__access a {
  color: #333;
  text-decoration: none;
}

.church__map {
  aspect-ratio: 975/500;
  overflow: hidden;
}

.church__map iframe {
  width: 100%;
  height: 100%;
}

.youtube {
  margin: 4rem 0;
  aspect-ratio: 560/315;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.scroll__bar-top {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  height: 2rem;
}

.scroll__bar-top__inner {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 2rem;
}

.article {
  overflow: hidden;
  font-size: 2.4rem;
}

.article > :first-child {
  margin-top: 0 !important;
}

.article > :last-child {
  margin-bottom: 0 !important;
}

.article .article__ttl {
  position: relative;
  margin-bottom: 6.8rem;
  padding-bottom: 2.8rem;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #09ac69;
}

.article .article__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  background-color: #f5aa24;
  border-radius: 0.4rem;
}

.article h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  padding: 1.2rem 1.8rem;
/*  margin: 5.6rem 0 5.2rem;*/
  margin: 5.6rem 0 3.2rem;
  background-color: #09ac69;
  border-bottom: 0.6rem solid #f5aa24;
  overflow: hidden;
}

.article h3 {
  position: relative;
  margin: 5.2rem 0 4.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 2.4rem;
  color: #09ac69;
  overflow: hidden;
}

.article h3::before,
.article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.6rem;
}

.article h3::before {
  width: 100%;
  background-color: #cceedd;
}

.article h3::after {
  width: 26.7rem;
  background-color: #f5aa24;
}

.article h4 {
  position: relative;
  margin: 5.2rem 0 4.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #09ac69;
  padding: 0.4rem 0 0.4rem 2.8rem;
  overflow: hidden;
}

.article h4::before,
.article h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
}

.article h4::before {
  bottom: 0;
  background-color: #09ac69;
}

.article h4::after {
  bottom: 50%;
  background-color: #f5aa24;
}

.article h5 {
  margin: 4.8rem 0 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #09ac69;
  padding-bottom: 1.2rem;
  border-bottom: 0.6rem dotted #f5aa24;
  overflow: hidden;
}

.article h6 {
  position: relative;
  margin: 4rem 0 3.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #f5aa24;
  padding-left: 4.2rem;
  overflow: hidden;
}

.article h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 4.2rem;
  background: url(./images/article_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.article .table-scroll-top {
 /* margin: 6.8rem 0 0;*/
  margin: 0; 
  height: 1.8rem;
  overflow: auto;
}

.article .table-scroll-top__inner {
  height: 100%;
}

.article .table {
  overflow: auto;
  /*margin: 0 0 6.8rem;*/
  margin: 0 0 3.8rem;
}

.article .table table {
  border-collapse: collapse;
  font-size: 2rem;
}

.article .table table th,
.article .table table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  border: 1px solid #cbcbcb;
  padding: 0.8rem 1.2rem;
}

.article .table table thead {
  background-color: #cceedd;
}

/*
.article .table table .table-bg1 {
  background-color: #fbc86c;
}

.article .table table .table-bg2 {
  background-color: #fbd38c;
}

.article .table table .table-bg3 {
  background-color: #fde5bb;
}

.article .table table .table-bg4 {
  background-color: #bfda3d;
}

.article .table table .table-bg5 {
  background-color: #d3e580;
}

.article .table table .table-bg6 {
  background-color: #e2ebb6;
}

.article .table table .table-bg7 {
  background-color: #9adba1;
}

.article .table table .table-bg8 {
  background-color: #b0edb6;
}

.article .table table .table-bg9 {
  background-color: #c4f4c9;
}

.article .table table .table-bg10 {
  background-color: #89d1d7;
}

.article .table table .table-bg11 {
  background-color: #aadce0;
}

.article .table table .table-bg12 {
  background-color: #c1e9ec;
}

.article .table table .table-bg13 {
  background-color: #9cbeb4;
}

.article .table table .table-bg14 {
  background-color: #a6cabf;
}

.article .table table .table-bg15 {
  background-color: #b7d5cc;
}

.article .table table .table-bg16 {
  background-color: #cfe4de;
}

.article .table table .table-bg17 {
  background-color: #e3f2ed;
}
*/

/*テーブルの背景色・同系色グラデーション*/
.article .table table .table-bg1 {
  background-color: #fbc86c;
}
.article .table table .table-bg1-1 {
  background-color: #fbd38c;
}
.article .table table .table-bg1-2 {
  background-color: #fcda9f;
}
.article .table table .table-bg1-3 {
  background-color: #fde2b5;
}
.article .table table .table-bg1-4 {
  background-color: #feeacd;
}
.article .table table .table-bg1-5 {
  background-color: #fef2e0;
}

.article .table table .table-bg2 {
  background-color: #bfda3d;
}
.article .table table .table-bg2-1 {
  background-color: #d3e580;
}
.article .table table .table-bg2-2 {
  background-color: #dae994;
}
.article .table table .table-bg2-3 {
  background-color: #e2eda9;
}
.article .table table .table-bg2-4 {
  background-color: #e9f1bd;
}
.article .table table .table-bg2-5 {
  background-color: #eff5d2;
}

.article .table table .table-bg3 {
  background-color: #b0edb6;
}
.article .table table .table-bg3-1 {
  background-color: #c4f4c9;
}
.article .table table .table-bg3-2 {
  background-color: #cef6d3;
}
.article .table table .table-bg3-3 {
  background-color: #d9f8dd;
}
.article .table table .table-bg3-4 {
  background-color: #e3fae7;
}
.article .table table .table-bg3-5 {
  background-color: #edfcf0;
}

.article .table table .table-bg3-6 {
  background-color: #f3fdf5;
}


.article .table table .table-bg4 {
  background-color: #aadce0;
}
.article .table table .table-bg4-1 {
  background-color: #c1e9ec;
}
.article .table table .table-bg4-2 {
  background-color: #ccedef;
}
.article .table table .table-bg4-3 {
  background-color: #d7f0f2;
}
.article .table table .table-bg4-4 {
  background-color: #e2f4f6;
}
.article .table table .table-bg4-5 {
  background-color: #edf8f9;
}

.article .table table .table-bg5 {
  background-color: #9cbeb4;
}
.article .table table .table-bg5-1 {
  background-color: #a6cabf;
}
.article .table table .table-bg5-2 {
  background-color: #b7d5cc;
}
.article .table table .table-bg5-3 {
  background-color: #c8dfd8;
}
.article .table table .table-bg5-4 {
  background-color: #d8e9e3;
}
.article .table table .table-bg5-5 {
  background-color: #e3f2ed;
}



.article .table table .table-color1 {
  color: #cb3225;
}

.article .table table .table-color2 {
  color: #266dba;
}

.article .table table .table-color3 {
  color: #aa6237;
}

.article .table table .table-color4 {
  color: #4d9757;
}

.article p,
.article ul,
.article ol,
.article dl {
  margin-bottom: 2.8rem;
}

.article ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-left: 1.4em;
}

.article ul > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #09ac69;
}


.article ol {
  list-style: none;
  counter-reset: ol_li;
}

.article ol > li {
  list-style-type: none;
  margin-left: 1.2em;
text-indent:-1.0em;}

.article ol > li::before {
  margin-right: 0.25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #09ac69;
}

.church-page ul,
.church-page ol
{
  margin-bottom: 2.8rem;
}

.church-page ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-left: 1.4em;
}

.church-page ul > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #09ac69;
}

.church-page ol {
  list-style: none;
  counter-reset: ol_li;
}

.church-page ol > li {
  list-style-type: none;
  margin-left: 1.2em;
}

.church-page ol > li::before {
  margin-right: 0.25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #09ac69;
}

.article blockquote {
  margin: 4rem 0;
  padding: 2.4rem;
  border: 0.5rem solid #09ac69;
  background-color: #eefaf4;
  border-radius: 1.5rem;
}

.article blockquote cite {
  font-weight: 700;
  text-align: right;
  display: block;
}

.article blockquote p,
.article blockquote ul,
.article blockquote ol,
.article blockquote dl {
  margin-bottom: 0;
  margin-bottom: 0;
}

.article hr {
  clear: both;
  border: none;
  border-top: 0.3rem solid #09ac69;
  margin: 4rem 0;
}

.article pre {
  font-family: monospace;
  background-color: #eefaf4;
  padding: 2.4rem;
  margin: 4rem 0;
  border-radius: 1.5rem;
}

.article img {
  width: 100%;
  height: auto;
  margin: 3rem 0;
  max-width: 100%;
}

.article .alignleft {
  text-align: left;
}

.article img.alignleft {
  clear: both;
  float: left;
  margin: 0 4rem 2em 0;
  width: 34rem;
}

.article img.alignleft + h2,
.article img.alignleft + h3,
.article img.alignleft + h4,
.article img.alignleft + h5,
.article img.alignleft + h6 {
  margin-top: 0;
}

.article .aligncenter {
  text-align: center;
}

.article img.aligncenter {
  display: table;
  clear: both;
/*  margin: 0 auto 2em;*/
    margin: 0 auto;
  /*width: 100%;*/
width: 90%;
  text-align: center;
}

/* クラシックエディターでの画面キャプションのスタイル */
.image-caption {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.article .alignright {
  text-align: right;
}

.article img.alignright {
  clear: both;
  float: right;
  margin: 0 0 2em 4rem;
  width: 34rem;
  text-align: left;
}

.article img.alignright + h2,
.article img.alignright + h3,
.article img.alignright + h4,
.article img.alignright + h5,
.article img.alignright + h6 {
  margin-top: 0;
}

.article .wp-caption,
.article [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 4rem;
  text-align: center;
}

.article .wp-caption-text {
  margin-top: 0;
}

@media screen and (min-width: 1920px) {
  .header__nav__item {
    max-width: none;
  }
}

@media all and (min-width: 1920px) {
  .pagetop.is-show a {
    right: 50%;
    transform: translate(92rem);
  }
}

@media all and (max-width: 900px) {
  .wrap.is-lock {
    position: fixed;
  }

  .header {
    padding: 0 0 0 0.8rem;
    height: 6.5rem;
    background: none;
  }

  .header:has(.is-open) {
    background-color: #09ac69;
  }

  .header::after {
    height: 8.5rem;
    background: linear-gradient(to bottom, #09ac69 55%, rgba(9, 172, 105, 0) 100%);
  }

  .header.is-hide {
    top: -12rem;
  }

  .header__logo img {
    width: auto;
    height: 5.1rem;
  }

  .header__nav {
    display: none;
  }

  .header__language {
    margin-left: auto;
    width: 4.7rem;
  }

  .header__language .gt_switcher-popup {
    width: 4.7rem;
    height: 3.8rem;
    padding: 0 0 0.4rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
    justify-content: center;
    align-items: end;
  }

  .header__language .gt_switcher-popup::before {
    width: 1.85rem;
    height: 2rem;
    top: 0.4rem;
    left: auto;
    margin: 0 auto;
  }

  .header__menu {
    display: block;
  }

  .menu-sp {
    display: flex;
  }

  .menu-sp__item {
    width: calc(50% - 0.8rem);
  }

  .menu-sp__sub__ttl {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .menu-sp__sub__row {
    gap: 2rem 1.6rem;
  }

  .menu-sp__sub__list {
    font-size: 1.1rem;
    gap: 0.4rem;
  }

  .menu-sp__sub__row .menu-sp__sub__list {
    width: calc(50% - 0.8rem);
  }

  .menu-sp__sub__list2 {
    font-size: 1.1rem;
    margin-left: 1.2rem;
    gap: 0.2rem;
  }

  a + .menu-sp__sub__list2 {
    margin-top: 0.4rem;
  }

  .menu-sp__sub__list3 {
    font-size: 1.1rem;
    gap: 0.2rem;
    margin-left: 1.2rem;
  }

  a + .menu-sp__sub__list3 {
    margin-top: 0.2rem;
  }

  .footer__row {
    padding: 2.8rem 1.5rem;
    background-position: 50% calc(100% - 15.4rem);
    background-size: 27.7rem auto;
  }

  .footer__nav {
    flex-direction: column;
    gap: 2rem;
  }

  .footer__nav__list {
    width: 100%;
    gap: 2rem 1.6rem;
  }

  .footer__nav__item {
    width: calc(50% - 0.8rem);
  }

  .footer__nav__sub__ttl {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .footer__nav__sub__row {
    gap: 2rem 1.6rem;
  }

  .footer__nav__sub__list {
    font-size: 1.1rem;
    gap: 0.4rem;
  }

  .footer__nav__sub__row .footer__nav__sub__list {
    width: calc(50% - 0.8rem);
  }

  .footer__nav__sub__list2 {
    font-size: 1.1rem;
    margin-left: 1.2rem;
    gap: 0.2rem;
  }

  a + .footer__nav__sub__list2 {
    margin-top: 0.4rem;
  }

  .footer__nav__sub__list3 {
    font-size: 1.1rem;
    gap: 0.2rem;
    margin-left: 1.2rem;
  }

  a + .footer__nav__sub__list3 {
    margin-top: 0.2rem;
  }

  .footer__sns {
    margin-top: 3rem;
  }

  .footer__logo {
    margin-top: 1.8rem;
  }

  .footer__logo img {
    width: 24.2rem;
  }

  .footer__copyright {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
  }

  .breadcrumbs-wrap {
    position: relative;
    top: 0;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }

  .content__inner {
    padding: 0;
  }

  .content__inner__container {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .main {
    order: 1;
    padding: 0 1.5rem;
  }

  .side {
    order: 2;
  }

  .side__inner {
    position: static;
    padding: 0 1.5rem 4rem;
  }

  .side__list {
    margin-bottom: 1.5rem;
  }

  .side__list > dt {
    font-size: 1.8rem;
    padding: 1.2rem 1.5rem;
  }

  .side__list > dt a {
    margin: -1.2rem -1.5rem;
    padding: 1.2rem 1.5rem;
  }

  .side__list a {
    font-size: 1.2rem;
  }

  .side__list2 > li > a {
    padding: 1.2rem 1.5rem;
  }

  .side__list3 > li > a {
    padding: 1.2rem 1.5rem 1.2rem 2.7rem;
  }

  .side__list4 > li > a {
    padding: 1.2rem 1.5rem 1.2rem 3.9rem;
  }

  .side__banner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .side__banner__item a {
    font-size: 1.8rem;
  }

  .pagetop a {
    bottom: 2.4rem;
    right: -8rem;
    width: 4rem;
    height: 4rem;
  }

  .pagetop a::before {
    width: 1.2rem;
    height: 1.2rem;
    margin: -0.3rem 0 0 -0.6rem;
  }

  .pagetop.is-show a {
    right: 1.5rem;
    transform: translateX(0);
  }

  .gt_white_content {
    width: 29rem !important;
    height: 24rem !important;
  }

  .gt_white_content::after {
    margin-top: 1.5rem;
    font-size: 1.1rem;
  }

  .gt_white_content a {
    padding: 1rem 0 !important;
  }

  a.glink img {
    width: 1.6rem !important;
  }

  .gt_container-unisv1 a.glink span {
    font-size: 1.2rem !important;
  }

  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  .sec {
    padding: 3.6rem 0 4rem;
  }

  .sec--type2 {
    padding-top: 0;
  }

  .sec2 {
    padding: 3.6rem 0 4rem;
  }

  .sec3 {
    padding: 2.8rem 1.5rem 5rem;
  }

  .ttl {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .ttl::after {
    width: 4rem;
    height: 0.3rem;
  }

  .btn {
    width: 16.4rem;
    height: 4rem;
    font-size: 1.2rem;
    padding: 0.6rem 2.6rem;
  }

  .btn::before {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .btn::after {
    right: 1.8rem;
    width: 0.8rem;
    height: 1.4rem;
  }

  .img-set {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3.2rem;
  }

  .img-set__img {
    width: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
  }

  .img-set__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .img-set__txt {
    width: auto;
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }

  .img-set--type2 .img-set__img {
    order: 1;
  }

  .img-set--type2 .img-set__txt {
    order: 2;
  }

  .sns-wrap {
    margin: 4rem 0 2rem;
  }

  .sns {
    gap: 1rem;
  }

  .sns__item a {
    width: 3.4rem;
    height: 3.4rem;
  }

  .mv {
    height: 27rem;
  }

  .mv__inner {
    width: auto;
  }

  .mv__inner .slick-list {
    height: 27rem;
  }

  .mv__inner .slick-dots {
    bottom: 1rem;
    gap: 0.6rem;
  }

  .mv__inner .slick-dots button {
    width: 1rem;
    height: 1rem;
  }

  .mv__container {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .mv__txt {
    font-size: 1.6rem;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0);
  }

  .mv__item__img__pc {
    display: none !important;
  }

  .mv__item__img__sp {
    display: block !important;
  }

  .mv2 {
    height: 20rem;
  }

  .mv2__txt {
    padding: 5.2rem 1.5rem 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .mv2__img__pc {
    display: none !important;
  }

  .mv2__img__sp {
    display: block !important;
  }

  .news {
    margin-bottom: 4.8rem;
  }

.news_title{
  margin-top:0;
}

  .news__list {
    margin-bottom: 3rem;
  }

    .news__list_cat {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .news__list__item {
    flex-wrap: wrap;
    gap: 0.8rem 0.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .news__list__item + .news__list__item {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .news__list__item a {
    flex-wrap: wrap;
    gap: 0.8rem 0.6rem;
  }

  .news__date {
    width: auto;
    font-size: 1.2rem;
  }

  .news__category {
    top: 0;
    width: 8.2rem;
    padding: 0.3rem;
    font-size: 1.1rem;
    border-radius: 0.3rem;
  }

  .news__txt {
    width: 100%;
    flex: auto;
    font-size: 1.2rem;
  }

  .nav {
    margin-bottom: 3rem;
  }

  .nav__list {
    flex-direction: column;
  }

  .nav__list__item {
    aspect-ratio: 32/18;
  }

  .nav__list__item a {
    font-size: 1.6rem;
  }

  .mass {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mass__row {
    flex-direction: column;
    height: auto;
  }

  .mass__col {
    width: auto;
    aspect-ratio: 58/25;
    overflow: hidden;
  }

  .mass__col2 {
    width: 100%;
    padding: 3rem 1.5rem;
    text-align: center;
  }

  .mass__txt {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }

  .mass__btn {
    margin-top: 2rem;
  }

  .report__container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .report__ttl {
    margin-bottom: 2.8rem;
  }

  .report__ttl2 {
    gap: 0.4rem;
    padding: 1rem;
    margin-bottom: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .report__ttl2 a {
    gap: 0.4rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .report__ttl2__txt {
    flex: auto;
    width: 100%;
    order: 2;
    font-size: 1.4rem;
  }

  .report__ttl2__date {
    order: 1;
    width: 100%;
    font-size: 1.1rem;
    text-align: right;
  }

  .report__ttl3 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .report__row {
    flex-direction: column;
    gap: 1.8rem;
    margin-bottom: 3.2rem;
  }

  .report__col {
    width: 100%;
    aspect-ratio: 58/34;
    overflow: hidden;
  }

  .report__col2 {
    flex: auto;
    width: 100%;
    padding: 0 0.6rem;
  }

  .report__list {
    font-size: 1.2rem;
  }

  .profile {
    flex-direction: column;
    height: auto;
    background: none;
  }

  .profile::before {
    display: none;
  }

  .profile__message {
    order: 2;
    width: auto;
    margin-left: 0;
    padding: 2.8rem 1.5rem 4rem;
    min-height: 0;
  }

  .profile__txt {
    font-size: 1.2rem;
  }

  .profile__txt + .profile__txt {
    margin-top: 2rem;
  }

  .profile__col {
    order: 1;
    position: relative;
    height: 24.5rem;
    width: 100%;
    background: url(./images/profile_bg001_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .profile__img {
    top: -1.2rem;
    right: -6.2rem;
    width: 20.5rem;
    height: 25.7rem;
    overflow: hidden;
  }

  .profile__btn {
    left: 1.5rem;
    right: auto;
    bottom: 50%;
    margin: auto 0;
    transform: translateY(50%);
  }

  .profile__btn a {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 1.6rem;
    padding: 0 2.2rem 0 0;
    text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.4);
  }

  .profile__btn a::before {
    display: none;
  }

  .profile__btn a::after {
    right: 0;
    top: 0.2rem;
    width: 1.1rem;
    height: 1.6rem;
    filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.6));
  }

  .profile2 {
    margin-top: 0;
  }

  .profile2__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .profile2__ttl {
    font-size: 1.6rem;
    padding: 1.2rem 2.6rem 1rem 0;
    margin: 0 0 2.4rem 2.6rem;
  }

  .profile2__ttl::before {
    left: -2.6rem;
    width: 5.2rem;
    height: 5.2rem;
    background-size: 2.5rem 3rem;
  }

  .profile2__list > li {
    padding-left: 4.8rem;
    flex-direction: column;
    gap: 0rem;
  }

  .profile2__list > li + li {
    margin-top: 2rem;
  }

  .profile2__list > li::before {
    top: -2.4rem;
    left: 2.5rem;
    width: 0.2rem;
    height: calc(100% + 2.4rem);
  }

  .profile2__list > li:last-child::before {
    height: 3rem;
  }

  .profile2__list > li::after {
    top: 0.4rem;
    left: 1.8rem;
    width: 1.7rem;
    height: 1.7rem;
    border-width: 0.2rem;
  }

  .profile2__date {
    font-size: 1.3rem;
  }

  .profile2__txt {
    font-size: 1.2rem;
  }

  .message__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
  }

  .message__list > li {
    flex-direction: column;
  }

  .message__list > li + li {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .message__list > li a {
    flex-direction: column;
    gap: 0.8rem 0.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .message__date {
    width: auto;
    font-size: 1.2rem;
  }

  .message__txt {
    font-size: 1.2rem;
  }

  .message__btn {
    margin-top: 2.4rem;
  }

  .diocese__main {
    padding: 3.4rem 1.5rem;
    height: 70.5rem;
    background-image: url(./images/diocese_bg001_sp.jpg);
  }

  .diocese__main--type2 {
    height: 90rem;
    background-image: url(./images/diocese_bg004_sp.jpg);
  }

  .diocese__ttl {
    margin-bottom: 1.5rem;
  }

  .diocese__ttl2 {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }

  .diocese__txt {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .diocese__txt2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  .diocese__btn {
    margin-top: 2.8rem;
  }

  .diocese__nav {
    flex-direction: column;
    border-top-width: 1rem;
    border-bottom-width: 1rem;
  }

  .diocese__nav__item {
    width: 100%;
    aspect-ratio: 64/36;
  }

  .diocese__nav__inner {
    font-size: 1.6rem;
  }

  .diocese__nav__inner span {
    font-size: 1.4rem;
  }

  .parish__ttl {
    margin-bottom: 1.8rem;
    padding-top: 5rem;
  }

  .parish__ttl::before {
    width: 2.5rem;
    height: 4.4rem;
  }

  .parish__ttl2 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
  }

  .parish__ttl2::before {
    width: 3.5rem;
    height: 0.3rem;
  }

  .parish__ttl3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .parish__container {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .parish__img {
    position: static;
    top: 0;
    left: 0;
    width: 24.9rem;
    height: auto;
    margin: 0 auto 3rem;
  }

  .parish__img__pc {
    display: none;
  }

  .parish__img__sp {
    display: inline;
  }

  .parish__block {
    position: static;
    width: auto;
    padding: 2.4rem 2rem 3rem;
  }

  .parish__block + .parish__block {
    margin-top: 3rem;
  }

  .parish__block--type5 {
    width: auto;
  }

  .parish__block__items {
    gap: 1.8rem 0;
  }

  .parish__block__items--wide {
    flex-direction: column;
  }

  .parish__block__items--wide .parish__block__item {
    width: auto;
  }

  .parish__list {
    gap: 0.5rem;
  }

  .parish__list > li {
    width: calc(50% - 0.25rem);
  }

  .parish__list > li a {
    border-radius: 0.3rem;
    font-size: 1.2rem;
    padding: 0.8rem 1.6rem;
  }

  .parish__list > li a::after {
    right: 0.7rem;
    width: 0.7rem;
    height: 1.1rem;
  }

  .library__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .library__list {
    flex-direction: column;
    gap: 1.2rem;
  }

  .library__item {
    padding: 0 2rem 2.8rem;
    width: auto;
  }

  .library__img {
    aspect-ratio: 58/25;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }

  .library__img__pc {
    display: none;
  }

  .library__img__sp {
    display: inline;
  }

  .library__txt {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }

  .library__btn {
    width: 16.5rem;
    margin: 0 auto;
  }

  .library__btn a {
    height: 4rem;
    font-size: 1.2rem;
    padding: 0.6rem 2.8rem;
  }

  .library__btn a::before {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .library__btn a::after {
    right: 1.8rem;
    width: 0.8rem;
    height: 1.2rem;
  }

  .crest__ttl2 {
    border-bottom-width: 0.2rem;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
  }

  .crest__ttl2 span {
    display: block;
    font-size: 1.6rem;
  }

  .crest__sec + .crest__sec {
    margin-top: 4rem;
  }

  .crest__row {
    flex-direction: column;
    gap: 2.4rem;
  }

  .crest__col2 {
    width: 20rem;
    margin: 0 auto;
  }

  .crest__txt {
    font-size: 1.2rem;
  }

  .crest__txt2 {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }

  .church__ttl {
    margin-bottom: 2.4rem;
  }

  .church__ttl2 {
    margin: 2.4rem 0;
    padding: 1.2rem 1.5rem;
    font-size: 1.5rem;
  }

  .church__ttl3 {
    font-size: 1.4rem;
    margin: 4rem 0 1.6rem;
    padding: 0.4rem 1.5rem 0.6rem;
  }

  .church-page h3 {
    font-size: 1.4rem;
    margin: 4rem 0 1.6rem;
    padding: 0.4rem 1.5rem 0.6rem;
  }

  .church__ttl4 {
    margin: 3.2rem 0 2rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }

  .church-page h4 {
    margin: 3.2rem 0 2rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }

  .church__ttl4::before,
  .church__ttl4::after {
    height: 0.3rem;
  }

  .church__ttl4::after {
    width: 33%;
  }

  .church-page h4::before,
  .church-page h4::after {
    height: 0.3rem;
  }

  .church-page h4::after {
    width: 33%;
  }

  .church__ttl5 {
    font-size: 1.3rem;
    margin: 3rem 0 1.6rem;
    padding: 0.4rem 1.5rem 0.6rem;
  }

  .church__ttl6 {
    gap: 2rem;
    margin: 3.6rem 0 1.8rem;
    font-size: 1.4rem;
  }

  .church__ttl6::before,
  .church__ttl6::after {
    height: 2px;
  }

  .church__txt {
    font-size: 1.2rem;
    margin-top: -1.6rem;
  }

  .church__txt2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .church-page p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .church__slide {
    margin-bottom: 4.8rem;
  }

  .church__slide__inner .slick-dots {
    bottom: -2.8rem;
    gap: 0.8rem;
  }

  .church__slide__inner .slick-dots button {
    width: 1rem;
    height: 1rem;
  }

  .church__facility {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .church__facility__item {
    width: calc(50% - 0.5rem);
    font-size: 1.1rem;
    padding: 0.4rem 0.6rem 0.5rem 3.6rem;
  }

  .church__facility__item::before {
    width: 3rem;
  }

  .church__facility__item--car::before {
    background-size: 1.8rem 1.7rem;
  }

  .church__facility__item--slope::before {
    background-size: 1.5rem 2rem;
  }

  .church__facility__item--wheelchair::before {
    background-size: 1.8rem 2.3rem;
  }

  .church__link {
    margin-bottom: 2rem;
    gap: 1rem;
  }

  .church__link__item {
    width: 5.2rem;
    height: 5.2rem;
  }

  .church__link__item a {
    padding: 3.3rem 0.4rem 0;
    border-radius: 0.6rem;
    font-size: 1.1rem;
  }

  .church__link__item a::before {
    top: 1rem;
  }

  .church__link__item--hp a::before {
    width: 1.9rem;
    height: 1.8rem;
  }

  .church__link__item--blog a::before {
    width: 1.9rem;
    height: 1.9rem;
  }

  .church__link__item--sns a::before {
    width: 1.9rem;
    height: 1.9rem;
  }

  .church__access {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .church__access > li + li {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }

  .church__map {
    aspect-ratio: 1/1;
  }

  .youtube {
    margin: 2.4rem 0;
  }

.report__ttl3{
text-align: center;
}

 .report__list a {
    font-size: 1.2rem;
}

.toc p{
font-size: 1.4rem;
}

.toc ul.toc-ul > li {
    margin: 0 1.6rem;
}

.toc ul.toc-ul li a {
  font-size: 1.2rem;
}

  .article {
    font-size: 1.2rem;
    padding-top: 2rem;
  }

  .article .article__ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding-bottom: 1.2rem;
  }

  .article .article__ttl::before {
    height: 0.4rem;
    border-radius: 0.2rem;
  }

  .article h2 {
    font-size: 1.6rem;
    padding: 0.6rem 1.5rem;
    margin-top: 2.8rem;
   margin-bottom: 2rem;   
    border-bottom-width: 0.3rem;
  }

  .article h3 {
    font-size: 1.6rem;
    margin-top: 2.8rem;
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
  }

  .article h3::before,
  .article h3::after {
    height: 0.3rem;
  }

  .article h3::after {
    width: 33%;
  }

  .article h4 {
    margin-top: 2.8rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    padding: 0.3rem 0 0.3rem 1.5rem;
  }

  .article h4::before,
  .article h4::after {
    width: 0.3rem;
  }

  .article h5 {
    margin-top: 2.8rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
    border-bottom-width: 0.3rem;
  }

  .article h6 {
    margin-top: 2.8rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    padding-left: 2.4rem;
  }

  .article h6::before {
    width: 1.9rem;
    height: 2.3rem;
  }

  .article .table-scroll-top {
    /*margin-top: 3rem;*/
    margin-top: 0;
  }

  .article .table {
    margin-bottom: 3rem;
  }

  .article .table table {
    font-size: 1.2rem;
  }

  .article .table table th,
  .article .table table td {
    padding: 0.6rem 0, 8rem;
  }

  .article p,
  .article ul,
  .article ol,
  .article dl {
    margin-bottom: 1.6rem;
  }

  .church-page ul,
  .church-page ol{
    margin-bottom: 1.6rem;
  }

  .article ul > li {
    padding-left: 1.2em;
    margin-left: 1.2em;
  }

  .article ul > li::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .church-page ul > li {
    padding-left: 1.2em;
    margin-left: 1.2em;
  }

  .church-page ul > li::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .article blockquote {
    margin: 3rem 0;
    padding: 1.2rem;
    border-width: 0.3rem;
    border-radius: 1rem;
  }

  .article hr {
    border-top-width: 0.2rem;
    margin: 3rem 0;
  }

  .article pre {
    margin: 3rem 0;
    padding: 1.2rem;
    border-radius: 1rem;
  }

  .article img {
    margin: 2rem 0;
  }

  .article img.alignleft {
    float: none;
    display: block;
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }

  .article img.alignleft + h2,
  .article img.alignleft + h3,
  .article img.alignleft + h4,
  .article img.alignleft + h5,
  .article img.alignleft + h6 {
    margin-top: 0;
  }

  .article img.aligncenter {
    float: none;
    display: block;
    width: 100%;
  /*  margin: 2rem 0; */
  margin: 2rem 0 1rem 0; 
      height: auto;
  }

  /* クラシックエディターでの画面キャプションのスタイル */
.image-caption {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


  .article img.alignright {
    float: none;
    display: block;
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }

  .article img.alignright + h2,
  .article img.alignright + h3,
  .article img.alignright + h4,
  .article img.alignright + h5,
  .article img.alignright + h6 {
    margin-top: 0;
  }
}

@media all and (min-width: 1920px) and (max-width: 900px) {
  .pagetop.is-show a {
    right: 1.5rem;
    transform: translateX(0);
  }
}