h2 {
  font-size: 4rem;
  line-height: 5.8rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: bold;
  line-height: 2.4rem;
  line-height: 3.6rem;
}

.mv {
  margin: 0 auto 33px;
  padding: 0 64px;
  max-width: 1856px;
}
@media screen and (max-width: 1279px) {
  .mv {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0 10px;
    margin: 0 auto 55px;
  }
}
.mv .mv-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-height: 972px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv-inner {
    max-height: initial;
    height: auto;
  }
}
.mv .mv-slider-container {
  width: 50vw;
  height: 37.5vw;
  max-width: 840px;
  max-height: 630px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv .mv-slider-container {
    width: 100%;
    height: 100%;
    position: static;
    transform: translateY(30px);
    top: initial;
  }
}
.mv .mv-slider-container .img {
  width: 100% !important;
  overflow: hidden;
}
.mv .mv-slider-container .img .slide-img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.mv .mv-slider-container2 {
  width: 50vw;
  height: 37.5vw;
  max-width: 840px;
  max-height: 630px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv .mv-slider-container2 {
    width: 100%;
    height: 100%;
    position: static;
    transform: translateY(30px);
    top: initial;
  }
}
.mv .mv-slider-container2 .img {
  width: 100% !important;
  overflow: hidden;
}
.mv .mv-slider-container2 .img .slide-img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp2 {
  0% {
    transform: translateX(0) scale(1.1);
  }
  100% {
    transform: translateX(-5%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .mv #wrapper_ytPlayer {
    display: none;
  }
}
.mv #iframe_ytPlayer {
  width: 110% !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.mv .box {
  width: 60%;
  min-height: 648px;
  height: 50.625vw;
  background-color: #63bdc9;
  padding: 0 40px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .mv .box {
    height: 972px;
    width: 1036px;
  }
}
@media screen and (max-width: 767px) {
  .mv .box {
    width: 100%;
    padding: 30px 15px 0;
    height: 100%;
    min-height: initial;
    flex-direction: column;
  }
}
.mv .box2 {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 648px;
  height: 50.63vw;
  max-height: 972px;
}
@media screen and (min-width: 1920px) {
  .mv .box2 {
    width: calc(100% - 1036px);
  }
}
@media screen and (max-width: 767px) {
  .mv .box2 {
    display: none;
  }
}
.mv .box2 .play-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  width: 87px;
  height: 87px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .box2 .play-btn .icon-play-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 21px;
  border-color: transparent transparent transparent #ffffff;
}
.mv .text-area {
  z-index: 1;
  width: 100%;
}
.mv .text-area h2 {
  font-size: 5.703125vw;
  line-height: 8.515625vw;
  letter-spacing: -3.3px;
  margin-bottom: 44px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .mv .text-area h2 {
    font-size: 7.3rem;
    line-height: 10.9rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .text-area h2 {
    font-size: 5rem;
    line-height: 7.5rem;
  }
}
.mv .text-area h2 .font-small {
  display: block;
  font-size: 4.375vw;
  line-height: 6.328125vw;
  letter-spacing: -1.18px;
}
@media (min-width: 1280px) {
  .mv .text-area h2 .font-small {
    font-size: 5.6rem;
    line-height: 8.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .text-area h2 .font-small {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.mv .text-area h2 .font-thin {
  font-size: 7.8125vw;
  line-height: 1;
  font-weight: 100;
  transform: translateY(-5px);
  display: block;
}
@media (min-width: 1280px) {
  .mv .text-area h2 .font-thin {
    font-size: 10rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .mv .text-area h2 .font-thin {
    transform: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mv .text-area h2 .font-thin {
    font-size: 8rem;
  }
}
.mv .text-area p {
  width: 34.375vw;
  max-width: 440px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 45px;
}
@media (min-width: 1400px) {
  .mv .text-area p {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mv .text-area p {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
.mv .text-area .btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv .text-area .btn-area {
    flex-direction: column;
  }
}
.mv .text-area .btn {
  margin-right: 20px;
  margin-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mv .text-area .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mv .text-area .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mv .text-area .sns::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}
.mv .text-area .sns > a:first-of-type {
  margin-right: 23px;
}

.mv2 {
  margin: 0 auto 32px;
  padding: 0 48px;
  max-width: 1856px;
}
@media screen and (max-width: 1279px) {
  .mv2 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .mv2 {
    padding: 0 10px;
    margin: 0 auto 55px;
  }
}
.mv2 .mv-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-height: 972px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv2 .mv-inner {
    max-height: initial;
    height: auto;
  }
}
.mv2 .mv-slider-container {
  width: 50vw;
  height: 37.5vw;
  max-width: 840px;
  max-height: 630px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv2 .mv-slider-container {
    width: 100%;
    height: 100%;
    position: static;
    transform: translateY(30px);
    top: initial;
  }
}
.mv2 .mv-slider-container .img {
  width: 100% !important;
  overflow: hidden;
}
.mv2 .mv-slider-container .img .slide-img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.mv2 .mv-slider-container2 {
  width: 50vw;
  height: 37.5vw;
  max-width: 840px;
  max-height: 630px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv2 .mv-slider-container2 {
    width: 100%;
    height: 100%;
    position: static;
    transform: translateY(30px);
    top: initial;
  }
}
.mv2 .mv-slider-container2 .img {
  width: 100% !important;
  overflow: hidden;
}
.mv2 .mv-slider-container2 .img .slide-img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp2 {
  0% {
    transform: translateX(0) scale(1.1);
  }
  100% {
    transform: translateX(-5%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .mv2 #wrapper_ytPlayer {
    display: none;
  }
}
.mv2 #iframe_ytPlayer {
  width: 110% !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.mv2 .box {
  width: 58.3%;
  min-height: 850px;
  height: 50.625vw;
  padding: 0 40px 0;
  background-image: url("/common/images/2025/top_background.png");
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .mv2 .box {
    height: 972px;
    width: 1036px;
  }
}
@media screen and (max-width: 767px) {
  .mv2 .box {
    width: 100%;
    padding: 30px 15px 0;
    height: 100%;
    min-height: initial;
    flex-direction: column;
  }
}
.mv2 .box2 {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 648px;
  height: 50.63vw;
  max-height: 972px;
}
@media screen and (min-width: 1920px) {
  .mv2 .box2 {
    width: calc(100% - 1036px);
  }
}
@media screen and (max-width: 767px) {
  .mv2 .box2 {
    display: none;
  }
}
.mv2 .box2 .play-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  width: 87px;
  height: 87px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv2 .box2 .play-btn .icon-play-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 21px;
  border-color: transparent transparent transparent #ffffff;
}
.mv2 .title {
  font-family: good-times, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: 0.3s;
}
.mv2 .title img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .mv2 .title img {
    width: 100%;
  }
}
.mv2 .title:hover a {
  color: rgba(0, 0, 0, 0.69);
  opacity: 1;
}
.mv2 .title:hover a span {
  color: rgba(0, 0, 0, 0.69);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mv2 .title {
    white-space: normal;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
  }
}
.mv2 .title span {
  display: inline-block;
  margin-top: 12px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1.03px;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .mv2 .title span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
.mv2 .text-area {
  z-index: 1;
  width: 100%;
}
.mv2 .text-area .notice {
  font-size: 13px;
  border: none;
}
.mv2 .text-area p {
  width: 39.0625vw;
  max-width: 500px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 23px;
  letter-spacing: -0.34px;
  color: #fff;
  padding: 0 3%;
}
@media (min-width: 1400px) {
  .mv2 .text-area p {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mv2 .text-area p {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}
.mv2 .text-area .btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv2 .text-area .btn-area {
    flex-direction: column;
  }
}
.mv2 .text-area .btn {
  margin-right: 20px;
  margin-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mv2 .text-area .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mv2 .text-area .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mv2 .text-area .sns::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}
.mv2 .text-area .sns > a:first-of-type {
  margin-right: 23px;
}

.scheduled-area,
.scheduled-area2 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .scheduled-area,
  .scheduled-area2 {
    margin-bottom: 80px;
  }
}
.scheduled-area .inner,
.scheduled-area2 .inner {
  max-width: 1168px;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .scheduled-area .inner,
  .scheduled-area2 .inner {
    padding: 0 10px;
  }
}
.scheduled-area h2,
.scheduled-area2 h2 {
  margin-bottom: 50px;
}
.scheduled-area .flexwrap,
.scheduled-area .flexwrap2,
.scheduled-area2 .flexwrap,
.scheduled-area2 .flexwrap2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 1165px) {
  .scheduled-area .flexwrap,
  .scheduled-area .flexwrap2,
  .scheduled-area2 .flexwrap,
  .scheduled-area2 .flexwrap2 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .scheduled-area .flexwrap,
  .scheduled-area .flexwrap2,
  .scheduled-area2 .flexwrap,
  .scheduled-area2 .flexwrap2 {
    flex-direction: column;
  }
}
.scheduled-area .flexwrap2,
.scheduled-area2 .flexwrap2 {
  margin-bottom: 15px;
}
.scheduled-area .text-area,
.scheduled-area2 .text-area {
  width: 698px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .scheduled-area .text-area,
  .scheduled-area2 .text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.scheduled-area .text-area h3,
.scheduled-area2 .text-area h3 {
  margin-bottom: 23px;
}
.scheduled-area .text-area p,
.scheduled-area2 .text-area p {
  font-size: 1.6rem;
  line-height: 3rem;
}
.scheduled-area .right,
.scheduled-area2 .right {
  width: 376px;
  position: relative;
  min-height: 226px;
}
@media screen and (max-width: 767px) {
  .scheduled-area .right,
  .scheduled-area2 .right {
    width: 100%;
  }
}
.scheduled-area .right .box01,
.scheduled-area2 .right .box01 {
  position: absolute;
  top: 0;
  left: 0;
  height: 182px;
  width: 210px;
  background-color: #f6e514;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheduled-area .right .box01 p,
.scheduled-area2 .right .box01 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  text-align: center;
}
@media (max-width: 1165px) {
  .scheduled-area .right .box01,
  .scheduled-area2 .right .box01 {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
}
.scheduled-area .right .box02,
.scheduled-area2 .right .box02 {
  position: absolute;
  right: 0;
  top: 83px;
  height: 143px;
  width: 210px;
  background-color: #e14d74;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheduled-area .right .box02 p,
.scheduled-area2 .right .box02 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1165px) {
  .scheduled-area .right .box02,
  .scheduled-area2 .right .box02 {
    position: static;
    width: 100%;
  }
}
.scheduled-area .right .box03,
.scheduled-area2 .right .box03 {
  position: absolute;
  top: 0;
  left: 0;
  height: 140px;
  width: 210px;
  background-color: #A47864;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheduled-area .right .box03 p,
.scheduled-area2 .right .box03 p {
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1165px) {
  .scheduled-area .right .box03,
  .scheduled-area2 .right .box03 {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
}
.scheduled-area .right .box04,
.scheduled-area2 .right .box04 {
  position: absolute;
  right: 0;
  top: 80px;
  height: 140px;
  width: 210px;
  background-color: #373741;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scheduled-area .right .box04 p,
.scheduled-area2 .right .box04 p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1165px) {
  .scheduled-area .right .box04,
  .scheduled-area2 .right .box04 {
    position: static;
    width: 100%;
  }
}

.scheduled-area2 {
  margin-bottom: 110px;
  margin-top: 57px;
  padding: 0 48px;
}
@media (max-width: 1279px) {
  .scheduled-area2 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .scheduled-area2 {
    padding: 0 10px;
  }
}
.scheduled-area2 .inner {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1184px;
}

.recommend {
  margin: 0 auto 150px;
  padding: 0 57px;
  max-width: 1856px;
}
@media screen and (min-width: 1920px) {
  .recommend {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1279px) {
  .recommend {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .recommend {
    padding: 0 10px;
    margin-bottom: 80px;
  }
}
.recommend .inner {
  padding: 65px 71px;
  background-size: cover;
  background-image: url("/common/images/top/bg-recommend.jpg");
}
@media (max-width: 1216px) {
  .recommend .inner {
    padding: 65px 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .recommend .inner {
    background-image: url("/common/images/top/bg-recommend-2x.jpg");
  }
}
@media screen and (max-width: 767px) {
  .recommend .inner {
    padding: 50px 15px;
  }
}
.recommend h2 {
  margin-bottom: 32px;
}
.recommend .session-list {
  max-width: 1024px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recommend .session-list {
    margin: 0 auto 40px;
    flex-direction: column;
  }
}
.recommend .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: calc((100% - 25.8px) / 3);
}
@media screen and (max-width: 767px) {
  .recommend .item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .recommend .item:last-of-type {
    margin-bottom: 0;
  }
}
.recommend .item a {
  border: solid 1px #d2d2d2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  cursor: pointer;
}
.recommend .item .img {
  width: 100%;
  position: relative;
  padding-top: 52.55%;
  overflow: hidden;
}
.recommend .item .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend .item .text-area {
  padding: 13px 8.5px 3px;
}
.recommend .item .text-area p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 33px;
  font-weight: bold;
  min-height: 1px;
}
.recommend .btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recommend .btn-area {
    flex-direction: column;
  }
}
.recommend .btn-area .btn {
  margin-right: 16.5px;
  margin-left: 16.5px;
}
@media screen and (max-width: 767px) {
  .recommend .btn-area .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .recommend .btn-area .btn:first-of-type {
    margin-bottom: 20px;
  }
}

.archives {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .archives {
    margin-bottom: 80px;
  }
}
.archives .inner {
  max-width: 1176px;
  margin: 0 auto 72px;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archives .inner {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
}
.archives .showcase-03 {
  left: 40%;
  top: 28%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .archives .showcase-03 {
    left: 40%;
    top: 68vw;
  }
}
.archives .flexwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archives .flexwrap {
    flex-direction: column;
  }
}
.archives h2 {
  text-align: left;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .archives h2 {
    text-align: center;
  }
}
.archives p {
  color: #6f7579;
  font-size: 1.6rem;
  line-height: 3.1rem;
  margin-bottom: 32px;
}
.archives .left {
  width: 506px;
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  .archives .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.archives .left .img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .archives .left .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .archives .left .img img {
    width: 100%;
  }
}
.archives .right {
  width: 481px;
}
@media screen and (max-width: 767px) {
  .archives .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .archives .right .img {
    width: 100%;
  }
}
.archives .item {
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
  transition: 0.3s;
  height: 253px;
  width: 304px;
}
.archives .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .archives .item {
    width: 200px;
    height: 175px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.archives .item a {
  display: block;
  width: 100%;
  height: 228px;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archives .item a {
    height: 150px;
  }
}
.archives .item .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.8rem;
  line-height: 5rem;
  background-color: #373741;
  color: #ffffff;
  width: 200px;
  height: 50px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archives .item .txt {
    width: 180px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 4rem;
  }
}
.archives .arrows-prev,
.archives .arrows-next {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #63bdc9;
  border-radius: 50%;
  z-index: 10;
  display: inline-block !important;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.archives .arrows-prev.bg-white,
.archives .arrows-next.bg-white {
  background-color: #ffffff;
}
.archives .arrows-prev {
  left: 32px;
}
@media screen and (max-width: 767px) {
  .archives .arrows-prev {
    left: 10px;
  }
}
.archives .arrows-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 14.7px 8.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.archives .arrows-prev.bg-white::after {
  border-color: transparent #000000 transparent transparent;
}
.archives .arrows-next {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .archives .arrows-next {
    right: 10px;
  }
}
.archives .arrows-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.archives .arrows-next.bg-white::after {
  border-color: transparent transparent transparent #000000;
}

.about {
  margin-bottom: 150px;
  /*  .numbers{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 870px;
    margin: 0 auto;
    justify-content: space-between;
    @include sm{
      flex-direction: column;
      align-items: center;
    }
    .num{
      width:150px;
      padding-bottom: 16px;
      border-bottom:10px solid;
      font-size: 4rem;
      line-height: 5.8rem;
      text-align: center;
      font-weight: 900;
      @include sm{
        margin-bottom: 30px;
        &:last-of-type{
          margin-bottom: 0;
        }
      }
      .countup-num{
        margin-right: 8px;
      }
      &.num01{
        border-bottom-color: #E14D74;
      }
      &.num02{
        border-bottom-color: #F6E514;
      }
      &.num03{
        border-bottom-color: #F2EDE9;
      }
      &.num04{
        border-bottom-color: #949399;
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 80px;
  }
}
.about .inner {
  margin: 0 auto;
  padding: 0 104.5px;
  max-width: 1856px;
}
@media screen and (min-width: 1920px) {
  .about .inner {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1279px) {
  .about .inner {
    padding: 0 32px;
    max-width: 1071px;
  }
}
@media screen and (max-width: 767px) {
  .about .inner {
    padding: 0 10px;
  }
}
.about h2 {
  margin-bottom: 38px;
}
.about .flexwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 62px 52px 47px 26px;
  margin-bottom: 30px;
  justify-content: center;
  background-image: url("/common/images/top/bg-about.png");
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .about .flexwrap {
    background-image: url("/common/images/top/bg-about-2x.png");
  }
}
@media screen and (max-width: 767px) {
  .about .flexwrap {
    flex-direction: column;
    padding: 50px 15px;
  }
}
.about .text-area {
  margin-right: 110px;
  width: 425px;
}
@media screen and (max-width: 767px) {
  .about .text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about .text-area *:last-child {
  margin-bottom: 0;
}
.about .text-area h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 4.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about .text-area h3 {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
.about .text-area p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 25px;
}
.about img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .about img {
    width: 100%;
  }
}
.about .numbers {
  max-width: 714px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about .numbers {
    flex-direction: column;
    align-items: center;
  }
}
.about .num {
  text-align: center;
  font-weight: 900;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.about .num::after {
  content: "";
  display: block;
  margin: 7px auto 0;
  height: 11px;
  width: 150px;
}
.about .num span {
  font-size: 4rem;
  line-height: 5.8rem;
  margin-right: 6px;
}
.about .num01 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .about .num01 {
    margin-bottom: 30px;
  }
}
.about .num01 .num::after {
  background-color: #e14d74;
}
.about .num02 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .about .num02 {
    margin-bottom: 30px;
  }
}
.about .num02 .num::after {
  background-color: #f6e514;
}
.about .num03 {
  width: 180px;
}
.about .num03 .num::after {
  background-color: #f2ede9;
}
.about h3 {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.about .kome {
  font-size: 10px;
  line-height: 1.3rem;
  text-align: center;
  transform: scale(0.9);
}

.latest-article .inner {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .latest-article .inner {
    padding: 0 10px;
  }
}
.latest-article h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .latest-article h2 {
    margin-bottom: 50px;
  }
}
.latest-article .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .latest-article .list {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.latest-article .item {
  width: calc((100% - 24.8px) / 3);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .latest-article .item {
    width: 100%;
  }
}
.latest-article .item a {
  display: block;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  height: 100%;
}
.latest-article .img {
  width: 100%;
  position: relative;
  padding-top: 52.55%;
  overflow: hidden;
}
.latest-article .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-article .text-area {
  padding: 10px 8.5px 0;
}
.latest-article .text-area time {
  font-size: 1.1rem;
  line-height: 2.1rem;
  color: #000000;
  margin-bottom: 10px;
}
.latest-article .text-area h3 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 10px;
}
.latest-article .text-area h3::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background-color: #000000;
  margin-top: 8px;
}
.latest-article .text-area p {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 11.5px 13px;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 12px;
}

.fade-in {
  opacity: 0;
  transition-duration: 1200ms;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}
.fade-in.fade-in-up {
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100px);
}
.fade-in.fade-in-up.scroll-in {
  transform: none;
}
.fade-in.scroll-in {
  opacity: 1;
}

.end_message {
  margin-top: 23px;
}

.scroll-button {
  position: fixed;
  right: 30px;
  bottom: 10px;
  background: #373741;
  padding: 10px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50vh;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .scroll-button {
    right: 10px;
  }
}
.scroll-button .content {
  padding-top: 2px;
  color: #fff;
  text-align: center;
}

.scroll-button .arrow {
  margin: 0 auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

.scroll-button .text {
  text-align: center;
}

.scroll-button.active {
  opacity: 1;
  visibility: visible;
}

.scroll-button.absolute {
  position: absolute;
  bottom: 140px;
}

.cta-button {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta-button {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: #a0aaad;
    cursor: pointer;
    z-index: 11;
  }
}
@media screen and (max-width: 767px) {
  .cta-button.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .cta-button .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 24px;
  }
}