@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Madimi+One&display=swap");
/* ----------------------------------------------------
mv
---------------------------------------------------- */
.mv {
  background: url(../images/sitetop/mv_bg_flash.jpg) center top/100% no-repeat;
  min-height: 797px;
}
@media (max-width: 1920px) {
  .mv {
    background: url(../images/sitetop/mv_bg_flash.jpg) center top/cover no-repeat;
  }
}
@media (max-width: 1024px) {
  .mv {
    min-height: 600px;
  }
}
@media (max-width: 599px) {
  .mv {
    min-height: auto;
  }
}
.mv_inner {
  position: relative;
  background: url(../images/sitetop/mv_circle_stripe.png) center center/100% no-repeat;
  overflow: hidden;
  min-height: 797px;
}
@media (max-width: 1024px) {
  .mv_inner {
    min-height: 600px;
  }
}
@media (max-width: 599px) {
  .mv_inner {
    background: url(../images/sitetop/sp/mv_circle_stripe.png) center top/100% no-repeat;
  }
}
.mv .ill {
  position: absolute;
  line-height: 0;
}
.mv .ill.balloon {
  top: 63px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}
@media (max-width: 1440px) {
  .mv .ill.balloon {
    top: 4.375vw;
  }
}
@media (max-width: 1024px) {
  .mv .ill.balloon {
    top: 70px;
  }
}
@media (max-width: 599px) {
  .mv .ill.balloon {
    top: 122px;
  }
}
.mv .ill.balloon img {
  width: 448px;
  height: auto;
}
@media (max-width: 1440px) {
  .mv .ill.balloon img {
    width: 32vw;
  }
}
@media (max-width: 599px) {
  .mv .ill.balloon img {
    width: 223px;
  }
}
.mv .ill.text {
  left: 0;
  right: 0;
  bottom: 250px;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1440px) {
  .mv .ill.text {
    bottom: 18.143vw;
  }
}
@media (max-width: 599px) {
  .mv .ill.text {
    bottom: 230px;
  }
}
.mv .ill.text img {
  margin: 0 auto;
  width: 721px;
  height: auto;
}
@media (max-width: 1440px) {
  .mv .ill.text img {
    width: 51.5vw;
  }
}
@media (max-width: 599px) {
  .mv .ill.text img {
    width: 359px;
  }
}
.mv .ill.left {
  top: 41px;
  left: 133px;
  z-index: 1;
}
@media (max-width: 1800px) {
  .mv .ill.left {
    top: 2.278vw;
    left: 7.389vw;
  }
}
@media (max-width: 1440px) {
  .mv .ill.left {
    top: 2.847vw;
    left: 1.143vw;
  }
  .mv .ill.left img {
    width: 25.714vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .mv .ill.left {
    top: 4.004vw;
    left: 1.563vw;
  }
  .mv .ill.left img {
    width: 30vw;
  }
}
@media (max-width: 599px) {
  .mv .ill.left {
    top: 93px;
    left: -88px;
  }
  .mv .ill.left img {
    width: 203px;
  }
}
.mv .ill.right {
  top: 44px;
  right: 176px;
  z-index: 2;
}
@media (max-width: 1800px) {
  .mv .ill.right {
    top: 2.444vw;
    right: 9.778vw;
  }
}
@media (max-width: 1440px) {
  .mv .ill.right {
    top: 3.056vw;
    right: 3.429vw;
  }
  .mv .ill.right img {
    width: 22.5vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .mv .ill.right {
    top: 4.297vw;
    right: 4.688vw;
  }
  .mv .ill.right img {
    width: 26.25vw;
  }
}
@media (max-width: 599px) {
  .mv .ill.right {
    top: 17px;
    right: -53px;
  }
  .mv .ill.right img {
    width: 171px;
  }
}
.mv .ill.anime {
  right: 0;
  left: 0;
  bottom: -120px;
  text-align: center;
  z-index: 5;
}
@media (max-width: 1800px) {
  .mv .ill.anime {
    bottom: -6.667vw;
  }
}
@media (max-width: 1680px) {
  .mv .ill.anime {
    left: -7.143vw;
  }
  .mv .ill.anime img {
    max-width: initial;
    width: 113.095vw;
    height: auto;
  }
}
@media (max-width: 1440px) {
  .mv .ill.anime {
    bottom: -6.429vw;
    left: -9.286vw;
  }
  .mv .ill.anime img {
    width: 118.571vw;
    height: auto;
  }
}
@media (max-width: 599px) {
  .mv .ill.anime {
    overflow: hidden;
    left: -340px;
    bottom: -70px;
  }
  .mv .ill.anime img {
    max-width: initial;
    width: auto;
    height: 300px;
  }
}

/* ----------------------------------------------------
message
---------------------------------------------------- */
.message {
  padding: 30px 0 80px 0;
  background: url(../images/sitetop/bg_circle_stripe_pink_2.png) center top 80px/100% no-repeat;
}
@media (max-width: 599px) {
  .message {
    padding: 40px 0 85px 0;
    background: url(../images/sitetop/sp/bg_circle_stripe_pink_2.png) center top 110px/100% no-repeat;
  }
}
.message .inner {
  width: 550px;
  padding: 37px 0 40px 0;
  position: relative;
}
@media (max-width: 599px) {
  .message .inner {
    width: 74%;
    padding: 25px 25px 30px 25px;
    margin: 0 auto;
  }
}
.message .ill_l {
  position: absolute;
  top: 33px;
  left: -145px;
  line-height: 0;
}
@media (max-width: 599px) {
  .message .ill_l {
    top: auto;
    bottom: 0;
    left: 13px;
    z-index: 11;
  }
  .message .ill_l img {
    width: 234px;
    height: auto;
  }
}
.message .ill_r {
  position: absolute;
  right: -66px;
  bottom: 40px;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 599px) {
  .message .ill_r {
    right: 25px;
    bottom: 64px;
  }
}
.message .ill_r img {
  width: 144px;
  height: auto;
}
@media (max-width: 599px) {
  .message .ill_r img {
    width: 81px;
  }
}
.message .img_title {
  padding-right: 68px;
  margin-bottom: -50px;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 599px) {
  .message .img_title {
    padding-right: 0;
    margin-bottom: -34px;
  }
}
.message .img_title img {
  width: 830px;
  height: auto;
}
@media (max-width: 599px) {
  .message .img_title img {
    width: 324px;
  }
}
.message .text_r {
  position: relative;
  padding: 78px 40px 40px 40px;
  margin-left: auto;
  width: 733px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 30px;
  background: #f24c72;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .message .text_r {
    padding: 60px 25px 32px 25px;
    margin-left: 16px;
    width: auto;
  }
}
.message .text_r p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}
.message .text_r p + p {
  margin-top: 22px;
}
@media (max-width: 599px) {
  .message .text_r p {
    font-size: 14px;
  }
}
.message .text_r:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: url(../images/sitetop/bg_dot_pink.png);
  position: absolute;
  bottom: -14px;
  left: -18px;
  z-index: -1;
}
@media (max-width: 599px) {
  .message .text_r:before {
    left: auto;
    right: -12px;
  }
}

