@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:700&display=swap");
.sidenav {
  display: none;
}

/* =============================================================================

2021年度　専攻コース用css
course.cssから一部抜粋

============================================================================= */
/*　フォント	*/
.en2 {
  font-family: "Montserrat Alternates", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

/*===============================================================

	パーティクル

===============================================================*/
#particles-js {
  /*
  	background: url("/common/images/assets/creative_dreamers_loop.png") repeat center center;
  	background-size: 300px auto;
  	background-attachment: fixed;
  */
}

#particles-js canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/*
.thiscontents {
	background: url("/common/images/assets/creative_dreamers_loop.png") repeat center center;
	background-size: 300px auto;
	background-attachment: fixed;
}
*/
/*-------------------------------------------------------------
	背景色	
-------------------------------------------------------------*/
.bg_color_super_product_design_world {
  background-color: #e60012;
}

.bg_color_super_e_entertainment_world {
  background-color: #93176f;
}

.bg_color_super_comic_world {
  background-color: #d65e6c;
}

.bg_color_car_world {
  background-color: #59bded;
}

.bg_color_design_world {
  background-color: #fcc800;
}

.bg_color_manga_world {
  background-color: #eb6ea5;
}

.bg_color_manga_illustration_novel_world {
  background-color: #eb6ea5;
}

.bg_color_game_world {
  background-color: #8fc31f;
}

.bg_color_cg_video_animation_world {
  background-color: #74c6be;
}

.bg_color_cg_movie_animation_world {
  background-color: #74c6be;
}

