.m-top-mv {
  overflow: hidden;
  background-image: url('../img/gishi/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: #3eb26c;
  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: #3eb26c;
  margin-right: 7px;
}

.secFv__layout02 {
  width: max-content;
  gap: 20px;
  font-size: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 30px;
}

.secFv__link03 {
  color: #a9a9a9;
}

.secFv__link03.active {
  color: #3eb26c;
  font-weight: bold;
}

.secFv__layout03 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.secFv__layout10 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

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

.secFv__layout08 li {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: solid 1px #b4b4b4;
}

.secFv__layout08 li.active {
  display: flex;
}

.secFv__layout04 {
  padding-left: 40px;
  padding-right: 55px;
  display: flex;
  flex-direction: column;
}

.secFv__layout05 {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}

.secFv__text04 {
  font-size: 20px;
  font-weight: bold;
  padding-right: 43px;
}

.secFv__text05 {
  font-size: 14px;
  padding: 2px 28px;
  font-weight: bold;
  background-color: #3eb26c;
  color: #fff;
  border-radius: 15px;
}

.secFv__text05.blog {
  background-color: #f1c141;
}

.secFv__link06 {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.secFv__link05 {
  padding-right: 55px;
  padding-top: 60px;
}

.secFv__layout06 {
    padding-left: 20px;
    padding-top: 44px;
    width: 280px;
}
.secFv__text03 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.secFv__text03::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
}

.secFv__link04 {
  font-size: 20px;
  padding-bottom: 20px;
}

.secFv__link04 a {
  color: #000;
}

.secFv__layout09 {
  width: auto;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.secFv__layout09 div {
  color: #a9a9a9;
}

.secFv__layout09 div.active {
  color: #000;
}

.secFv__link07 {
  margin: 0 20px;
}

.secFv__link08 {
  width: 30px;
  height: auto;
}

.secFv__link09 {
  width: 30px;
  height: auto;
}

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

  .secFv__image01 {
    height: 37.77vw;
  }

  .secFv__link01 {
    color: #3eb26c;
    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;
    margin-right: 0.73vw;
  }

  .secFv__text02::before {
    content: '';
    width: 1.31vw;
    height: 1.31vw;
    border-radius: 20px;
    background-color: #3eb26c;
    margin-right: 0.51vw;
  }

  .secFv__layout02 {
    /*     width: 21.96vw; */
    font-size: 1.46vw;
    padding-bottom: 2.19vw;
  }

  .secFv__layout08 li {
    padding-top: 2.19vw;
    padding-bottom: 1.75vw;
  }

  .secFv__image01 {
    width: 16.98vw;
    height: auto;
  }

  .secFv__layout04 {
    padding-left: 2.92vw;
    padding-right: 4.02vw;
  }

  .secFv__layout05 {
    padding-bottom: 0.73vw;
  }

  .secFv__text04 {
    font-size: 1.46vw;
    padding-right: 3.14vw;
  }

  .secFv__text05 {
    font-size: 1.02vw;
    padding: 0.14vw 2.04vw;
  }

  .secFv__link06 {
    font-size: 1.31vw;
  }

  .secFv__link05 {
    padding-right: 4.02vw;
    padding-top: 4.39vw;
  }

  .secFv__link05 img {
    width: 1.53vw;
  }

  .secFv__layout06 {
    padding-left: 1.46vw;
    padding-top: 2.19vw;
    width: 20.49vw;
  }

  .secFv__text03 {
    font-size: 1.75vw;
    margin-bottom: 3.66vw;
  }

  .secFv__text03::after {
    bottom: -1.83vw;
  }

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

  .secFv__layout09 {
    font-size: 1.46vw;
    margin-top: 4.39vw;
  }

  .secFv__link07 {
    margin: 0 1.46vw;
  }

  .secFv__link08 {
    width: 2.19vw;
  }

  .secFv__link09 {
    width: 2.19vw;
  }
}

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

  .secFv__link01 {
    text-underline-offset: 1vw;
    padding-right: 2vw;
  }

  .secFv__text01 {
    padding-right: 2vw;
  }

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

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

  .secFv__layout02 {
    margin: 0;
    font-size: 4vw;
    padding-bottom: 2.19vw;
  }

  .secFv__layout08 li {
    padding-top: 2.19vw;
    padding-bottom: 1.75vw;
  }

  .secFv__image01 {
    width: 26vw;
    height: auto;
  }

  .secFv__layout04 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .secFv__layout05 {
    padding-bottom: 0.73vw;
  }

  .secFv__text04 {
    font-size: 3vw;
    padding-right: 3.14vw;
  }

  .secFv__text05 {
    font-size: 2vw;
    padding: 0.3vw 3vw;
  }

  .secFv__link06 {
    font-size: 2.7vw;
  }

  .secFv__link05 {
    padding-right: 2vw;
    padding-top: 7vw;
  }

  .secFv__link05 img {
    width: 1.53vw;
  }

  .secFv__layout06 {
    padding-left: 1.46vw;
    padding-top: 2.19vw;
    width: 20.49vw;
  }

.secFv__text03 {
        /* font-size: 1.75vw; */
        margin-bottom: 3.66vw;
    }

  .secFv__text03::after {
    bottom: -1.83vw;
  }

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

  .secFv__layout09 {
    font-size: 3.5vw;
    margin-top: 4.39vw;
  }

  .secFv__link07 {
    margin: 0 4vw;
    font-size: 5vw;
  }

  .secFv__link08 {
    width: 6vw;
  }

  .secFv__link09 {
    width: 6vw;
  }

}

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

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

