@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  font-size: 0.18rem;
  color: #393939;
}

a {
  color: #393939;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 10.8rem;
  margin: 0 auto;
}

.fixed_btn {
  padding: 0.1rem 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -0.04rem 0.08rem 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 -0.04rem 0.08rem 0 rgba(0, 0, 0, 0.14);
}

.fixed_btn .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed_btn .btn01 {
  margin-right: 0.15rem;
}

.fixed_btn .btn01 img {
  width: 3.2rem;
}

.fixed_btn .btn02 {
  margin-right: 0.35rem;
}

.fixed_btn .btn02 img {
  width: 3.2rem;
}

.fixed_btn .btn03 img {
  width: 3.49rem;
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  bottom: 0;
  left: 0;
}

.header {
  padding: 0.3rem 0;
  text-align: center;
}

.header .logo img {
  width: 1.98rem;
}

.mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv .txt {
  width: 50%;
}

.mv .tit {
  text-align: right;
  padding-right: 0.1rem;
}

.mv .tit img {
  width: 6.675rem;
}

.mv .scroll-infinity {
  width: 50%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.mv .scroll-infinity__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.mv .scroll-infinity__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.mv .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.mv .scroll-infinity__item {
  width: 12.4rem;
  margin-left: 0.2rem;
}

.mv .scroll-infinity__item > img {
  width: 100%;
}

.sec01 {
  padding: 0.8rem 0 0.5rem;
  text-align: center;
  position: relative;
}

.sec01::after {
  content: "";
  width: 1rem;
  height: 0.4rem;
  position: absolute;
  bottom: -0.4rem;
  left: calc(50% - 0.5rem);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec01 .tit img {
  width: 4.725rem;
}

.sec01 .img {
  margin-top: 0.45rem;
}

.sec01 .img img {
  width: 9.39rem;
}

.sec01 .txt {
  margin-top: 0.37rem;
}

.sec01 .txt img {
  margin-left: 0.65rem;
  width: 8.19rem;
}

.cta {
  padding: 0.63rem 0 0.8rem;
}

.cta .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.cta .tit .strong {
  color: #004da0;
}

.cta .bg {
  margin-top: 0.35rem;
  padding: 0.5rem 0.8rem 0.4rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.cta .wrap01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta .btn a {
  width: 4.45rem;
  border-radius: 0.1rem;
  padding: 0.21rem 0 0.15rem 0.98rem;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}

.cta .btn a::before, .cta .btn a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cta .btn a::after {
  width: 0.155rem;
  height: 0.16rem;
  top: calc(50% - 0.08rem);
  right: 0.18rem;
}

.cta .btn a:hover {
  top: 0.08rem;
  opacity: 1;
}

.cta .btn .btn_txt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 0.34rem;
  font-weight: 700;
}

.cta .btn .btn_txt .fs01 {
  font-size: 0.22rem;
}

.cta .btn .btn_txt .fs02 {
  font-size: 0.17rem;
}

.cta .btn01 a {
  color: #fff;
  -webkit-box-shadow: 0 0.08rem #003369;
          box-shadow: 0 0.08rem #003369;
  background-color: #004da0;
  border: 0.02rem solid #004da0;
}

.cta .btn01 a::before {
  width: 0.67rem;
  height: 0.545rem;
  top: calc(50% - 0.2725rem);
  left: 0.1rem;
  background-image: url(../img/cta/btn01_deco.png);
}

.cta .btn01 a::after {
  background-image: url(../img/cta/btn01_arrow.png);
}

.cta .btn01 a:hover {
  top: 0.08rem;
  -webkit-box-shadow: 0 0.02rem #003369;
          box-shadow: 0 0.02rem #003369;
}

.cta .btn01 a .btn_cat {
  position: absolute;
  top: -0.3rem;
  left: calc(50% - 1.01rem);
}

.cta .btn01 a .btn_cat img {
  width: 2.02rem;
}

.cta .btn02 a {
  color: #897a5b;
  -webkit-box-shadow: 0 0.08rem #897a5b;
          box-shadow: 0 0.08rem #897a5b;
  background-color: #fff;
  border: 0.02rem solid #897a5b;
}

.cta .btn02 a::before {
  width: 0.795rem;
  height: 0.86rem;
  top: calc(50% - 0.43rem);
  left: 0.1rem;
  background-image: url(../img/cta/btn02_deco.png);
}

.cta .btn02 a::after {
  background-image: url(../img/cta/btn02_arrow.png);
}

.cta .btn02 a:hover {
  top: 0.08rem;
  -webkit-box-shadow: 0 0.02rem #897a5b;
          box-shadow: 0 0.02rem #897a5b;
}

.cta .btn02 .btn_txt .fs02 {
  color: #393939;
}

.cta .wrap02 {
  margin-top: 0.45rem;
  padding-top: 0.17rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.2rem;
  border-top: dotted 0.03rem #b6c9e3;
}

.cta .wrap02 .txt img {
  width: 3.64rem;
}

.cta .wrap02 .num img {
  width: 3.77rem;
}

.cta.cta01 {
  background-color: #ebf1f9;
}

.cta.cta02 {
  background-color: #1668c0;
}

.cta.cta02 .tit {
  color: #fff;
}

.cta.cta02 .tit .strong {
  color: #fff;
}

.cta.cta03 {
  padding: 0.47rem 0 0.2rem;
  border-radius: 0.05rem;
  border-top: 0.04rem solid #004da0;
  background-color: #ebf1f9;
}

.cta.cta03 .bg {
  margin-top: 0;
  background-color: #ebf1f9;
}

.cta.cta03 .cat01 {
  margin-top: 0.22rem;
  text-align: center;
}

.cta.cta03 .cat01 img {
  width: 8rem;
}

.cta.cta03 .cat02 {
  text-align: center;
}

.cta.cta03 .cat02 img {
  width: 8rem;
}

.sec02 .content01 {
  padding: 0.8rem 0 0.7rem;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-image: url(../img/sec02/bg01.jpg);
  position: relative;
}

.sec02 .content01::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec02 .content01 .tit img {
  width: 5.1rem;
}

.sec02 .content01 .txt01 {
  margin-top: 0.4rem;
}

.sec02 .content01 .txt01 img {
  width: 5.63rem;
}

.sec02 .content01 .txt02 {
  margin: 0.55rem 0 0.4rem;
}

.sec02 .content01 .txt02 img {
  width: 10.81rem;
}

.sec02 .content01 .desc {
  font-size: 0.13rem;
  line-height: 1.69;
  font-weight: 600;
}

.sec02 .content01 .desc:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.sec02 .content02 {
  padding: 0 0 0.6rem;
  margin-top: -0.32rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec02 .content02 .tit img {
  width: 6.86rem;
}

.sec02 .content02 .txt {
  margin-top: 0.76rem;
}

.sec02 .content02 .txt img {
  width: 3.65rem;
}

.sec02 .content02 .youtube {
  margin-top: 0.12rem;
}

.sec02 .content02 .youtube iframe {
  width: 6.6rem;
  height: 100%;
  aspect-ratio: 16/9;
}

.sec02 .content03 {
  padding: 1.36rem 0 1.25rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sec02 .content03::before, .sec02 .content03::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.sec02 .content03::before {
  height: 0.8rem;
  top: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec02 .content03::after {
  height: 0.8rem;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 100%);
}

.sec02 .content03 .deco {
  position: absolute;
  width: 14.4rem;
  top: 0;
  left: calc(50% - 7.2rem);
}

.sec02 .content03 .tit,
.sec02 .content03 .img01,
.sec02 .content03 .img02 {
  position: relative;
}

.sec02 .content03 .tit img {
  width: 4.79rem;
}

.sec02 .content03 .img01 {
  margin-top: 0.1rem;
}

.sec02 .content03 .img01 img {
  width: 9.51rem;
}

.sec02 .content03 .img02 {
  margin-top: 0.55rem;
}

.sec02 .content03 .img02 img {
  width: 6.26rem;
}

.sec02 .content04 {
  padding: 0.48rem 0 0.8rem;
  text-align: center;
}

.sec02 .content04 .container {
  width: 10rem;
}

.sec02 .content04 .tit img {
  width: 6.71rem;
}

.sec02 .content04 .img01 {
  margin-top: 0.32rem;
}

.sec02 .content04 .img01 img {
  width: 10rem;
}

.sec02 .content04 .wrap {
  margin-top: 0.58rem;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: dotted 0.03rem #897a5b;
}

.sec02 .content04 .summary {
  width: 4.65rem;
}

.sec02 .content04 .stit {
  text-align: center;
  font-size: 0.34rem;
  font-weight: 700;
}

.sec02 .content04 .stit .strong {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  color: #fff;
  background-color: #897a5b;
}

.sec02 .content04 .desc {
  margin-top: 1em;
  text-align: left;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.sec02 .content04 .desc .strong {
  font-weight: 700;
  color: #897a5b;
  background-color: #f2efea;
}

.sec02 .content04 .img02 {
  width: 5rem;
}

.sec03 {
  text-align: center;
}

.sec03 .tit01 {
  padding: 0.41rem 0 0.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/sec03/tit_bg.jpg);
}

.sec03 .tit01 img {
  width: 4.37rem;
}

.sec03 .tit01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.sec03 .content {
  padding: 0.42rem 0 0.8rem;
  background-color: #f2efea;
  position: relative;
  z-index: 1;
}

.sec03 .content::before {
  content: "";
  width: 100%;
  height: 0.36rem;
  position: absolute;
  top: -0.3rem;
  left: 0;
  background-color: #f2efea;
  -webkit-clip-path: polygon(50% 60%, 51.3% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48.7% 0);
          clip-path: polygon(50% 60%, 51.3% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48.7% 0);
}

.sec03 .tit02 img {
  width: 6.72rem;
}

.sec03 .box01 {
  padding: 0.4rem 0 0.55rem;
  margin-top: 0.53rem;
  background-color: #fff;
}

.sec03 .box01 .box_tit img {
  width: 3.44rem;
}

.sec03 .box01 .img {
  margin-top: 0.3rem;
}

.sec03 .box01 .img img {
  width: 9.6rem;
}

.sec03 .cat {
  margin-top: 0.6rem;
}

.sec03 .cat img {
  width: 7.36rem;
}

.sec03 .box02 {
  padding: 0.4rem 0 0.63rem;
  margin-top: 0.5rem;
  background-color: #fff;
}

.sec03 .box02 .box_tit img {
  width: 2.97rem;
}

.sec03 .box02 .img {
  margin-top: 0.28rem;
}

.sec03 .box02 .img img {
  width: 9.7rem;
}

.sec03 .after {
  padding: 0.6rem 0;
}

.sec03 .after img {
  width: 5.26rem;
}

.sec04 .tit {
  text-align: center;
  padding: 0.3rem 0 0.55rem;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.46;
  background-color: #004da0;
}

.sec04 .tit .strong {
  font-size: 0.48rem;
  display: inline-block;
  position: relative;
}

.sec04 .tit .strong .fs01 {
  font-size: 0.44rem;
}

.sec04 .tit .strong::before {
  content: "";
  width: 0.325rem;
  height: 0.46rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: -0.38rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec04/tit_deco.png);
}

.sec04 .bg {
  padding: 0.6rem 0 0.8rem;
  position: relative;
  background-color: #ebf1f9;
}

.sec04 .bg::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  position: absolute;
  top: -0.59rem;
  left: 0;
  background-color: #ebf1f9;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}

.sec04 .content {
  padding: 0.34rem 0.6rem 0.58rem 0.18rem;
  border-radius: 0.05rem;
  position: relative;
  background-color: #fff;
}

.sec04 .content:not(:first-of-type) {
  margin-top: 0.4rem;
}

.sec04 .date {
  width: 1.775rem;
  position: absolute;
  top: -0.35rem;
  left: -0.35rem;
}

.sec04 .content_tit {
  text-align: center;
}

.sec04 .content_tit img {
  width: auto;
  height: 0.83rem;
}

.sec04 .wrap {
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec04 .city {
  text-align: center;
  padding: 0 0.13rem 0 0.28rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 0.44rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #004da0;
  border-radius: 0.1rem 0 0.1rem 0;
}

.sec04 .city::before {
  content: "";
  width: 0.15rem;
  height: 0.21rem;
  position: absolute;
  top: calc(50% - 0.105rem);
  left: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec04/tit_deco.png);
}

.sec04 .gallery-container {
  max-width: 5rem;
  margin: 0 auto;
}

.sec04 .main-image {
  width: 100%;
  height: 3.1rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.sec04 .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.08rem;
}

.sec04 .thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec04 .thumbnails img {
  width: 1.6rem;
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 0.05rem;
}

.sec04 .thumbnails img {
  opacity: 0.3;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sec04 .thumbnails img.selected {
  opacity: 1;
}

.sec04 .fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.sec04 .fade-in.show {
  opacity: 1;
}

.sec04 .summary {
  width: 4.2rem;
}

.sec04 .desc {
  font-size: 0.18rem;
  line-height: 1.77;
  font-family: "Noto Sans JP", sans-serif;
}

.sec04 .lists01 {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec04 .lists01 li {
  width: 1.35rem;
  line-height: 0.36rem;
  text-align: center;
  border-radius: 10rem;
  font-size: 0.18rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.sec04 .lists01 li.blue {
  color: #004da0;
  background-color: #ebf1f9;
}

.sec04 .lists01 li.green {
  color: #066445;
  background-color: #ecf3f1;
}

.sec04 .lists01 li.gray {
  color: #ccc;
  background-color: #f5f5f5;
}

.sec04 .lists02 {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sec04 .lists02 dt,
.sec04 .lists02 dd {
  padding: 0.1rem 0;
  font-size: 0.18rem;
  line-height: 1.44;
  font-family: "Noto Sans JP", sans-serif;
}

.sec04 .lists02 dt:not(:last-of-type),
.sec04 .lists02 dd:not(:last-of-type) {
  margin-bottom: 1px;
}

.sec04 .lists02 dt {
  width: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #897a5b;
}

.sec04 .lists02 dt:first-of-type {
  border-radius: 0.06rem 0 0 0;
}

.sec04 .lists02 dt:last-of-type {
  border-radius: 0 0 0 0.06rem;
}

.sec04 .lists02 dd {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
  width: calc(100% - 0.9rem);
  background-color: #eee;
}

.sec04 .lists02 dd:first-of-type {
  border-radius: 0 0.06rem 0 0;
}

.sec04 .lists02 dd:last-of-type {
  border-radius: 0 0 0.06rem 0;
}

.sec05 {
  padding: 0.85rem 0 0.8rem;
  background-color: #ebf1f9;
}

.sec05 .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}

.sec05 .tit img {
  width: 3.36rem;
}

.sec05 .content {
  padding: 0.6rem 0.8rem 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.sec05 .content .txt {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}

.sec05 .content .txt .strong {
  font-weight: 700;
  color: #004da0;
  background-color: #ebf1f9;
}

.sec05 .content:not(:first-of-type) {
  margin-top: 0.6rem;
}

.sec05 .content01 .stit {
  text-align: center;
}

.sec05 .content01 .stit img {
  width: 7.035rem;
}

.sec05 .content01 .box {
  border-radius: 0.1rem;
}

.sec05 .content01 .box .box_tit {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
}

.sec05 .content01 .box .img {
  border-radius: 0 0 0.1rem 0.1rem;
}

.sec05 .content01 .box01 {
  margin-top: 0.35rem;
}

.sec05 .content01 .box01 .box_tit {
  padding: 0.11rem 0 0.17rem;
  background-color: #004da0;
}

.sec05 .content01 .box01 .img {
  padding: 0.3rem 0 0.4rem;
  text-align: center;
  background-color: #ebf1f9;
}

.sec05 .content01 .box01 .img img {
  width: 8.29rem;
}

.sec05 .content01 .box02 {
  margin-top: 0.3rem;
}

.sec05 .content01 .box02 .box_tit {
  padding: 0.11rem 0 0.17rem;
  background-color: #066445;
}

.sec05 .content01 .box02 .img {
  padding: 0.3rem 0;
  text-align: center;
  background-color: #ecf3f1;
}

.sec05 .content01 .box02 .img img {
  width: 3.78rem;
}

.sec05 .content01 .after {
  margin-top: 0.3rem;
  text-align: center;
}

.sec05 .content01 .after img {
  width: 7.93rem;
}

.sec05 .content02 .stit {
  text-align: center;
}

.sec05 .content02 .stit img {
  width: 5.435rem;
}

.sec05 .content02 .box {
  margin-top: 0.4rem;
  padding: 0.26rem 0 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  gap: 0 0.18rem;
}

.sec05 .content02 .box .box_txt {
  width: 4.6rem;
}

.sec05 .content02 .box .box_txt_cat {
  padding-left: 0.65rem;
  font-size: 0.32rem;
  font-weight: 700;
  position: relative;
}

.sec05 .content02 .box .box_txt_cat .strong {
  color: #d52421;
}

.sec05 .content02 .box .box_txt_cat::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.325rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec05/content02_deco.png);
}

.sec05 .content02 .box .box_txt_desc {
  margin-top: 1em;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.sec05 .content02 .box .box_txt_desc .strong {
  color: #d52421;
}

.sec05 .content02 .box .box_img {
  width: 3.265rem;
}

.sec05 .content02 .stit02 {
  margin-top: 0.6rem;
  text-align: center;
}

.sec05 .content02 .stit02 img {
  width: 5.02rem;
}

.sec05 .content02 .img01 {
  margin-top: 0.37rem;
  text-align: center;
}

.sec05 .content02 .img01 img {
  width: 7.6rem;
}

.sec05 .content02 .img02 {
  margin-top: 0.39rem;
  text-align: center;
}

.sec05 .content02 .img02 img {
  width: 8.13rem;
}

.sec05 .content03 .stit {
  text-align: center;
}

.sec05 .content03 .stit img {
  width: 6.235rem;
}

.sec05 .content03 .img01 {
  margin-top: 0.3rem;
  text-align: center;
}

.sec05 .content03 .img01 img {
  width: 9.2rem;
}

.sec05 .content03 .img02 {
  margin-top: 0.38rem;
  text-align: center;
}

.sec05 .content03 .img02 img {
  width: 6.5rem;
}

.sec06 {
  padding: 0.8rem 0 0.8rem;
}

.sec06 .tit {
  text-align: center;
}

.sec06 .tit img {
  width: 4.44rem;
}

.sec06 .item {
  margin-top: 0.43rem;
  padding: 0.24rem 0.58rem 0.6rem;
  border-radius: 0.1rem;
  position: relative;
}

.sec06 .item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec06 .item .item_tit {
  text-align: center;
  font-size: 0.46rem;
  font-weight: 700;
}

.sec06 .item .item_tit .tit_cat {
  min-width: 3.2rem;
  margin-bottom: 0.1rem;
  display: inline-block;
  padding: 0 0.25rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  border-radius: 10rem;
  color: #fff;
}

.sec06 .item .wrap {
  margin-top: 0.37rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec06 .item .img {
  width: 5rem;
}

.sec06 .item .summary {
  width: 4.2rem;
}

.sec06 .item .price {
  text-align: center;
}

.sec06 .item .price img {
  width: auto;
  height: 0.7rem;
}

.sec06 .item .price .notes {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #888;
}

.sec06 .item .desc {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.sec06 .item .desc .strong {
  font-weight: 700;
}

.sec06 .item.blue {
  border: 1px solid #b6c9e3;
  background-color: #ebf1f9;
}

.sec06 .item.blue .item_tit {
  color: #004da0;
}

.sec06 .item.blue .item_tit .tit_cat {
  background-color: #004da0;
}

.sec06 .item.blue .desc {
  border-top: 1px solid #b6c9e3;
}

.sec06 .item.blue .desc .strong {
  color: #004da0;
}

.sec06 .item.green {
  border: 1px solid #a8c1b9;
  background-color: #ecf3f1;
}

.sec06 .item.green .item_tit {
  color: #066445;
}

.sec06 .item.green .item_tit .tit_cat {
  background-color: #066445;
}

.sec06 .item.green .desc {
  border-top: 1px solid #a8c1b9;
}

.sec06 .item.green .desc .strong {
  color: #066445;
}

.sec06 .stit {
  margin-top: 0.6rem;
  text-align: center;
}

.sec06 .stit img {
  width: 4.92rem;
}

.sec06 .item01::after {
  width: 1.79rem;
  height: 1.73rem;
  top: -1.13rem;
  right: -0.31rem;
  background-image: url(../img/sec06/deco01.png);
}

.sec06 .item02::after {
  width: 1.15rem;
  height: 0.85rem;
  top: 0.65rem;
  left: -0.6rem;
  background-image: url(../img/sec06/deco02.png);
}

.sec06 .item03::after {
  width: 1.04rem;
  height: 0.98rem;
  top: 0.9rem;
  right: -0.5rem;
  background-image: url(../img/sec06/deco03.png);
}

.sec06 .item04::after {
  width: 1.68rem;
  height: 1.58rem;
  top: -0.2rem;
  left: -1.2rem;
  background-image: url(../img/sec06/deco04.png);
}

.sec06 .item05::after {
  width: 1.76rem;
  height: 2.1rem;
  top: -0.4rem;
  right: -0.6rem;
  background-image: url(../img/sec06/deco05.png);
}

.sec07 {
  padding: 0.8rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(../img/sec07/bg.jpg);
}

.sec07 .tit img {
  width: 5.1rem;
}

.sec07 .txt01 {
  margin-top: 0.4rem;
}

.sec07 .txt01 img {
  width: 5.63rem;
}

.sec07 .txt02 {
  margin: 0.55rem 0 0.4rem;
}

.sec07 .txt02 img {
  width: 10.81rem;
}

.sec07 .desc {
  font-size: 0.13rem;
  line-height: 1.69;
  font-weight: 600;
}

.sec07 .desc:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.sec07 .stit {
  margin-top: 0.32rem;
}

.sec07 .stit img {
  width: 3.49rem;
}

.sec07 .lists {
  width: 9.2rem;
  margin: 0.45rem auto 0;
}

.sec07 .lists li {
  text-align: left;
}

.sec07 .lists li:not(:first-of-type) {
  margin-top: 0.45rem;
}

.sec07 .lists .list_bg {
  padding: 0.5rem 0.55rem;
  border-radius: 0.05rem;
  position: relative;
  background-color: #fff;
}

.sec07 .lists .list_bg::before, .sec07 .lists .list_bg::after {
  content: "";
  width: 0.26rem;
  height: 0.24rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec07/bg_deco.png);
}

.sec07 .lists .list_bg::before {
  top: 0.2rem;
  left: 0.2rem;
}

.sec07 .lists .list_bg::after {
  bottom: 0.17rem;
  right: 0.2rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.sec07 .lists .list_desc {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.sec07 .lists .temple_wrap {
  margin-top: 0.23rem;
  padding-right: 0.1rem;
  text-align: right;
}

.sec07 .lists .temple {
  display: inline-block;
  padding-left: 0.23rem;
  text-align: right;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}

.sec07 .lists .temple::before {
  content: "";
  width: 0.2rem;
  height: 0.28rem;
  position: absolute;
  top: calc(50% - 0.14rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec07/deco.png);
}

.sec07 .lists .temple .after_txt {
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 0.02rem solid #ebe4d7;
}

.sec07 .lists .notes {
  margin-top: 0.24rem;
  padding-left: 0.57rem;
  font-size: 0.13rem;
  font-weight: 600;
}

.sec08 {
  padding: 0.73rem 0;
}

.sec08 .tit {
  text-align: center;
  font-size: 0.42rem;
  font-weight: 700;
}

.sec08 .accordion {
  width: 9.2rem;
  margin: 0.55rem auto 0;
}

.sec08 .accordion .item {
  --term-height: 3.5em;
  --group-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-height: var(--group-height);
  -webkit-transition: 0.3s max-height ease-out;
  transition: 0.3s max-height ease-out;
  margin-bottom: 0.1rem;
  border-radius: 0.05rem;
}

.sec08 .accordion .item:not(.open) {
  max-height: var(--term-height);
}

.sec08 .accordion .item:not(.open) dd {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sec08 .accordion .item.open dt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec08 .accordion dt,
.sec08 .accordion dd {
  padding-left: 0.2rem;
  padding-right: 0.8rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec08 .accordion dt .icon,
.sec08 .accordion dd .icon {
  width: 0.6rem;
}

.sec08 .accordion dt .icon img,
.sec08 .accordion dd .icon img {
  width: 0.44rem;
}

.sec08 .accordion dt .txt,
.sec08 .accordion dd .txt {
  padding-top: 0.02rem;
  width: calc(100% - 0.6rem);
}

.sec08 .accordion dt {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
  background-color: #ebf1f9;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}

.sec08 .accordion dt::after {
  content: "";
  width: 0.21rem;
  height: 0.125rem;
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 0.28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec08/arrow.png);
}

.sec08 .accordion dd {
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: -10;
  -webkit-transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out;
  transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out;
  background-color: #ebf1f9;
}

.sec09 {
  padding: 0 0 1.5rem;
}

.sec09 .img {
  text-align: center;
}

.sec09 .img img {
  width: 10rem;
}

.sec09 .tit01 {
  margin: -0.5rem 0 0.53rem;
  text-align: center;
}

.sec09 .tit01 img {
  width: 6.34rem;
}
/*# sourceMappingURL=style.css.map */