.bg_color_super_product_design_world {
  background: #e60012;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), to(#880000));
  background: linear-gradient(to right, #e60012 0%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012", endColorstr="#880000", GradientType=1);
}

.bg_color_super_e_entertainment_world {
  background: #93176f;
  background: -webkit-gradient(linear, left top, right top, from(#93176f), to(#730356));
  background: linear-gradient(to right, #93176f 0%, #730356 100%);
}

.bg_color_super_comic_world {
  background: #d65e6c;
  background: -webkit-gradient(linear, left top, right top, from(#d65e6c), to(#c74f5d));
  background: linear-gradient(to right, #d65e6c 0%, #c74f5d 100%);
}

/* ボーダー色 */
.border_color_product_design {
  border-color: #e60012;
}

.border_color_technology_design {
  border-color: #008d3f;
}

.border_color_hobby_toy_design {
  border-color: #00a4b8;
}

.border_color_game_graphic_illustration {
  border-color: #93176f;
}

.border_color_game_programmer_planner {
  border-color: #182987;
}

.border_color_vfx_cgimages {
  border-color: #f18904;
}

.border_color_car_design {
  border-color: #59bded;
}

.border_color_car_model {
  border-color: #59bded;
}

.border_color_motorcycle {
  border-color: #59bded;
}

.border_color_graphic_design {
  border-color: #fcc800;
}

.border_color_illustrator {
  border-color: #fcc800;
}

.border_color_interior_design {
  border-color: #fcc800;
}

.border_color_manga {
  border-color: #eb6ea5;
}

.border_color_comic_illustration {
  border-color: #eb6ea5;
}

.border_color_digital_illustration_manga {
  border-color: #eb6ea5;
}

.border_color_novel_scenario {
  border-color: #eb6ea5;
}

.border_color_game_graphic_character {
  border-color: #8fc31f;
}

.border_color_game_planner {
  border-color: #8fc31f;
}

.border_color_game_programmer {
  border-color: #8fc31f;
}

.border_color_3dcg_creator {
  border-color: #74c6be;
}

.border_color_animation {
  border-color: #74c6be;
}

.border_color_movie_video_creator {
  border-color: #74c6be;
}

/* 文字色 */
.color_product_design {
  color: #e60012;
}

.color_technology_design {
  color: #008d3f;
}

.color_hobby_toy_design {
  color: #00a4b8;
}

.color_game_graphic_illustration {
  color: #93176f;
}

.color_game_programmer_planner {
  color: #182987;
}

.color_vfx_cgimages {
  color: #f18904;
}

.color_car_design {
  color: #59bded;
}

.color_car_model {
  color: #59bded;
}

.color_motorcycle {
  color: #59bded;
}

.color_graphic_design {
  color: #fcc800;
}

.color_illustrator {
  color: #fcc800;
}

.color_interior_design {
  color: #fcc800;
}

.color_manga {
  color: #eb6ea5;
}

.color_comic_illustration {
  color: #eb6ea5;
}

.color_digital_illustration_manga {
  color: #eb6ea5;
}

.color_novel_scenario {
  color: #eb6ea5;
}

.color_game_graphic_character {
  color: #8fc31f;
}

.color_game_planner {
  color: #8fc31f;
}

.color_game_programmer {
  color: #8fc31f;
}

.color_3dcg_creator {
  color: #74c6be;
}

.color_animation {
  color: #74c6be;
}

.color_movie_video_creator {
  color: #74c6be;
}

/* =============================================================================

2021年度　専攻コース用css
course.cssから抜粋ここまで

============================================================================= */
/*===============================================================

	2020/1/14
	2020年パンフ対応

===============================================================*/
/*===============================================================

	top_bnr_slider

===============================================================*/
.top_bnr_slider {
  background: #ff0;
  padding: 10px 0;
}

.top_bnr_slider .carousel_slider {
  background: none;
}

.top_bnr_slider li {
  padding: 10px;
}

.top_bnr_slider a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_bnr_slider a img:hover {
  opacity: 0.7;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	トップ　学生作品エリア

===============================================================*/
.student_works {
  width: 100%;
  /*	background: #ff0;*/
  /*	padding: 10px 0; */
  padding: 50px;
}

.student_works .inner {
  position: relative;
  width: 100%;
  height: 480px;
}

.student_works a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.student_works a:hover {
  color: #000;
}

.student_works a .image_area {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.student_works a:hover .image_area {
  color: #000;
  opacity: 0.7;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .student_works {
    width: 100%;
    padding: 30px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .student_works {
    padding: 5vw;
  }
  .student_works .inner {
    padding: 0;
    position: static;
    height: auto;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	title	
-------------------------------------------------------------*/
.student_works .title_area_wrp {
  width: 100%;
  height: 350px;
  position: absolute;
  top: -20px;
  left: -20px;
  margin: auto;
}

/*
.student_works .title_area_wrp::before {
	content:'';
	position:absolute;
	top: 0; bottom: 0; right: 50px;
	margin: auto;
	width:40px;
	height:40px;
	border:solid 1px #fff;
}
.student_works .title_area_wrp::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; right: 65px;
	margin: auto;
	border:solid 1px #fff;
	width:15px;
	height:15px;
	border-top:none;
	border-left:none;
	transform: rotate(-45deg) translate(-1px,-1px);
	transition: all 0.3s;
}
*/
.student_works .title_area {
  background: rgba(255, 255, 0, 0.9);
  width: 350px;
  height: 350px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-radius: 50px;
  overflow: hidden;
}

.student_works a:hover .title_area {
  background: rgb(255, 255, 0);
}

.student_works .title_area .title {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.student_works .title_area .title img {
  width: 100%;
  height: auto;
}

.student_works .title_area p {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .student_works .title_area_wrp {
    height: 35vw;
    top: -1.5vw;
    left: -1.5vw;
  }
  .student_works .title_area {
    border-radius: 30px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .student_works .title_area_wrp {
    width: 100%;
    height: auto;
    position: static;
  }
  .student_works .title_area {
    width: 100%;
    height: auto;
    padding: 5vw;
    border-radius: 0 0 5vw 5vw;
    display: block;
  }
  .student_works .title_area .title {
    width: 30vw;
    padding-top: 0;
  }
  .student_works .title_area p {
    font-size: 2.8vw;
    margin-top: 5px;
  }
  .student_works .title_area_wrp::before {
    right: 3vw;
    width: 8vw;
    height: 8vw;
  }
  .student_works .title_area_wrp::after {
    right: 6vw;
    width: 3vw;
    height: 3vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	学生作品スライダ

===============================================================*/
.student_works .image_area {
  height: 480px;
  background-image: url("/common/images/top/top_gallery_slider01.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  background-color: #000;
  border-radius: 50px;
  overflow: hidden;
  will-change: transform;
}

.student_works .image_area li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: top_student_works 20s linear 0s infinite;
          animation: top_student_works 20s linear 0s infinite;
  /* 全アニメーションが1ループする時間 */
}

.student_works .image_area li:nth-child(1) {
  background-image: url("/common/images/top/top_gallery_slider01.jpg");
}

.student_works .image_area li:nth-child(2) {
  background-image: url("/common/images/top/top_gallery_slider02.jpg");
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.student_works .image_area li:nth-child(3) {
  background-image: url("/common/images/top/top_gallery_slider03.jpg");
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/*
.student_works .image_area  li:nth-child(4) {
	background-image: url("/common/images/top/top_gallery_slider04.jpg");
	animation-delay: 15s;
}
*/
.student_works .image_area li:nth-child(4) {
  background-image: url("/common/images/top/top_gallery_slider05.jpg");
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes top_student_works {
  0% {
    /* アニメーションの最初は非表示 */
    opacity: 0;
  }
  5% {
    /* フェードインするタイミングを指定 */
    opacity: 1;
  }
  25% {
    /* フェードアウト開始（ループが20秒で画像4枚なので25%を指定、5枚なら20%） */
    opacity: 1;
  }
  30% {
    /* フェードアウト完了 */
    opacity: 0;
  }
  100% {
    /* 最後まで画像非表示 */
    opacity: 0;
  }
}

@keyframes top_student_works {
  0% {
    /* アニメーションの最初は非表示 */
    opacity: 0;
  }
  5% {
    /* フェードインするタイミングを指定 */
    opacity: 1;
  }
  25% {
    /* フェードアウト開始（ループが20秒で画像4枚なので25%を指定、5枚なら20%） */
    opacity: 1;
  }
  30% {
    /* フェードアウト完了 */
    opacity: 0;
  }
  100% {
    /* 最後まで画像非表示 */
    opacity: 0;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .student_works .image_area {
    border-radius: 30px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .student_works .image_area {
    height: 30vw;
    border-radius: 5vw 5vw 0 0;
  }
  .student_works .image_area li {
    height: 30vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	marker

===============================================================*/
.marker {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.marker::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0;
  width: 100%;
  height: 0.7em;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	section_promise_reason

===============================================================*/
.section_promise_reason {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) inset;
  background: rgba(0, 0, 0, 0.1);
}

.section_promise_reason .section_inner {
  padding: 30px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .section_promise_reason .section_inner {
    padding: 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_promise_reason .section_inner {
    padding: 10px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_promise_reason	
-------------------------------------------------------------*/
.content_promise_reason {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.content_promise_reason .box {
  width: 100%;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .content_promise_reason {
    padding: 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_promise_reason {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5vw;
  }
  .content_promise_reason .box {
    width: 100%;
    float: none;
    display: block;
  }
  .content_promise_reason .box + .box {
    padding-top: 20px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	title_area	
-------------------------------------------------------------*/
.content_promise_reason .title_area {
  text-align: center;
  padding: 30px 0;
}

.content_promise_reason .title_area .title {
  font-size: 30px;
  line-height: 1;
}

.content_promise_reason .title_area .read {
  font-size: 16px;
  margin-top: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .content_promise_reason .title_area {
    text-align: center;
    padding: 20px 0;
  }
  .content_promise_reason .title_area .title {
    font-size: 25px;
    line-height: 1;
  }
  .content_promise_reason .title_area .read {
    font-size: 15px;
    margin-top: 15px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_promise_reason .title_area {
    text-align: center;
    padding: 0;
  }
  .content_promise_reason .title_area .title {
    font-size: 5.5vw;
    line-height: 1;
  }
  .content_promise_reason .title_area .read {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-top: 5px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	iconbtnlist	
-------------------------------------------------------------*/
.iconbtnlist li + li {
  margin-top: 10px;
}

.iconbtnlist a {
  display: block;
  background-color: #eee;
  background-image: url("/common/images/assets/icon_support.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 60px 60px;
  position: relative;
  color: #000;
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
  padding-left: 80px;
}

.iconbtnlist a:hover {
  color: #000;
  background-color: #ff0;
  text-decoration: none;
}

.iconbtnlist a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border: solid 1px #000;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.iconbtnlist .icon_bookopen a {
  background-image: url("/common/images/assets/icon_bookopen.svg");
}

.iconbtnlist .icon_guideplate a {
  background-image: url("/common/images/assets/icon_guideplate.svg");
}

.iconbtnlist .icon_handclap a {
  background-image: url("/common/images/assets/icon_handclap.svg");
}

.iconbtnlist .icon_sangaku a {
  background-image: url("/common/images/assets/icon_sangaku.svg");
}

.iconbtnlist .icon_teacher a {
  background-image: url("/common/images/assets/icon_teacher.svg");
}

.iconbtnlist .icon_support a {
  background-image: url("/common/images/assets/icon_support.svg");
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .iconbtnlist a {
    background-size: 50px 50px;
    font-size: 18px;
    line-height: 70px;
    padding-left: 60px;
    background-position: 5px center;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .iconbtnlist {
    margin-top: 10px;
  }
  .iconbtnlist a {
    background-size: 40px 40px;
    font-size: 4.2vw;
    line-height: 60px;
    padding-left: 50px;
    background-position: 5px center;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	HOW TO Enjoy TCA LIFE

===============================================================*/
.section_howto_banner {
  /*background: #ffaa00;
  padding: 10px 0;*/
}

.section_howto_banner a {
  display: block;
  width: 100%;
  height: 300px;
  background: url("../images/top/howto_student_board.jpg") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: bg_slide 120s linear infinite;
          animation: bg_slide 120s linear infinite;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* GPU hack */
}

@-webkit-keyframes bg_slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4200px 0;
  }
  /* 300 / 720 * 10080 背景画像の幅 */
}

@keyframes bg_slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4200px 0;
  }
  /* 300 / 720 * 10080 背景画像の幅 */
}
.section_howto_banner a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section_howto_banner a .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1070px;
  height: 100%;
  margin: 0 auto;
}

.section_howto_banner a .inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  border-right: 5px solid #ffaa00;
  border-bottom: 5px solid #ffaa00;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section_howto_banner a:hover .inner:after {
  right: -30px;
}

.section_howto_banner a .logo {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section_howto_banner a:hover .logo {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.section_howto_banner a img {
  height: 160px;
  width: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1100px) {
  .section_howto_banner a {
    height: 240px;
  }
  .section_howto_banner a:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .section_howto_banner a:hover .inner:after {
    right: 20px;
  }
  .section_howto_banner a .inner {
    width: 100%;
    margin: 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_howto_banner a {
    height: 130px;
    -webkit-animation: bg_slide_sp 60s linear infinite;
            animation: bg_slide_sp 60s linear infinite;
  }
  .section_howto_banner a .inner {
    width: 100%;
    margin: 0;
  }
  .section_howto_banner a .logo {
    padding: 15px;
  }
  .section_howto_banner a img {
    height: 70px;
  }
}
/* for SP max-width: 800px */
@-webkit-keyframes bg_slide_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1820px 0;
  }
  /* 180 / 720 * 10080 背景画像の幅 */
}
@keyframes bg_slide_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1820px 0;
  }
  /* 180 / 720 * 10080 背景画像の幅 */
}
/*-------------------------------------------------------------
	section_enjoy_list	
-------------------------------------------------------------*/
.section_enjoy_list {
  clear: both;
  background: #cf000a;
  margin: 0;
  padding: 40px 0;
}

.enjoy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}

.enjoy_list .entry_item {
  width: 23%;
  margin-top: 30px;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.enjoy_list .entry_item:hover {
  background: #f7f7f7;
}

.enjoy_list .entry_item_inner {
  padding: 15px 10px;
  position: relative;
}

.enjoy_list .thumb img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.enjoy_list .txt_area {
  border-top: 2px dotted #000;
  padding: 10px 5px 0 5px;
  margin-top: 10px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.enjoy_list a:hover {
  text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_enjoy_list {
    padding: 30px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_enjoy_list {
    padding: 10px;
  }
  .enjoy_list {
    margin-top: -10px;
  }
  .enjoy_list .entry_item {
    width: 49%;
    margin-top: 10px;
  }
  .enjoy_list .entry_item_inner {
    padding: 10px 10px;
    position: relative;
  }
  .enjoy_list .thumb img {
    margin-top: 5px;
  }
  .enjoy_list .txt_area {
    padding: 5px 0 0 0;
  }
}
/* for SP max-width: 800px */
/*----------------------------
	枠	
----------------------------*/
.enjoy_list .entry_item::before,
.enjoy_list .entry_item::after,
.enjoy_list .entry_item_inner::before,
.enjoy_list .entry_item_inner::after {
  content: "";
  position: absolute;
  margin: auto;
  border: solid 4px #000;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.enjoy_list .entry_item::before {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}

.enjoy_list .entry_item::after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}

.enjoy_list .entry_item_inner::before {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
}

.enjoy_list .entry_item_inner::after {
  top: 0;
  right: 0;
  border-bottom: none;
  border-left: none;
}

/* タブレット以下 */
/* for tablet max-width: 1180px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .enjoy_list .entry_item::before,
  .enjoy_list .entry_item::after,
  .enjoy_list .entry_item_inner::before,
  .enjoy_list .entry_item_inner::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	section_enjoy_list .txt	
-------------------------------------------------------------*/
.section_enjoy_list .category {
  font-size: 14px;
  line-height: 1.4;
  color: #cf000a;
}

.section_enjoy_list .date {
  font-size: 12px;
  height: 14px;
  font-weight: bold;
}

.section_enjoy_list .date span {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.section_enjoy_list .date span img {
  width: 14px;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
}

.section_enjoy_list .title {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: bold;
  min-height: 44px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section_enjoy_list .title.view_popup {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_enjoy_list .category {
    font-size: 3.8vw;
    line-height: 1.4;
    color: #cf000a;
  }
  .section_enjoy_list .date {
    font-size: 3vw;
  }
  .section_enjoy_list .title {
    font-size: 3vw;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: bold;
    min-height: 0;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	CIRCLE ROOM

===============================================================*/
#circle_room {
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}

#circle_room .inner {
  width: 1070px;
  margin: 0 auto;
}

#circle_room .inner .body {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
}

#circle_room .inner .title {
  margin: 0;
  text-align: center;
  font-size: 40px;
}

#circle_room .inner .body p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}

#circle_room .inner .body p br {
  display: none;
}

#circle_room .inner .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#circle_room .inner .body ul li {
  width: 48.51%;
  margin-right: 2.97%;
  margin-bottom: 20px;
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#circle_room .inner .body ul li.view_popup {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

#circle_room .inner .body ul li:nth-child(2n) {
  margin-right: 0;
}

#circle_room .inner .body ul li:nth-last-child(2),
#circle_room .inner .body ul li:last-child {
  margin-bottom: 0;
}

#circle_room .inner .body ul li img {
  background: #eee;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#circle_room .inner .body ul li img:hover {
  opacity: 0.7;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  #circle_room .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #circle_room .inner .title {
    font-size: 3.7vw;
  }
  #circle_room .inner .body p {
    font-size: 1.5vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  #circle_room {
    background-size: 6px;
    padding: 20px 0;
  }
  #circle_room .inner {
    width: 100%;
    margin: 0;
  }
  #circle_room .inner .body {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px;
  }
  #circle_room .inner .title {
    font-size: 5vw;
  }
  #circle_room .inner .body p {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  #circle_room .inner .body p br {
    display: block;
  }
  #circle_room .inner .body ul {
    display: block;
  }
  #circle_room .inner .body ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #circle_room .inner .body ul li:nth-last-child(2) {
    margin-bottom: 10px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	.title_block

===============================================================*/
.title_block {
  text-align: center;
}

.title_block .title_under_line {
  font-size: 28px;
  line-height: 30px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  width: 70%;
}

.title_block .title_under_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  width: 100px;
  height: 5px;
}

.title_block .icon {
  position: absolute;
  width: 123px;
  height: 123px;
}

.title_block .icon img {
  width: 100%;
  height: auto;
}

.title_block .icon_left {
  top: -30px;
  left: 10%;
}

.title_block .icon_right {
  top: -30px;
  right: 10%;
}

.title_block .icon_center {
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

/* タブレット以下 */
@media screen and (max-width: 1500px) {
  .title_block .title_under_line {
    width: 90%;
  }
  .title_block .icon_left {
    left: 3%;
  }
  .title_block .icon_right {
    right: 3%;
  }
}
/* for tablet max-width: 1070px */
@media screen and (max-width: 1200px) {
  .title_block .title_under_line {
    width: 100%;
  }
  .title_block .icon_left {
    left: 3%;
  }
  .title_block .icon_right {
    right: 3%;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .title_block .title_under_line {
    font-size: 5vw;
    line-height: 30px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .title_block .title_under_line::after {
    width: 70px;
    height: 4px;
  }
  .title_block .icon {
    width: 60px;
    height: 60px;
  }
  .title_block .icon_left {
    top: -30px;
    left: 1%;
  }
  .title_block .icon_right {
    top: -30px;
    right: 1%;
  }
  .title_block .icon_center {
    top: -30px;
    width: 30px;
    height: 30px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	タイプ別診断

===============================================================*/
.section_type_iagnosis {
  background: #fff100;
  padding: 20px 0;
  background-image: url("/common/images/top/bg-iagnosis.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_type_iagnosis {
    padding: 20px 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_type_iagnosis {
    padding: 0;
    background-size: contain;
    background-position: top center;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	title	
-------------------------------------------------------------*/
.section_type_iagnosis .title_block .icon {
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
}

.section_type_iagnosis .title_block .read {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 30px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_type_iagnosis .title_block .icon {
    width: 60px;
    height: 60px;
    left: 0px;
  }
  .section_type_iagnosis .title_block .read {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 15px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content	
-------------------------------------------------------------*/
.section_type_iagnosis .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section_type_iagnosis .box_list li {
  width: 48%;
  margin-top: 25px;
}

.section_type_iagnosis .box_list li a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.section_type_iagnosis .box_list li a {
  text-align: left;
  background: #fff;
  position: relative;
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 20px 20px 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section_type_iagnosis .box_list li span.no {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 30px;
}

.section_type_iagnosis .box_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: solid 1px #000;
  width: 12px;
  height: 12px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_type_iagnosis .box_list li {
    margin-top: 20px;
  }
  .section_type_iagnosis .box_list li a {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 15px 15px 80px;
  }
  .section_type_iagnosis .box_list li span.no {
    left: 15px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_type_iagnosis .box_list {
    margin-top: 15px;
  }
  .section_type_iagnosis .box_list li {
    width: 100%;
    margin-top: 2px;
  }
  .section_type_iagnosis .box_list li a {
    font-size: 4vw;
    line-height: 1.5;
    padding: 10px 10px 10px 10vw;
  }
  .section_type_iagnosis .box_list li span.no {
    left: 10px;
    height: 6vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .section_type_iagnosis .box_list li a::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	creative_top_section

===============================================================*/
.creative_top_section {
  padding: 80px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .creative_top_section {
    padding: 50px 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .creative_top_section {
    padding: 10vw 0 20px 0;
  }
}
/* fo


/*===============================================================

	section_course_index_top

===============================================================*/
.section_course_index_top {
  position: relative;
}

.section_course_index_top .txt_creative_hearts img {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_course_index_top::after,
  .section_course_index_top::before {
    width: 50vw;
    height: 50vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	creative_top_headline

===============================================================*/
.creative_top_headline {
  text-align: left;
}

.creative_top_headline .en {
  font-size: 40px;
  line-height: 1;
}

.creative_top_headline .en .noto_sans {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}

.creative_top_headline .title {
  display: inline-block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 0 3px;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.creative_top_headline p {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.creative_top_headline .past_course a {
  display: inline-block;
  padding: 8px 18px;
  color: #000;
  border: solid 1px #000;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.creative_top_headline .past_course a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.creative_top_headline .past_course a:hover {
  opacity: 0.5;
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .creative_top_headline .en {
    font-size: 3vw;
  }
  .creative_top_headline .en .noto_sans {
    font-size: 1.5vw;
  }
  .creative_top_headline .title {
    font-size: 2.5vw;
    padding: 0 0 0.2vw;
    margin-top: 2vw;
  }
  .creative_top_headline p {
    font-size: 1.4vw;
    line-height: 1.6;
    margin: 1vw 0 0;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .creative_top_headline .en {
    font-size: 5vw;
    line-height: 1;
  }
  .creative_top_headline .en .noto_sans {
    font-size: 3vw;
  }
  .creative_top_headline .title {
    font-size: 6vw;
    letter-spacing: 0;
    margin-top: 3vw;
  }
  .creative_top_headline p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 3vw;
  }
  .creative_top_headline .past_course {
    margin-top: 4vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	year_title

===============================================================*/
.course_wrp {
  position: relative;
  margin-top: 150px;
}

.year_title {
  text-align: center;
  height: 150px;
  width: 150px;
  position: absolute;
  background: #ff0;
  border-radius: 150px;
  top: -50px;
  left: -50px;
  z-index: 1;
}

.year_title .year_system {
  font-size: 15px;
  line-height: 1;
}

.year_title .year_system strong {
  font-size: 90px;
  line-height: 1;
  display: block;
  font-weight: bold;
  padding-top: 5px;
}

.year_title .skill {
  font-size: 15px;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 0;
  font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 1450px) {
  .year_title {
    top: -40px;
    left: 0px;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .course_wrp {
    margin-top: 100px;
  }
  .year_title {
    height: 120px;
    width: 120px;
    border-radius: 150px;
    top: -30px;
    left: 0px;
  }
  .year_title .year_system {
    font-size: 13px;
    line-height: 1;
  }
  .year_title .year_system strong {
    font-size: 70px;
    padding-top: 3px;
  }
  .year_title .skill {
    font-size: 13px;
    margin-top: 5px;
  }
}
/* for tablet max-width: 1300px */
/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .year_title {
    height: 12.5vw;
    width: 12.5vw;
    border-radius: 12.5vw;
    top: -30px;
    left: -40px;
  }
  .year_title .year_system {
    font-size: 1.25vw;
  }
  .year_title .year_system strong {
    font-size: 7.5vw;
    padding-top: 0.42vw;
  }
  .year_title .skill {
    font-size: 1.25vw;
    margin-top: 0.42vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .course_wrp {
    margin-top: 10vw;
  }
  .year_title {
    height: 18.75vw;
    width: 18.75vw;
    border-radius: 18.75vw;
    top: -3vw;
    left: -3vw;
  }
  .year_title .year_system {
    font-size: 1.88vw;
  }
  .year_title .year_system strong {
    font-size: 11.25vw;
    padding-top: 0.63vw;
  }
  .year_title .skill {
    font-size: 1.88vw;
    margin-top: 0.63vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	course_list

===============================================================*/
.course_list {
  overflow: hidden;
  border-radius: 30px;
}

.course_list .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.course_list .course .thumb,
.course_list .course .txt {
  width: 50%;
  text-align: left;
}

.course_list .course .txt {
  padding: 30px;
  color: #fff;
  width: 60%;
}

.course_list .course .thumb {
  background-size: cover;
  background-position: center center;
  min-height: 340px;
  width: 40%;
}

.course_list .course .thumb img {
  width: 100%;
  height: auto;
  display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .course_list .course .txt {
    padding: 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .course_list {
    border-radius: 5vw;
  }
  .course_list .course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0vw;
  }
  .course_list .course .thumb,
  .course_list .course .txt {
    width: 100%;
  }
  .course_list .course .txt {
    padding: 5vw;
    padding-top: 4vw;
    padding-bottom: 8vw;
    color: #fff;
    position: relative;
  }
  .course_list .course .thumb {
    min-height: 200px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	course_list 文字	
-------------------------------------------------------------*/
.course_list .course .subject {
  font-size: 13px;
  line-height: 1;
}

.course_list .course .en {
  font-size: 35px;
  line-height: 1;
  margin-top: 5px;
}

.course_list .course .title {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: 600;
}

.course_list .course ul {
  margin-top: 20px;
}

.course_list .course ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.course_list .course ul li + li {
  margin-top: 5px;
}

.course_list .course .year_system {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .course_list .course .subject {
    font-size: 1.08vw;
  }
  .course_list .course .en {
    font-size: 2.92vw;
    margin-top: 0.42vw;
  }
  .course_list .course .title {
    font-size: 1.67vw;
    margin-top: 0.42vw;
  }
  .course_list .course ul {
    margin-top: 1.67vw;
  }
  .course_list .course ul li {
    font-size: 1.33vw;
  }
  .course_list .course ul li + li {
    margin-top: 0.42vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .course_list .course .subject {
    font-size: 3.5vw;
    padding-bottom: 4vw;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  }
  .course_list .course .en {
    font-size: 3.5vw;
    line-height: 1;
    margin-top: 5vw;
  }
  .course_list .course .title {
    font-size: 4vw;
    margin-top: 2vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .course_list .course ul {
    margin-top: 4vw;
  }
  .course_list .course ul li {
    font-size: 3.3vw;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .course_list .course ul li + li {
    margin-top: 1vw;
  }
  .course_list .course .year_system {
    top: 3vw;
    right: 5vw;
    padding: 1vw 2vw;
    font-size: 3vw;
    /*	background: #fff;*/
  }
  .course_list .view_popup {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.course_list .course　リンク
-------------------------------------------------------------*/
.course_list .course a {
  position: relative;
  color: #fff;
  display: inline-block;
}

.course_list .course a:hover {
  opacity: 1;
}

.course_list .course a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.course_list .course a:hover::before {
  width: 100%;
}

.course_list .course a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #fff;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course_list .course .title a {
  display: inline-block;
  padding-right: 20px;
}

.course_list .course .title a::after {
  right: 0;
  border-width: 2px;
  width: 8px;
  height: 8px;
}

.course_list .course ul li a {
  /*	padding-left: 15px;*/
}

.course_list .course ul li a::after {
  content: none;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .course_list .course .title a {
    display: block;
    border: solid 1px #fff;
    padding: 3vw 3vw;
    padding-right: 6vw;
    border-radius: 3px;
    letter-spacing: 0.05px;
  }
  .course_list .course .title a:hover {
    border: solid 1px #fff;
  }
  .course_list .course .title a::after {
    width: 6px;
    height: 6px;
    right: 2vw;
  }
  .course_list .course a::before {
    content: none;
  }
  .course_list .course ul {
    margin-top: 0;
  }
  .course_list .course ul li + li {
    margin-top: 0vw;
  }
  .course_list .course ul li a {
    display: block;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
    padding: 3vw 3vw;
    padding-left: 4vw;
    border-radius: 3px;
    letter-spacing: 0.05px;
  }
  .course_list .course ul li a:hover {
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  }
  .course_list .course ul li a::after {
    width: 4px;
    height: 4px;
    left: 1vw;
    border-width: 1px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	btns

===============================================================*/
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btns .btn_yellow {
  width: 48%;
}

.btns .btn_yellow a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background: #ff0;
  padding: 15px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.btns .btn_yellow a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btns .btn_yellow a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .btns .btn_yellow a {
    font-size: 1.5vw;
    padding: 1.8vw 3vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns .btn_yellow {
    width: 100%;
  }
  .btns .btn_yellow a {
    font-size: 4vw;
    padding: 5vw 3vw;
  }
  .btns .btn_yellow a::after {
    right: 2vw;
  }
  .btns .btn_yellow + .btn_yellow {
    margin-top: 3vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_round_photo

===============================================================*/
.section_round_photo {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100px 0 100px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: 200px;
  padding: 80px 0;
}

.section_round_photo::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 460px;
  top: -100px;
  right: 0;
  overflow: hidden;
  border-radius: 230px 0 0 230px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_education_system::after {
  background-image: url("/common/images/top/education_system_ph.jpg");
}

.section_course_index_top::after {
  background-image: url("/common/images/top/course_list_ph.jpg");
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .section_round_photo {
    padding: 40px 0;
  }
  .section_round_photo::after {
    width: 45%;
    height: 350px;
    top: -100px;
    border-radius: 175px 0 0 175px;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .section_round_photo {
    border-radius: 50px 0 50px 0;
    padding: 20px;
    padding: 0vw;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_round_photo {
    border-radius: 50px 0 50px 0;
    margin-top: 130px;
    padding: 20px 0;
  }
  .section_round_photo::after {
    width: 50%;
    height: 280px;
    top: -100px;
    border-radius: 140px 0 0 140px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_round_photo {
    border-radius: 5vw 0 5vw 0;
    margin-top: 10vw;
  }
  .section_round_photo::after {
    width: 50%;
    height: 40vw;
    top: -5vw;
    border-radius: 150px 0 0 150px;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_education_system

===============================================================*/
.section_education_system .btns {
  width: 600px;
  margin-top: 40px;
}

.section_education_system::after {
  background-image: url("/common/images/top/education_system_ph.jpg");
}

.section_education_system .content {
  margin-top: 80px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_education_system .btns {
    width: 100%;
    margin-top: 40px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_education_system {
    padding-top: 3vw;
  }
  .section_education_system .btns {
    margin-top: 4vw;
    width: 100%;
  }
  .section_education_system .content {
    margin-top: 8vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	list_contents

===============================================================*/
.list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}

.list_contents .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaeff2;
  position: relative;
  margin-top: 0;
  color: #000;
  border-radius: 30px;
  overflow: hidden;
}

.list_contents .item a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}

.list_contents .txt {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.list_contents .photo {
  width: 50%;
}

.list_contents .photo img {
  width: 100%;
  height: auto;
}

.list_contents .item .txt {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .list_contents .txt {
    padding: 10px 20px;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .list_contents .txt {
    padding: 1.9vw;
  }
  .list_contents .item a {
    border-radius: 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .list_contents {
    margin-top: -3vw;
  }
  .list_contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list_contents .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5vw;
  }
  .list_contents .item .txt {
    padding: 5vw;
    margin-top: 0;
  }
  .list_contents .txt,
  .list_contents .photo {
    width: 100%;
  }
  .sp_link_action {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_link_action.view_popup,
  .list_contents .view_popup {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    z-index: 10;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .list_contents .view_popup a {
    background: #fff;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	list_contents　文字	
-------------------------------------------------------------*/
.list_contents .number {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
}

.list_contents .txt .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}

.list_contents .txt p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
}

/* タブレット以下 */
@media screen and (max-width: 1400px) {
  .list_contents .number {
    font-size: 14px;
  }
  .list_contents .txt .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .list_contents .txt p {
    font-size: 12px;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .list_contents .item_2_1 {
    width: 100%;
  }
  .list_contents .number {
    font-size: 1.6vw;
  }
  .list_contents .txt .title {
    font-size: 2vw;
    margin-top: 2vw;
  }
  .list_contents .txt p {
    font-size: 1.35vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .list_contents .number {
    font-size: 3vw;
  }
  .list_contents .txt .title {
    font-size: 4.5vw;
  }
  .list_contents .txt p {
    font-size: 3.5vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	content_ob

===============================================================*/
.content_ob {
  /*	padding: 0 50px;*/
}

.content_ob .item {
  position: relative;
}

.content_ob .item .fitimg {
  background: #fff;
  border-radius: 60px 60px 20px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .content_ob {
    padding: 0;
  }
  .content_ob .item .fitimg {
    border-radius: 50px 50px 15px 15px;
  }
}
/* for tablet max-width: 1070px */
@media screen and (max-width: 1000px) {
  .content_ob .flex_container .item_4_1:nth-child(2n) {
    margin-right: 0;
  }
  .content_ob .flex_container .item_4_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_ob .item .fitimg {
    border-radius: 30px 30px 10px 10px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_ob	
-------------------------------------------------------------*/
.content_ob .content_title {
  text-align: center;
}

.content_ob .content_title .title {
  font-size: 25px;
  line-height: 1;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #ff0;
  background: #000;
  border-radius: 50px;
  font-weight: 500;
  padding: 20px;
}

.content_ob .content_title .title::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 15px solid #000;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content_ob .content_title .title + p {
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_ob .content_title .title {
    font-size: 2.5vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_ob .content_title .title {
    font-size: 3.5vw;
    padding: 3vw 2vw;
  }
  .content_ob .content_title .title + p {
    margin-top: 3vw;
    font-size: 4vw;
  }
  .content_ob .content_title .title::after {
    bottom: -23px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_ob	
-------------------------------------------------------------*/
.content_ob .people .txt {
  margin-top: 20px;
  padding: 0 20px;
}

.content_ob .people .txt .year {
  background: #ff0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  left: -10px;
}

.content_ob .people .txt .company {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.content_ob .people .txt .job {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
}

.content_ob .people .txt .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.content_ob .people .txt .name span {
  font-size: 14px;
  line-height: 1;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .content_ob .people .txt {
    margin-top: 15px;
    padding: 0 15px;
  }
  .content_ob .people .txt .year {
    font-size: 0.8vw;
    top: 2.46vw;
    left: -0.82vw;
    padding: 0.66vw 1.23vw;
  }
  .content_ob .people .txt .company {
    font-size: 1.1vw;
    margin-top: 0.5vw;
  }
  .content_ob .people .txt .job {
    font-size: 1.1vw;
    margin-top: 0.1vw;
  }
  .content_ob .people .txt .name {
    font-size: 1.48vw;
  }
  .content_ob .people .txt .name span {
    font-size: 1.15vw;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_ob .people .txt .year {
    font-size: 1.3vw;
    padding: 0.5vw 0.6vw;
  }
  .content_ob .people .txt .job,
  .content_ob .people .txt .company {
    font-size: 1.1vw;
  }
  .content_ob .people .txt .name {
    font-size: 1.6vw;
  }
  .content_ob .people .txt .name span {
    font-size: 1.3vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_ob .people .txt {
    margin-top: 2vw;
    padding: 0 2vw;
    /*	position: relative;*/
  }
  .content_ob .people .txt .year {
    font-size: 3vw;
    padding: 1vw 2vw;
    position: absolute;
    top: 50vw;
    left: -3vw;
  }
  .content_ob .people .txt .job,
  .content_ob .people .txt .company {
    font-size: 2.8vw;
  }
  .content_ob .people .txt .name {
    font-size: 4vw;
    margin-top: 0vw;
  }
  .content_ob .people .txt .name span {
    font-size: 3vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	bnr
-------------------------------------------------------------*/
.content_ob .bnr {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}

.content_ob .bnr a {
  display: block;
}

.content_ob .bnr a:hover {
  opacity: 0.7;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_ob .bnr {
    width: 100%;
    margin: 0 auto;
    margin-top: 6vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	.topics_carousel_slider .slider

===============================================================*/
.topics_carousel_slider .slider .slick-list {
  margin-right: -15px;
  /* ガター */
}

.topics_carousel_slider .slider .slick-slide {
  margin-right: 15px;
  /* ガター */
}

.topics_carousel_slider .slider {
  position: relative;
  opacity: 0;
  padding-bottom: 100px;
}

.topics_carousel_slider .slider .slide {
  width: 100%;
  width: 800px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topics_carousel_slider .slider .slide img {
  width: 100%;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .topics_carousel_slider .slider {
    padding-bottom: 100px;
  }
}
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .topics_carousel_slider {
    margin-top: 5vw;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .topics_carousel_slider .slider {
    padding-bottom: 0;
  }
  .topics_carousel_slider .slider .slide {
    width: 100%;
    padding: 0;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.topics_carousel_slider .pager_ui .pager
-------------------------------------------------------------*/
.topics_carousel_slider .pager_ui {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  /* タブレット以下 */
  /* for tablet max-width: 960px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
  /*-------------------------------------------------------------
  	.topics_carousel_slider .slider .pager a
  -------------------------------------------------------------*/
  /* タブレット以下 */
  /* for tablet max-width: 960px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.topics_carousel_slider .pager_ui .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5;
}
.topics_carousel_slider .pager_ui .prev {
  left: -15px;
}
.topics_carousel_slider .pager_ui .next {
  right: -15px;
}
@media only screen and (max-width: 800px) {
  .topics_carousel_slider .pager_ui {
    width: 18vw;
    height: 8vw;
    top: auto;
    bottom: 15vw;
    left: auto;
    right: 2vw;
  }
  .topics_carousel_slider .pager_ui .pager {
    width: 9vw;
    height: 9vw;
  }
}
.topics_carousel_slider .pager_ui .pager a {
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  border-radius: 30px;
}
.topics_carousel_slider .pager_ui .pager a:hover {
  background: #333;
}
.topics_carousel_slider .pager_ui .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
          transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topics_carousel_slider .pager_ui .prev a:after {
  -webkit-transform: rotate(135deg) translate(-2px, -2px);
          transform: rotate(135deg) translate(-2px, -2px);
}
@media only screen and (max-width: 800px) {
  .topics_carousel_slider .pager_ui .pager a {
    background: #fff;
  }
  .topics_carousel_slider .pager_ui .pager a:after {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 10px;
    height: 10px;
  }
  .topics_carousel_slider .pager_ui .pager a:hover {
    background: #fff;
    opacity: 0.7;
  }
  .topics_carousel_slider .pager_ui .topics_carousel_slider .pager_ui {
    width: 18vw;
    height: 8vw;
    z-index: 11;
    bottom: 15vw;
    right: 2vw;
  }
  .topics_carousel_slider .pager_ui .pager,
  .topics_carousel_slider .pager_ui .pager a {
    width: 9vw;
    height: 9vw;
  }
  .topics_carousel_slider .pager_ui .prev {
    left: 0;
  }
  .topics_carousel_slider .pager_ui .next {
    right: 0;
  }
}

/*-------------------------------------------------------------
	.topics_carousel_slider .slider .slide .photo
-------------------------------------------------------------*/
.topics_carousel_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.topics_carousel_slider .slider .slide .txt
-------------------------------------------------------------*/
.topics_carousel_slider .slider .slide a {
  color: #fff;
  outline: none;
  display: block;
}

.topics_carousel_slider .slider .slide a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.topics_carousel_slider .slider .slide .microcopy {
  display: none;
}

.topics_carousel_slider .slider .slide .txt .title {
  font-size: 20px;
  line-height: 1.4;
}

.topics_carousel_slider .slider .slide .txt .btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.topics_carousel_slider .slider .slide .txt .btn a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 3px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topics_carousel_slider .slider .slide .txt .btn a:hover {
  background: #fff;
  color: #000;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .topics_carousel_slider .slider .slide .txt .title {
    font-size: 4vw;
  }
  .topics_carousel_slider .slider .slide .txt {
    height: auto;
    padding: 0 15px;
    padding-top: 3vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_topics_slider

===============================================================*/
.section_topics_slider {
  position: relative;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* タブレット以下 */
  /* for tablet max-width: 1000px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.section_topics_slider .section_inner {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_topics_slider .creative_top_headline {
  width: 200px;
}
.section_topics_slider .fixed_bnr {
  width: 36.2%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.section_topics_slider .fixed_bnr .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.section_topics_slider .fixed_bnr a {
  display: block;
}
.section_topics_slider .fixed_bnr a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.section_topics_slider .fixed_bnr .delete_timer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  background: #fff;
}
.section_topics_slider .topics_carousel_slider {
  width: 62%;
}
.section_topics_slider .slick_slider {
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .section_topics_slider .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_topics_slider .creative_top_headline {
    width: 100%;
  }
  .section_topics_slider .fixed_bnr {
    width: 100%;
  }
  .section_topics_slider .fixed_bnr .title {
    text-align: center;
  }
  .section_topics_slider .topics_carousel_slider {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .section_topics_slider .section_topics_slider {
    padding: 0;
    padding-bottom: 5vw;
  }
  .section_topics_slider .section_inner {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_topics_slider .topics_carousel_slider {
    margin-top: 3vw;
  }
  .section_topics_slider .carousel_slider,
  .section_topics_slider .sub_content {
    width: 100%;
  }
  .section_topics_slider .sub_content {
    margin-top: 10px;
    padding: 20px;
  }
  .section_topics_slider .fixed_bnr {
    padding: 3vw;
  }
  .section_topics_slider .fixed_bnr .title {
    margin-bottom: 2vw;
    font-size: 5vw;
  }
}

/*===============================================================

	microcopy_list

===============================================================*/
.microcopy_list {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 180px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.microcopy_list .mainvisual_slider .pager_ui a, .section_mainvisual .microcopy_list {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.microcopy_list:hover {
  color: #666;
}
.microcopy_list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid 1px #000;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.microcopy_list:hover::before {
  right: 15px;
  opacity: 1;
}
.microcopy_list::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 75px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-width: 15px;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.microcopy_list .list_container {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.microcopy_list .microcopy {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.microcopy_list .microcopy.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.microcopy_list .label {
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ff4e4e;
}
.microcopy_list .txt {
  width: calc(100% - 100px);
  border-left: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 20px;
}
.microcopy_list .txt .title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.microcopy_list .txt p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.microcopy_list .progress {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.microcopy_list .progress .bar {
  width: 100%;
  background: #eee;
  height: 1px;
  position: relative;
  overflow: hidden;
}
.microcopy_list .progress .bar .progress_bar {
  width: 100%;
  background: #f00;
  height: 1px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1070px) {
  .microcopy_list .microcopy {
    padding: 1.7vw 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .microcopy_list .list_container {
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .microcopy_list::after {
    top: -20px;
    left: 6vw;
    border-width: 10px;
  }
  .microcopy_list .label {
    width: 15vw;
    font-size: 1.5vw;
  }
  .microcopy_list .txt {
    width: calc(100% - 15vw);
    padding: 0 2vw;
  }
  .microcopy_list .txt .title {
    font-size: 1.2vw;
  }
  .microcopy_list .txt p {
    font-size: 1.5vw;
    line-height: 1.2;
    margin-top: 0.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .microcopy_list {
    width: 100%;
    position: relative;
  }
  .microcopy_list .microcopy {
    padding: 3vw;
  }
  .section_mainvisual .microcopy_list {
    margin-top: 0;
  }
  .microcopy_list .mainvisual_slider .pager_ui a {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
  }
  .microcopy_list .list_container {
    height: auto;
  }
  .microcopy_list::after {
    top: -20px;
    left: 6vw;
    border-width: 10px;
    display: none;
  }
  .microcopy_list::before {
    display: none;
  }
  .microcopy_list .label {
    width: 30vw;
    font-size: 3vw;
    line-height: 2;
    color: #fff;
    background: #ff4e4e;
  }
  .microcopy_list .txt {
    width: 100%;
    padding: 2vw 0 1vw;
    border: 0;
    margin-top: 0;
  }
  .microcopy_list .txt .title {
    font-size: 3.5vw;
  }
  .microcopy_list .txt p {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1vw;
  }
  .microcopy_list .progress {
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 0;
  }
}

/*===============================================================

	.mainvisual_slider .slider

===============================================================*/
.mainvisual_slider .slider {
  position: relative;
  opacity: 0;
  padding-bottom: 100px;
}

.mainvisual_slider .slider .slide {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainvisual_slider .slider .slide img {
  width: 100%;
}

.mainvisual_slider .slick_slider .microcopy {
  display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .mainvisual_slider .slider .slide {
    padding: 0 5px;
  }
}
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .mainvisual_slider .slider .slide {
    width: 100%;
    padding: 0;
  }
  .mainvisual_slider .slider {
    padding-bottom: 3vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	section_mainvisual	
-------------------------------------------------------------*/
.section_mainvisual {
  background: #fffeea;
}

.section_mainvisual .microcopy_list .label {
  width: 145px;
  font-size: 15px;
  letter-spacing: 0;
}

.section_mainvisual .microcopy_list .txt {
  width: calc(100% - 145px);
  padding: 0 20px 0 15px;
  letter-spacing: 0;
}

.section_mainvisual .microcopy_list .txt .title {
  font-size: 14px;
  line-height: 1.2;
}

.section_mainvisual .microcopy_list .txt p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_mainvisual .microcopy_list .label {
    width: 13vw;
    font-size: 1.4vw;
  }
  .section_mainvisual .microcopy_list .txt {
    width: calc(100% - 13vw);
    padding: 0 2.5vw 0 1vw;
  }
  .section_mainvisual .microcopy_list .txt .title {
    font-size: 1.31vw;
    line-height: 1.4;
    white-space: inherit;
  }
  .section_mainvisual .microcopy_list .txt p {
    font-size: 1.5vw;
    margin-top: 0.47vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual .microcopy_list .list_container {
    height: 32vw;
  }
  .section_mainvisual .microcopy_list .label {
    width: 30vw;
    font-size: 3vw;
    line-height: 2;
    color: #fff;
    background: #ff4e4e;
  }
  .section_mainvisual .microcopy_list .txt {
    width: 100%;
    padding: 2vw 0 1vw;
    border: 0;
    margin-top: 0;
  }
  .section_mainvisual .microcopy_list .txt .title {
    font-size: 3.5vw;
  }
  .section_mainvisual .microcopy_list .txt p {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1vw;
  }
  .section_mainvisual .microcopy_list .progress {
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 0;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	pager_ui	
-------------------------------------------------------------*/
.pager_ui .progress {
  width: calc(100% - 60px);
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager_ui .progress .num {
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
}

.pager_ui .progress .bar {
  width: calc(100% - 60px);
  background: #eee;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.pager_ui .progress .bar .progress_bar {
  width: 100%;
  background: #000;
  height: 1px;
  position: absolute;
  left: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.mainvisual_slider .slider .slide .photo
-------------------------------------------------------------*/
.mainvisual_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.mainvisual_slider .slider .slide .txt
-------------------------------------------------------------*/
.mainvisual_slider .slider .slide a {
  color: #fff;
  outline: none;
  display: block;
}

.mainvisual_slider .slider .slide a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainvisual_slider .slider .slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: right;
  display: none;
}

.mainvisual_slider .slider .slide .txt .title {
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 10px;
  display: table;
  background: #ff0;
  color: #000;
  text-align: right;
}

.mainvisual_slider .slider .slide .txt p {
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 10px;
  display: table;
  background: #000;
}

.mainvisual_slider .slider .slide .txt .btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.mainvisual_slider .slider .slide .txt .btn a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 3px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainvisual_slider .slider .slide .txt .btn a:hover {
  background: #fff;
  color: #000;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .mainvisual_slider .slider .slide .txt .title,
  .mainvisual_slider .slider .slide .txt p {
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 1vw 2vw;
  }
  .mainvisual_slider .slider .slide .txt {
    height: auto;
    padding: 2vw 2vw;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_mainvisual

===============================================================*/
.section_mainvisual {
  padding: 30px 0 0 0;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

/*
.section_mainvisual::after {
	content:'';
	position:absolute;
	top: 0; left: 0; 
	width:calc((100% - 1400px)/2 + 235px);
	height:130px;
	background: #ff0;
	box-sizing:border-box;
	opacity: 0;
	transition: all 0.5s;
}
.hide_splash.section_mainvisual::after {
	opacity: 1;
}
*/
/* タブレット以下 */
@media screen and (max-width: 1460px) {
  /*
  .section_mainvisual::after {
  	width:19%;
  	height:9vw;
  }
  */
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_mainvisual {
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual {
    padding: 0;
    padding-bottom: 4vw;
  }
  .section_mainvisual::after {
    display: none;
  }
  .section_mainvisual .carousel_slider {
    padding-bottom: 50px;
    position: relative;
  }
  .section_mainvisual .carousel_slider,
  .section_mainvisual .sub_content {
    width: 100%;
  }
  .section_mainvisual .sub_content {
    margin-top: 10px;
    padding: 20px;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
		sub_item
-------------------------------------------------------------*/
.section_mainvisual .slick_slider {
  z-index: 1;
  /*	overflow: hidden;*/
  /*	width: 900px;*/
}

.section_mainvisual .slick-list {
  /*	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);*/
}

.section_mainvisual .sub_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10;
}

.section_mainvisual .sub_item img {
  width: 100%;
  height: auto;
}

.section_mainvisual .sub_item a {
  display: block;
}

.section_mainvisual .sub_item a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/*
.section_mainvisual .item01 {
	width: 300px;
	height: 300px;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #fff100;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.section_mainvisual .item01::after {
	position: absolute;
	content: "";
	width: 300px;
	height: 300px;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-image: url("../images/top/creative_harts.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.section_mainvisual .item02 {
	width: 300px;
	height: 300px;
	left: -30px;
	bottom: 20px;
	z-index: 10;
	background-image: url("../images/top/dot_yellow_l_b.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/
/* タブレット以下 */
@media screen and (max-width: 1200px) {
  /*
  .section_mainvisual .item01 {
  	width: 33%;
  	height: 25vw;
  	right: 1.5vw;
  }
  .section_mainvisual .item01::after {
  	width: 100%;
  	height: 25vw;
  	right: 0;
  }
  .section_mainvisual .item02 {
  	width: 16vw;
  	height: 16vw;
  	left: 4.5vw;
  }
  .section_mainvisual .item03 {
  	width: 28.5%;
  	top: 2vw;
  	right: 1.5vw;
  }
  .section_mainvisual .item03 a {
  	padding: 0.5vw;
  }
  */
}
/* for tablet max-width: 1200px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual .slick_slider {
    width: 100%;
  }
  /*
  .section_mainvisual .item01 {
  	width: 25vw;
  	height: 25vw;
  	right: 2vw;
  	bottom: 2vw;
  }
  .section_mainvisual .item02 {
  	display: none;
  }
  */
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	bnr	
-------------------------------------------------------------*/
.section_mainvisual .mainvisual_bnr {
  width: 300px;
  right: 0;
  /*top: 60px; /* 1つの場合 */
  top: 109px;
  /* 2つの場合 */
  z-index: 10;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.section_mainvisual .mainvisual_bnr a {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .section_mainvisual .mainvisual_bnr {
    width: 28.5%;
    top: 2vw;
    right: 1.5vw;
    /* 2つの場合 */
    width: 24%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 7.3vw;
    right: 1.5vw;
  }
  .section_mainvisual .mainvisual_bnr a {
    padding: 0.5vw;
  }
}
/* for tablet max-width: 1200px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual .mainvisual_bnr {
    display: none;
  }
  .creative_top_page .bnr_block img {
    width: 100%;
    height: auto;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	bnr2
-------------------------------------------------------------*/
.section_mainvisual .mainvisual_bnr2 {
  width: 300px;
  right: 0;
  top: 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.section_mainvisual .mainvisual_bnr2 a {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .section_mainvisual .mainvisual_bnr2 {
    width: 24%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0vw;
    right: 1.5vw;
  }
  .section_mainvisual .mainvisual_bnr2 a {
    padding: 0.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .section_mainvisual .mainvisual_bnr2 {
    display: none;
  }
}
/*-------------------------------------------------------------
	bnr3,4
-------------------------------------------------------------*/
.section_mainvisual .mainvisual_bnr4,
.section_mainvisual .mainvisual_bnr3 {
  width: 300px;
  right: 0;
  top: 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.section_mainvisual .mainvisual_bnr3 {
  top: 163px;
}

.section_mainvisual .mainvisual_bnr4 a,
.section_mainvisual .mainvisual_bnr3 a {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .section_mainvisual .mainvisual_bnr4,
  .section_mainvisual .mainvisual_bnr3 {
    width: 24%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0vw;
    right: 1.5vw;
  }
  .section_mainvisual .mainvisual_bnr3 {
    top: 12vw;
  }
  .section_mainvisual .mainvisual_bnr4 a,
  .section_mainvisual .mainvisual_bnr3 a {
    padding: 0.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .section_mainvisual .mainvisual_bnr4,
  .section_mainvisual .mainvisual_bnr3 {
    display: none;
  }
}
/*===============================================================

	section_mainvisual 2021

===============================================================*/
.section_mainvisual_inner {
  position: relative;
  /*
  	display:flex;
  	flex-direction:row;
  	flex-wrap:wrap;
  	justify-content:space-between;
  */
  width: 100%;
}

.section_mainvisual .main_pannel {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  z-index: 10;
}

.section_mainvisual .main_pannel .main_pannel_title {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_mainvisual .main_pannel .read {
  font-size: 16px;
  line-height: 1.5;
  width: 65%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_mainvisual .main_pannel .copy {
  width: 35%;
  margin-top: -27px;
}

.section_mainvisual .mainvisual_slider {
  width: 100%;
}

.section_mainvisual .main_pannel .btns {
  margin-top: 0;
  width: 55%;
  /*  width: 34%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*    display: none; */
}

.section_mainvisual .main_pannel .bnr_radio {
  width: 20%;
  text-align: center;
}

.section_mainvisual .bnr_radio a {
  display: block;
}

.section_mainvisual .bnr_radio a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section_mainvisual .bnr_radio img {
  width: 100%;
  height: auto;
  border: solid 3px #fffc00;
}

.section_mainvisual .bnr_radio .caption {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
  color: #000;
}

.section_mainvisual .main_pannel .btns .btn {
  width: auto;
  /*  width: 45%;*/
}

/*
.section_mainvisual .main_pannel .btns .btn:nth-child(odd) {
	width: auto;
}
*/
.section_mainvisual .main_pannel .btns .btn a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
}

.section_mainvisual .main_pannel .btns .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff0;
  z-index: -1;
}

.section_mainvisual .main_pannel .btns .btn a:hover::after {
  width: 100%;
}

.section_mainvisual .main_pannel .btns .btn a img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}

.section_mainvisual .main_pannel .btn_detail {
  margin-top: 35px;
}

.section_mainvisual .main_pannel .btn_detail a {
  border-radius: 3px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-right: 30px;
}

.section_mainvisual .main_pannel .btn_detail + .btn_detail {
  margin-left: 0;
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1460px) {
  .main_pannel {
    padding: 0 3vw;
  }
  .section_mainvisual .main_pannel {
    margin-top: -1vw;
    padding: 0 3vw;
    padding-top: 1vw;
  }
  .section_mainvisual .main_pannel .copy {
    margin-top: -1.5vw;
  }
  .section_mainvisual .main_pannel .read {
    font-size: 1.1vw;
  }
  .section_mainvisual .main_pannel .btns {
    margin-top: -0.5vw;
    position: relative;
    z-index: 10;
  }
  .section_mainvisual .main_pannel .btns .btn {
    width: auto;
    width: 45%;
  }
  .section_mainvisual .main_pannel .btns .btn a {
    font-size: 1.2vw;
    line-height: 3vw;
    margin-top: 0.5vw;
  }
  .section_mainvisual .main_pannel .btns .btn a::after {
    height: 3vw;
  }
  .section_mainvisual .main_pannel .btns .btn a img {
    width: 3vw;
    margin-right: 0.5vw;
  }
  .section_mainvisual .main_pannel .btn_detail {
    margin-top: 1.67vw;
  }
  .section_mainvisual .main_pannel .btn_detail a {
    border-radius: 0.25vw;
    font-size: 1.5vw;
    padding: 1.5vw;
    padding-right: 30px;
  }
  .section_mainvisual .main_pannel .btn_detail + .btn_detail {
    margin-top: 0.83vw;
  }
  .section_mainvisual .main_pannel .bnr_radio .caption {
    font-size: 0.82vw;
    margin-top: 0.34vw;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_mainvisual .section_top_notes_btn {
    padding-right: 0;
    padding-left: 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 4vw 0 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_mainvisual .main_pannel {
    /*    display: none;*/
    padding: 3vw 3vw 5vw 3vw;
    margin-top: -6vw;
  }
  .section_mainvisual .main_pannel,
  .section_mainvisual .loop_slider {
    width: 100%;
  }
  .section_mainvisual .loop_slider .slide,
  .section_mainvisual .loop_slider img {
    width: 100%;
    height: auto;
  }
  .section_mainvisual .main_pannel .main_pannel_title {
    display: none;
  }
  .section_mainvisual .main_pannel .read,
  .section_mainvisual .main_pannel .copy {
    display: none;
  }
  .section_mainvisual .main_pannel .copy {
    padding: 0 15vw;
    width: 100%;
  }
  .section_mainvisual .main_pannel .read {
    font-size: 4vw;
    margin-top: 4vw;
    text-align: center;
    width: 100%;
  }
  .section_mainvisual .main_pannel .btns .btn,
  .section_mainvisual .main_pannel .btns {
    width: 100%;
  }
  .section_mainvisual .main_pannel .btns .btn a {
    font-size: 5vw;
    line-height: 10vw;
    margin-top: 2vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section_mainvisual .main_pannel .btns .btn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto;
    border: solid 1px #000;
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg) translate(-1px, -1px);
            transform: rotate(-45deg) translate(-1px, -1px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section_mainvisual .main_pannel .btns .btn a::after {
    height: 10vw;
    top: auto;
    bottom: 0;
  }
  .section_mainvisual .main_pannel .btns .btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section_mainvisual .main_pannel .btns .btn.view_popup {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .section_mainvisual .main_pannel .btns .btn.view_popup a::after {
    width: 100%;
  }
  .section_mainvisual .main_pannel .btns .btn a img {
    width: 10vw;
    margin-right: 2vw;
  }
  .section_mainvisual .main_pannel .section_top_notes_btn {
    padding: 0;
    margin-top: 3vw;
  }
  .section_mainvisual .main_pannel .btn_detail {
    margin-top: 2.5vw;
  }
  .section_mainvisual .main_pannel .btn_detail a {
    border-radius: 0.38vw;
    font-size: 4vw;
    padding: 2.5vw;
  }
  .section_mainvisual .main_pannel .btn_detail + .btn_detail {
    margin-top: 1.25vw;
  }
  .section_mainvisual .bnr_radio a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .section_mainvisual .bnr_radio .caption {
    font-size: 3vw;
    line-height: 1.3;
    margin-top: 1.5vw;
    padding-bottom: 3vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	section_mainvisual	
-------------------------------------------------------------*/
.section_mainvisual .main_pannel_title_sp .main_pannel_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.main_pannel_title_sp {
  height: 12vw;
}

.main_pannel_title_sp .copy {
  width: 29%;
  padding-left: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_pannel_title_sp .copy img {
  margin-top: -3vw;
  width: 26vw;
  height: auto;
}

.main_pannel_title_sp .read {
  width: 68%;
  font-size: 3vw;
  text-align: left;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .main_pannel .main_pannel_title {
    display: none;
  }
}
/* for SP max-width: 800px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 320px) {
  .main_pannel_title_sp .read {
    font-size: 2.5vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	scroll_info	
-------------------------------------------------------------*/
.section_mainvisual .scroll_info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 100px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  z-index: 11;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.section_mainvisual .scroll_info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #000;
  border-top: none;
  border-left: none;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.section_mainvisual .scroll_info::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -40px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #000;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .section_mainvisual .scroll_info {
    -webkit-transform: rotate(-90deg) translate(-25px, -25px);
            transform: rotate(-90deg) translate(-25px, -25px);
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual .scroll_info {
    display: none;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	launcher	
-------------------------------------------------------------*/
.section_mainvisual .top_launcher {
  display: none;
}

.section_mainvisual .top_launcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section_mainvisual .top_launcher .top_launcher_btn + .top_launcher_btn {
  margin-top: 20px;
}

.section_mainvisual .top_launcher .top_launcher_btn a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  letter-spacing: 0.1px;
}

.section_mainvisual .top_launcher .top_launcher_event a {
  background-image: url("../images/top/launcher_event.svg");
}

.section_mainvisual .top_launcher .top_launcher_siryo a {
  background-image: url("../images/top/launcher_siryo.svg");
}

.section_mainvisual .top_launcher .top_launcher_access a {
  background-image: url("../images/top/launcher_access.svg");
}

.section_mainvisual .top_launcher .top_launcher_online a {
  background-image: url("../images/top/launcher_online.svg");
}

.section_mainvisual .top_launcher .top_launcher_btn a:hover {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 130px;
  height: 40px;
  white-space: nowrap;
  text-indent: 25px;
  overflow: hidden;
  background-position: 7px center;
  background-color: #ff0;
}

.section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a {
  letter-spacing: 0;
  background-size: 30px 30px;
}

.section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a:hover {
  width: 310px;
  text-indent: 35px;
  background-position: 12px center;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  /*
  .section_mainvisual .top_launcher {
  	top: 30px; bottom: auto;
  }*/
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual .top_launcher {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 2%;
  }
  .section_mainvisual .top_launcher .top_launcher_btn {
    width: 32%;
  }
  .section_mainvisual .top_launcher .top_launcher_btn + .top_launcher_btn {
    margin-top: 0;
  }
  .section_mainvisual .top_launcher .top_launcher_btn a:hover,
  .section_mainvisual .top_launcher .top_launcher_btn a,
  .section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a:hover,
  .section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a {
    display: block;
    font-size: 3.8vw;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 1vw 0;
    padding-top: 9vw;
    text-indent: 0vw;
    overflow: hidden;
    border-radius: 0;
    border: solid 1px #666;
    background-position: top center;
    background-size: 10vw 10vw;
  }
  .section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a:hover,
  .section_mainvisual .top_launcher .top_launcher_btn.top_launcher_online a {
    font-size: 2.6vw;
    line-height: 1.1;
    letter-spacing: 0;
    background-size: 10vw 10vw;
    padding-top: 9.3vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	mainvisual_splash	
-------------------------------------------------------------*/
.section_mainvisual_inner .main_pannel,
.section_mainvisual_inner .mainvisual_slider,
.section_mainvisual_inner .main_pannel_title_sp {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.hide_splash .section_mainvisual_inner .main_pannel,
.hide_splash .section_mainvisual_inner .mainvisual_slider,
.hide_splash .section_mainvisual_inner .main_pannel_title_sp {
  opacity: 1;
}

.hide_splash .section_mainvisual_inner .main_pannel_title_sp {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.mainvisual_splash {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainvisual_splash .str_wrp {
  position: relative;
}

.mainvisual_splash .str_wrp .str {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  opacity: 0;
}

.show_splash {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.hide_splash .mainvisual_splash {
  opacity: 0;
  /*transform: scale(2.5) translateY(-30px);*/
  pointer-events: none;
  /*	マウスイベント無効　*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mainvisual_splash .copy,
.mainvisual_splash .copy .str {
  width: 400px;
}

.mainvisual_splash .copy,
.mainvisual_splash .copy .str {
  height: 178px;
}

.mainvisual_splash .read {
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  font-weight: bold;
}

.blink {
  opacity: 1;
  -webkit-animation-name: animetion_blink;
          animation-name: animetion_blink;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.blinkOut {
  opacity: 1;
  -webkit-animation-name: animetion_blink2;
          animation-name: animetion_blink2;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes animetion_blink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-5deg);
            transform: scale(1.2) rotate(-5deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  61% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animetion_blink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-5deg);
            transform: scale(1.2) rotate(-5deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  61% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animetion_blink2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  61% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animetion_blink2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  61% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_mainvisual_inner .main_pannel .read,
  .section_mainvisual_inner .main_pannel .copy {
    display: none;
  }
  .section_mainvisual,
  .mainvisual_splash {
    height: calc(100vh - 50px);
    bottom: auto;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .hide_splash {
    height: auto;
  }
  .mainvisual_splash .read,
  .mainvisual_splash .copy .str,
  .mainvisual_splash .copy {
    width: 90vw;
  }
  .mainvisual_splash .copy,
  .mainvisual_splash .copy .str {
    height: 40vw;
  }
  .mainvisual_splash .copy {
    margin-top: -38vw;
  }
  .mainvisual_splash .read {
    margin-top: 3vw;
    font-size: 4vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_top_notes_btn

===============================================================*/
.section_top_notes_btn {
  /*padding: 30px;
  background: #eee;*/
  text-align: center;
  margin-top: 30px;
}

.section_top_notes_btn + .section_topics_slider {
  margin-top: 40px;
}

.section_top_notes_btn .title {
  font-size: 20px;
  line-height: 1.2;
  color: #f00;
}

.section_top_notes_btn .btn_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  padding-top: 10px;
}

.section_top_notes_btn .btn {
  width: calc((100% - 30px) / 2);
  margin-top: 10px;
  display: none;
}

.section_top_notes_btn .btn:nth-child(1),
.section_top_notes_btn .btn:nth-child(2),
.section_top_notes_btn .btn:nth-child(3),
.section_top_notes_btn .btn:nth-child(4) {
  display: block;
}

.section_top_notes_btn .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ddd;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  min-height: 60px;
  width: 100%;
  color: #000;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 5px;
}

.section_top_notes_btn .btn a:hover {
  border: solid 1px #666;
}

.section_top_notes_btn a .update {
  color: #f00;
  display: inline;
  font-weight: normal;
  font-size: 80%;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_top_notes_btn + .section_topics_slider {
    margin-top: 0;
  }
  .section_top_notes_btn {
    padding: 5vw 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_information + .section_top_notes_btn {
    margin-top: 0;
  }
  .section_top_notes_btn .title {
    font-size: 3.5vw;
  }
  .section_top_notes_btn .btn_wrp {
    margin-top: 1vw;
    padding: 0;
  }
  .section_top_notes_btn .btn {
    width: 100%;
  }
  .section_top_notes_btn .btn + .btn {
    margin-top: 1vw;
    width: 100%;
  }
  .section_top_notes_btn .btn a {
    font-size: 4vw;
    line-height: 1.2;
    min-height: 15vw;
    padding: 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_top_notes_btn .btn a:hover {
    border: solid 1px #666;
  }
  .section_top_notes_btn a .update {
    padding-top: 1vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	btn_detail	
-------------------------------------------------------------*/
.section_top_notes_btn .btn_detail {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.section_top_notes_btn .btn_detail + .btn_detail {
  margin-left: 20px;
}

.section_top_notes_btn .btn_detail a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  border-radius: 25px;
  background: #ff4e4e;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
}

/*.section_top_notes_btn .btn_detail.restart a {
	color: #000;
	background: #ff0;
}*/
.section_top_notes_btn .btn_detail a::after {
  right: 20px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  border-color: #fff;
}

/*.section_top_notes_btn .btn_detail.restart a::after {
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	border-color: #000;
}*/
.section_top_notes_btn .btn_detail a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_top_notes_btn {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .section_top_notes_btn .btn_detail {
    width: 100%;
    /*padding: 0 15px;*/
  }
  .section_top_notes_btn .btn_detail + .btn_detail {
    margin-top: 15px;
    margin-left: 0;
  }
  .section_top_notes_btn .btn_detail a {
    display: block;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_top_notes_btn {
    padding-right: 3vw;
    padding-left: 3vw;
    margin-top: 0;
  }
  .section_top_notes_btn .btn_detail a {
    padding: 2vw;
    font-size: 3.8vw;
    line-height: 5vw;
    border-radius: 7vw;
    padding: 2vw 8vw;
  }
  .section_top_notes_btn .btn_detail a::after {
    right: 5vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	object_fit_img

===============================================================*/
/*-------------------------------------------------------------
	img_contain	
-------------------------------------------------------------*/
.object_fit_img .img_contain {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.object_fit_img .img_cover {
  width: 100%;
  /*height:120px;*/
  height: 100%;
  /* 2020/4/3 object-fit対応で修正 */
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

/*===============================================================

	section_campusnews

===============================================================*/
.section_campusnews {
  text-align: center;
  padding-top: 30px;
}

.section_campusnews .btn_more {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 50px;
}

.section_campusnews .btn_more a {
  display: block;
  background: #fa0;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}

.section_campusnews .btn_more a:hover {
  background: #fc0;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_campusnews {
    padding-top: 0;
  }
  .section_campusnews .btn_more {
    margin-top: 5vw;
  }
  .section_campusnews .btn_more a {
    padding: 3vw 10vw;
    font-size: 4vw;
    line-height: 1;
    border-radius: 6vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	blog_item

===============================================================*/
.blog_itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_itemlist .blog_item {
  width: calc((100% - 60px) / 3);
  margin-top: 40px;
}

.blog_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.blog_item a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
  /*opacity: 0.7;*/
}

.blog_item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.blog_item .txt {
  width: calc(100% - 95px);
  text-align: left;
}

.blog_item .txt .date,
.blog_item .txt .category {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
}

.blog_item .txt .category {
  color: #fa0;
  margin-left: 5px;
  font-weight: bold;
}

.blog_item .txt .title {
  font-size: 20px;
  line-height: 1.3;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .blog_itemlist {
    padding-top: 0vw;
  }
  .blog_itemlist .blog_item {
    width: 100%;
    margin-top: 6vw;
  }
  .blog_item + .blog_item {
    margin-top: 6vw;
  }
  .blog_item .thumb {
    width: 14vw;
    height: 14vw;
  }
  .blog_item .txt {
    width: calc(100% - 16vw);
  }
  .blog_item .txt .date,
  .blog_item .txt .category {
    font-size: 3.2vw;
  }
  .blog_item .txt .category {
    margin-left: 1vw;
  }
  .blog_item .txt .title {
    font-size: 4.5vw;
    margin-top: 0;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_blog_title

===============================================================*/
.section_blog_title {
  background: #eee;
  border-bottom: dashed 1px #ddd;
}

.section_blog_title .wide_width_max {
  background: #eee;
  position: relative;
}

.section_blog_title .blog_item .txt .title {
  white-space: inherit;
  width: 100%;
  overflow: visible;
  text-overflow: inherit;
  margin-top: 10px;
}

.section_blog_title .blog_item .category a {
  color: #fa0;
}

.section_blog_title .blog_item .category a:hover {
  color: #fc0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .section_blog_title {
    padding: 0 20px;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_blog_title {
    padding: 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_blog_title .section_inner {
    padding: 0;
  }
  .section_blog_title .blog_item {
    padding: 10px 20px;
  }
  .section_blog_title .blog_item .txt .title {
    margin-top: 0vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_top_movie

===============================================================*/
.section_top_movie {
  padding: 30px 0 0;
}

.creative_top_movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.creative_top_movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～840px */
@media only screen and (max-width: 840px) {
  .creative_top_movie {
    width: 100%;
  }
}
/* for SP max-width: 840px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_top_movie {
    padding: 0;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	modal 2020/11/10

===============================================================*/
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 100000;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  display: none;
  z-index: 100001;
  -webkit-transition: top 0.2s linear, left 0.1s linear;
  transition: top 0.2s linear, left 0.1s linear;
  color: #fff;
}

.modal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 9999;
}

.modal .close:before,
.modal .close:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 10px;
  right: 0;
}

.modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal .close:hover {
  opacity: 0.7;
}

.modal .modal_container {
  padding: 0;
  position: relative;
}

.modal .modal_contents_wrp {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal .modal_inner {
  padding: 0;
}

.modal .modal_contents_wrp::-webkit-scrollbar {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .modal {
    width: 100%;
  }
  .modal .modal_contents_wrp {
    padding: 5vw;
  }
  .modal .close {
    top: -8vw;
    right: 0;
    width: 10vw;
    height: 10vw;
  }
  .modal .close:before,
  .modal .close:after {
    width: 10vw;
    height: 1px;
    top: 5vw;
    right: 0;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.modal .modal_pager
-------------------------------------------------------------*/
.modal .modal_pager li a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.modal .modal_pager li a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 6px;
  left: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.modal .modal_pager li.prev a {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal .modal_pager li.next a {
  right: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_header h3 {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
}

.modal .modal_container .modal_header p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .modal .modal_container .modal_header h3 {
    font-size: 6vw;
    line-height: 1.4;
    padding-top: 0;
  }
  .modal .modal_container .modal_header p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_body h3 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: none;
}

.modal .modal_container .modal_body p {
  font-size: 16px;
  line-height: 1.8;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .modal .modal_container .modal_body h3 {
    font-size: 5vw;
    line-height: 1.4;
    padding-top: 0;
  }
  .modal .modal_container .modal_body p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	.modal_container .btn
-------------------------------------------------------------*/
.modal_container .btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.modal_container .btn a {
  position: relative;
  display: block;
  background-color: #e61e19;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0;
}

.modal_container .btn a:hover {
  text-decoration: none;
  background-color: #f00;
}

.modal_container .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .modal_container .btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .modal_container .btn a {
    font-size: 4.5vw;
    padding: 4vw 0;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	nodata	
-------------------------------------------------------------*/
.modal .nodata {
  padding: 30px 0;
  text-align: center;
}

.modal .nodata h3 {
  font-size: 16px;
}

.modal .closebtn a {
  display: block;
  width: 120px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #fff;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal_gamedetail .closebtn a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .modal .nodata {
    padding: 4vw 0;
  }
  .modal .nodata h3 {
    font-size: 4vw;
  }
  .modal .closebtn a {
    width: 50%;
    font-size: 4vw;
    line-height: 2;
    margin-top: 4vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	youtube_sticky

===============================================================*/
.youtube_sticky {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
  width: 200px;
  color: #fff;
  background: #ff4e4e;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.youtube_sticky:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.youtube_sticky img {
  width: 100%;
  height: auto;
}

.youtube_sticky p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

.youtube_sticky a,
.youtube_sticky a:hover {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}

.youtube_sticky .movie_thumb {
  position: relative;
}

.youtube_sticky .movie_thumb::after,
.youtube_sticky .movie_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.youtube_sticky .movie_thumb::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.youtube_sticky .movie_thumb::after {
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.5);
  border-right: 14px solid transparent;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.youtube_sticky .movie_thumb:hover::before {
  background: rgb(0, 0, 0);
}

.youtube_sticky .movie_thumb:hover::after {
  border-left: 14px solid rgb(255, 255, 255);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .youtube_sticky {
    bottom: 3vw;
    right: 3vw;
    width: 30%;
    padding: 1.5vw;
    display: none;
  }
  .youtube_sticky p {
    font-size: 3.5vw;
    margin-top: 1.5vw;
  }
  .youtube_sticky .movie_thumb::before {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  .youtube_sticky .movie_thumb::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 4vw solid rgba(255, 255, 255, 0.5);
    border-right: 4vw solid transparent;
    -webkit-transform: translate(2.5vw, 0);
            transform: translate(2.5vw, 0);
  }
  .youtube_sticky .movie_thumb:hover::after {
    border-left: 4vw solid rgb(255, 255, 255);
  }
}
/* for SP max-width: 800px */
/*===============================================================

	splash

===============================================================*/
body {
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	splash_contents	
-------------------------------------------------------------*/
.splash_contents {
  position: relative;
}

.splash_contents .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
  color: #fff;
}

.splash_contents .splash_close {
  position: absolute;
  top: -30px;
  right: 0px;
}

.splash_contents .splash_close a {
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  line-height: 1;
  padding: 5px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	loop_slider_wrp

===============================================================*/
.loop_slider_wrp {
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hide_splash .loop_slider_wrp {
  opacity: 1;
}

.loop_slider_wrp .loop_slider,
.loop_slider_wrp .loop_slider2 {
  z-index: 1;
  position: static;
}

.loop_slider_wrp .slide a {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.loop_slider_wrp .loop_slider2 {
  padding-top: 5px;
  padding-bottom: 15px;
}

.loop_slider_wrp .slick-list {
  margin-right: -15px;
  /* ガター分ネガティブマージン */
}

.loop_slider_wrp .slick-slide {
  margin-right: 15px;
  /* ガター */
}

/* タブレット以下 */
@media screen and (max-width: 1460px) {
  .loop_slider_wrp {
    margin-top: 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .loop_slider_wrp {
    margin-top: 0;
    width: 100%;
    height: 130vw;
  }
  .loop_slider_wrp .slick-list {
    width: 100%;
    height: 76vw !important;
  }
  .loop_slider_wrp .loop_slider img {
    max-height: 76vw;
    width: auto;
  }
  .loop_slider_wrp .loop_slider2 .slick-list {
    width: 100%;
    height: 40vw !important;
  }
  .loop_slider_wrp .loop_slider2 .loop_slider img {
    max-height: 40vw;
    width: auto;
  }
  /*
  .loop_slider_wrp .loop_slider2 .slick-list {
  	width: 100%;
  	height: 35vw !important;
  }
  */
  .loop_slider_wrp .slick-list {
    margin-right: 0;
    /* ガター分ネガティブマージン */
  }
  .loop_slider_wrp .loop_slider2 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	microcopy	
-------------------------------------------------------------*/
.loop_slider_wrp .slide .microcopy {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
}

.loop_slider_wrp .slide a:hover .microcopy {
  opacity: 1;
}

.loop_slider_wrp .slide .photo {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.loop_slider_wrp .slide .microcopy .label {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}

.loop_slider_wrp .loop_slider .slide .microcopy .label {
  background: #fc0;
}

.loop_slider_wrp .slide .microcopy .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0;
}

.loop_slider_wrp .slide .microcopy .txt {
  width: 100%;
}

.loop_slider_wrp .slide .microcopy .txt p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 5px;
  letter-spacing: 0;
}

/*
.loop_slider_wrp .slide .photo {
	overflow: hidden;
	border-radius: 10px;
}
*/
.loop_slider_wrp .loop_slider2 .slide .microcopy {
  padding: 10px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  /*	border: solid 3px rgba(255,255,0,0.00);*/
}

.loop_slider_wrp .loop_slider2 .slide .microcopy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  -webkit-transform: scale(0.1) rotate(-45deg) translate(-5px, -5px);
          transform: scale(0.1) rotate(-45deg) translate(-5px, -5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.loop_slider_wrp .loop_slider2 .slide .microcopy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  width: 30px;
  height: 30px;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.loop_slider_wrp .loop_slider2 .slide a:hover .microcopy {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  /*	border: solid 3px rgba(255,255,0,1);*/
}

.loop_slider_wrp .loop_slider2 .slide a:hover .microcopy::after {
  opacity: 0;
  -webkit-transform: scale(1) rotate(-45deg) translate(-2px, -2px);
          transform: scale(1) rotate(-45deg) translate(-2px, -2px);
}

.loop_slider_wrp .loop_slider2 .slide a:hover .microcopy::before {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.loop_slider_wrp .loop_slider2 .slide img {
  -webkit-transition: all 10s;
  transition: all 10s;
}

.loop_slider_wrp .loop_slider2 .slide a:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.loop_slider_wrp .loop_slider2 .slide .microcopy .label {
  font-size: 9px;
  letter-spacing: 0;
}

.loop_slider_wrp .loop_slider2 .slide .microcopy .title {
  font-size: 9px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0;
}

.loop_slider_wrp .loop_slider2 .slide .microcopy .txt p {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0;
}

/*
.loop_slider_wrp .slick-active {
	transform: scale(0.99);
}
.loop_slider_wrp .slick-current {
	transform: scale(1.01);
}
*/
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .loop_slider_wrp .loop_slider2 .slide .microcopy,
  .loop_slider_wrp .slide .microcopy {
    padding: 2vw;
  }
  .loop_slider_wrp .slide .microcopy .label {
    font-size: 2.5vw;
  }
  .loop_slider_wrp .slide .microcopy .title {
    font-size: 3vw;
  }
  .loop_slider_wrp .slide .microcopy .txt p {
    font-size: 4vw;
    margin-top: 1vw;
  }
  .loop_slider_wrp .loop_slider2 .slide .microcopy .label {
    font-size: 2vw;
  }
  .loop_slider_wrp .loop_slider2 .slide .microcopy .title {
    font-size: 2vw;
  }
  .loop_slider_wrp .loop_slider2 .slide .microcopy .txt p {
    font-size: 2.8vw;
    margin-top: 0.8vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	world_title	
-------------------------------------------------------------*/
.loop_slider_wrp .world_title {
  margin-top: 10px;
}

.loop_slider_wrp .world_title .title {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  position: relative;
  z-index: 5;
}

.loop_slider_wrp .world_title a {
  color: #000;
  position: relative;
  padding-right: 15px;
}

.loop_slider_wrp .world_title a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 2px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.loop_slider_wrp .world_title a:hover::after {
  top: 0;
  bottom: 0;
  right: -3px;
}

.loop_slider_wrp .world_title,
.loop_slider_wrp .loop_slider2 {
  background: #ff0;
}

/* タブレット以下 */
@media screen and (max-width: 1460px) {
  .loop_slider_wrp .world_title .title {
    font-size: 1.5vw;
    padding: 0 3vw;
    padding-top: 10px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .loop_slider_wrp .world_title {
    margin-top: 10px;
  }
  .loop_slider_wrp .world_title .title {
    font-size: 3vw;
    padding: 2vw 3vw;
    padding-bottom: 0vw;
  }
  .loop_slider_wrp .world_title a {
    padding-right: 3vw;
  }
  .loop_slider_wrp .world_title a::after {
    border: solid 1px #000;
    border-top: none;
    border-left: none;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_recruit_result

===============================================================*/
.section_recruit_result {
  background: #ff0;
  margin-top: -80px;
}

.section_recruit_result .section_inner {
  padding-bottom: 50px;
}

.section_recruit_result .content_recruit_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_recruit_result .content_recruit_result .fig {
  width: 50%;
}

.section_recruit_result .content_recruit_result .txt {
  width: 47%;
}

.section_recruit_result .content_recruit_result .txt p {
  font-size: 14px;
  line-height: 1.6;
}

.section_recruit_result .content_recruit_result .btns {
  margin-top: 25px;
}

.section_recruit_result .content_recruit_result .btn_yellow a {
  background: #fff;
  font-size: 14px;
}

/* タブレット以下 */
@media screen and (max-width: 1300px) {
  .section_recruit_result {
    margin-top: -30px;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_recruit_result {
    margin-top: 0;
  }
  .section_recruit_result .section_inner {
    padding-bottom: 50px;
  }
  .section_recruit_result .content_recruit_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_recruit_result .content_recruit_result .fig {
    width: 100%;
  }
  .section_recruit_result .content_recruit_result .txt {
    width: 100%;
    margin-top: 30px;
  }
  .section_recruit_result .content_recruit_result .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	frame.css上書き

===============================================================*/
.section_footer_menu {
  background: rgba(0, 0, 0, 0.05);
  padding: 0;
  padding-bottom: 50px;
  margin-top: 0;
}

.section_banner + .section_footer_menu {
  padding-top: 30px;
}

.section_banner + .section_footer_menu ul {
  margin-top: 0;
}

.section_footer_menu .content_bnr_list ul li {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_footer_menu .content_width {
    padding: 0 20px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_footer_menu {
    padding-bottom: 5vw;
  }
  .section_banner + .section_footer_menu {
    padding-top: 5vw;
  }
  .section_banner + .section_footer_menu ul {
    margin-top: 0;
  }
  .section_footer_menu .content_bnr_list ul li + li {
    margin-top: 3vw;
  }
  .section_footer_menu .content_width {
    padding: 0 5vw;
  }
}
/* for SP max-width: 800px */