.m-top-mv {
  overflow: hidden;
  background-image: url('../img/gengo/header_bg.jpg');
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.m-top-mv__main {
  position: relative;
}

.m-top-mv__heading {
  color: #FFF;
}

.m-top-mv__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFF;
  overflow: hidden;
}

.m-top-mv__banner {
  background-color: #FFA89D;
}

.m-top-mv__ttl {
  position: absolute;
  background-color: #FFA89D;
}

.m-top-mv__ttl::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #FFA89D;
}

.m-top-mv__corner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.m-top-mv__corner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.m-top-mv__slide {
  overflow: hidden;
}

.m-top-mv__capture {
  width: 100%;
}

.m-top-mv__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-top-mv__dots li {
  background-color: #000000;
  border-radius: 50%;
}

.m-top-mv__dots li.slick-active {
  background-color: #FFF;
}

.m-top-mv__dots button {
  display: none;
}

.m-top-mv__foot {
  letter-spacing: 0.05em;
}

.m-top-mv--fadeIn {
  -webkit-animation: mv-fadeIn 10s linear 0s normal both;
  animation: mv-fadeIn 10s linear 0s normal both;
}

@-webkit-keyframes mv-fadeIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes mv-fadeIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.m-top-mv__main {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.secFv__layout01 {
  padding-top: 140px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.secFv__link01 {
  color: #ec759e;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-right: 10px;
}

.secFv__text01 {
  padding-right: 10px;
}

.secFv__text02 {
  font-size: 2.08vw;
  font-weight: bold;
  padding-top: 1.7vw;
  padding-bottom: 4.16vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}

.secFv__text02::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #ec759e;
  margin-right: 7px;
}

.secFv__image01 {
  width: 100%;
  height: 516px;
}

.secFv__layout02 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.secFv__text03 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #a9a9a9;
  padding-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.secFv__text03 .yellow {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ec759e;
}

.secFv__text04 {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secFv__layout01 {
    padding-top: 8vw;
  }

  .secFv__image01 {
    height: 37.77vw;
  }

  .secFv__link01 {
    color: #ec759e;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-right: 0.73vw;
  }

  .secFv__text01 {
    padding-right: 0.73vw;
  }

  .secFv__text02::before {
    content: '';
    width: 0.67vw;
    height: 0.67vw;
    border-radius: 20px;
    background-color: #ec759e;
    margin-right: 0.73vw;
  }

  .secFv__text02::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #ec759e;
    margin-right: 7px;
  }

  .secFv__layout02 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .secFv__text03 {
    font-size: 2.19vw;
    padding-bottom: 1.46vw;
  }

  .secFv__text04 {
    font-size: 1.17vw;
  }
}

@media screen and (max-width: 767px) {
  .secFv__layout01 {
    padding-top: 20vw;
    font-size: 3vw;
  }

  .secFv__link01 {
    color: #ec759e;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-right: 2vw;
  }

  .secFv__text01 {
    padding-right: 2vw;
  }

  .secFv__text02 {
    font-size: 6vw;
    padding-top: 5vw;
    padding-bottom: 8vw;
  }

  .secFv__text02::before {
    content: '';
    width: 4vw;
    height: 4vw;
    border-radius: 20px;
    background-color: #ec759e;
    margin-right: 7px;
  }

  .secFv__image01 {
    width: 100%;
    height: auto;
  }

  .secFv__layout02 {
    margin-top: 8vw;
  }

  .secFv__text03 {
    font-size: 4.8vw;
    padding-bottom: 2vw;
    line-height: 1.5;
  }

  .secFv__text04 {
    font-size: 4vw;
  }
}

/* secFirst */
.secFirst {
  margin-top: 150px;
  background-image: url(../img/gengo/training/sec1_bg.jpg);
  background-size: 100% 100%;
  background-position: top center;
}

.secFirst__layout01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.secFirst__text01 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #a9a9a9;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

.secFirst__text01 .yellow {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ec759e;
}

.secFirst__layout02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.secFirst__layout03 {
  width: 585px;
}

.secFirst__text02 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
}

.secFirst__text02::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ec759e;
  margin-right: 7px;
}

.secFirst__text03 {
  line-height: 1.6;
  padding-bottom: 30px;
}


@media (min-width: 768px) and (max-width: 1259px) {
  .secFirst {
    margin-top: 10.98vw;
  }

  .secFirst__layout01 {
    width: 100%;
  }

  .secFirst__text01 {
    font-size: 2.19vw;
    padding-bottom: 2.92vw;
  }

  .secFirst__image01,
  .secFirst__layout03 {
    width: 42.82vw;
  }

  .secFirst__layout02 {
    width: 91.5vw;
  }

  .secFirst__text02 {
    font-size: 1.75vw;
    padding-bottom: 2.34vw;
  }

  .secFirst__text02::before {
    width: 1.02vw;
    height: 1.02vw;
    margin-right: 0.51vw;
  }

  .secFirst__text03 {
    font-size: 1.17vw;
    padding-bottom: 2.19vw;
  }
}

