@charset "UTF-8";
main p strong {
  font-family: var(--font-chugothic-b);
  font-weight: var(--fw-font-chugothic-b);
}
.c-linkArea1 {
  overflow: hidden;
}
.c-linkArea1__inner {
  display: flex;
  flex-wrap: wrap;
}
.c-linkArea1 a {
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #333;
}
.c-linkArea1.type-underline a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--brown1);
}
.c-linkArea1.type-bread a:before {
  content: ">";
  display: inline-block;
  font-size: 90%;
  margin-right: 6px;
  vertical-align: top;
}
.c-linkArea1 a:hover {
  color: var(--brown1);
}
.c-linkBtn1 {
  display: block;
  background-color: #333;
  color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
  margin: 30px 0;
  transition: 0.15s;
}
.c-linkBtn1:hover {
  opacity: 0.8;
}
.c-linkBtn1:before,
.c-linkBtn1:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #fff;
}
.c-linkBtn1:before {
  width: 30px;
  top: 50%;
  right: 22px;
}
.c-linkBtn1:after {
  top: calc(50% - 3px);
  right: 21px;
  width: 14px;
  transform: rotate(27deg);
}
.c-linkBtn2 {
  color: #fff;
  position: relative;
  margin: 100px auto;
  text-decoration: none;
}
.c-linkBtn2 .text {
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
  background-repeat: no-repeat;
}
.c-linkBtn2 .text .small {
  font-family: var(--font-ud-shigo-m);
  font-weight: var(--fw-font-ud-shigo-m);
  vertical-align: middle;
}
.c-linkBtn2 .arrow {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-linkBtn2 .arrow span:first-child,
.c-linkBtn2 .arrow span:last-child {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
}
.c-linkBtn2 .arrow span:last-child {
  transform: rotate(27deg);
}
.c-linkBtn3 {
  position: relative;
  margin: 70px auto;
  text-decoration: none;
  overflow: hidden;
}
.c-linkBtn3:hover,
.c-linkBtn3:active {
  opacity: 1;
}
.c-linkBtn3 .text {
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
  background-repeat: no-repeat;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.75), -1px 1px 5px rgba(255, 255, 255, 0.75), 1px -1px 5px rgba(255, 255, 255, 0.75), -1px -1px 5px rgba(255, 255, 255, 0.75);
}
.c-linkBtn3 .arrow {
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-linkBtn3 .arrow:before,
.c-linkBtn3 .arrow:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #fff;
}
.c-linkBtn3 .arrow:after {
  transform: rotate(27deg);
}
.c-linkBtn3 .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.c-linkBtn3:hover .bgImg,
.c-linkBtn3:active .bgImg {
  transform: scale(1.1);
}
.c-figure1 {
  margin: 0;
  position: relative;
}
.c-figure1 figcaption {
  position: absolute;
  right: 0;
  background-color: rgba(246, 240, 233, 0.8);
  line-height: 1.25;
}
.c-figure1 figcaption span {
  display: block;
  border-top: 2px solid var(--brown1);
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
}
.c-imgArea1 {
  display: block;
  margin: 90px auto 50px;
}
.c-imgArea1 img {
  display: block;
}
.is-style-title1 {
  text-align: center;
}
.is-style-title2 {
  color: var(--brown1);
  border-bottom: 2px solid var(--brown1);
}
.is-style-title3 {
  font-size: 2.4rem;
  margin: 40px 0 20px;
  line-height: 1.416;
}
.is-style-title4 {
  font-size: 2rem;
  margin: 32px 0 16px;
  line-height: 1.5;
}
.is-style-small-title1,
.is-style-small-title3 {
  color: var(--brown1);
}
.is-style-text-fs1,
.is-style-text-fs2,
.is-style-text-fs3 {
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
}
.is-style-gap10-40.wp-block-columns {
  gap: 10px 40px;
}
.is-style-gap40.wp-block-columns {
  gap: 40px;
}
.is-style-gap-pc30-sp20.wp-block-columns .wp-block-column > *:first-child,
.is-style-gap10-40.wp-block-columns .wp-block-column > *:first-child,
.is-style-gap40.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0!important;
}
.is-style-gap-pc30-sp20.wp-block-columns .wp-block-column > *:last-child,
.wp-block-columns .wp-block-column > *:last-child,
.is-style-gap10-40.wp-block-columns .wp-block-column > *:last-child,
.is-style-gap40.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0!important;
}
.is-style-gap-pc30-sp20.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(n+2),
.is-style-gap10-40.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(n+2),
.is-style-gap40.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(n+2) {
  margin-left: 0;
}
.is-style-img-cap-center,
.is-style-img-cap-center figcaption {
  text-align: center;
}
.is-style-table1 table tr > * {
  border: 1px solid #ccc;
}
.is-style-table1 table tr > *:first-child {
  background-color: var(--brown2);
}
.is-style-margin0.wp-block-image {
  margin: 0;
}
.c-nameArea1 {
  padding: 10px 20px 15px;
  background-color: #f2f2f2;
  margin: 50px 0;
}
.c-nameArea1 .name-furigana {
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.c-nameArea1 .name-furigana .name {
  display: inline-block;
  min-width: 2em;
  line-height: 1.5;
}
.c-nameArea1 .name-furigana .furigana {
  min-width: 50px;
  margin-left: 10px;
  vertical-align: super;
}
.c-nameArea1 .name-furigana .furigana:before {
  content: "(";
    display: inline;
}
.c-nameArea1 .name-furigana .furigana:after {
  content: ")";
    display: inline;
}
.block-editor__container .c-roopslider1 > img:nth-child(even) {
    display: none;/* 管理画面でスライド画像の複製の非表示 */
}
.c-flexBox1 {
  list-style: none;
  margin: 60px 0;
  padding: 0;
}
.c-flexBox1 > li > .listTitle {
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
  text-align: center;
}
.is-style-list1,
.c-flexBox1 .listArea {
  margin: 0;
  list-style: none;
}
.is-style-list1 > li,
.c-flexBox1 .listArea > li {
  position: relative;
}
.is-style-list1 > li::before,
.c-flexBox1 .listArea > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: var(--brown1);
}
.c-flexBox1 .layout_type2 .type-text .listTitle2 {
  font-family: var(--font-ud-reimin-m);
  font-weight: var(--fw-font-ud-reimin-m);
  text-align: center;
}
.c-flexBox1 .layout_type2 .type-text .text {
  font-family: var(--font-ud-reimin-m);
  font-weight: var(--fw-font-ud-reimin-m);
}

