@media screen and (min-width: 768px) {
  .exhibitions .sp {
    display: none !important;
  }
  .exhibitions .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .exhibitions .pc {
    display: none !important;
  }
  .exhibitions .sp {
    display: block;
  }
  .exhibitions .sptaC {
    text-align: center;
  }
  .exhibitions .sptaL {
    text-align: left;
  }
  .exhibitions .sptaR {
    text-align: right;
  }
}
/* -----------------------------
** home
----------------------------- */
.exhibitions img {
  max-width: 100%;
}
.exhibitions .iDown02 {
  padding: 0 0 0 1.2em;
  background: url(/common/img/ico_img_04.svg) no-repeat left 0.2em;
  background-size: 1em auto;
}
.exhibitions .iLink02 {
  padding: 0 0 0 1.2em;
  background: url(/common/img/ico_img_01.svg) no-repeat left 0.2em;
  background-size: 1em auto;
}
.exhibitions .icon_modal {
  margin: 0 3px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .exhibitions .mt30 {
    margin-top: 5.2151238592vw !important;
  }
  .exhibitions .mt40 {
    margin-top: 6.518904824vw !important;
  }
}

.linkBtn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .linkBtn {
    margin-top: 5vw;
  }
}
.linkBtn a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  color: #FFF;
  padding: 7px 40px;
  background-color: #333;
  border-radius: 9999px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .linkBtn a {
    min-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .linkBtn a {
    min-width: 80%;
    font-size: 4vw;
    padding: 2vw 10vw;
  }
}
.linkBtn a:hover {
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}
.linkBtn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .linkBtn a:after {
    right: 4vw;
  }
}
.linkBtn a.linkArrow:after {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
}
.linkBtn a.colRed {
  background: #c30d24;
}

.linkBtnPremium a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  background: #c30d24;
  border-radius: 9999px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a {
    min-width: unset;
    width: 100%;
    padding: 0.4em 2em;
    min-height: auto;
    font-size: 3.6vw;
  }
}
.linkBtnPremium a small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a small {
    font-size: 3.2vw;
  }
}
.linkBtnPremium a:hover {
  opacity: 0.8;
}
.linkBtnPremium a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a:after {
    right: 10px;
  }
}
.linkBtnPremium.colBlk a {
  background-color: #333;
}
.linkBtnPremium.disabled a {
  pointer-events: none;
  opacity: 0.25;
}

.emline {
  background: linear-gradient(transparent 60%, #ecc9ca 60%);
}

.fsl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .fsl {
    font-size: 6vw;
  }
}

.listCaution {
  text-align: left;
}
.listCaution > li {
  position: relative;
  padding-left: 3.4em;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .listCaution > li {
    line-height: 1.3;
    font-size: 3.2vw;
  }
}
.listCaution > li .listCaution_firstLetter {
  position: absolute;
  left: 0;
  top: 0.03em;
}

.contentNavi {
  background-color: #FFF;
  color: #FFF;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .contentNavi {
    padding: 3vw 3vw 2vw 3vw;
  }
}
.contentNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .contentNavi ul {
    gap: 2vw;
  }
}
.contentNavi ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 5px 25px 5px 12px;
  position: relative;
  transition: all 0.2s ease-in;
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a {
    font-size: 3.2vw;
    padding: 1vw 5vw 1vw 2.2vw;
    line-height: 1;
  }
}
.contentNavi ul li a:before, .contentNavi ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in;
}
.contentNavi ul li a:before {
  width: 13px;
  height: 13px;
  background-color: #333;
  border-radius: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a:before {
    width: 2.8vw;
    height: 2.8vw;
    right: 1vw;
  }
}
.contentNavi ul li a:after {
  width: 3px;
  height: 3px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a:after {
    width: 0.8vw;
    height: 0.8vw;
    right: 1.8vw;
    transform: translateY(calc(-50% - 0.1vw)) rotate(45deg);
  }
}
.contentNavi ul li a:hover {
  opacity: 0.8;
}
.contentNavi ul li a:hover:before {
  transform: translateY(calc(-50% + 0px));
}
.contentNavi ul li a:hover:after {
  transform: translateY(calc(-50% + 0px)) rotate(45deg);
}

