@charset "UTF-8";
/*------------------------
    共通
------------------------*/
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3b3d3d;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  position: relative;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 20px 10px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.zen-maru-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.zen-maru-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.zen-maru-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
section {
  max-width: 800px;
  margin: 0 auto;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/* header */
/* kv */
.kv {
  max-width: 1360px;
  margin: 0 auto 40px;
}
/* main */
main {
  position: relative;
}
/* overview */
.overview {
  /* background: url("../images/bg-body-top_pc.png") no-repeat top center / contain; */
  margin-bottom: 0;
  padding: 0 20px 80px;
}
/* @media screen and (min-width: 1160px) {
  .overview {
    background: url("../images/bg-body-top_pc.png") no-repeat top center / cover;
  }  
} */
.overview .item {
  max-width: 800px;
  margin: 0 auto;
}
.overview .item .item-list:not(:last-of-type) {
  margin-bottom: 50px;
}
.overview .item .item-list .def-list {
  display: flex;
  align-items: stretch;
}
.overview .item .item-list.place .def-list,
.overview .item .item-list.com .def-list {
  align-items: center;
}
.overview .item .item-list .def-term {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  padding: 7px 10px;
  max-width: 100%;
  min-width: 115px;
  background: #c8c95e;
  border-radius: 10px;
  color: #fff;
  font-size: 3.8rem;
}
.overview .item .item-list.place .def-term,
.overview .item .item-list.com .def-term,
.overview .item .item-list.way .def-term{
  background: none;
  max-width: 90px;
}
.overview .item .item-list .def-term .term-item {
  position: relative;
  padding: 10px 3px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}
.overview .item .item-list .def-term span,
.overview .item .item-list .def-desc,
.overview .item .item-list .def-desc span {
  font-size: 2rem;
}
.overview .item .item-list .def-desc .desc-heading {
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 700;
}
.overview .item .item-list .def-desc .desc-heading + p {
  margin: 5px 0 10px;
}
.overview .item .item-list .def-desc .dot-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.overview .item .item-list .def-desc .dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin: 7px 8px 0 0;
  background: #f9e9a2;
  border-radius: 50%;
}
.overview .item .item-list .def-desc .dec-desc__text .dot {
  margin: 12px 8px 0 0;
}
.overview .item .item-list .def-desc .dec-desc__text .caution {
  padding-left: 1em;
}
.overview .item .item-list .def-desc .dec-desc__text .caution span {
  font-size: 1.6rem;
}
.overview .item .item-list .def-desc .dot-text {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.overview .item .item-list.am .def-desc .desc-heading ,
.overview .item .item-list.pm .def-desc .desc-heading {
  display: inline;
  font-weight: bold;
  background-image: linear-gradient(to bottom, transparent 75%, #f9e9a2 65%);
  background-size: 100% 85%;
  background-repeat: repeat;
}
.overview .item .item-list.date .def-desc {
  position: relative;
  font-size: 7rem;
  font-weight: 900;
}
.overview .item .item-list.date .def-desc span {
  font-size: 3.2rem;
}
.overview .item .item-list.am .term-item,
.overview .item .item-list.pm .term-item {
  font-size: 6.6rem;
  margin-top: 10px;
  padding: 30px 3px 0 3px;
}
.overview .item .item-list.am .term-item span,
.overview .item .item-list.pm .term-item span {
  margin-left: 2px;
}
.overview .item .item-list.am .def-desc div ,
.overview .item .item-list.pm .def-desc div {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1;
}
.overview .item .item-list.am .def-desc div p:first-of-type ,
.overview .item .item-list.pm .def-desc div p:first-of-type {
  margin-bottom: 15px;
  font-size: 3.8rem;
  line-height: 1;
  color: #e3883d;
}
.overview .item .item-list.am .def-desc div p:last-of-type ,
.overview .item .item-list.pm .def-desc div p:last-of-type {
  font-weight: bold;
}
.overview .item .item-list.am .def-desc div p:last-of-type span ,
.overview .item .item-list.pm .def-desc div p:last-of-type span {
  font-size: 2.4rem;
}
.overview .item .item-list.pm .def-desc div p:first-of-type span {
  margin-right: 3px;
}
.overview .item .item-list .term-item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  font-size: 3rem;
}
.overview .item .item-list.am .term-item::before {
  content: "午前";
}
.overview .item .item-list.pm .term-item::before {
  content: "午後";
}
.overview .item .item-list .dec-desc__text span {
  display: block;
  line-height: 1.6;
}
.overview .item .item-list.place .def-desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 2.6rem;
}
.overview .item .item-list.com .dec-desc__text p:last-of-type {
  margin-bottom: 15px;
}
.overview .item .item-list.com .dec-desc__text span {
  font-size: 1.8rem;
}
.overview .item .item-list.way .def-list {
  align-items: center;
}
/* btn-file */
.overview .item .btns {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.overview .item .btn-file {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: calc( ( 100% - 30px) / 2 );
  border-radius: 10px;
  transition: .3s;
}
.overview .item .btn-file:first-of-type {
  margin: 0 40px 0 0;
  border: solid 2px #c8c95e;
  color: #c8c95e;
}
.overview .item .btn-file:first-of-type svg {
  fill: #c8c95e;
}
.overview .item .btn-file:last-of-type {
  border: solid 2px #e3883d;
  color: #e3883d;
}
.overview .item .btn-file:last-of-type svg {
  fill: #e3883d;
}
.overview .item .btn-file a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.overview .item .btn-file svg {
  margin-right: 5px;
  transition: .3s;
}
.overview .item .btn-file:hover {
  color: #fff;
  transition: .3s;
}
.overview .item .btn-file:first-of-type:hover {
  background: #c8c95e;
}
.overview .item .btn-file:last-of-type:hover {
  background: #e3883d;
}
.overview .item .btn-file:hover svg {
  fill: #fff;
  transition: .3s;
}
/*****************************
  footer 
*****************************/
.footer {
  width: 100%;
  background: url("../images/footer-bg_pc.png") no-repeat top center / cover;
  padding: 130px 0 10px;
  font-weight: 600;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.footer-item {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.footer-list {
  display: flex;
  align-items: flex-start;
}
.footer-list__title {
  padding-right: 20px;
}
.footer-list:first-of-type {
  margin-right: 20px;
}
.footer-list:first-of-type .footer-list__desc > p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.footer-list__desc {
  padding-left: 20px;
  border-left: 2px solid #161720;
}
.footer-list__desc .footer-list__desc-item {
  display: flex;
}
.footer-list__desc .image-wrap {
  margin-right: 25px;
}
.footer-list__desc .image-wrap p:first-of-type {
  max-width: 143px;
  margin-bottom: 12px;
}
.footer-list__desc .image-wrap p:last-of-type {
  max-width: 93px;
}
.footer .copy {
  margin: 15px auto 5px;
}

/* thanks */
body.thanks {
  height: 100vh;
  position: relative;
  background: #fffdeb;
}
/* body.thanks .wrapper {
  background: url("../images/thanks-bg_pc.png") no-repeat bottom center / cover;
} */
.thanks .kv {
  max-width: 600px;
  margin: 0 auto;
  padding: 120px 0 60px;
}
.thanks .inner {
  max-width: 600px;
  padding: 0 10px 100px;
}
.thanks .main-content .thanks-text p:first-of-type {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.thanks .main-content .caution {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8
}
.thanks .main-content a {
  display: flex;
  gap: 10px;
  width: 200px;
  height: 60px;
  border: 2px solid #3b3d3d;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  transition: .3s;
}
.thanks .main-content a:hover {
  background-color: #3b3d3d;
  color: #fff;
  transition: .3s;
}
.thanks .main-content a:hover svg {
  fill: #fff;
  transition: .3s;
}
/* .thanks .footer {
  background: url("../images/footer-thanks-bg_pc.png") no-repeat top center / cover;
} */
.thanks .line {
  font-size: 1.8rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, transparent 75%, #f9e9a2 75%);
  background-size: 100% 90%;
  background-repeat: repeat;
}

@media screen and (max-width: 900px) {
  /* main */
  /*****************************
    footer 
  *****************************/
  .footer {
    width: 100%;
    /* background: url("../images/footer-bg_sp.png") no-repeat top center / cover; */
    padding: 130px 0 10px;
  }
  .footer-item {
    max-width: 560px;
    margin: 0 auto;
    flex-direction: column;
  }
  .footer-list {
    flex-direction: column;
  }
  .footer-list:first-of-type {
    margin: 0 0 60px 0;
  }
  .footer-list__desc {
    width: 100%;
    padding: 20px 0 0 0;
    border-left: none;
    border-top: 2px solid #161720;
  }
  .footer-list__title {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 900px ) {
  .thanks .footer {
    position: static;
    background: url("../images/footer-bg_sp.png") no-repeat top center / cover;
  }
  .thanks .inner {
    max-width: 500px;
    padding: 0 10px 0;
  }
  .thanks .kv {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
  /*------------------------
    共通
  ------------------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .kv {
    margin-bottom: 0;
  }
  /* main */

  /* overview */
  .overview {
    background: none;
  }
  .overview .item .item-list:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .overview .item .item-list .def-term .term-item {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 5rem;
  }
  .overview .item .item-list.am .def-term .term-item,
  .overview .item .item-list.pm .def-term .term-item {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .overview .item .item-list .term-item::before {
    left: -77px;
    top: 50%;
    transform: translate(0, -15px);
    font-size: 4rem;
    margin-right: 2px;
  }
  .overview .item .item-list.date .def-desc {
    padding: 0 20px;
  }
  .overview .item .item-list.place .def-list {
    display: flex;
    flex-direction: column;
  }
  .overview .item .item-list.pm .def-desc .desc-heading {
    line-height: 1.2;
  }
  .overview .item .item-list.pm .def-desc div p:first-of-type {
    margin-top: 10px;
    line-height: 1.2;
  }
  .overview .item .item-list .def-term {
    margin-right: 25px;
  }
  .overview .item .item-list .def-desc {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .overview .item .item-list.place .def-term,
  .overview .item .item-list.com .def-term,
  .overview .item .item-list.way .def-term {
    width: 100%;
    max-width: 300px;
    background: none;
    min-width: auto;
    margin-right: 0;
  }
  .overview .item .item-list.am .term-item ,
  .overview .item .item-list.pm .term-item {
    margin-bottom: 10px;
    font-size: 7rem;
    line-height: 1;
  }
  .overview .item .item-list.am .term-item span,
  .overview .item .item-list.pm .term-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(36px, -15px);
    margin-left: 0;
    font-size: 4rem;
  }
  .overview .item .item-list .def-term span,
  .overview .item .item-list .def-desc,
  .overview .item .item-list .def-desc span {
    font-size: 1.8rem;
  }
  .overview .item .item-list.place .def-desc {
    width: fit-content;
    max-width: none;
    margin: 0 auto;
  }
  .overview .item .item-list.place .def-desc span {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .overview .item .item-list .def-list {
    flex-direction: column;
  }
  .overview .item .item-list .def-term {
    margin: 0 0 15px 0;
  }
  .overview .item .item-list .def-term::before {
    top: auto;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
    border-top: 15px solid #0967ad;
    border-left: 10px solid transparent;
  }
  .overview .item .btns {
    width: 100%;
    flex-direction: column;
  }
  .overview .item .btn-file {
    width: 100%;
    max-width: 240px;
  }
  .overview .item .btn-file:first-of-type {
    margin: 0 0 40px 0;
  }
  .overview .item .item-list.way .def-term {
    margin-bottom: 0;
  }
  body.thanks {
    height: auto;
  }
  /* body.thanks .wrapper {
    background: url("../images/thanks-bg_sp.png") no-repeat bottom center / cover;
  } */
  .thanks .inner {
    max-width: 400px;
    padding: 0 10px 50px;
  }
  .thanks .kv {
    max-width: 400px;
    padding: 90px 0 30px;
  }
  .thanks .main-content .thanks-text p:first-of-type {
    font-size: 2rem;
  }
  .thanks .main-content .caution {
    font-size: 1.5rem;
  }
  .thanks .line {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .overview .item .item-list.am .def-term,
  .overview .item .item-list.pm .def-term {
    padding: 10px;
  }
  .overview .item .item-list .def-term .term-item {
    font-size: 3rem;
  }
  .overview .item .item-list.am .def-desc div p:first-of-type,
  .overview .item .item-list.pm .def-desc div p:first-of-type {
    font-size: 3rem;
  }
  /* .overview .item .item-list.am .def-desc div p:last-of-type span,
  .overview .item .item-list.pm .def-desc div p:last-of-type span {
    font-size: 1.8rem;
  } */
  .overview .item .item-list.am .def-term .term-item,
  .overview .item .item-list.pm .def-term .term-item {
    font-size: 3.6rem;
  }
  .overview .item .item-list .term-item::before {
    left: -48px;
    transform: translate(0, -11px);
    font-size: 2.4rem;
  }
  .overview .item .item-list.am .term-item span,
  .overview .item .item-list.pm .term-item span {
    transform: translate(23px, -11px);
    font-size: 2.4rem;
  }
  .overview .item .item-list.am .def-term .term-item,
  .overview .item .item-list.pm .def-term .term-item {
    padding: 0 0 5px 0;
  }
  .overview .item .item-list.place .def-term,
  .overview .item .item-list.com .def-term,
  .overview .item .item-list.way .def-term {
    max-width: 240px;
    margin: 0 auto;
  }
  .overview .item .item-list .def-desc .desc-heading {
    font-size: 3rem;
  }
  .overview .item .item-list.place .def-desc span {
    font-size: 2.2rem;
  }
  .footer {
    padding: 130px 20px 10px;
  }
  .thanks .inner {
    max-width: 300px;
  }
  .thanks .kv {
    max-width: 300px;
  }
}