.is-style-list1 {
  margin: 15px 0 10px;
}
.c-imgbox1 {
  margin: 50px 0;
}
.c-imgbox1__item {
  background-color: var(--brown2);
}
.c-imgbox1__item:nth-child(n+2) {
  margin-top: 70px;
}
.c-imgbox1__item > .img img {
  display: block;
}
.c-imgbox1__item > .contents.layoutText .c-linkBtn1 {
  margin-bottom: 0;
}
.c-linkBtnFile {
  background-color: #333;
  display: flex;
  position: relative;
  align-items: center;
}
.c-linkBtnFile.link-color-brown {
  background-color: #754c24;
}
.c-linkBtnFile .icon {
  align-self: center;
}
.c-linkBtnFile .text {
  text-align: center;
  color: #fff;
  width: 100%;
  font-family: var(--font-reimin-r);
  font-weight: var(--fw-font-reimin-r);
}
.c-linkBtnFile .text .small {
  font-family: var(--font-chugothic-m);
}
.c-linkBtnFile .arrow {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-linkBtnFile .arrow span:first-child,
.c-linkBtnFile .arrow span:last-child {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #333;
}
.c-linkBtnFile .arrow span:last-child {
  transform: rotate(27deg);
}
.c-modalImgList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-modalImgList li figure {
  margin: 0;
}
.c-titleTextList {
  border: 1px solid #ccc;
  margin: 50px auto;
}
.c-titleTextList .listTitle {
  background-color: #f6f0e9;
  border-bottom: 1px solid #ccc;
}
.c-titleTextList .listWrap > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-titleTextList .listWrap > ul li {
  position: relative;
}
.c-titleTextList .listWrap > ul li:before {
  content: "";
  display: block;
  background-color: #c69c6d;
  position: absolute;
  left: 0;
}
.c-block-data-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-block-data-list li {
  border: 1px solid #ccc;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-linkArea1.type-underline {
    margin-bottom: 80px;
  }
  .c-linkArea1.type-bread {
    margin-bottom: 50px;
  }
  .c-linkArea1__inner {
    gap: 15px 40px;
  }
  .c-linkArea1 a {
    font-size: 2rem;
    line-height: 1.25;
  }
  .c-linkArea1.type-underline a {
    padding-bottom: 10px;
  }
  .c-linkBtn1 {
    padding: 15px 5px 13px;
  }
  .c-linkBtn1.btnCenter {
    margin-left: auto;
    margin-right: auto;
  }
  .c-linkBtn2 {
    display: flex;
    justify-content: center;
    padding: 50px 90px;
  }
  .c-linkBtn2 .text {
    font-size: 5rem;
    background-size: 100px auto;
    background-position: left center;
    padding-left: 120px;
    line-height: 1.75;
  }
  .c-linkBtn2 .text .small {
    font-size: 2rem;
    letter-spacing: 0.4em;
  }
  .c-linkBtn2 .arrow {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .c-linkBtn2 .arrow span:first-child {
    width: 30px;
    top: 30px;
    left: 15px;
  }
  .c-linkBtn2 .arrow span:last-child {
    top: 27px;
    left: 35px;
    width: 13px;
  }
  .c-linkBtn3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 90px;
    max-width: 1200px;
    width: 100%;
    min-height: 180px;
  }
  .c-linkBtn3 .text {
    font-size: 4rem;
    background-size: 352px auto;
    background-position: left center;
    padding-left: 380px;
    line-height: 1.25;
  }
  .c-linkBtn3 .arrow {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .c-linkBtn3 .arrow:before {
    width: 30px;
    top: 30px;
    left: 15px;
  }
  .c-linkBtn3 .arrow:after {
    top: 27px;
    left: 35px;
    width: 13px;
  }
  .c-figure1 figcaption {
    bottom: 50px;
    font-size: 2rem;
    padding: 19px 40px 15px;
    min-width: 340px;
  }
  .c-figure1 figcaption span {
    font-size: 3.6rem;
    margin-top: 9px;
    padding-top: 5px;
  }
  .is-style-title1 {
    font-size: 5rem;
    margin: 80px 0 50px;
    line-height: 1.75;
  }
  .is-style-title2 {
    font-size: 3.6rem;
    margin: 75px 0 45px;
    line-height: 1.833;
  }
  .is-style-title5 {
    font-size: 3rem;
    margin: 30px 0 15px;
    line-height: 1.833;
  }
  .is-style-small-title1 {
    font-size: 3.6rem;
    margin: 0 0 30px;
    line-height: 1.416;
  }
  .is-style-small-title2 {
    font-size: 3rem;
    margin: 35px 0 10px;
    line-height: 1.416;
  }
  .is-style-small-title3 {
    font-size: 2.4rem;
    margin: 18px 0 13px;
    line-height: 1.416;
  }
  .is-style-gap-pc30-sp20 {
    gap: 30px;
  }
  .is-style-gap-pc40-sp20 {
    gap: 40px;
  }
  .is-style-text1,
  .is-style-text2 {
    font-size: 2rem;
  }
  .is-style-text-fs1 {
    font-size: 2.1rem;
    line-height: 2.2;
    text-align: center;
  }
  .is-style-text-fs1 + .is-style-text-fs1 {
    margin-top: 45px;
  }
  .is-style-text-fs2 {
    font-size: 2rem;
    line-height: 2.2;
  }
  .is-style-text-fs3 {
    font-size: 2.4rem;
    line-height: 1.833;
  }
  .is-style-sp-right-to-left {
    height: auto;
  }
  .is-style-table1 table tr > * {
    line-height: 1.625;
    height: 50px;
  }
  .is-style-table1 table tr > *:first-child {
    width: 25%;
  }
  .c-nameArea1 .name-furigana .name {
    font-size: 3rem;
  }
  .c-nameArea1 .contents {
    font-size: 1.4rem;
  }
  .c-roopslider1 img {
    height: 200px;
  }
  .c-flexBox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .c-flexBox1 > li {
    width: calc(100% / 3 - 20px);
    padding:  35px 40px 40px;
  }
  .c-flexBox1 > li > .listTitle {
    font-size: 3rem;
    line-height: 1.333;
    margin-bottom: 12px;
  }
  .is-style-list1,
  .c-flexBox1 .listArea {
    padding: 0;
  }
  .c-flexBox1 .listArea > li {
    line-height: 1.3;
  }
  .is-style-list1 > li,
  .c-flexBox1 .listArea > li {
    padding-left: 20px;
  }
  .is-style-list1 > li::marker,
  .c-flexBox1 .listArea > li::marker {
    font-size: 2.2rem;
  }
  .c-flexBox1.type-small li {
    padding: 8px 20px 12px;
  }
  .c-flexBox1 .type-text .listTitle2 {
    color: #c69c6d;
    font-size: 2.4rem;
    font-family: var(--font-reimin-r);
    font-weight: var(--fw-font-reimin-r);
    margin-bottom: 5px;
  }
  .c-flexBox1  > li.layout_type2 {
    padding: 20px 20px 28px;
  }
  .c-flexBox1 .layout_type2 .type-text .listTitle2 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  .c-flexBox1 .layout_type2 .type-text .text {
    font-size: 2rem;
    line-height: 2.2;
  }
  .c-imgbox1__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .c-imgbox1__item {
    display: flex;
    align-items: center;
  }
  .c-imgbox1__item > div {
    width: 50%;
  }
  .c-imgbox1__item > .contents {
    padding: 40px;
  }
  .c-imgbox1__item > .contents.layoutText .text {
    font-size: 2rem;
  }
  .c-imgbox1__item > .contents.layoutText .c-linkBtn1 {
    margin-top: 20px;
  }
  .c-linkBtnFile {
    padding: 20px 80px 20px 20px;
    max-width: 580px;
    min-height: 100px;
    margin: 0 auto;
  }
  .c-linkBtnFile.no-icon {
    padding-left: 80px;
  }
  .c-linkBtnFile .icon {
    display: block;
    width: 50px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .c-linkBtnFile .text {
    font-size: 2.4rem;
    line-height: 1.666;
  }
  .c-linkBtnFile .text .small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .c-linkBtnFile .arrow {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .c-linkBtnFile .arrow span:first-child {
    width: 20px;
    top: 20px;
    left: 10px;
  }
  .c-linkBtnFile .arrow span:last-child {
    top: 18px;
    left: 23px;
    width: 9px;
  }
  .c-modalImgList {
    margin-top: 40px;
    gap: 40px;
  }
  .c-modalImgList li {
    width: calc(25% - 30px);
    line-height: 1.625;
  }
  .c-modalImgList li figure img {
    margin-bottom: 10px;
  }
  .c-titleTextList {
    max-width: 600px;
  }
  .c-titleTextList .listTitle {
    text-align: center;
    padding: 8px 10px 9px;
  }
  .c-titleTextList .listWrap {
    padding: 3px 10px;
  }
  .c-titleTextList .listWrap.pc-2list {
    display: flex;
    justify-content: space-between;
  }
  .c-titleTextList .listWrap.pc-2list > ul {
    width: calc(50% - 10px);
  }
  .c-titleTextList .listWrap > ul li {
    padding-left: 18px;
    line-height: 1.625;
  }
  .c-titleTextList .listWrap > ul li:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .c-block-data-list {
    gap: 30px;
  }
  .c-block-data-list li {
    padding: 20px 20px 10px;
    width: calc(100% / 3 - 20px);
  }
  .c-block-data-list li .listname {
    font-size: 2.4rem;
  }
  .c-block-data-list li .contents {
    line-height: 1.625;
    margin: 5px 0 10px;
  }
  .c-block-data-list li .year {
    font-size: 1.4rem;
    line-height: 1.714;
  }
  .c-block-data-list li.type-img .img-list {
    max-width: 150px;
  }
  .c-block-data-list li.type-img .num {
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 5px 0 10px;
  }
  .c-block-data-list li.type-img .num span {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-left: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-iconSwipe {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: url('../img/icon-swipe.png') no-repeat center / 120px auto;
  }
  .c-linkArea1 {
    margin-bottom: 90px;
  }
  .c-linkArea1__inner {
    gap: 10px 35px;
  }
  .c-linkArea1__inner a {
    font-size: 1.6rem;
    padding-bottom: 8px;
    line-height: 1.25;
  }
  .c-linkBtn1 {
    padding: 19px 5px 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-linkBtn2 {
    display: block;
    padding: 20px 45px 18px;
  }
  .c-linkBtn2 .text {
    font-size: 3.3rem;
    background-size: 50px auto;
    background-position: center top;
    padding-top: 55px;
    line-height: 1.303;
    display: block;
    text-align: center;
    width: 100%;
  }
  .c-linkBtn2 .text .small {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 10px;
  }
  .c-linkBtn2 .arrow {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .c-linkBtn2 .arrow span:first-child {
    width: 15px;
    top: 15px;
    left: 7.5px;
  }
  .c-linkBtn2 .arrow span:last-child {
    top: 13.5px;
    left: 17px;
    width: 6.5px;
  }
  .c-linkBtn3 {
    display: block;
    padding: 20px 45px 25px;
  }
  .c-linkBtn3 .text {
    font-size: 2.1rem;
    background-size: 230px auto;
    background-position: center top;
    padding-top: 90px;
    line-height: 1.476;
    display: block;
    text-align: center;
    width: 100%;
  }
  .c-linkBtn3 .arrow {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .c-linkBtn3 .arrow:before {
    width: 15px;
    top: 15px;
    left: 7.5px;
  }
  .c-linkBtn3 .arrow:after {
    top: 13.5px;
    left: 17px;
    width: 6.5px;
  }
  .c-figure1 figcaption {
    bottom: 15px;
    padding: 8px 20px 7px;
    min-width: 200px;
  }
  .c-figure1 figcaption span {
    font-size: 2.3rem;
    margin-top: 4px;
    padding-top: 5px;
  }
  .is-style-title1 {
    font-size: 3.3rem;
    margin: 90px 0 60px;
    line-height: 1.515;
  }
  .is-style-title2 {
    font-size: 2.8rem;
    margin: 40px 0;
    line-height: 1.357;
  }
  .is-style-title5 {
    font-size: 2.3rem;
    line-height: 1.434;
    margin: 40px 0 22px;
  }
  .is-style-text-fs1 + .is-style-text-fs1 {
    margin-top: 30px;
  }
  .is-style-small-title1 {
    font-size: 2.8rem;
    margin: 45px 0;
    line-height: 1.357;
  }
  .is-style-small-title2 {
    font-size: 2.3rem;
    margin: 35px 0 15px;
    line-height: 1.434;
  }
  .is-style-small-title3 {
    font-size: 2rem;
    margin: 20px 0 15px;
    line-height: 1.434;
  }
  .is-style-text1 {
    font-size: 1.6rem;
  }
  .is-style-text2 {
    font-size: 1.4rem;
  }
  .is-style-text-fs1 {
    font-size: 1.6rem;
    line-height: 1.937;
  }
  .is-style-text-fs2 {
    font-size: 1.4rem;
    line-height: 1.714;
  }
  .is-style-text-fs3 {
    font-size: 1.8rem;
    line-height: 2.111;
  }
  .is-style-gap10-40.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child),
  .is-style-gap40.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: auto!important;
  }
  .is-style-gap-pc30-sp20 {
    gap: 20px;
  }
  .is-style-gap-pc40-sp20 {
    gap: 20px;
  }
  .is-style-gap-pc30-sp20.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    width: calc(50% - 10px);
    flex-grow: 0!important;
    flex-basis: auto!important;
  }
  .is-style-table1 table tr > * {
    display: block;
    line-height: 1.714;
    border-bottom: none;
    padding: 7.5px 10px;
  }
  .is-style-table1 table tr:last-child > *:last-child {
    border-bottom: 1px solid #ccc;
  }
  .is-style-sp-right-to-left.wp-block-image {
    max-width: 100%;
    overflow-x: scroll;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
  }
  .is-style-sp-right-to-left.wp-block-image > img {
    max-width: none;
  }
  .c-nameArea1 .name-furigana .name {
    font-size: 2.3rem;
  }
  .c-nameArea1 .contents {
    font-size: 1.2rem;
    line-height: 1.833;
  }
  .c-roopslider1 img {
    height: 100px;
  }
  .c-flexBox1 > li {
    padding: 16px 20px 18px;
  }
  .c-flexBox1 > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .c-flexBox1 > li > .listTitle {
    font-size: 2.3rem;
    line-height: 1.434;
    margin-bottom: 12px;
  }
  .is-style-list1,
  .c-flexBox1 .listArea {
    padding: 0;
  }
  .c-flexBox1 .listArea > li {
    line-height: 1.3;
  }
  .is-style-list1 > li,
  .c-flexBox1 .listArea > li {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .is-style-list1 > li::marker,
  .c-flexBox1 .listArea > li::marker {
    font-size: 1.8rem;
  }
  .c-flexBox1.type-small li {
    padding: 8px 20px 18px;
  }
  .c-flexBox1 .type-text .listTitle2 {
    color: #c69c6d;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .c-flexBox1 > li.layout_type2 {
    padding-top: 6px;
  }
  .c-flexBox1 .layout_type2 .type-text .listTitle2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .c-imgbox1__item > .contents {
    padding: 45px 15px 50px;
  }
  .c-imgbox1__item > .contents.layoutText h3 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .c-imgbox1__item > .contents.layoutText .c-linkBtn1 {
    margin-top: 20px;
  }
  .c-linkBtnFile {
    padding: 20px 60px 20px 20px;
    max-width: 500px;
    min-height: 90px;
    margin: 0 auto;
  }
  .c-linkBtnFile.no-icon {
    padding-left: 60px;
  }
  .c-linkBtnFile .icon {
    display: block;
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    align-self: center;
  }
  .c-linkBtnFile .text {
    font-size: 2rem;
    line-height: 1.65;
  }
  .c-linkBtnFile .text .small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.416;
    margin-top: 5px;
  }
  .c-linkBtnFile .arrow {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .c-linkBtnFile .arrow span:first-child {
    width: 15px;
    top: 15px;
    left: 7.5px;
  }
  .c-linkBtnFile .arrow span:last-child {
    top: 13.5px;
    left: 17px;
    width: 6.5px;
  }
  .c-modalImgList {
    margin-top: 40px;
    gap: 20px 14px;
  }
  .c-modalImgList li {
    width: calc(50% - 7px);
    font-size: 1.2rem;
    line-height: 1.416;
  }
  .c-modalImgList li figure img {
    display: block;
    margin-bottom: 5px;
  }
  .c-titleTextList {
    max-width: 500px;
  }
  .c-titleTextList .listTitle {
    padding: 7px 10px 8px;
  }
  .c-titleTextList .listWrap {
    padding: 6px 10px 3px;
  }
  .c-titleTextList .listWrap > ul li {
    padding-left: 16px;
  }
  .c-titleTextList .listWrap > ul li:before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .c-block-data-list {
    gap: 20px;
  }
  .c-block-data-list li {
    padding: 20px 20px 15px;
  }
  .c-block-data-list li.type-graph {
    width: 100%;
  }
  .c-block-data-list li.type-graph .img-data {
    max-width: 200px;
  }
  .c-block-data-list li {
    width: calc(50% - 10px);
  }
  .c-block-data-list li .listname {
    font-size: 1.8rem;
    line-height: 1.555;
    margin-top: 5px;
  }
  .c-block-data-list li .contents {
    margin: 10px 0;
  }
  .c-block-data-list li .year {
    font-size: 1.2rem;
    line-height: 2;
  }
  .c-block-data-list li.type-img .img-list {
    width: 120px;
  }
  .c-block-data-list li.type-img .num {
    font-size: 2.7rem;
    line-height: 1.2;
    margin: 10px 0;
  }
  .c-block-data-list li.type-img .num span {
    font-size: 1.4rem;
    margin-left: 5px;
  }
}