@charset "UTF-8";
/*------------------------
    共通
------------------------*/
html {
  font-size: 62.5%;
  visibility: hidden;
  scroll-behavior: smooth;
}
html.wf-active {
  visibility: visible;
}
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  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;
}
/* btn */
.top .btns:first-of-type {
  justify-content: center;
  margin-bottom: 10px;
}
.btns {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px 60px;
  text-align: center;    
}
.top .btns + img {
  display: block;
  max-width: 60%;
  margin: 40px auto 10px;
}
.btns .btns-item {
  position: relative;

  /* width: calc( ( 100% - 30px ) / 2 ); */
  width: 60%;
  margin: 0 auto;
  
  padding: 10px 0 20px 0;
  line-height: 1.2;
  transition: .3s;
  border-radius: 10px;
}
.btns .btns-item.btn-js {
  color: #e3883d;
  background: #fff;
  border: 6px solid #e3883d;
  box-shadow: 12px 12px 0 0 #ffea00;
}
.btns .btns-item.btn-js .btns-item__icon {
  position: absolute;
  top:  50%;
  right: 20px;
  transform: translate(0,-50%);
  transition: .3s;
}
.btns .btns-item.btn-js:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  transition: .3s;
}
.btns .btns-item.btn-js:hover .btns-item__icon {
  top: 52%;
  transition: .3s;
}
.btns .btns-item .btns-item__icon svg {
  width: 60px;
  height: 60px;
  max-width: 100%;
}
.btns .btns-item.btn-com .btns-item__icon {
  position: absolute;
  right: 8px;
  bottom: 5px;
  transform: translate(0,0);
  transition: .3s;
}
.btns .btns-item.btn-com .btns-item__icon svg {
  width: 40px;
  height: 40px;
}
.btns .btns-item.btn-com {
  color: #161720;
  background: #fff;
  border: 6px solid #161720;
  box-shadow: 12px 12px 0 0 #8ED3F5;
}
.btns .btns-item.btn-com:nth-of-type(2) {
  box-shadow: 12px 12px 0 0 #f7f18d;
}
.btns .btns-item.btn-com:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  transition: .3s;
}
.btns .btns-item.btn-com:hover .btns-item__icon {
  transform: rotate(-5deg);
  transition: .3s;
}
.btns .btns-item__text p:first-of-type {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 2vw;
  font-weight: 500;
  color: #161720;
}
.btns .btns-item__text p:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -15px;
  height: 30px;
  width: 3px;
  border-radius: 3px;
  background: #161720;
  transform: rotate(-30deg);
}
.btns .btns-item__text p:first-of-type::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -12px;
  height: 30px;
  width: 3px;
  border-radius: 3px;
  transform: rotate(30deg);
}
.btns .btns-item.btn-js p:first-of-type::before,
.btns .btns-item.btn-js p:first-of-type::after {
  background: #161720;
  transition: .3s;
}
.btns .btns-item.btn-com p:first-of-type::before,
.btns .btns-item.btn-com p:first-of-type::after {
  background: #161720;
  transition: .3s;
}
.btns .btns-item__text p:last-of-type {
  font-size: 2.65vw;
  font-weight: bold;
}
.btn-home {
  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;
}
.btn-home:hover {
  background-color: #3b3d3d;
  color: #fff;
  transition: .3s;
}
.btn-home:hover svg {
  fill: #fff;
  transition: .3s;
}
section, .overview {
  margin-bottom: 0;
  padding: 0 20px 80px;
}
.color-blue {
  color: #e3883d;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/* header */
.kv {
  max-width: 1360px;
  margin: 0 auto 60px;
}
/* 終了後 */
.end {
  padding-bottom: 300px;
  text-align: center;
}

/* main */
main {
  position: relative;
}
/* overview */
.overview {
  margin-bottom: 0;
  padding: 0 20px 80px;
}
.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.place .def-desc div:last-of-type {
  max-width: 460px;
}
.overview .item .item-list.place .def-desc span {
  display: block;
  font-size: 2.6rem;
}
.overview .item .item-list.place .def-desc div:first-of-type {
  margin-bottom: 20px;
}
.overview .item .item-list.place .def-desc div:first-of-type p:last-of-type {
  font-size: 2.6rem;
  font-weight: normal;
}
.overview .item .item-list .def-desc .desc-heading ,
.overview .item .item-list .def-desc .desc-heading {
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
}
.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.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 span,
.overview .item .item-list.pm .def-desc div p:last-of-type span {
  font-size: 2.4rem;
}
.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 .dot-text {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
}
.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.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 .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 .def-desc .dec-desc__text .dot {
  margin: 12px 8px 0 0;
}
.overview .item .item-list.place .def-desc span {
  display: block;
  margin-bottom: 20px;
}
.overview .item .item-list.com .dec-desc__text p {
  margin-top: 10px;
}
/* btn-file */
.overview .item .btns {
  width: calc( 750px - 115px );
  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: 100%;
  border: solid 2px #101a43;
  border-radius: 10px;
  transition: .3s;
}
.overview .item .btn-file:first-of-type {
  margin: 0 40px;
}
.overview .item .btn-file a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.overview .item .btn-file svg {
  margin-right: 5px;
  transition: .3s;
}
.overview .item .btn-file:hover {
  background: #101a43;
  color: #fff;
  transition: .3s;
}
.overview .item .btn-file:hover svg {
  fill: #fff;
  transition: .3s;
}

/* event */
.event .def-list.event-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 10px;
}
.event .def-list.event-title .def-term img {
  margin-bottom: 30px;
}
.event .item.event-seminar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.event .item.event-seminar .lecturer-img {
  max-width: 240px;
}
.event .item.event-seminar .def-term {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.event .item.event-seminar .lecturer .def-term p:first-of-type {
  color: #fff;
  background-color: #c8c95e;
  padding: 3px 10px;
  font-size: 2rem;
  width: max-content;
  border-radius: 5px;
}
.event .item.event-seminar .lecturer .def-term p:last-of-type {
  font-size: 2.4rem;
}
.event .item.event-seminar .def-desc p{
  font-size: 2rem;
  padding-left: 15px;
}
.event .def-list.event-detail {
  max-width: 90%;
  margin: 0 auto;
}
.event .def-list.event-detail .def-term {
  font-size: 3rem;
  color: #c8c95e;
  margin: 20px auto 5px;
}
.event .def-list.event-detail .def-term svg {
  margin-right: 5px;
  fill: #c8c95e;
}
.event .def-list.event-detail .def-desc .def-text {
  padding-left: 50px;
  font-size: 1.8rem;
  font-weight: 500;
}

/* article */
.article {
  display: flex;
  align-items: center;
}
.article .section-title {
  position: relative;
  max-width: 90px;
  margin-right: 35px;
  padding: 10px 3px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}
.article-list {
  margin-bottom: 30px;
}
.article-link {
  display: flex;
  gap: 30px;
  width: fit-content;
  align-items: baseline;
}
.article-link .time {
  width: fit-content;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e3883d;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.article-link .title {
  color: #e3883d;
  font-size: 2.4rem;
  text-decoration: underline;
  transition: .3s;
}
.article-link:hover .title {
  color: #161720;
}

/* post */
body.post main {
  margin: 0 auto;
}
.post section {
  max-width: 960px;
  margin: 0 auto 40px;
}
body.post .section-title{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
body.post-title {
  font-size: 3.8rem;
  color: #125E6D;
}
body.post-time {
  font-size: 2rem;
  color: #125E6D;
  margin-bottom: 30px;
}
body.post-content {
  font-size: 2rem;
  word-break: break-all;
}
body.post-content a {
  color: #125E6D;
  text-decoration: underline;
}
body.post-content a:hover {
  color: #e85d3f;
}

/*****************************
  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;
}
.thanks .kv.inner {
  margin: 0 auto 20px;
  padding: 120px 0 60px;
}
.thanks .kv h1 {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
}
.thanks .inner {
  padding: 0 10px 60px;
}
.thanks .main-content {
  width: 100%;
  padding: 100px 60px 60px;
  border-radius: 30px;
  letter-spacing: 0.1em;
  background: #fff;
}
.thanks .main-content p {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.thanks .main-content a {
  display: flex;
  gap: 10px;
  width: 260px;
  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 .main-content .thanks-text {
  letter-spacing: 0.1em;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.6;
}
.thanks .main-content .thanks-text:first-of-type {
  margin-bottom: 20px;
}
.thanks .thanks-text .caution {
  margin-bottom: 130px;
  font-size: 2rem;
  font-weight: 500;
}
.thanks .thanks-text span.line {
  background-image: linear-gradient(to bottom, transparent 75%, #f9e9a2 75%);
  background-size: 100% 90%;
  background-repeat: repeat;
}

@media screen and (max-width: 1120px) {
  /*****************************
    footer 
  *****************************/
  .footer {
    bottom: -660px;
  }
  .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) {
  .btns .btns-item .btns-item__icon svg {
    width: 50px;
    height: 50px;
  }
  .btns .btns-item__text p:first-of-type::before,
  .btns .btns-item__text p:first-of-type::after {
    height: 25px;
  }
  /* overview */
  .overview {
    padding: 0 20px;
  }
  .overview .item .item-list .def-term .term-item {
    font-size: clamp(22px, 3vw, 24px);
  }
  .overview .item .item-list.am .term-item,
  .overview .item .item-list.pm .term-item {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 20px;
  }
  /* 終了後 */
  .end {
    padding-bottom: 120px;
    text-align: center;
  }
  /*------------------------
    共通
  ------------------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .btns {
    padding: 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .btns .btns-item {
    width: 100%;
  }
  .btns .btns-item__text p:first-of-type {
    font-size: 2.8vw;
  }
  .btns .btns-item__text p:last-of-type {
    font-size: 3.8vw;
  }
  .btns .btns-item__text p:first-of-type::before,
  .btns .btns-item__text p:first-of-type::after {
    height: 18px;
    width: 2px;
  }
  .btns .btns-item .btns-item__icon svg {
    width: 50px;
    height: 50px;
  }
  /* main */
  main {
    padding: 0;
  }
  main.inner {
    margin-top: -10px;
  }
  .main-content {
    padding: 0;
  }
  /* overview */
  .oveview {
    margin-bottom: 0;
    padding: 0 20px 80px;
  }
  .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 #e3883d;
    border-left: 10px solid transparent;
  }
  .overview .item .btns {
    width: 100%;
    flex-direction: column;
  }
  .overview .item .btn-file:first-of-type {
    margin: 0 0 40px 0;
  }
  .overview .item .item-list.way .def-term {
    margin-bottom: 30px;
  }
  .overview .item .item-list .def-term .term-item {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 3rem;
  }
  .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 .term-item::before {
    left: -77px;
    top: 50%;
    transform: translate(0, -15px);
    font-size: 4rem;
    margin-right: 2px;
  }
  .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.am .def-term .term-item,
  .overview .item .item-list.pm .def-term .term-item {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 7rem;
    line-height: 1;
  }
  .overview .item .item-list .def-desc {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .overview .item .item-list.date .def-desc {
    padding: 0 20px;
  }
  /* event */
  .event .def-list.event-title {
    display: block;
    margin-bottom: 30px;
  }
  .event .def-list.event-title .def-term {
    margin-top: 70px;
  }
  .event .def-list.event-title .def-term img {
    margin-bottom: 20px;
  }
  .event .item.event-seminar {
    gap: 10px;
    max-width: 90%;
    margin: 0 auto;
  }
  .event .item.event-seminar .def-desc p {
    font-size: 1.8rem;
  }

  /* article */
  section.article {
    padding: 0 30px 60px;
  }
  .article .section-title {
    width: 100%;
    max-width: 300px;
    background: none;
    min-width: auto;
    margin: 0 auto 40px;
  }
  .article-list {
    padding: 0 40px;
  }
  .article-link {
    display: block;
  }
  .article-link .time {
    font-size: 2rem;
  }
  .article-link .title {
    font-size: 4vw;
  }
  /* thanks */
  .thanks .main-content {
    padding: 60px 30px 30px;
  }
  .thanks .kv h1 {
    margin: 0 auto 40px;
  }
  /*****************************
  footer 
  *****************************/
  .footer {
    padding: 130px 0 20px;
  }
  /* article */
  .article {
    flex-direction: column;
  }
  .article-list {
    padding: 0;
  }
  /* thanks */
  .thanks .inner,
  body.post .inner,
  body.post .footer {
    padding: 0 25px;
  }
  .thanks .kv.inner {
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .thanks .kv h1 {
    padding: 0 50px;
  }
  .thanks .main-content .thanks-text {
    font-size: 2rem;
  }
  .thanks .thanks-text .caution {
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
  .thanks .footer {
    padding: 130px 0 20px;
  }
  /* .check:first-of-type,
  .check:nth-of-type(2) {
    font-size: 2rem;
  }
  .check.flex {
    display: block;
  }
  .apply.inner {
    padding: 20px 0;
  } */
}
@media screen and (max-width: 500px) {
  .overview .item .item-list.pm .def-desc .desc-heading {
    line-height: 1;
    margin: 10px 0;
  }
  .overview .item .item-list .def-desc .desc-heading {
    font-size: 2.8rem;
  }
  .overview .item .item-list.com .dec-desc__text span {
    font-size: 1.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 .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 {
    font-size: 3.6rem;
  }
  .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.pm .def-desc div p:first-of-type {
    margin-top: 10px;
    line-height: 1.2;
  }
  .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.place .def-desc {
    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;
  }
  .overview .item .item-list.place .def-desc div:first-of-type p:last-of-type {
    font-size: 1.8rem;
  }
  /* event */
  .event .def-list.event-title .def-term {
    margin-top: 50px;
  }
  .event .item.event-seminar {
    max-width: 100%;
    display: block;
  }
  .event .item.event-seminar .item-list.lecturer-img {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .event .def-list.event-detail {
    max-width: 100%;
  }
  .event .def-list.event-detail .def-term {
    font-size: 2.2rem;
  }
  .event .def-list.event-detail .def-desc .def-text {
    font-size: 1.6rem;
    padding: 0;
  }
  
  /*****************************
  footer 
  *****************************/
  .footer {
    bottom: -760px;
  }
  .footer-item {
    padding: 0 20px;
  }
  .footer-list:first-of-type .footer-list__desc > p {
    font-size: 1.6rem;
  }
  .footer-list__desc .footer-list__desc-item {
    flex-direction: column;
  }
  .footer-list__desc .image-wrap {
    margin: 0 0 30px;
  }
  .footer-list__desc .image-wrap p:first-of-type {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .footer-list__desc .image-wrap p:last-of-type {
    max-width: 200px;
  }
  /* article */
  .article-item {
    margin-bottom: 20px;
  }
  .article-link .time {
    font-size: 1.6rem;
  }
  .article-link .title {
    font-size: 4.5vw;
  }
  /* post */
  .post .section-title {
    width: 100%;
  }
  /* thanks */
  .thanks .kv h1 {
    margin: 0 auto 40px;   
  }
  body.post .main-content {
    padding: 40px 0 0;
  }
  .thanks .main-content {
    padding: 50px 25px 35px;
  }
  .thanks .footer {
    padding: 60px 0 20px;
  }
  /* .thanks .main-content {
    border: 2px solid #e3883d;
    border-radius: 15px;
  } */
}