.message .swiper-pagination-bullet-active{
  background-color: #f24c72;
}
.message .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 15px;
}

@media (max-width: 599px) {
.message .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 0;
}
}
.message .swiper-button-prev{
  left: -40px;
  --swiper-navigation-color: #000;
}
.message .swiper-button-next{
  right: -40px;
  --swiper-navigation-color: #000;
}

@media (max-width: 599px) {
.message .swiper-button-prev{
  left: -5px;
}
.message .swiper-button-next{
  right: -5px;
}
.message .swiper-button-prev:after, .message .swiper-button-next:after{
  font-size: 24px;
}

}

/* marquee
--------------------------- */
.marquee_container {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.marquee_container .marquee_item {
  height: 17px;
  background: url(../images/sitetop/img_marquee.svg) center center/1842px repeat-x;
}
.marquee_container .marquee_item.top {
  animation: loop_top 18s linear infinite;
}
.marquee_container .marquee_item.bottom {
  animation: loop_bottom 18s linear infinite;
}
@media (max-width: 599px) {
  .marquee_container .marquee_item.bottom {
    margin-top: 20px;
  }
}

@keyframes loop_top {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
@keyframes loop_bottom {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000px 0;
  }
}
/* ----------------------------------------------------
information
---------------------------------------------------- */
.information {
  padding-bottom: 66px;
  position: relative;
  background: url(../images/sitetop/bg_information.png) top center/100% no-repeat;
}
@media (max-width: 599px) {
  .information {
    background: url(../images/sitetop/sp/bg_information_top.png) center top/100% no-repeat, url(../images/sitetop/sp/bg_information_bottom.png) center bottom/100% no-repeat;
  }
}
.information > h2 {
  margin-bottom: 30px;
  line-height: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 599px) {
  .information > h2 {
    padding-top: 122px;
  }
}
.information > h2 img {
  width: 314px;
  height: auto;
}
@media (max-width: 599px) {
  .information > h2 img {
    width: 220px;
  }
}
.information > h2 .information_balloon {
  position: absolute;
  top: -30px;
  left: 160px;
  line-height: 0;
}
@media (max-width: 599px) {
  .information > h2 .information_balloon {
    top: 35px;
    left: 0;
  }
}
.information > h2 .information_balloon img {
  width: 194px;
  height: auto;
}
@media (max-width: 599px) {
  .information > h2 .information_balloon img {
    width: 136px;
  }
}
.information .inner {
  position: relative;
}
.information .inner .ill {
  line-height: 0;
  position: absolute;
  top: -170px;
  right: 80px;
  z-index: 1;
}
@media (max-width: 599px) {
  .information .inner .ill {
    top: -120px;
    left: -25px;
    right: 0;
    width: 100vw;
  }
  .information .inner .ill img {
    width: 100%;
    height: auto;
  }
}
.information .newest {
  position: relative;
  z-index: 2;
}
.information .newest_container {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .information .newest_container {
    margin-bottom: 28px;
  }
}
.information .newest_container:after {
  content: "";
  display: block;
  width: 300px;
}
@media (max-width: 599px) {
  .information .newest_container:after {
    content: none;
  }
}
.information .newest_item {
  width: 30%;
}
@media (max-width: 599px) {
  .information .newest_item {
    margin-bottom: 24px;
    width: 100%;
  }
  .information .newest_item:nth-child(3) {
    margin-bottom: 0;
  }
}
.information .newest_item .thumb {
  line-height: 0;
}
.information .newest_item .thumb img {
  width: 300px;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 599px) {
  .information .newest_item .thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.information .newest_item .article_head {
  margin: 14px 0;
}
@media (max-width: 599px) {
  .information .morebtn01 {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------
success story
---------------------------------------------------- */
.success_story {
  padding: 33px 0 76px 0;
  background: url(../images/sitetop/bg_successstory.png) top center no-repeat;
}
@media (max-width: 599px) {
  .success_story {
    padding: 40px 0 160px 0;
    margin-top: 50px;
    background: url(../images/sitetop/sp/bg_successstory.png) top center/100% no-repeat;
  }
  .success_story .morebtn_black01 {
    margin-top: 20px;
  }
}
.success_story > h2 {
  line-height: 0;
  position: relative;
  text-align: center;
}
.success_story > h2 img {
  width: 640px;
  height: auto;
}
@media (max-width: 599px) {
  .success_story > h2 img {
    width: 285px;
  }
}
.success_story > h2 .success_story_balloon {
  position: absolute;
  top: -55px;
  right: 23px;
  z-index: 1;
  line-height: 0;
}
@media (max-width: 599px) {
  .success_story > h2 .success_story_balloon {
    top: -50px;
    right: -23px;
  }
}
.success_story > h2 .success_story_balloon img {
  width: 195px;
  height: auto;
}
@media (max-width: 599px) {
  .success_story > h2 .success_story_balloon img {
    width: 136px;
  }
}
.success_story .swiper {
  width: 1140px;
  position: relative;
}
@media (max-width: 1140px) {
  .success_story .swiper {
    width: 100%;
  }
}
.success_story .swiper-wrapper {
  padding: 50px 0 20px 0;
  align-items: center;
}
@media (max-width: 599px) {
  .success_story .swiper-wrapper {
    padding: 10px 0 50px 0;
  }
}
.success_story .swiper-slide {
  padding-top: 20px;
  width: 380px !important;
  min-height: 350px;
  text-align: center;
  position: relative;
}
@media (max-width: 599px) {
  .success_story .swiper-slide {
    width: 100% !important;
    min-height: initial;
    text-align: center;
  }
}
.success_story .swiper-slide img {
  width: 245px;
  height: auto;
}
@media (max-width: 599px) {
  .success_story .swiper-slide img {
    margin: 0 auto;
    width: 62.4vw;
  }
}
.success_story .swiper-slide .ico-b {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
  line-height: 0;
}
.success_story .swiper-slide .ico-b img {
  width: 130px;
  height: auto;
}
.success_story .swiper-slide h3 {
  font-size: 31px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  .success_story .swiper-slide h3 {
    margin: 0 25px;
    font-size: 22px;
  }
}
.success_story .swiper-slide h3 span {
  background: #fff;
}
.success_story .swiper-slide p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .success_story .swiper-slide p {
    margin-top: 20px;
  }
}
.success_story .swiper-slide .storyinfo {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media (max-width: 599px) {
  .success_story .swiper-slide .storyinfo {
    bottom: 0;
    display: block;
  }
}
.success_story .swiper-slide-active {
  min-height: 480px;
}
@media (max-width: 599px) {
  .success_story .swiper-slide-active {
    min-height: 350px;
  }
}
.success_story .swiper-slide-active .ico-b {
  top: 0;
  left: -39px;
}
@media (max-width: 599px) {
  .success_story .swiper-slide-active .ico-b {
    left: 10px;
  }
}
.success_story .swiper-slide-active a:before {
  content: "";
  display: block;
  background: url(../images/sitetop/icon_active.svg) center center/100% no-repeat;
  width: 43px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .success_story .swiper-slide-active a:before {
    width: 11.467vw;
    height: 15.467vw;
    top: 2.667vw;
    right: 11.2vw;
  }
}
.success_story .swiper-slide-active .ill {
  transform: scale(1.4, 1.4);
  transition: 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .success_story .swiper-slide-active .ill {
    transform: scale(1, 1);
  }
}
.success_story .swiper-slide-active .storyinfo {
  display: block;
}
.success_story .swiper-button-prev, .success_story .swiper-button-next {
  --swiper-navigation-color: #fff;
}
.success_story .swiper-pagination {
  --swiper-theme-color: #fff;
  bottom: 20px !important;
}
.success_story .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}
.success_story .swiper-pagination-bullet-active {
  background: #fff;
}

/* ----------------------------------------------------
tiktok
---------------------------------------------------- */
.tiktok {
  padding-top: 150px;
  min-height: 1020px;
  background: url(../images/sitetop/bg_tiktok.png) top center no-repeat;
}
@media (max-width: 599px) {
  .tiktok {
    padding: 116px 0 174px 0;
    min-height: initial;
    background: url(../images/sitetop/sp/bg_tiktok.png) top center/100% no-repeat;
  }
}
.tiktok > h2 {
  margin-bottom: 22px;
  line-height: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
.tiktok > h2 img {
  width: 333px;
  height: auto;
}
@media (max-width: 599px) {
  .tiktok > h2 img {
    width: 231px;
  }
}
.tiktok > h2 .tiktok_balloon {
  position: absolute;
  line-height: 0;
  top: -153px;
  left: 24px;
  z-index: -1;
}
@media (max-width: 599px) {
  .tiktok > h2 .tiktok_balloon {
    left: -45px;
  }
}
.tiktok > h2 .tiktok_balloon img {
  width: 351px;
  height: auto;
}
@media (max-width: 599px) {
  .tiktok > h2 .tiktok_balloon img {
    width: 169px;
  }
}
.tiktok_inr {
  margin: 0 auto;
  width: 323px;
  overflow: hidden;
}
.tiktok_plugin {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .tiktok_plugin {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .tiktok_plugin {
    margin: 0 25px;
    width: auto;
  }
}
.tiktok .inner {
  position: relative;
  z-index: 2;
}
.tiktok .inner .tiktok_ill {
  position: absolute;
  bottom: -185px;
  right: -245px;
  line-height: 0;
  z-index: 3;
}
@media (max-width: 599px) {
  .tiktok .inner .tiktok_ill {
    bottom: -150px;
    right: -60px;
  }
}
.tiktok .inner .tiktok_ill img {
  width: 346px;
  height: auto;
}
@media (max-width: 599px) {
  .tiktok .inner .tiktok_ill img {
    width: 180px;
  }
}
.tiktok .swiper-wrapper {
  padding-bottom: 50px;
}
.tiktok .swiper-button-prev, .tiktok .swiper-button-next {
  z-index: 5;
}

/* ----------------------------------------------------
tgu_features
---------------------------------------------------- */
.tgu_features {
  padding: 53px 0 0 0;
  background: url(../images/sitetop/bg_tgu.png) top center no-repeat;
  height: 1585px;
}
@media (max-width: 599px) {
  .tgu_features {
    padding: 70px 0 220px 0;
    background: url(../images/sitetop/sp/bg_tgu.png) top center/100% no-repeat;
    height: auto;
  }
}
.tgu_features > h2 {
  margin-bottom: 56px;
  position: relative;
  text-align: center;
  line-height: 0;
}
@media (max-width: 599px) {
  .tgu_features > h2 {
    margin-bottom: 10px;
  }
}
.tgu_features > h2 img {
  width: 640px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features > h2 img {
    width: 335x;
  }
}
.tgu_features > h2 .tgu_balloon {
  position: absolute;
  top: -28px;
  right: -10px;
  line-height: 0;
}
@media (max-width: 599px) {
  .tgu_features > h2 .tgu_balloon {
    top: -60px;
    right: 0;
  }
}
.tgu_features > h2 .tgu_balloon img {
  width: 192px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features > h2 .tgu_balloon img {
    width: 135px;
  }
}
.tgu_features_container {
  position: relative;
}
@media (max-width: 599px) {
  .tgu_features_container {
    display: flex;
    flex-direction: column;
  }
}
.tgu_features_container + .tgu_features_container {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .tgu_features_container + .tgu_features_container {
    margin-top: 70px;
  }
}
.tgu_features_container h3 {
  margin-bottom: 30px;
  line-height: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 599px) {
  .tgu_features_container h3 {
    margin-top: -14px;
    margin-bottom: 15px;
    text-align: center;
    order: 2;
  }
  .tgu_features_container h3 img {
    width: 100%;
  }
}
.tgu_features_container .ill {
  position: absolute;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .tgu_features_container .ill {
    position: static;
    order: 1;
  }
}
.tgu_features_base {
  position: relative;
  z-index: 3;
}
.tgu_features_base .morebtn_black02 {
  margin: 24px 0 0 0;
}
@media (max-width: 599px) {
  .tgu_features_base .morebtn_black02 {
    margin: 24px auto 0 auto;
  }
}
@media (max-width: 599px) {
  .tgu_features_base {
    order: 3;
  }
}
.tgu_features .tgu_item {
  padding: 16px 12px 16px 16px;
  background: linear-gradient(to right, #00ac00, #7ac307);
  border: 2px solid #fff;
}
@media (max-width: 599px) {
  .tgu_features .tgu_item {
    padding: 0;
    background: none;
    border: 0;
  }
}
.tgu_features .tgu_item p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .tgu_features .tgu_item p {
    font-size: 14px;
  }
}
.tgu_features .cont-1 h3 img {
  width: 388px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-1 h3 img {
    width: 314px;
  }
}
.tgu_features .cont-1 .tgu_item {
  width: 360px;
}
@media (max-width: 599px) {
  .tgu_features .cont-1 .tgu_item {
    width: 100%;
  }
}
.tgu_features .cont-1 .ill {
  top: -30px;
  right: -30px;
}
@media (max-width: 599px) {
  .tgu_features .cont-1 .ill {
    margin: 0 -25px;
    width: 100vw;
  }
}
.tgu_features .cont-1 .ill img {
  width: 689px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-1 .ill img {
    width: 100%;
  }
}
.tgu_features .cont-2 h3 {
  text-align: right;
}
@media (max-width: 599px) {
  .tgu_features .cont-2 h3 {
    text-align: center;
  }
}
.tgu_features .cont-2 h3 img {
  width: 423px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-2 h3 img {
    width: 100%;
  }
}
.tgu_features .cont-2 .tgu_item {
  margin-left: auto;
  width: 320px;
}
@media (max-width: 599px) {
  .tgu_features .cont-2 .tgu_item {
    width: 100%;
  }
}
.tgu_features .cont-2 .ill {
  top: 0;
  left: -60px;
}
@media (max-width: 599px) {
  .tgu_features .cont-2 .ill {
    margin: 0 -25px;
    width: 100vw;
  }
}
.tgu_features .cont-2 .ill img {
  width: 756px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-2 .ill img {
    width: 100%;
  }
}
.tgu_features .cont-2 .morebtn_black02 {
  margin-left: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-3 h3 {
    margin-top: 20px;
  }
}
.tgu_features .cont-3 h3 img {
  width: 306px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-3 h3 img {
    width: 100%;
  }
}
.tgu_features .cont-3 .tgu_features_base {
  margin-left: auto;
  width: 360px;
}
@media (max-width: 599px) {
  .tgu_features .cont-3 .tgu_features_base {
    width: 100%;
  }
}
.tgu_features .cont-3 .ill {
  top: 25px;
  left: 45px;
}
.tgu_features .cont-3 .ill img {
  width: 636px;
  height: auto;
}
.tgu_features .cont-3 .ill.tguf_3 {
  top: auto;
  left: -66px;
  bottom: -60px;
  z-index: 4;
}
@media (max-width: 599px) {
  .tgu_features .cont-3 .ill.tguf_3 {
    position: absolute;
    top: 56px;
    left: -30px;
    bottom: 0;
  }
}
.tgu_features .cont-3 .ill.tguf_3 img {
  width: 193px;
  height: auto;
}
@media (max-width: 599px) {
  .tgu_features .cont-3 .ill.tguf_3 img {
    width: 98px;
  }
}
.tgu_features .cont-3 .morebtn_black02 {
  margin-right: auto;
}

/* ----------------------------------------------------
faculty
---------------------------------------------------- */
.faculty_introduction {
  margin-top: 70px;
  min-height: 630px;
  background: url(../images/sitetop/bg_faculty.png) top center no-repeat;
}
@media (max-width: 599px) {
  .faculty_introduction {
    padding-bottom: 150px;
    margin-top: 0;
    background: url(../images/sitetop/sp/bg_faculty.png) top center/100% no-repeat;
    min-height: initial;
  }
}
.faculty_introduction > h2 {
  margin-bottom: 10px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 599px) {
  .faculty_introduction > h2 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.faculty_introduction > h2 img {
  width: 308px;
  height: auto;
}
@media (max-width: 599px) {
  .faculty_introduction > h2 img {
    width: 216px;
  }
}
.faculty_introduction .faculty_item {
  margin: 0 10px;
  lien-height: 0;
}
@media (max-width: 599px) {
  .faculty_introduction .faculty_item {
    margin: 0 20px 10px 0;
  }
  .faculty_introduction .faculty_item img {
    width: 228px;
  }
}

/* ----------------------------------------------------
shiryoseikyu
---------------------------------------------------- */
.shiryoseikyu {
  background: url(../images/sitetop/bg_shiryoseikyu.png) top center no-repeat;
}
@media (max-width: 599px) {
  .shiryoseikyu {
    padding-bottom: 30px;
    margin-top: 20px;
    background: url(../images/sitetop/sp/bg_shiryoseikyu.png) top center/100% no-repeat;
  }
}
.shiryoseikyu > .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 470px;
}
@media (max-width: 599px) {
  .shiryoseikyu > .inner {
    min-height: 276px;
  }
}
.shiryoseikyu_btn {
  position: relative;
  text-align: center;
  line-height: 0;
  z-index: 2;
}
.shiryoseikyu_btn img {
  width: 616px;
  height: auto;
}
.shiryoseikyu_balloon {
  position: absolute;
  top: 48px;
  left: 66px;
  z-index: 1;
  line-height: 0;
}
@media (max-width: 599px) {
  .shiryoseikyu_balloon {
    top: 25px;
    left: -30px;
  }
}
.shiryoseikyu_balloon img {
  width: 206px;
  height: auto;
}
@media (max-width: 599px) {
  .shiryoseikyu_balloon img {
    width: 100px;
  }
}