.mainvisual {
  margin: 30px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 3vw;
  }
}
.mainvisual img {
  margin: 0 auto;
  text-align: center;
}

.cpContent * {
  box-sizing: border-box;
}
.cpContent *:before, .cpContent *:after {
  box-sizing: border-box;
}

.cpSection {
  padding: 80px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .cpSection {
    padding: 10vw 0;
  }
}
.cpSection.bgB {
  background-color: #f3f4f9 !important;
}
.cpSection.bgB .cpSecHead .cpSecTitle span {
  background-color: #f3f4f9 !important;
}
.cpSection .cpSecHead {
  margin: 0 auto 40px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecHead {
    margin-bottom: 5vw;
  }
}
.cpSection .cpSecHead .cpSecTitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecHead .cpSecTitle {
    padding: 3vw 5vw;
  }
}
.cpSection .cpSecHead .cpSecTitle:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #333;
}
.cpSection .cpSecHead .cpSecTitle span {
  font-size: 30px;
  display: inline-block;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecHead .cpSecTitle span {
    font-size: 6vw;
    padding: 0 5vw;
  }
}
.cpSection .cpSecInner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecInner {
    width: 100%;
    padding: 0 5vw;
  }
}

.cpSecLead {
  font-size: min(18px, 4vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cpSecLead {
    margin-bottom: 3vw;
  }
}

#intro {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 4vw 0;
  }
}
#intro .cpSecInner {
  padding-top: 0;
}
#intro .cpSecLead {
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #program .cpSecLead {
    margin-bottom: 5vw;
  }
}