/* 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;
  }
}

@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;
  }
}

@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;
  }

}

.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: #3eb26c;
  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: #3eb26c;
  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: 40px 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: 5vw 0;
  }

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

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

  .pageTop__button img {
    width: 15vw;
  }

}

.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;
}

.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; */
}

/*secInformation*/
.secInformation {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.secInformation__layout01 {
  width: 300px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.secInformation__link03 {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.secInformation__link03.active {
  color: #3eb26c;
}

.secInformation__text01 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #0e4177;
}

.secInformation__layout02 {
  margin-top: 30px;
}

.secInformation__layout02 li {
  display: none;
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 1px #b4b4b4;
  padding: 20px 15px;
}

.secInformation__layout02 li.active {
  display: flex;
}

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

.secInformation__text02 {
  font-size: 16px;
  font-weight: bold;
}

.secInformation__text03 {
  width: 108px;
  height: 23px;
  padding-bottom: 2px;
  border-radius: 11px;
  background-color: #3eb26c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-left: 65px;
}


.secInformation__text04 {
    /* width: 108px; */
    /* height: 23px; */
    /* padding-bottom: 2px; */
    /* border-radius: 11px; */
    /* background-color: #3eb26c; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* color: #fff; */
    /* font-size: 14px; */
    /* font-weight: bold; */
    /* line-height: 1; */
    /* margin-left: 65px; */
}
.secInformation__text04 span.blog {
    width: 108px;
    height: 23px;
    padding-bottom: 2px;
    border-radius: 11px;
    background-color: #3eb26c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.secInformation__text04 span.news {
    width: 108px;
    height: 23px;
    padding-bottom: 2px;
    border-radius: 11px;
    background-color: #3eb26c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.secInformation__text05 {
  font-size: 16px;
  margin-left: 50px;
  color: black;
}

/*.secInformation__text05:hover {
  opacity: 0.6;
}*/

.secInformation__link01 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  width: 250px;
  height: 56px;
  margin: 40px auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3eb26c;
  border: 1px solid #3eb26c;
  border-radius: 5px;
  color: #fff;
}

.secInformation__link01:hover {
  color: #3eb26c;
  background-color: #fff;
}

.secInformation__link02 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.secInformation__link02 .icon {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #0e4177;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  color: #fff;
  font-size: 14px;
}

.secInformation__link02:hover {
  opacity: 0.8;
}

.panel {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.panel.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: .5s;
}

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

  .secInformation__layout02 li {
    padding: 1.58vw 1.19vw;
  }

  .secInformation__text02 {
    font-size: 1.26vw;
  }

  .secInformation__text03 {
    width: 8.5vw;
    height: 1.82vw;
    font-size: 1.11vw;
    border-radius: 0.87vw;
    margin-left: 5.15vw;
  }

  .secInformation__text04 {
    width: 8.5vw;
    height: 1.82vw;
    font-size: 1.11vw;
    border-radius: 0.87vw;
    margin-left: 5.15vw;
  }

  .secInformation__text05 {
    font-size: 1.26vw;
    margin-left: 3.96vw;
  }

  .secInformation__link01 {
    font-size: 1.42vw;
    width: 20.1vw;
    height: 4.02vw;
    margin-top: 4.76vw;
  }

  .secInformation__link02 {
    font-size: 1.42vw;
    height: 4.44vw;
    width: 19.2vw;
    margin-left: auto;
    margin-right: auto;
  }

}

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

  .secInformation__layout02 li {
    flex-direction: column;
    padding: 3.84vw 0;
  }

  .secInformation__layout03 {
    width: 100%;
    margin-bottom: 3vw;
  }

  .secInformation__layout04 {
    width: 100%;
    margin-bottom: 3vw;
  }

  .secInformation__text05 {
    width: 100%;
    margin-left: 0;
    font-size: 3.58vw;
    line-height: 1.5;
  }

  .secInformation__text02 {
    font-size: 4.1vw;
  }

  .secInformation__link01 {
    font-size: 4.1vw;
    width: 57.6vw;
    height: 12.56vw;
    margin: 6.41vw auto 5vw auto;
  }

  .secInformation__link02 {
    font-size: 4.1vw;
  }
}