@media screen and (max-width: 767px) {
  .secFirst {
    margin-top: 15vw;
    background-image: url(../img/gengo/training/sp/sec1_bg.jpg);
    background-size: 100% 100%;
    background-position: top center;
  }

  .secFirst__text01 {
    font-size: 4.8vw;
    padding-bottom: 8vw;
  }

  .secFirst__layout02 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .secFirst__layout03 {
    width: 100%;
  }

  .secFirst__image01 {
    width: 100%;
  }

  .secFirst__text02 {
    font-size: 4.5vw;
    padding-bottom: 7vw;
  }

  .secFirst__text02::before {
    content: '';
    width: 3vw;
    height: 3vw;
    border-radius: 14px;
    background-color: #ec759e;
    margin-right: 7px;
  }

  .secFirst__text03 {
    padding-bottom: 8vw;
  }
}

/* secSecond */
.secSecond {
  margin-top: 120px;
  background-image: url(../img/gengo/training/sec2_bg.jpg);
  background-size: 100% 100%;
  background-position: top center;
}

.secSecond__layout01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.secSecond__text01 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #a9a9a9;
  padding-bottom: 40px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.secSecond__text01 .yellow {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ec759e;
}

.secSecond__layout02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.secSecond__layout03 {
  width: 585px;
}

.secSecond__text02 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
}

.secSecond__text02::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ec759e;
  margin-right: 7px;
}

.secSecond__text03 {
  line-height: 1.6;
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secSecond {
    margin-top: 8.78vw;
  }

  .secSecond__layout01 {
    width: 100%;
  }

  .secSecond__text01 {
    font-size: 2.19vw;
    padding-bottom: 2.92vw;
  }

  .secSecond__image01,
  .secSecond__layout03 {
    width: 42.82vw;
  }

  .secSecond__layout02 {
    width: 91.5vw;
  }

  .secSecond__text02 {
    font-size: 1.75vw;
    padding-bottom: 2.34vw;
  }

  .secSecond__text02::before {
    width: 1.02vw;
    height: 1.02vw;
    margin-right: 0.51vw;
  }

  .secSecond__text03 {
    font-size: 1.17vw;
    padding-bottom: 2.19vw;
  }
}

@media screen and (max-width: 767px) {
  .secSecond {
    margin-top: 15vw;
    background-image: url(../img/gengo/training/sp/sec2_bg.jpg);
    background-size: 100% 100%;
    background-position: top center;
  }

  .secSecond__text01 {
    font-size: 4.8vw;
    padding-bottom: 8vw;
  }

  .secSecond__layout02 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .secSecond__layout03 {
    width: 100%;
  }

  .secSecond__image01 {
    width: 100%;
  }

  .secSecond__text02 {
    font-size: 4.5vw;
    padding-bottom: 7vw;
  }

  .secSecond__text02::before {
    content: '';
    width: 3vw;
    height: 3vw;
    border-radius: 14px;
    background-color: #ec759e;
    margin-right: 7px;
  }

  .secSecond__text03 {
    padding-bottom: 8vw;
  }
}

.secSeventh {
  margin-top: 40px;
}

.secSeventh__layout01 {
width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-top: 40px;
}

.secSeventh__link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 250px;
  height: 56px;
  margin: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec759e;
  border: 1px solid #ec759e;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

.secSeventh__link.small {
  font-size: 14px;
}

.secSeventh__link:hover {
  color: #ec759e;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secSeventh {
    margin-top: 2.92vw;
  }

  .secSeventh__link {
    font-size: 1.31vw;
    width: 18.3vw;
    height: 4.09vw;
    margin: 2.56vw auto;
  }

  .secSeventh__link.small {
    font-size: 1.02vw;
  }

}

@media screen and (max-width: 767px) {
  .secSeventh {
    margin-top: 10vw;
  }

  .secSeventh__layout01 {
width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 0px;
  }

  .secSeventh__link {
    font-size: 4vw;
    width: 70%;
    height: 15vw;
    margin: 3vw auto;
  }

  .secSeventh__link.small {
    font-size: 3.5vw;
  }

  .secSeventh__link:hover {
    color: #ec759e;
    background-color: #fff;
  }
}

/* Retinaディスプレイ対応 (オプション) */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

  .m-top-mv__main {
    height: 100%;
  }
}

.m-top-mv__fig {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-top-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-top-mv__heading::after {
  margin: 0 1em;
  content: "｜";
}

.m-top-mv__banner {
  position: relative;
}

.m-top-mv__ttl {
  top: 0px;
  left: 0;
  width: 100%;
  height: 51px;
  padding-top: 34px;
  padding-left: 60px;
  font-size: 1.0625rem;
  border-top-left-radius: 15px;
}

.m-top-mv__corner {
  width: 15px;
  height: 15px;
}

.m-top-mv__corner::before {
  -webkit-box-shadow: 15px 15px 0 0 #FFA89D;
  box-shadow: 15px 15px 0 0 #FFA89D;
}

.m-top-mv__banner {
  padding-top: 30px;
  padding-bottom: 91px;
}

.m-top-mv__slider {
  position: relative;
  left: 60px;
  width: 843px;
  margin: 0 -11.5px 0 !important;
}

.m-top-mv__slider::after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #FFA89D;
}

