@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  サブページ共通

---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+LA:wght@100..400&display=swap');
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 80%;
  list-style: none;
  margin-left: auto;
  padding: 1.5rem 0;
  position: relative;
  width: 95%;
  z-index: 1;
}
#breadlist ol {}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: var(--co-main);
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: #333;
}
@media screen and (max-width: 1024px) {
  #breadlist {}
}
@media screen and (max-width: 896px) {
  #breadlist {}
}
@media screen and (max-width: 480px) {
  #breadlist {
    margin: auto;
    padding: .5rem 2.5%;
    width: 90%;
  }
}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {
  position: relative;
}
#pageTitle:not(._sub)::after {
  background: rgb(177, 212, 131);
  background: linear-gradient(45deg, rgba(218, 217, 175, 1.00) 0%, rgba(23, 174, 192, 1) 80%);
  content: '';
  position: absolute;
  top: 10rem;
  right: 0;
  width: calc(100% - 60rem);
  height: 55rem;
  z-index: -1;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}
#pageTitle.inview.is-show::after {
  opacity: .3;
  transform: translateY(0);
  transition-delay: 1s;
}
#pageTitle .inner {
  background: #fff;
  border-top-right-radius: 2rem;
  min-width: 60rem;
  padding: 5rem 2.5% 1rem 5%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#pageTitle .en {
  color: var(--co-main);
  font-family: "Playwrite DE LA", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}
#pageTitle h1 {
  display: flex;
  font-size: 2.9em;
  font-weight: 900;
  letter-spacing: 5px;
  overflow: hidden;
}
#pageTitle h1 span {
  text-shadow: .5rem .5rem 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  transform: translateY(2em);
  animation: textanimation .5s forwards;
}
#pageTitle h1 span:nth-child(1) {
  animation-delay: 0.2s;
}
#pageTitle h1 span:nth-child(2) {
  animation-delay: 0.4s;
}
#pageTitle h1 span:nth-child(3) {
  animation-delay: 0.6s;
}
#pageTitle h1 span:nth-child(4) {
  animation-delay: 0.8s;
}
#pageTitle h1 span:nth-child(5) {
  animation-delay: 1s;
}
#pageTitle h1 span:nth-child(6) {
  animation-delay: 1.2s;
}
#pageTitle h1 span:nth-child(7) {
  animation-delay: 1.4s;
}
#pageTitle h1 span:nth-child(8) {
  animation-delay: 1.6s;
}
#pageTitle h1 span:nth-child(9) {
  animation-delay: 1.8s;
}
#pageTitle h1 span:nth-child(10) {
  animation-delay: 2s;
}
#pageTitle h1 span:nth-child(11) {
  animation-delay: 2.2s;
}
#pageTitle h1 span:nth-child(12) {
  animation-delay: 2.4s;
}
@keyframes textanimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
#pageTitle .pageImg {
  width: 95%;
  height: 60rem;
  overflow: hidden;
  position: relative;
}
#pageTitle .pageImg .s_img {
  height: 100%;
}
#pageTitle .pageImg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
#pageTitle .pageImg .__img {
  display: grid;
  grid-template-rows: repeat(2, 30rem);
  gap: 0;
}
#pageTitle .pageImg .__img .img1 {
  grid-row: span 2 / span 2;
}
#pageTitle .pageImg .__img .img2 {}
#pageTitle .pageImg .__img .img3 {
  grid-column-start: 2;
  grid-row-start: 2;
}
#pageTitle._sub_de:not(._sub)::after {
  height: 15rem;
}
#pageTitle._sub_de .pageImg {
  height: 20rem;
}
@media screen and (max-width: 1024px) {
  #pageTitle .inner {
    min-width: 45rem;
  }
  #pageTitle h1 {
    font-size: 2.6em;
  }
  #pageTitle:not(._sub)::after {
    width: calc(100% - 45rem);
  }
}
@media screen and (max-width: 896px) {
  #pageTitle .inner {
    min-width: 35rem;
    padding: 3rem 2.5% 0rem 5%;
  }
  #pageTitle .en {
    font-size: 1em;
  }
  #pageTitle h1 {
    font-size: 2.3em;
  }
  #pageTitle:not(._sub)::after {
    width: calc(100% - 35rem);
  }
}
@media screen and (max-width: 480px) {
  #pageTitle .inner {
    min-width: 25rem;
  }
  #pageTitle:not(._sub)::after {
    top: 8rem;
    width: calc(100% - 25rem);
    height: 35rem;
  }
  #pageTitle .en {}
  #pageTitle h1 {
    font-size: 1.5em;
  }
  #pageTitle .pageImg {
    height: 40rem;
  }
  #pageTitle .pageImg .__img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: .5rem;
  }
  #pageTitle .pageImg .__img .img1 {
    grid-column: span 2 / span 2;
  }
  #pageTitle .pageImg .__img .img2 {
    grid-row-start: 2;
  }
  #pageTitle .pageImg .__img .img3 {
    grid-row-start: 2;
  }
}
#pageTitle .pageImg::before {
  animation: sbar 1s ease 0s 1 normal forwards;
}
#pageTitle .pageImg::before {
  content: '';
  display: block;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 100%;
}
#pageTitle .pageImg .s_img {
  animation: simg .1s ease .6s 1 normal forwards;
}
#pageTitle .pageImg .s_img {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
@keyframes sbar {
  0% {
    left: 0;
    width: 0;
  }
  60% {
    left: 0;
    width: 100.1%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes simg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------
  ページタイトル（サブ）
---------------------------------*/
#pageTitle._sub {
  background: #E9EFF0;
  padding: 7rem 5%;
  overflow: hidden;
}
#pageTitle._sub::after {
  background: url("../images/ht_logo.svg") no-repeat center right/auto 100%;
  content: '';
  opacity: .3;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 200%;
}
#pageTitle._sub .inner {
  background: transparent;
  border-top-right-radius: 0;
  min-width: inherit;
  padding: 0;
  position: inherit;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  レイアウト

