@charset "UTF-8";
#tpl-contents {
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  #tpl-contents {
    padding-top: 5.3vw;
  }
}
#tpl-contents .breadcrumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-contents .breadcrumb {
    display: none;
  }
}
#tpl-contents .breadcrumb ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#tpl-contents .breadcrumb ul li {
  font-size: 12px;
}

#tpl-contents .breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  margin: 0 7px;
}

#tpl-contents .breadcrumb ul li:last-child::after {
  display: none;
}

#tpl-contents .breadcrumb ul li a {
  text-decoration: underline;
}

#tpl-contents .breadcrumb ul li a:hover {
  text-decoration: none;
}

#tpl-contents .sec-title {
  font-size: 36px;
  color: #cc0000;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
  #tpl-contents .sec-title {
    margin: 8vw 0 10vw;
    font-size: 6.66667vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
.post #tpl-contents .sec-title {
  color: #cc0000;
}

.bank #tpl-contents .sec-title {
  color: #008c38;
}

.life #tpl-contents .sec-title {
  color: #004098;
}

#tpl-contents .sec-title span {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 750px) {
  #tpl-contents .sec-title span {
    display: block;
    font-size: 3.73333vw;
    margin-left: 0;
  }
}
#tpl-contents .text-wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  #tpl-contents .text-wrap {
    margin-top: -185px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .text-wrap {
    margin-top: -13.33333vw;
    padding: 0 7% 20vw 7%;
    width: 100%;
  }
}
#tpl-contents .text-wrap .text {
  border-radius: 20px;
  background-color: #fff;
  letter-spacing: 0.04em;
  text-align: left;
  margin: auto;
}

@media screen and (min-width: 751px) {
  #tpl-contents .text-wrap .text {
    width: 760px;
    padding: 45px 70px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .text-wrap .text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  #tpl-contents .text-wrap .text .caption-inner {
    margin-right: auto;
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .text-wrap .text .caption-inner {
    font-size: 3.46667vw;
    padding: 6.66667vw;
  }
}
#tpl-contents .text-wrap .text p + p {
  margin-top: 1.8em;
}

#tpl-contents .text-wrap .text p.notes {
  text-indent: -1rem;
  margin-left: 1rem;
}

#tpl-contents .text-wrap .text p.notes a {
  text-decoration: underline;
}