.m-top-mv__slide {
  width: 258px;
  margin: 0 11.5px;
  border-radius: 10px;
}

.m-top-mv__dots {
  width: 1000px;
  padding-top: 32px;
  margin-left: -60px;
}

.m-top-mv__dots li {
  width: 12px;
  height: 12px;
  margin: 0 6.5px !important;
}

.m-top-mv__foot {
  width: 1000px;
  margin: -51px auto 0;
  font-size: 5.125rem;
  line-height: 71px;
}

.m-top-mv__foot span {
  font-size: 2.625rem;
}

@media screen and (max-width: 767px) {
  .m-top-mv__main {
    height: auto;
  }

  .m-top-mv__fig {
    position: relative;
    height: calc(100vh - 19.4vw);
  }

  .m-top-mv__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .m-top-mv__heading::after {
    margin: 0 0.5em;
    content: "｜";
  }

  .m-top-mv__banner {
    position: relative;
  }

  .m-top-mv__wrap {
    padding: 0 5.2vw;
  }

  .m-top-mv__ttl {
    top: -16vw;
    left: 5.2vw;
    width: 89.6vw;
    height: 8.4vw;
    padding-top: 6.8vw;
    padding-left: 9.4vw;
    border-top-left-radius: 3vw;
  }

  .m-top-mv__corner {
    width: 3vw;
    height: 3vw;
  }

  .m-top-mv__corner::before {
    -webkit-box-shadow: 3vw 3vw 0 0 #FFA89D;
    box-shadow: 3vw 3vw 0 0 #FFA89D;
  }

  .m-top-mv__banner {
    padding-top: 7.8vw;
    padding-bottom: 10.6vw;
  }

  .m-top-mv__slider {
    position: relative;
    left: 9.4vw;
    width: 66.6vw;
    margin: 0 -2.7vw 0 !important;
  }

  .m-top-mv__slide {
    width: 308px;
    margin: 0 3.5vw;
    border-radius: 2vw;
  }

  .m-top-mv__dots {
    width: 89.6vw;
    padding-top: 4.2vw;
    margin-left: -9.4vw;
  }

  .m-top-mv__dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.3vw !important;
  }

  .m-top-mv__foot {
    width: 89.6vw;
    margin: -10vw auto 0;
    font-size: 15.4vw;
    line-height: 0.9350649351em;
  }

  .m-top-mv__foot span {
    font-size: 7.8vw;
  }
}