/* pagenavi */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.page,
.current {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

form select {
  font-size: 16px;
  /* 文字を大きくする */
  padding: 10px;
  /* 内側の余白を広げる */
  width: 100%;
  /* 幅を100%にする（任意） */
  max-width: 300px;
  /* 最大幅を設定 */
}

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

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

.sec3__link01 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 250px;
    height: 56px;
    margin: 40px auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3eb26c;
    border: 1px solid #3eb26c;
    border-radius: 5px;
    color: #fff;
}
.sec3__link01:hover {
    color: #3eb26c;
    background-color: #fff;
}


@media screen and (max-width: 767px) {
.secFv__layout03.panel.active {
    display: block;
}
    .secFv__layout06.pc {
        display: block !important;
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }
.sec3__link01 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 56px;
    margin: 20px auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3eb26c;
    border: 1px solid #3eb26c;
    border-radius: 5px;
    color: #fff;
}
.secInformation__text04 {
    margin-left: 16px;
}
}



@media (min-width: 768px) and (max-width: 1259px) {
    .secFv__layout10 {
        flex: 70%;
        max-width: 70%;
    }
    .secInformation__text04 {
    width: auto;
    height: auto;
    font-size: unset;
    border-radius: 0.87vw;
    /* margin-left: 10px; */
    }
    .sec3__link01 {
        width: auto;
        font-size: 1.2vw;
        height: auto;
        padding: 10px 0;
        margin: 15px 0;
    }
    .secFv__text03 {
        font-size: 1.4vw;
        margin-bottom: 3.66vw;
    }
    .secInformation__text04 span.blog {
        height: auto;
        font-size: 1.1vw;
        padding: 4px 0;
        width: 10vw;
    }
    .secFv__layout06 {
        padding-left: 3vw;
        padding-top: 5.7vw;
        width: 23vw;
    }
    .page, .current {
        font-size: 1.6vw;
    }
}