#tpl-contents {
  padding-bottom: 0;
  background: none;
}
@media screen and (max-width: 750px) {
  #tpl-contents {
    padding-top: 0;
  }
}
#tpl-contents .breadcrumb {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 390px) {
  #tpl-contents .tpl-inner-wrap {
    padding: 0 4%;
  }
}
#tpl-contents .sec-mv {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0 7%;
}
@media screen and (max-width: 960px) {
  #tpl-contents .sec-mv {
    margin-inline: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-mv {
    padding: 0;
  }
}
#tpl-contents .sec-mv picture {
  max-width: 1160px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  #tpl-contents .sec-mv picture {
    min-width: calc(760px - 14%);
    margin-inline: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-mv picture {
    min-width: initial;
  }
}
#tpl-contents .bg,
#tpl-contents .bg02,
#tpl-contents .bg03 {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
#tpl-contents .bg02 {
  margin-top: 72px;
}
#tpl-contents .sec-main {
  margin-bottom: 0;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-main {
    margin-top: 0;
  }
}
#tpl-contents .sec01 {
  padding-bottom: 180px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 {
    padding-bottom: 29.33333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#tpl-contents .sec01 .lead-wrap {
  margin-bottom: 100px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 .lead-wrap {
    margin-top: 13.33333vw;
    margin-bottom: 26.66667vw;
  }
}
#tpl-contents .sec01 .lead-wrap p {
  margin-bottom: 40px;
  line-height: 35px;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 .lead-wrap p {
    margin-bottom: 5.33333vw;
    font-size: 4vw;
    line-height: 8.66667vw;
  }
}
#tpl-contents .sec01 .lead-wrap p.caution {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  text-indent: -11px;
  padding-left: 11px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 .lead-wrap p.caution {
    font-size: 3.33333vw;
    line-height: 5.33333vw;
    text-indent: -3.06667vw;
    padding-left: 3.06667vw;
  }
}
#tpl-contents .sec01 .entry-wrap .ttl-wrap {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 .entry-wrap .ttl-wrap {
    margin-bottom: 12vw;
  }
}
#tpl-contents .sec01 .entry-wrap .ttl-wrap img {
  width: 267px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec01 .entry-wrap .ttl-wrap img {
    width: 35.6vw;
    min-width: 186px;
  }
}
#tpl-contents .sec02 {
  padding-bottom: 220px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
}
#tpl-contents .sec02__incontents {
  position: relative;
}
#tpl-contents .sec02__incontents:after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 80px - 25px);
  background: #f7f7f7;
  z-index: initial;
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02__incontents:after {
    border-radius: 0;
    width: calc(100vw + 14%);
    height: calc(100% + 80px - 25px);
    top: 25px;
    left: -7%;
  }
}
#tpl-contents .sec02__incontents * {
  position: relative;
  z-index: 2;
}
#tpl-contents .sec02__incontents .env-wrap {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 {
    padding-bottom: 13.33333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#tpl-contents .sec02 .ttl-wrap {
  margin-top: -82px;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .ttl-wrap {
    margin-top: -10.93333vw;
    margin-bottom: 12vw;
  }
}
#tpl-contents .sec02 .ttl-wrap img {
  width: 440px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .ttl-wrap img {
    width: 58.66667vw;
    min-width: 308px;
  }
}
#tpl-contents .sec02 .lead-wrap {
  margin-top: 100px;
  margin-bottom: 75px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .lead-wrap {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
#tpl-contents .sec02 .lead-wrap p {
  margin-bottom: 40px;
  line-height: 35px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .lead-wrap p {
    margin-bottom: 5.33333vw;
    line-height: 8.66667vw;
    font-size: 4vw;
  }
}
#tpl-contents .sec02 .lead-wrap p.in-add {
  margin-bottom: 0;
}
#tpl-contents .sec02 .lead-wrap p.in-add:has(.icon) {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 5px;
}
#tpl-contents .sec02 .lead-wrap:has(.in-add) p {
  margin-bottom: 24px;
}
#tpl-contents .sec02 .contlist-wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap {
    margin-bottom: 116px;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem {
    flex-direction: column-reverse;
    margin-bottom: 16vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem.type02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem.type02 {
    flex-direction: column-reverse;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem.type02 .text {
  padding-right: 0px;
  padding-right: 0px;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem.type02 .text {
    margin-left: 0px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem.type02 .image .num-wrap {
    margin-left: 0;
    margin-right: 1.33333vw;
    top: -5.33333vw;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem.type02 .image .image-wrap {
    padding-left: 0vw;
    padding-right: 13.33333vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text {
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text {
    margin-top: 5.33333vw;
    width: 100%;
    padding-right: 0;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .subttl-num {
  display: flex;
  align-items: center;
  height: 35px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 1px solid #cc0000;
  font-size: 14px;
  font-weight: 700;
  color: #cc0000;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .subttl-num {
    height: 4.66667vw;
    margin-bottom: 5.33333vw;
    padding-left: 2.66667vw;
    border-left: 1px solid #cc0000;
    font-size: 3.73333vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .subttl-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .subttl-text {
    font-size: 4.26667vw;
    margin-bottom: 2vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .after-panel {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .after-panel {
    margin-top: 2.66667vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc {
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .desc {
    font-size: 3.73333vw;
    line-height: 6.66667vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc.t-type {
  font-weight: 700;
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) .pnanel-theme {
  grid-template-columns: 1fr 12px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) .pnanel-theme {
    font-weight: 500;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) .pnanel-theme:after {
  content: "：";
  display: none;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) .pnanel-theme:after {
    display: none;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) + .desc {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .text .desc:has(.pnanel-theme) + .desc {
    margin-top: 16px;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .image {
  width: 360px;
  min-width: 360px;
  height: 210px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .image {
    height: 53.33333vw;
    margin: 0 calc(50% - vw(375));
    padding: 0.53333vw calc(vw(375) - 50% + vw(8));
    width: 100vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .image .num-wrap {
  position: absolute;
  top: -50px;
  left: -116px;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .image .num-wrap {
    width: 13.33333vw;
    margin-left: 1.33333vw;
    top: -5.33333vw;
    left: 0vw;
  }
}
#tpl-contents .sec02 .contlist-wrap .contitem .image .image-wrap {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .contlist-wrap .contitem .image .image-wrap {
    padding-left: 13.33333vw;
  }
}
#tpl-contents .sec02 .env-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid;
  padding: 15px;
  border: 1px solid gray;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .env-wrap {
    display: block;
    font-size: 3.2vw;
    line-height: 5.33333vw;
    border: 1px solid;
    padding: 6.66667vw;
    border: 1px solid gray;
    margin-bottom: 26.66667vw;
  }
}
#tpl-contents .sec02 .env-wrap .subttl {
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .env-wrap .subttl {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
#tpl-contents .sec02 .env-wrap .env-pc {
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec02 .env-wrap .env-pc {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
#tpl-contents .item-sub {
  display: flex;
  flex-direction: column;
}
#tpl-contents .conv-wrap .subttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .conv-wrap .subttl {
    font-size: 4.8vw;
    line-height: 1,5;
    text-align: center;
  }
}
#tpl-contents .conv-wrap .subttl.ca {
  color: #cc0000;
}
#tpl-contents .conv-wrap .tpl-btn {
  transform: translate(0px, 0px);
  opacity: 1;
  margin: 40px auto 0;
  width: 200px;
  height: 50px;
  margin-bottom: 40px;
}
#tpl-contents .conv-wrap .tpl-btn.for-time-table {
  width: fit-content;
  min-width: 360px;
  margin-top: 0;
  margin-bottom: 80px;
}
#tpl-contents .conv-wrap .tpl-btn.for-time-table a {
  background-color: #cc0000;
  color: #fff;
  padding-right: 0;
}
#tpl-contents .conv-wrap .tpl-btn.for-time-table a:after {
  display: none;
}
#tpl-contents .conv-wrap .tpl-btn.for-time-table a:hover {
  background-color: #FFF;
  color: #cc0000;
}
@media only screen and (max-width: 750px) {
  #tpl-contents .conv-wrap .tpl-btn {
    margin: 5.33333vw auto 0;
    width: 52vw;
    height: 13.33333vw;
    margin-bottom: 5.33333vw;
  }
  #tpl-contents .conv-wrap .tpl-btn.for-time-table {
    margin-bottom: 10.66667vw;
    min-width: 100%;
  }
}
#tpl-contents .conv-wrap .tpl-btn a {
  width: 100%;
  height: 100%;
  padding-right: 1.33333vw;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #cc0000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  transition: background .3s, color .3s;
}
@media only screen and (max-width: 750px) {
  #tpl-contents .conv-wrap .tpl-btn a {
    border: 1px solid #cc0000;
    font-size: 3.73333vw;
    border-radius: 6.66667vw;
    border-width: 0.53333vw;
  }
}
#tpl-contents .conv-wrap .tpl-btn a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: border .3s;
}
@media only screen and (max-width: 750px) {
  #tpl-contents .conv-wrap .tpl-btn a:after {
    width: 1.86667vw;
    height: 1.86667vw;
    right: 3.06667vw;
  }
}
#tpl-contents .conv-wrap .tpl-btn a:hover {
  background-color: #cc0000;
  color: #fff;
}
#tpl-contents .conv-wrap .tpl-btn a:hover::after {
  border-color: #fff;
}
#tpl-contents .caution {
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #tpl-contents .caution {
    font-size: 3.2vw;
    width: 100%;
    text-align: left;
  }
}
#tpl-contents .caution + .conv-wrap {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .caution + .conv-wrap {
    margin-top: 40px;
  }
}
#tpl-contents .sec-nav {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav {
    margin-top: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
}
#tpl-contents .sec-nav .title {
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .title {
    margin-bottom: 30px;
  }
}
#tpl-contents .sec-nav .label {
  font-size: 22px;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .label {
    font-size: 4vw;
    margin: 6.66667vw auto;
  }
}
#tpl-contents .sec-nav .nav-lists-col4 {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav .nav-lists-col4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    padding: 35px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 10% 7%;
  }
}
#tpl-contents .sec-nav .nav-lists-col4 .item {
  position: relative;
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item {
    width: 25%;
    border-radius: 20px;
    margin-right: 2.5%;
  }
  #tpl-contents .sec-nav .nav-lists-col4 .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item {
    width: 100%;
    background-color: #fff;
    padding: 5%;
    margin-bottom: 7%;
    border-radius: 5.33333vw;
  }
  #tpl-contents .sec-nav .nav-lists-col4 .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item .img-wrap {
    width: 29.33333vw;
    min-width: 29.33333vw;
    max-width: 29.33333vw;
  }
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item .img-wrap img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item a {
    display: block;
    text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: underline;
  }
}
#tpl-contents .sec-nav .nav-lists-col4 .item a:hover {
  opacity: 0.8;
}
#tpl-contents .sec-nav .nav-lists-col4 .item .txt {
  /* padding:11px; */
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item .txt {
    padding: 0 0 0 4.66667vw;
    font-size: 4vw;
  }
}
#tpl-contents .sec-nav .nav-lists-col4 .item .txt .txt-inner {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item .txt .txt-inner {
    padding-bottom: 4vw;
  }
}
#tpl-contents .sec-nav .nav-lists-col4 .item .txt .label {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .nav-lists-col4 .item .txt .label {
    font-size: 4vw;
    margin: 0 0 5.33333vw 0;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .visual {
    margin: 0 calc(50% - 50vw);
  }
}
#tpl-contents .sec-nav .visual figure {
  display: block;
  position: relative;
}
#tpl-contents .sec-nav .visual figure .img-wrap {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .visual figure .img-wrap {
    width: 100%;
  }
}
#tpl-contents .sec-nav .visual figure figcaption.lead {
  position: absolute;
  top: 72%;
  left: 31%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .visual figure figcaption.lead {
    width: 62.66667vw;
    left: 18.66667vw;
    top: 29.33333vw;
  }
}
#tpl-contents .sec-nav .visual figure figcaption.lead span {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.08em;
  background: #cc0000;
}
@media screen and (min-width: 751px) {
  #tpl-contents .sec-nav .visual figure figcaption.lead span {
    font-size: 27px;
    padding: 10px 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-nav .visual figure figcaption.lead span {
    font-size: 33px;
    font-size: 4.4vw;
    line-height: 1;
    padding: 1.33333vw 2vw;
    margin-top: 1.33333vw;
  }
}