/* Page Wrapper */
.u-inner {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */
@media screen and (max-width: 1259px) {
  .u-inner {
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .u-inner {
    width: 92vw;
  }
}

.secMv__layout01 {
  position: absolute;
  left: 0;
  top: 5vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}

.secMv__layout02 {
  margin-left: 5vw;
  margin-top: 0;
  text-align: center;
  margin-bottom: 1.56vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secMv__layout02 img {
  padding-left: 0vw !important;
  width: 22.1vw;
}

.secMv__text03 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6vw;
  line-height: 1.6;
  color: #ec759e;
  padding: 0 15px;
}

.secMv__text01 {
  font-size: 1.3vw;
  line-height: 1.6;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 5vw;
  margin-bottom: 1.1vh;
  width: fit-content;
}

.secMv__text02 {
  font-size: 1.3vw;
  line-height: 1.6;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 5vw;
  margin-bottom: 1.1vh;
  width: fit-content;
}



@media (min-width: 768px) and (max-width: 1259px) {
  .g-header__wrap {
    padding-left: 3.17vw;
  }

  .g-header__home {
    padding-right: 0.95vw;
    margin-right: 0.31vw;
  }

  .g-header__symbol {
    width: 12.93vw;
  }

  .g-menu__list {
    border-top-left-radius: 3.2vw;
    border-bottom-left-radius: 3.2vw;
    padding-left: 1.5vw;
    overflow: hidden;
  }

  .g-menu__li.has-menu {
    border-radius: 0.79vw 0.79vw 0 0;
  }

  .g-menu__link {
    height: 3.3vw;
    padding: 1vw 1.5vw;
    font-size: 1.2vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .g-menu__link .icon {
    width: 0.75vw;
    margin-left: 0.55vw;
    margin-top: 1px;
  }

  .g-menu__inner {
    width: 79.3vw;
    margin: 3vw auto;
  }

  .g-menu__ttl {
    font-size: 1.58vw;
  }

  .g-menu__close {
    width: 1.26vw;
  }

  .g-menu__nav {
    gap: 0.79vw 3.33vw;
    width: 61.9vw;
    margin-top: 1.26vw;
  }

  .g-menu__btn {
    width: 18.4vw;
    padding: 1.8vw 0;
    font-size: 1.3vw;
  }

  .extra-menu__item {
    width: 9vw;
    height: 5.3vw;
  }

  .extra-menu__item .icon1 {
    width: 2vw;
    margin-top: 0.39vw;
  }

  .extra-menu__item span {
    height: 2.8vw;
    font-size: 1.1vw;
  }

  .extra-menu__item .icon2 {
    width: 1.3vw;
    margin-top: 0.39vw;
  }

  .secMv__layout01 {
    top: 12vw;
  }

  .secMv__layout02 img {
    width: 24.89vw;
  }

  .secMv__text01 {
    font-size: 1.83vw;
    padding: 0 1.58vw;
  }

  .secMv__text02 {
    font-size: 1.83vw;
    padding: 0 1.58vw;
  }

  .sevMv__list01 li {
    margin: 0 1vw;
  }

  .sevMv__list01 li img {
    width: 19.4vw;
  }
}

@media screen and (max-width: 767px) {
  .secMv__layout01 {
    top: -25vw;
  }

  .secMv__layout02 img {
    width: 50.6vw;
  }

  .secMv__text01 {
    font-size: 3.58vw;
    padding: 0 2.3vw;
    margin-left: 3.84vw;
  }

  .secMv__text02 {
    font-size: 3.58vw;
    padding: 0 2.3vw;
    margin-left: 3.84vw;
  }

  .secMv__text03 {
    font-size: 7.69vw;
    padding: 0 3.38vw;
    margin-left: 4vw;
    margin-bottom: 5.12vw;
  }

  .secMv__text04 {
    margin-left: 4vw;
    font-size: 3.58vw;
    margin-bottom: 4.5vw;
  }

  .secMv__layout01 {
    height: calc(100vh - 19.4vw);
    justify-content: flex-end;
  }

  .sevMv__list01 {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    display: flex;
    flex-wrap: wrap;
    padding-top: 6.4vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-top-mv__main .slick-track {
    height: calc(100vh - 19.4vw);
    overflow: hidden;
  }

  .sevMv__list01 li {
    margin: 0 1.4vw;
  }

  .sevMv__list01 li img {
    width: 44.7vw;
  }

}

.secFollow_layout {
  position: fixed;
  right: 9px;
  bottom: 133px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  cursor: pointer;
}

.secFollow_image01,
.secFollow_image02,
.secFollow_image03 {
  display: block;
}

.secFollow_image04,
.secFollow_image05,
.secFollow_image06 {
  display: none;
}

.secFollow_image07,
.secFollow_image08,
.secFollow_image09 {
  display: none;
}

.secFollow_layout a {
  margin-top: 10px;
}

.secFollow_layout a:hover {
  opacity: 0.8;
}


@media screen and (max-width: 1800px) {
  .secFollow_layout {
    right: 5px;
  }

  .secFollow_image01 {
    width: 10vw;
  }

  .secFollow_image02,
  .secFollow_image03 {
    width: 7.38vw;
  }

}

@media screen and (max-width: 1560px) {
  .secFollow_layout {
    right: 9px;
  }

  .secFollow_image01,
  .secFollow_image02,
  .secFollow_image03 {
    display: none;
  }

  .secFollow_image04 {
    display: block;
    width: auto;
    height: 39.3vh;
  }

  .secFollow_image05 {
    display: block;
    width: auto;
    height: 23.3vh;
  }

  .secFollow_image06 {
    display: block;
    width: auto;
    height: 23.3vh;
  }

  .secFollow_layout a {
    margin-top: 0;
  }

  .secFollow_layout {
    position: absolute;
    bottom: unset;
    top: 240px;
    right: 0px;
  }

  .secFollow_layout.fixed {
    position: fixed;
    top: 8vh;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

  /* 高解像度用のスタイル */
  .secFollow_image04 {
    width: 5vw;
    height: auto;
  }

  .secFollow_image05,
  .secFollow_image06 {
    width: 4vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .secFollow_layout {
    width: 100%;
    height: 19.4vw;
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 0;
    top: calc(100vh - 19.4vw) !important;
    justify-content: center;
    transform: translate(0, 100%);
    transition: 0.5s;
  }

  .secFollow_layout.is-active {
    transform: none;
  }

  .secFollow_image04,
  .secFollow_image05,
  .secFollow_image06 {
    display: none;
  }

  .secFollow_image07,
  .secFollow_image08,
  .secFollow_image09 {
    display: block;
    width: auto;
    height: 19vw;
  }
}



.sec_title {
  font-size: 36px;
  font-weight: bold;
  color: #0e4177;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  letter-spacing: 1px;
}

.sec_title em {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 7px;
}

.sec_title em::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ec759e;
  margin-right: 7px;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .sec_title {
    font-size: 2.92vw;
  }

  .sec_title em {
    font-size: 1.46vw;
  }
}

.sec_subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1259px) {


  .sec_subtitle {
    font-size: 1.58vw;
    margin-bottom: 3.17vw;
  }
}

@media (max-width: 768px) {
  .sec_title {
    font-size: 7.69vw;
  }

  .sec_subtitle {
    font-size: 4.7vw;
    margin-bottom: 4.87vw;
  }
}

.sec_subtitle::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ec759e;
  margin-right: 7px;
}


/*footer*/
footer {
  padding-top: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/footer_bg.jpg');
  background-size: 100% 100%;
  background-position: top center;
}

.footer__layout00 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
}

/* Retinaディスプレイ対応 (オプション) */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

  /* 高解像度用のスタイル */
  .footer__layout00 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .footer__list01:nth-child(2) {
    min-width: 12vw;
  }
}

.footer__layout01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer__layout01 img {
  width: 243px;
}

.footer__text01 {
  margin-top: 34px;
  line-height: 1.56;
  font-size: 14px;
}

.footer__text02 {
  margin-top: 20px;
  line-height: 1.56;
  font-size: 14px;
}

.footer__layout02 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__list01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  margin: 0;
}