---------------------------------*/
#mainContainer {
  padding: 5rem 0;
}
article section {
  padding: 10rem 0;
}
article section .wrap {
  margin: auto;
  max-width: var(--width);
  width: 90%;
}
article section figure img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  #mainContainer {
    padding: 0 0;
  }
  article section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  article section {
    padding: 5rem 0;
  }
}
/*---------------------------------

  2カラムレイアウト

---------------------------------*/
.colum2wrap {
  display: flex;
}
.colum2wrap #mainCloum {
  flex-basis: 78%;
}
.colum2wrap #sideBer {
  order: -1;
  flex-basis: 22%;
}
.colum2wrap #mainCloum section {
  padding: 10rem 0;
}
.colum2wrap #mainCloum section .wrap {
  margin: auto;
  max-width: var(--width);
  width: 90%;
}
.colum2wrap #sideBer ._sticky {
  background: rgb(177, 212, 131);
  background: linear-gradient(45deg, rgba(136, 199, 133, 1.00) 0%, rgba(23, 174, 192, 1) 79%);
  border-radius: 0 1rem 1rem 0;
  position: sticky;
  top: 5rem;
}
.colum2wrap #sideBer ._sticky ul {
  list-style: none;
  padding: 3rem 2rem;
  padding-left: 30%;
}
.colum2wrap #sideBer ._sticky ul li {}
.colum2wrap #sideBer ._sticky ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding: .7rem;
}
.colum2wrap #sideBer ._sticky ul li a::after {
  content: '';
  background-image: url("../images/arr_w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
}
.colum2wrap #sideBer ._sticky ul li a.is-current {}
.colum2wrap #sideBer ._sticky ul li a:hover::after, .colum2wrap #sideBer ._sticky ul li a.is-current::after {
  background-color: #fff;
  background-image: url("../images/arr_m.svg");
}
@media screen and (max-width: 1024px) {
  .colum2wrap {
    display: block;
  }
  .colum2wrap #mainCloum {}
  .colum2wrap #sideBer {}
  .colum2wrap #sideBer ._sticky {
    border-radius: 0;
  }
  .colum2wrap #sideBer ._sticky ul {
    padding: 2rem 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .colum2wrap #sideBer ._sticky ul li {
    flex-basis: 47%;
  }
  .colum2wrap #mainCloum section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .colum2wrap #sideBer ._sticky ul {
    font-size: .9em;
    padding: 1rem 2.5%;
  }
  article section {
    padding: 5rem 0;
  }
}
/*---------------------------------
  各種見出し　共通スタイル
---------------------------------*/
article section .title {
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  position: relative;
}
article section .title::after {
  background-image: linear-gradient(135deg, #c7e4f3 16.67%, #fff 16.67%, #fff 25%, #dbc1da 25%, #dbc1da 41.67%, #fff 41.67%, #fff 50%, #c7e4f3 50%, #c7e4f3 66.67%, #fff 66.67%, #fff 75%, #dbc1da 75%, #dbc1da 91.67%, #fff 91.67%, #fff 100%);
  background-size: 25.46px 25.46px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 5px;
}
article section .title h2 {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  position: relative;
}
article section .title h2 span {
  display: inline-block;
}
article section h3 {
  color: #555;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  margin: 3rem 0 2rem;
  padding-left: .8em;
  position: relative;
}
article section h3::before {
  background: var(--co-main);
  border-radius: 2rem;
  content: '';
  margin: auto;
  position: absolute;
  top: .6rem;
  left: 0;
  width: .5rem;
  height: 2rem;
}
article section h4 {
  background: #aa9ac0; /*#BB89B9*/
  border-radius: .3rem;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
  padding: .4rem 1rem;
}
article section .wrap .txt {
  line-height: 1.8;
  text-align: justify;
}
article section .wrap .txt p + p {
  margin-top: .5em;
}
article section .wrap .txt ul {
  list-style: none;
}
article section .wrap .txt ul li {
  padding-left: 1.2em;
  margin-bottom: .7em;
  position: relative;
}
article section .wrap .txt ul li::before {
  content: '';
  background: #81C5CC;
  border-radius: 50%;
  position: absolute;
  top: .6em;
  left: 0;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 480px) {
  article section .title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  article section .title h2 {
    font-size: 2.1rem;
  }
  article section h3 {
    font-size: 1.15em;
  }
  article section h3::before {
    top: 0;
  }
  article section h4 {
    font-size: 1.05em;
  }
}
/*---------------------------------
  ページメニュー
---------------------------------*/
.pageMenuBlock {}
.pageMenuBlock ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.pageMenuBlock ul li {
  flex-basis: calc(100%/3 - 3%);
  margin-top: 6%;
}
.pageMenuBlock ul li a {
  color: #333;
  display: block;
  position: relative;
}
.pageMenuBlock ul li a figure {
  aspect-ratio: 3/2;
  border-radius: 2rem;
  overflow: hidden;
}
.pageMenuBlock ul li a figure img {
  object-fit: cover;
  transition: all .3s;
}
.pageMenuBlock ul li a p {
  background: #fff;
  border-radius: 0 2rem 0 0;
  font-size: 1.2em;
  font-weight: 700;
  max-width: 30rem;
  padding: 2rem 2rem 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pageMenuBlock ul li a p span {
  display: block;
  position: relative;
  padding-right: 4rem;
  z-index: 1;
}
.pageMenuBlock ul li a p span::before {
  background: url("../images/arr_m.svg") no-repeat center/1rem;
  border: 1px solid var(--co-main);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
.pageMenuBlock ul li a p span::after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  transform: scale(.3);
  width: 3rem;
  height: 3rem;
  z-index: -1;
}
.pageMenuBlock ul li a:hover p span::before {
  background-image: url("../images/arr_w.svg");
}
.pageMenuBlock ul li a:hover p span::after {
  background: var(--co-main);
  transform: scale(1);
}
.pageMenuBlock ul li a:hover figure img {
  transform: scale(1.1);
}
/*---------------------------------
  ページャー
---------------------------------*/
#pagerList {
  margin: 7rem 0 0;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  flex-basis: 4rem;
  margin: 0;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  color: #333;
  display: block;
  padding: 1rem 0;
}
#pagerList .nav-links ul .page-numbers.current {
  background: #333;
  color: #fff;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev {
  background: url("../images/arr_prev.svg") no-repeat center left/1rem;
  padding: 1.3rem 2rem 1.3rem 3rem;
  text-transform: capitalize;
  letter-spacing: 2px;
}
#pagerList .nav-links ul .page-numbers.next {
  background: url("../images/arr_next.svg") no-repeat center right/1rem;
  padding: 1.3rem 3rem 1.3rem 2rem;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #pagerList {
    margin: 5rem 0 0;
  }
  #pagerList .nav-links ul {
    font-size: 1.2rem;
  }
  #pagerList .nav-links ul li {
    margin: 0;
  }
  #pagerList .nav-links ul .page-numbers.prev {
    background-size: .5rem;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  #pagerList .nav-links ul .page-numbers.next {
    background-size: .5rem;
    padding: 1.3rem 2rem 1.3rem 1rem;
  }
}