.schedule-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 100px;
  width: 100%;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .schedule-wrap {
    margin-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  .schedule-wrap {
    padding: 0 7%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 390px) {
  .schedule-wrap {
    padding: 0 4%;
  }
}
.schedule-wrap li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li {
    margin-bottom: 4.66667vw;
    width: 100%;
    min-width: 100%;
    line-height: 1.5;
    white-space: nowrap;
    display: grid;
    grid-template-columns: 18vw 1fr;
  }
}
.schedule-wrap li .schettl {
  margin-right: 20px;
  width: 80px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .schettl {
    margin-right: 2.66667vw;
    width: 18.66667vw;
    font-size: 4vw;
  }
}
.schedule-wrap li .cont-wrap {
  color: #cc0000;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap {
    font-size: 4.8vw;
  }
}
.schedule-wrap li .cont-wrap .cont-inner {
  display: block;
  letter-spacing: 0vw;
}
.schedule-wrap li .cont-wrap .cont-inner .fsize-m {
  font-size: 33px;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap .cont-inner .fsize-m {
    font-size: 5.33333vw;
  }
}
.schedule-wrap li .cont-wrap .cont-inner .fsize-l {
  font-size: 55px;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap .cont-inner .fsize-l {
    font-size: 8vw;
  }
}
.schedule-wrap li .cont-wrap .time-line {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap .time-line {
    gap: 8px;
  }
}
.schedule-wrap li .cont-wrap .time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap .time {
    font-size: 4.26667vw;
  }
}
.schedule-wrap li .cont-wrap .time .icon {
  font-size: 14px;
  border: 1px solid #cc0000;
  padding: 0px 3px;
}
@media screen and (max-width: 750px) {
  .schedule-wrap li .cont-wrap .time .icon {
    font-size: 2.66667vw;
    padding: 0px 3px 1px;
    margin-left: 1.33333vw;
  }
}
.schedule-wrap li:nth-of-type(1) {
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .schedule-wrap li:nth-of-type(1) {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .schedule-wrap li:nth-of-type(1) {
    order: 2;
    margin-bottom: 4.66667vw;
  }
}
@media screen and (max-width: 1100px) {
  .schedule-wrap li:nth-of-type(2) {
    order: 3;
  }
}
@media screen and (max-width: 750px) {
  .schedule-wrap li:nth-of-type(2) {
    order: 3;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .schedule-wrap li:nth-of-type(3) {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .schedule-wrap li:nth-of-type(3) {
    order: 1;
    margin-bottom: 0;
  }
}

.c-ballon {
  position: absolute;
  top: -60px;
  right: -56px;
  display: grid;
}
@media screen and (max-width: 1100px) {
  .c-ballon {
    right: 0;
    top: -120px;
  }
}
@media screen and (max-width: 1100px) {
  .c-ballon {
    right: calc(50% - 100px);
  }
}
@media screen and (max-width: 750px) {
  .c-ballon {
    position: relative;
    top: initial;
    right: initial;
    width: calc(80vw - 16vw);
    translate: 16vw 0;
  }
}
.c-ballon__text {
  font-size: 20px;
  font-weight: 700;
  grid-area: 1/2;
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #FFF;
  grid-template-rows: 1fr fit-contents(100%);
}
@media screen and (max-width: 750px) {
  .c-ballon__text {
    font-size: 3.33333vw;
    padding-top: 1vw;
  }
}
.c-ballon__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
}
.c-ballon__img {
  grid-area: 1/2;
}

/*# sourceMappingURL=style.css.map */