.footer__list01:nth-child(1) {
  min-width: 240px;
}

.footer__list01:nth-child(2) {
  min-width: 252px;
}

.footer__list01>li {
  margin-bottom: 17px;
}

.footer__list01>li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.footer__list01>li a:hover {
  opacity: 0.8;
}

.footer__list02 {
  padding-left: 0;
  margin: 0;
}

.footer__list02>li {
  margin-bottom: 17px;
}

.footer__list02>li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.footer__list02>li a {
  opacity: 0.8;
}

.footer__list02>li a::before {
  display: block;
  content: '';
  width: 11px;
  height: 2px;
  background: url(../img/footer_submenu_befor_icon.png);
  margin-right: 10px;
}

.footer__list03 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -17px;
  margin-right: -17px;
  margin: 72px 0 0 0;
}

.footer__list03>li {
  margin-left: 17px;
  margin-right: 17px;
}

.footer__list03>li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}

.footer__list03>li a:hover {
  opacity: 0.8;
}

.footer__list03>li a::after {
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  background: url('../img/footer_submenu_after_icon.png');
  margin-left: 6px;
}

.footer__text03 {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 40px 0 20px 0;
}

.footer__layout04 {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__layout05 {
  margin-left: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__link02 {
  font-weight: 600;
  margin-bottom: 18px;
  text-decoration: none;
  color: #000;
}

.footer__layout06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__layout07 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer__layout08 {
  padding-left: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer_layout08 p {
  font-weight: 500;
}

.footer__text06 {
  padding-top: 40px;
  padding-bottom: 21px;
}

@media (min-width: 768px) and (max-width: 1366px) {
  footer {
    padding-top: 6.42vw;
    background-image: url('../img/footer_tb_bg.jpg');
    background-size: 100% 100%;
    background-position: top center;
  }

  .footer__layout01 img {
    width: 19.28vw;
  }

  .footer__text01 {
    margin-top: 2.69vw;
  }

  .footer__text02 {
    margin-top: 1.58vw;
  }

  .footer__list01:nth-child(1) {
    min-width: 17vw;
  }

  .footer__list01>li {
    margin-bottom: 1.34vw;
  }

  .footer__list01>li a {
    font-size: 1.42vw;
  }

  .footer__list02>li {
    margin-bottom: 1.34vw;
  }

  .footer__list02>li a {
    font-size: 1.26vw;
  }

  .footer__list01:nth-child(2) {
    min-width: 20vw;
  }

  .footer__list03 {
    margin-left: -1.34vw;
    margin-right: -1.34vw;
    margin: 5.71vw 0 0 0;
  }

  .footer__list03>li {
    margin-left: 1.34vw;
    margin-right: 1.34vw;
  }

  .footer__list03>li a {
    font-size: 1.26vw;
  }

  .footer__list03>li a::after {
    width: 1.19vw;
    height: 1.19vw;
    margin-left: 0.47vw;
    background-size: cover;
  }

  .footer__text03 {
    font-size: 0.95vw;
    padding: 3.17vw 0 1.58vw 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 18.23vw;
    padding-bottom: 20vw;
    padding-top: 81px;
    background-image: url('../img/sp/footer_bg.jpg');
    background-size: 100% 100%;
    background-position: top center;
  }

  .footer__layout00 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__layout01 img {
    max-width: 65vw;
  }

  .footer__text01 {
    margin-top: 7vw;
    font-size: 4.1vw;
  }

  .footer__text02 {
    margin-top: 7vw;
    font-size: 4.1vw;
  }

  .footer__layout02 {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 12.8vw;
  }

  .footer__list01:nth-child(1) {
    min-width: unset;
    width: 100%;
    margin-bottom: 3vw;
  }

  .footer__list02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.6vw;
    margin-right: -1.6vw;
  }

  .footer__list02 li {
    margin-left: 1.6vw;
    margin-right: 1.6vw;
    width: calc((100% - 6.4vw) / 2);
    margin-bottom: 4.48vw;
  }

  .footer__list01>li a {
    font-size: 4.1vw;
  }

  .footer__list02>li a {
    font-size: 3.7vw;
  }

  .footer__list01>li {
    margin-bottom: 4.48vw;
  }

  .footer__list01:nth-child(2) {
    min-width: unset;
    width: 50%;
  }

  .footer__list01 {
    width: 50%;
  }

  .footer__list03 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin: 14.74vw 0 0 0;
  }

  .footer__list03>li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5.6vw;
  }

  .footer__list03>li a {
    font-size: 4.1vw;
  }

  .footer__text03 {
    font-size: 3.07vw;
    padding: 5vw 0;
  }
}


/*flow text*/
.secFlowText__layout {
  margin: 72px 0;
}