.featurePnl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .featurePnl {
    margin-top: 3vw;
    padding-left: 5vw;
    gap: 3vw;
  }
}
.featurePnl li {
  background-color: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 20px 20px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .featurePnl li {
    width: calc((100% - 90px) / 4);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .featurePnl li {
    width: 100%;
    padding: 3vw 3vw 3vw 7vw;
    text-align: left;
  }
}
.featurePnl li.new:before {
  content: "NEW";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 86 33'%3E%3Cg%3E%3Cpath fill='%23b3292c' d='M-0.000,0.163 L85.412,0.163 L67.137,32.875 L-0.000,32.875 L-0.000,0.163 Z' /%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 10px 3px 3px;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .featurePnl li.new:before {
    top: 4vw;
    left: 6vw;
    padding: 0.5vw 3vw 0.5vw 0.5vw;
    font-size: 3vw;
  }
}
.featurePnl li .icon {
  width: 80px;
  height: 80px;
  background-color: #10218b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .featurePnl li .icon {
    width: 12vw;
    height: 12vw;
    top: 50%;
    left: -7vw;
    transform: translateY(-50%);
  }
  .featurePnl li .icon img {
    width: 7vw;
    height: 7vw;
  }
}
.featurePnl li .text {
  font-size: 24px;
  font-weight: 700;
  color: #9b8450;
  display: inline-block;
  position: relative;
}
.featurePnl li .text sup {
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .featurePnl li .text sup {
    position: absolute;
    top: -12px;
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .featurePnl li .text {
    text-align: left;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .featurePnl.col2 li {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .featurePnl.col3 li {
    width: calc(32% - 10px);
  }
  .featurePnl.col3 li .text {
    font-size: 23px;
  }
}

.coursePnl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .coursePnl {
    margin-top: 3vw;
  }
}
.coursePnl > li {
  background-color: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .coursePnl > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
.coursePnl > li h3 {
  font-size: min(20px, 4.4vw);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .coursePnl > li h3 {
    text-align: center;
  }
}
.coursePnl > li h3 .maxnum {
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .coursePnl > li h3 .maxnum {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .coursePnl > li .detail {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .coursePnl > li .detail {
    width: calc(100% - 430px);
  }
}
.coursePnl > li .detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.coursePnl > li .detail dl:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .coursePnl > li .detail dl {
    flex-direction: column;
    gap: 1vw;
  }
}
.coursePnl > li .detail dl dt {
  color: #FFF;
  display: inline-block;
  padding: 3px;
  line-height: 1;
}
.coursePnl > li .detail dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .coursePnl > li .photo {
    width: 100%;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .coursePnl > li .photo {
    width: 400px;
  }
}
.coursePnl > li .photo img {
  width: 100%;
  height: auto;
}
.coursePnl > li.type1 {
  background-color: rgba(68, 122, 47, 0.1);
}
.coursePnl > li.type1 h3 {
  color: #447a2f;
}
.coursePnl > li.type1 h3 .maxnum {
  border-bottom: 3px solid #447a2f;
}
.coursePnl > li.type1 .detail dl dt {
  background-color: #447a2f;
}
.coursePnl > li.type2 {
  background-color: rgba(194, 71, 13, 0.1);
}
.coursePnl > li.type2 h3 {
  color: #c2470d;
}
.coursePnl > li.type2 h3 .maxnum {
  border-bottom: 3px solid #c2470d;
}
.coursePnl > li.type2 .detail dl dt {
  background-color: #c2470d;
}

.reportPhoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .reportPhoto {
    gap: 5vw;
  }
}
.reportPhoto li img {
  border-radius: 10px;
}

.overViewTbl dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .overViewTbl dl {
    gap: 3vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .overViewTbl dl.center {
    justify-content: center;
  }
  .overViewTbl dl.center dd {
    width: auto;
  }
}
.overViewTbl dl dt {
  width: 100px;
  background-color: #333;
  color: #FFF;
}
.overViewTbl dl dd {
  text-align: left;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .overViewTbl dl dd {
    width: 100%;
  }
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .gmap iframe {
    width: 100%;
    height: 70vw;
  }
}

.circleList li {
  padding-left: 1.1em;
  position: relative;
}
.circleList li::before {
  content: "";
  width: 0.7em;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #333;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.entryStep {
  margin: 50px auto 80px auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .entryStep {
    margin: 5vw auto;
    padding: 0;
  }
}
.entryStep .stepBox {
  display: flex;
  flex-wrap: wrap;
  border: 4px solid #dbdeee;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.entryStep .stepBox .stepNo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .entryStep .stepBox .stepNo {
    width: 15vw;
  }
}
.entryStep .stepBox .stepNo::before {
  content: "";
  width: 104px;
  height: calc(100% + 8px);
  background: #10218b;
  position: absolute;
  top: -4px;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .entryStep .stepBox .stepNo::before {
    width: calc(15vw + 8px);
  }
}
.entryStep .stepBox .stepNo span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #FFF;
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10218b;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .entryStep .stepBox .stepNo span {
    width: 10vw;
    height: 10vw;
    font-size: 7vw;
  }
}
.entryStep .stepBox .stepTxt {
  width: calc(100% - 100px);
  text-align: left;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .entryStep .stepBox .stepTxt {
    width: calc(100% - 15vw);
    padding: 3vw;
  }
  .entryStep .stepBox .stepTxt .fsL {
    font-size: 4vw;
  }
}
.entryStep .triangle {
  background: #10218b;
  height: 30px;
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .entryStep .triangle {
    height: 5vw;
    width: 7vw;
  }
}

.entryStepWrap > h3 .title {
  font-size: 25px;
  margin-top: 25px;
  color: #447a2f;
}
@media screen and (max-width: 767px) {
  .entryStepWrap > h3 .icon {
    width: 20%;
    margin: 0 auto;
  }
  .entryStepWrap > h3 .title {
    font-size: 4.4vw;
    margin-top: 5vw;
  }
}
.entryStepWrap .sendingStep {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep {
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }
}
.entryStepWrap .sendingStep .stepBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .entryStepWrap .sendingStep .stepBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox {
    margin-top: 0;
  }
}
.entryStepWrap .sendingStep .stepBox .stepNo {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 5px 30px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  background-color: #447a2f;
}
.entryStepWrap .sendingStep .stepBox .stepNo span {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .entryStepWrap .sendingStep .stepBox .stepNo {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox .stepNo {
    top: 0;
    left: 0;
    padding: 1.5vw 5vw;
    font-size: 3.4vw;
  }
  .entryStepWrap .sendingStep .stepBox .stepNo span {
    font-size: 4.4vw;
  }
}
.entryStepWrap .sendingStep .stepBox .stepIcon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .entryStepWrap .sendingStep .stepBox .stepIcon {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox .stepIcon .icon {
    width: 25%;
    margin: 0 auto;
  }
}
.entryStepWrap .sendingStep .stepBox .stepbble {
  border: 1px solid #447a2f;
  border-radius: 8px;
  background-color: #FFF;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .entryStepWrap .sendingStep .stepBox .stepbble {
    font-size: 14px;
    padding: 3px 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox .stepbble {
    padding: 1vw 5vw;
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 3vw;
  }
}
.entryStepWrap .sendingStep .stepBox .stepbble::before, .entryStepWrap .sendingStep .stepBox .stepbble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  translate: -50% -100%;
}
.entryStepWrap .sendingStep .stepBox .stepbble::before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #447a2f;
}
.entryStepWrap .sendingStep .stepBox .stepbble::after {
  border-width: 0 8.6px 8.6px 8.6px;
  border-color: transparent transparent #ffffff;
}
.entryStepWrap .sendingStep .stepBox .stepTitle {
  font-size: 17px;
  color: #447a2f;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox .stepTitle {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
}
.entryStepWrap .sendingStep .stepBox .stepTxt {
  text-align: left;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox .stepTxt {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
.entryStepWrap .sendingStep .stepBox.step1, .entryStepWrap .sendingStep .stepBox.step2, .entryStepWrap .sendingStep .stepBox.step3 {
  padding: 35px 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox.step1, .entryStepWrap .sendingStep .stepBox.step2, .entryStepWrap .sendingStep .stepBox.step3 {
    padding: 3vw;
  }
}
.entryStepWrap .sendingStep .stepBox.triangle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .entryStepWrap .sendingStep .stepBox.triangle {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox.triangle {
    height: 9vw;
  }
}
.entryStepWrap .sendingStep .stepBox.triangle span {
  display: block;
  background-color: #10218b;
  height: 30px;
  width: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #447a2f;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox.triangle span {
    height: 5vw;
    width: 7vw;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.entryStepWrap .sendingStep .stepBox.stepend {
  width: 126px;
  justify-content: center;
  background-color: rgba(68, 122, 47, 0.1);
  color: #447a2f;
  padding: 10px;
}
.entryStepWrap .sendingStep .stepBox.stepend .stepTitle {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .entryStepWrap .sendingStep .stepBox.stepend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .entryStepWrap .sendingStep .stepBox.stepend .stepIcon {
    width: 8vw;
  }
  .entryStepWrap .sendingStep .stepBox.stepend .stepIcon .icon {
    width: 100%;
  }
  .entryStepWrap .sendingStep .stepBox.stepend .stepTitle {
    font-size: 5vw;
    margin-top: 0;
    padding-left: 3vw;
  }
}
.entryStepWrap.dataStep .sendingStep .stepBox.step1, .entryStepWrap.dataStep .sendingStep .stepBox.step2 {
  background-color: rgba(68, 122, 47, 0.1);
}
@media screen and (min-width: 768px) {
  .entryStepWrap.dataStep .sendingStep .stepBox.step1, .entryStepWrap.dataStep .sendingStep .stepBox.step2 {
    width: 517px;
  }
}
@media screen and (max-width: 767px) {
  .entryStepWrap.printStep.mt80 {
    margin-top: 5vw !important;
  }
}
.entryStepWrap.printStep > h3 .title {
  color: #c2470d;
}
.entryStepWrap.printStep .sendingStep .stepBox.step1, .entryStepWrap.printStep .sendingStep .stepBox.step2, .entryStepWrap.printStep .sendingStep .stepBox.step3 {
  background-color: rgba(194, 71, 13, 0.1);
}
@media screen and (min-width: 768px) {
  .entryStepWrap.printStep .sendingStep .stepBox.step1, .entryStepWrap.printStep .sendingStep .stepBox.step3 {
    width: 252px;
  }
  .entryStepWrap.printStep .sendingStep .stepBox.step2 {
    width: 490px;
  }
}
.entryStepWrap.printStep .sendingStep .stepBox .stepNo {
  background-color: #c2470d;
}
.entryStepWrap.printStep .sendingStep .stepBox .stepTitle {
  color: #c2470d;
}
.entryStepWrap.printStep .sendingStep .stepBox.triangle span {
  background-color: #c2470d;
}
.entryStepWrap.printStep .sendingStep .stepBox.stepend {
  background-color: rgba(194, 71, 13, 0.1);
  color: #c2470d;
}
.entryStepWrap.printStep .sendingStep .printStep2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .entryStepWrap.printStep .sendingStep .printStep2 {
    flex-direction: column;
    gap: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .entryStepWrap.printStep .sendingStep .printStep2 > div {
    flex: 1;
  }
  .entryStepWrap.printStep .sendingStep .printStep2 > div .stepTxt {
    margin-top: 30px;
  }
}

.guestList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .guestList {
    gap: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .guestList li {
    width: 48%;
  }
}
.guestList li .programListBox .img {
  margin-bottom: 10px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.guestList li .programListBox .img:hover {
  opacity: 0.8;
}

.programBox {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .programBox {
    padding: 3vw;
  }
}
.programBox .profileBox {
  display: flex;
  flex-wrap: wrap;
}
.programBox .profileBox .img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .programBox .profileBox .img {
    width: 100%;
    padding: 0 20vw;
    margin-bottom: 2vw;
  }
}
.programBox .profileBox .profileText {
  width: calc(100% - 220px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .programBox .profileBox .profileText {
    width: 100%;
    padding-left: 0;
  }
}
.programBox .profileBox .profileText .name {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .programBox .profileBox .profileText .name {
    margin-bottom: 2vw;
  }
}
.programBox button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .programBox button {
    width: 6vw;
    height: 6vw;
    top: 2vw;
    right: 3vw;
  }
}
.programBox button:before, .programBox button:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .programBox button:before, .programBox button:after {
    width: 4vw;
  }
}
.programBox button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.programBox button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.programBox button:hover {
  opacity: 0.7;
}

.eventPanel {
  margin-top: 60px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eventPanel {
    margin-top: 18vw;
    padding-top: 4vw;
  }
}
.eventPanel .eventPanelHead {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelHead {
    padding: 0 8vw;
  }
}
.eventPanel .eventPanelHead h3 {
  background-color: #10218b;
  transform: skew(-25deg, 0deg);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelHead h3 {
    display: block;
  }
}
.eventPanel .eventPanelHead h3 span {
  display: block;
  color: #FFF;
  transform: skew(25deg, 0deg);
  font-size: 27px;
  font-weight: bold;
  padding: 5px 30px;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelHead h3 span {
    font-size: 4vw;
    padding: 1vw 6vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelAtt {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
.eventPanel .eventPanelBox {
  background-color: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelBox {
    padding: 7vw 5vw 5vw 5vw;
  }
}
.eventPanel .eventPanelBox .eventPanelBoxWrap {
  display: flex;
  flex-wrap: wrap;
}
.eventPanel .eventPanelBox .eventPanelImg {
  width: 300px;
}
.eventPanel .eventPanelBox .eventPanelImg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelBox .eventPanelImg {
    width: 100%;
  }
}
.eventPanel .eventPanelBox .eventPanelDetail {
  width: calc(100% - 300px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelBox .eventPanelDetail {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.eventPanel .eventPanelDate {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelDate {
    font-size: 4vw;
  }
}
.eventPanel .eventPanelDate span.no {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelDate span.no {
    font-size: 5vw;
  }
}
.eventPanel h4 {
  font-size: 27px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .eventPanel h4 {
    font-size: 5vw;
  }
}
.eventPanel .eventPanelGuest {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelGuest {
    font-size: 4vw;
    display: block;
  }
}
.eventPanel .eventPanelText {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .eventPanel .eventPanelText {
    font-size: 3.6vw;
    text-align: left;
  }
}
.eventPanel .linkBtn {
  text-align: center;
}
.eventPanel .eventPanelVimeo {
  margin: 30px auto;
}

/* faq
================================================== */
.faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 10vw 0;
  }
}
.faq__items h3 {
  margin: min(30px, 5vw) 0;
  text-align: left;
  font-size: min(20px, 4vw);
  position: relative;
  padding-left: 15px;
}
.faq__items h3::before {
  content: "";
  width: 5px;
  height: 90%;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq__item {
  background: #f0f0f0;
  border-radius: 10px;
  border: solid 2px #f0f0f0;
  overflow: hidden;
}
.faq__item + .faq__item {
  margin-top: 20px;
}

.faq__item__title,
.faq__item__body {
  position: relative;
}
.faq__item__title > div,
.faq__item__body > div {
  display: flex;
  gap: 12px;
  padding: 20px 70px 20px 20px;
}
@media screen and (max-width: 767px) {
  .faq__item__title > div,
  .faq__item__body > div {
    padding: 2vw 10vw 2vw 2vw;
  }
}
.faq__item__title > div > i,
.faq__item__body > div > i {
  flex: 0 0 30px;
  border-radius: 15px;
  background: #333;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__item__title > div > i,
  .faq__item__body > div > i {
    flex: 0 0 8vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}
.faq__item__title > div > div,
.faq__item__body > div > div {
  flex: 1 0 0%;
  text-align: left;
}

.faq__item__title {
  padding: 0;
  display: block;
  color: inherit;
  text-decoration: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 100%;
  width: 100%;
  cursor: pointer;
}
.faq__item__title span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .faq__item__title span {
    right: 2vw;
    width: 4vw;
    height: 4vw;
  }
}
.faq__item__title span::before, .faq__item__title span::after {
  display: block;
  content: "";
  background: #333;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq__item__title span::before, .faq__item__title span::after {
    width: 4vw;
    height: 0.5vw;
    top: 2vw;
  }
}
.faq__item__title span::before {
  transition: 0.2s;
  transform: rotate(-90deg);
}
.faq__item__title > div {
  align-items: center;
}
.faq__item__title.current {
  background-color: #f3f4f9;
}
.faq__item__title.current > div i {
  background: #10218b;
}
.faq__item__title.current span::before {
  transform: rotate(0);
}
.faq__item__title:focus-visible {
  outline: 2px solid #333;
  outline-offset: -2px;
}
@media screen and (max-width: 767px) {
  .faq__item__title:focus-visible {
    outline: none;
  }
}

.faq__item__body {
  display: none;
  background: #fff;
}
.faq__item__body > div {
  align-items: flex-start;
  padding-right: 20px;
}
.faq__item__body > div > i {
  background: #333;
}
.faq__item__body > div > div {
  padding-top: 0.25em;
}

#epsitePremium {
  padding-bottom: 0;
}
#epsitePremium .cpSecLead {
  font-size: min(17px, 3.8vw);
}

.footerPnl {
  position: fixed;
  bottom: -130px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding: 20px 0;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .footerPnl {
    padding: 3vw;
    bottom: -50vw;
  }
}
.footerPnl.fixed {
  bottom: 0;
}
.footerPnl .footerPnlInner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.footerPnl .footerPnlWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap {
    flex-direction: column;
    gap: 3vw;
  }
}
.footerPnl .footerPnlWrap li {
  width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li {
    width: 100%;
  }
}
.footerPnl .footerPnlWrap li > p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li > p {
    margin-bottom: 1vw;
    font-size: 3.4vw;
  }
}
.footerPnl .footerPnlWrap li .linkBtnPremium {
  width: 100%;
}
.footerPnl .footerPnlWrap li .linkBtnPremium a {
  min-height: auto;
  padding: 0.4em 2.5em;
  width: 100%;
  min-width: 100%;
  font-size: 16px;
}
.footerPnl .footerPnlWrap li .linkBtnPremium a small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap li .linkBtnPremium a {
    font-size: 3.6vw;
  }
  .footerPnl .footerPnlWrap li .linkBtnPremium a small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .footerPnl .footerPnlWrap li .linkBtnPremium a span.pc {
    display: inline-block;
  }
}

.mfp-bg {
  background-color: #FFF;
}

.modal {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.modal *,
.modal *:before,
.modal *:after {
  box-sizing: border-box;
}
.modal .modalInner {
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  border-radius: 20px;
}
.modal .modalInner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal .modalInner {
    padding: 5vw;
  }
}
.modal .mfp-close:focus {
  outline: 2px solid #333;
  outline-offset: -2px;
}

#footer #pagetopBlock {
  transition: all 0.2s ease-in;
}
#footer #pagetopBlock.fixed {
  bottom: 105px !important;
}
@media screen and (max-width: 767px) {
  #footer #pagetopBlock.fixed {
    bottom: 35vw !important;
  }
}