.pageTop__button {
  position: relative;
  z-index: 999;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: 58px;
  margin-top: 20px;
  width: fit-content;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secFlowText__layout {
    margin: 7.3vw 0;
  }

  .pageTop__button {
    margin-right: 4.6vw;
    margin-top: 1.58vw;
  }

  .pageTop__button img {
    width: 6.5vw;
  }

  .typo-scroll1 img {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .secFlowText__layout {
    margin: 12.8vw 0;
  }

  .typo-scroll1 img {
    width: 200vw;
  }

  .pageTop__button {
    margin-right: 3vw;
    margin-top: 5vw;
  }

  .pageTop__button img {
    width: 15vw;
  }

}

/* Department */
.secDepartment__layout01 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 73px;
}

.secDepartment__box01 {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: calc((100% - 64px) / 4);
  position: relative;
  border-radius: 17px;
  box-shadow: 3px 5px 8px 0px rgba(6, 0, 1, 0.2);
  -webkit-box-shadow: 3px 5px 8px 0px rgba(6, 0, 1, 0.2);
  -moz-box-shadow: 3px 5px 8px 0px rgba(6, 0, 1, 0.2);
  background-color: #fff;
  color: #e62113;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}

.secDepartment__box01.show {
  opacity: 1;
  transform: translateY(0);
}

.secDepartment__box01.show:nth-of-type(1) {
  transition-delay: 0s;
}

.secDepartment__box01.show:nth-of-type(2) {
  transition-delay: 0.2s;
}

.secDepartment__box01.show:nth-of-type(3) {
  transition-delay: 0.4s;
}

.secDepartment__box01.show:nth-of-type(4) {
  transition-delay: 0.6s;
}

.secDepartment__box01:nth-child(2n) {
  margin-top: 60px;
}

.secDepartment__image01 {
  position: absolute;
  left: -5px;
  top: -33px;
  z-index: 10;
}

.secDepartment__box01 .thumb {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  margin-bottom: 18px;
}

.secDepartment__box01 .thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}

.secDepartment__box01 .thumb img:hover {
  transform: scale(1.1);
}

.secDepartment__text01 {
  text-align: center;
  padding-bottom: 10px;
}

.secDepartment__text02 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 11px;
}

.secDepartment__text03 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 16px;
}

.secDepartment__link01 {
  width: 192px;
  height: 42px;
  border-radius: 5px;
  background-color: #e62113;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 30px auto;
  border: solid 2px #e62113;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.secDepartment__link01::after {
  content: '';
  width: 9px;
  height: 11px;
  background: url('../img/top-mv/department_arrow01.png');
  margin-left: 8px;
}

.secDepartment__link01:hover {
  background-color: #fff;
  color: #e62113;
}

.secDepartment__link01:hover::after {
  background: url('../img/top-mv/department_arrow01_hover.png');
}

.secDepartment__box01.yellow .secDepartment__text01,
.secDepartment__box01.yellow .secDepartment__text02,
.secDepartment__box01.yellow .secDepartment__text03 {
  color: #ec759e;
}

.secDepartment__box01.yellow .secDepartment__link01 {
  background-color: #ec759e;
  border: solid 2px #ec759e
}

.secDepartment__box01.yellow .secDepartment__link01:hover {
  background-color: #fff;
  color: #ec759e;
}

.secDepartment__box01.yellow .secDepartment__link01:hover::after {
  background: url('../img/top-mv/department_arrow02_hover.png');
}

.secDepartment__box01.pink .secDepartment__text01,
.secDepartment__box01.pink .secDepartment__text02,
.secDepartment__box01.pink .secDepartment__text03 {
  color: #ec759e;
}

.secDepartment__box01.pink .secDepartment__link01 {
  background-color: #ec759e;
  border: solid 2px #ec759e
}

.secDepartment__box01.pink .secDepartment__link01:hover {
  background-color: #fff;
  color: #ec759e;
}

.secDepartment__box01.pink .secDepartment__link01:hover::after {
  background: url('../img/top-mv/department_arrow03_hover.png');
}

.secDepartment__box01.green .secDepartment__text01,
.secDepartment__box01.green .secDepartment__text02,
.secDepartment__box01.green .secDepartment__text03 {
  color: #3eb26c;
}

.secDepartment__box01.green .secDepartment__link01 {
  background-color: #3eb26c;
  border: solid 2px #3eb26c
}

.secDepartment__box01.green .secDepartment__link01:hover {
  background-color: #fff;
  color: #3eb26c;
}

.secDepartment__box01.green .secDepartment__link01:hover::after {
  background: url('../img/top-mv/department_arrow04_hover.png');
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secDepartment__layout01 {
    margin-left: -0.63vw;
    margin-right: -0.63vw;
    margin-top: 5.79vw;
  }

  .secDepartment__box01 {
    margin-left: 0.63vw;
    margin-right: 0.63vw;
    margin-bottom: 0.63vw;
    width: calc((100% - 5.1vw) / 4);
    border-radius: 1.34vw;
    transform: translateY(0.79vw);
  }

  .secDepartment__image01 {
    left: -0.39vw;
    top: -2.61vw;
    width: 5.47vw;
  }

  .secDepartment__box01 .thumb {
    border-top-left-radius: 1.34vw;
    border-top-right-radius: 1.34vw;
    margin-bottom: 1.42vw;
  }

  .secDepartment__text01 {
    padding-bottom: 0.79vw;
  }

  .secDepartment__text02 {
    font-size: 2.38vw;
    padding-bottom: 0.87vw;
  }

  .secDepartment__text03 {
    font-size: 1.26vw;
    padding-bottom: 1.26vw;
  }

  .secDepartment__link01 {
    width: 15.23vw;
    height: 3.33vw;
    font-size: 1.26vw;
    margin: 0 auto 2.38vw auto;
  }
}

@media screen and (max-width: 767px) {
  .secDepartment__layout01 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .secDepartment__box01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 17.5vw;
  }

  .secDepartment__image01 {
    width: 18.9vw;
    left: 0;
    top: -9.45vw;
  }

  .secDepartment__box01 .thumb {
    margin-bottom: 6.79vw;
  }

  .secDepartment__text01 {
    font-size: 4.61vw;
    padding-bottom: 2.3vw;
  }

  .secDepartment__text02 {
    font-size: 7.69vw;
    padding-bottom: 2.3vw;
  }

  .secDepartment__text03 {
    font-size: 4.61vw;
    padding-bottom: 3.84vw;
  }

  .secDepartment__link01 {
    width: 57.6vw;
    height: 12.56vw;
    font-size: 4.1vw;
    margin: 0 auto 7.05vw auto;
  }

  .secDepartment__box01:nth-child(2n) {
    margin-top: 0;
  }


}


/* secSpecial */
.secSpecial {
  margin-top: 80px;
  background-image: url('../img/gengo/sec_special_bg.jpg');
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 3vw;
}

.secSpecial__layout01 {
  margin-top: 90px;
}

#swiper_special .swiper-wrapper {
  padding: 100px 0 0 0;
}

#swiper_special .swiper-slide {
  width: 17.6vw;
  transition: transform 0.3s ease;
  transform: scale(0.9);
}

#swiper_special .swiper-slide-active {
  transform: scale(1.1) translateY(-8.4%);
}

.secSpecial__box01 {
  width: 100%;
  height: 19vw;
  position: relative;
  background-image: url('../img/gengo/special_slider_bg.png');
  background-size: cover;
  padding-right: 2vw;
}

.secSpecial__text01 {
  font-size: 0.95vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-top: 2.8vw;
}

.secSpecial__image01 {
  width: 6.97vw;
  display: block;
  margin: 1.1vw auto 0 auto;
}

.secSpecial__link01 {
  font-size: 0.75vw;
  font-weight: 500;
  text-decoration: underline;
  color: #ec759e;
  width: fit-content;
  display: block;
  margin: 1.04vw auto 0 auto;
  text-underline-offset: 8px;
}

#swiper_special .swiper-button-next {
  right: 18vw;
  -webkit-transform: translateY(2.5vw);
  transform: translateY(2.5vw);
}

#swiper_special .swiper-button-prev {
  left: 16.25vw;
  -webkit-transform: translateY(2.5vw);
  transform: translateY(2.5vw);
}

@media screen and (max-width: 1366px) {

  .secSpecial {
    background-image: url('../img/gengo/tb/sec_special_bg.jpg');
    background-size: 100% 90%;
    padding-bottom: 1vw;
  }

  #swiper_special {
    margin-top: -5vw;
  }

  .secSpecial__box01 {
    height: 24vw;
  }

  .secSpecial__text01 {
    font-size: 1.18vw;
    padding-top: 3.8vw;
  }

  .secSpecial__image01 {
    width: 9vw !important;
    margin: 1.3vw auto 0 auto;
  }

  .secSpecial__link01 {
    font-size: 1vw;
    margin: 1.6vw auto 0 auto
  }

  #swiper_special .swiper-button-next {
    right: 9.2vw;
  }

  #swiper_special .swiper-button-prev {
    left: 7vw;
  }

}

@media (min-width: 768px) and (max-width: 1259px) {
  .secSpecial {
    margin-top: 6.34vw;
  }

  .secSpecial__layout01 {
    margin-top: 7.14vw;
  }

  #swiper_special .swiper-wrapper {
    padding: 7.93vw 0 0 0;
  }

}

@media screen and (max-width: 767px) {
  .secSpecial {
    margin-top: 26.92vw;
    background-image: url(../img/sp/special_bg.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  .secSpecial__layout01 {
    margin-top: 0;
  }

  .secSpecial__box01 {
    height: 60vw;
    padding-right: 7vw;
  }

  .secSpecial__text01 {
    font-size: 3.3vw;
    padding-top: 7vw;
  }

  .secSpecial__image01 {
    width: 26vw !important;
    margin: 3.5vw auto 0 auto;
  }

  .secSpecial__link01 {
    font-size: 2.5vw;
    margin: 3.8vw auto 0 auto;
    text-underline-offset: 0.8vw;
  }
}

.secOfficial {
  margin: 0 auto;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 60px;
  background: url('../img/gengo/sns_bg.png') repeat;
}

.secOfficial__layout00 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.secOfficial__layout01 {
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -22px;
  margin-right: -22px;
}

.secOfficial__layout02 {
  width: 100%;
  text-align: center;
}

.secOfficial_title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: bold;
  color: #ec759e;
  margin: 40px 198px;
}

.secOfficial__box1 {
  width: 240px;
  position: relative;
  overflow: hidden;
  margin-left: 22px;
  margin-right: 22px;
}

.secOfficial__box1 img {
  width: 100%;
  display: block;
}

.secOfficial__layout03 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  min-height: 215px;
  margin-top: 10px;
}

.secOfficial__layout03 a {
  display: block;
  width: fit-content;
  margin: 0 auto 17px auto;
}

.secOfficial__layout03 a:last-child {
  margin-bottom: 0;
}

.secOfficial__layout03 a img {
  display: block;
}

.secOfficial__layout03 a:hover {
  opacity: 0.8;
}

.secOfficial__text01 {
  height: 54px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  color: #0e4177;
  font-weight: bold;
}

.secOfficial__text02 {
  height: 54px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  color: #e62113;
  font-weight: bold;
  padding-top: 3px;
}

.secOfficial__text03 {
  font-size: 16px;
  color: #000;
}

.secOfficial__text02 .yellow {
  color: #ec759e;
}


.secOfficial__text04 {
  font-size: 20px;
  color: #ec759e;
  padding: 13px 0;
}

.secOfficial__text05 {
  font-size: 24px;
  color: #ec759e;
  font-weight: bold;
  padding-bottom: 10px;
}

.secOfficial__text06 {
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1259px) {
  .secOfficial {
    padding-top: 2.92vw;
    padding-bottom: 6.34vw;
    margin-left: 4.17vw;
    margin-right: 4.17vw;
  }

  .secOfficial__layout00 {
    width: 73.2vw;
  }

  .secOfficial_title {
    font-size: 2.19vw;
    margin: 0vw 14.34vw;
  }

  .secOfficial__layout01 {
    margin-top: 3.4vw;
    margin-left: -1.57vw;
    margin-right: -1.57vw;
  }

  .secOfficial__layout02 {
    margin-top: 3.4vw;
  }

  .secOfficial__box1 {
    width: 17.71vw;
    margin-left: 1.57vw;
    margin-right: 1.57vw;
  }

  .secOfficial__layout03 {
    min-height: 17vw;
    margin-top: 0.79vw;
  }

  .secOfficial__layout03 a img {
    width: 13vw;
  }

  .secOfficial__image03 {
    width: 9.95vw;
  }

  .secOfficial__text04 {
    font-size: 1.46vw;
  }

  .secOfficial__text05 {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 767px) {
  .secOfficial {
    padding-top: 7.69vw;
    padding-bottom: 7.69vw;
  }

  .secOfficial__layout00 {
    width: 92.3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .secOfficial_title {
    font-size: 5.12vw;
    margin: 0;
    margin-bottom: 5.38vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secOfficial__layout01 {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .secOfficial__box1 {
    width: calc((100% - 9.72vw) / 2);
    margin-left: 2.43vw;
    margin-right: 2.43vw;
    margin-bottom: 5.12vw;
  }

  .secOfficial__layout03 {
    min-height: 43.9vw;
    margin-top: 0;
  }

  .secOfficial__text01 {
    height: 10vw;
    font-size: 5.12vw;
  }

  .secOfficial__layout03 a img {
    width: 34.1vw;
  }

  .secOfficial__layout03 a {
    margin: 0 auto 3.84vw auto;
  }

  .secOfficial__text02 {
    height: 10vw;
    font-size: 4.1vw;
  }

  .secOfficial__text03 {
    font-size: 2.56vw;
  }

  .secOfficial__image03 {
    width: 24.35vw;
  }

  .secOfficial__text04 {
    font-size: 3.58vw;
    padding: 2.17vw 0;
  }

  .secOfficial__text05 {
    font-size: 5.12vw;
    padding-bottom: 5.6vw;
  }

  .secOfficial__text06 {
    font-size: 3.8vw;
  }
}


.modal {
  display: none;
}

.fade_in,
.fade_in_up,
.fade_in_down,
.fade_in_left,
.fade_in_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.secNotFound {
  padding-top: 200px;
  min-height: 100vh;
}

.secNotFound__text01 {
  text-align: center;
  padding: 50px 0;
  font-size: 1.2rem;
}

.secNotFound__link01 {
  display: block;
  margin: 30px auto;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  width: fit-content;
}

.secEventDetail {
  padding: 150px 50px;
}


.category-cooking.eo-event {
  background-color: #ed6359 !important;
  border-color: #ed6359 !important;
}

.category-gengoist.eo-event {
  background-color: #f3b365 !important;
  border-color: #f3b365 !important;
}

.category-speech.eo-event {
  background-color: #f29ebb !important;
  border-color: #f29ebb !important;
}

.category-prosthetics.eo-event {
  background-color: #78c998 !important;
  border-color: #78c998 !important;
}

.scroll-hint-icon {
  z-index: 10;
}

.swiper {
  overflow: hidden !important;
}

.p-goto-slider {
  overflow: hidden !important;
}

.scroll-hint-icon-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}

.secFollow_layout {
    /* display: none !important; */
}