@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : disaster-education.css
 author     : Ability Consultant
 style info : 防災教育
=================================================================== */
.sec_special_class .inner, .sec_movie .news_video_block, .sec_ambassador .inner, .sec_activity .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .sec_special_class .inner, .sec_movie .news_video_block, .sec_ambassador .inner, .sec_activity .inner {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'bah';
  src: url(../css/font/bahnschrift.woff) format("woff"), url(../css/font/bahnschrift.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	slide矢印
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int .box_title {
  margin: 100px 0 90px;
  text-align: center;
  font-weight: 100;
  margin: 75px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title {
    margin: 10% 0 8%;
  }
}
.con_int .box_title span {
  font-size: 347%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  position: relative;
  letter-spacing: 6px;
  line-height: 1em;
  text-align: center;
  color: #b4b4b4;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title span {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title span {
    font-size: 200%;
  }
}
.con_int .box_title span:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #004b9d;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_int .box_title span {
    letter-spacing: normal;
  }
}
.con_int .box_title em {
  font-size: 140%;
  padding-top: 40px;
  display: block;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title em {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title {
    margin: 8% auto 0;
  }
}

/* -----------------------------------------------------------
	ページタイトル
----------------------------------------------------------- */
.sec_intro {
  text-align: center;
  padding: 80px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_intro {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_intro {
    padding: 40px 0 30px;
  }
}
.sec_intro .page_title span {
  font-size: 280%;
  font-family: 'bah',sans-serif;
  color: #004b9d;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_intro .page_title span {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_intro .page_title span {
    font-size: 160%;
  }
}
.sec_intro .page_title span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #004b9d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .sec_intro .intro_text {
    width: 90%;
    margin: auto;
  }
}
.sec_intro .intro_text h4 {
  display: block;
  font-size: 160%;
  font-feature-settings: "palt";
  letter-spacing: .2em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_intro .intro_text h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_intro .intro_text h4 {
    font-size: 107%;
  }
}
.sec_intro .intro_text .txt {
  display: block;
  max-width: 795px;
  margin: 40px auto 0 auto;
  color: #090104;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_intro .intro_text .txt {
    margin: 2rem auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec_intro .intro_text .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	メインビジュアル
----------------------------------------------------------- */
.sec_mainvisual .mainvisual_img {
  width: 100%;
}
.sec_mainvisual .mainvisual_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------------------
	特別授業セクション
----------------------------------------------------------- */
.sec_special_class {
  padding: 80px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class {
    padding: 40px 0 60px;
  }
}
.sec_special_class .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_special_class .inner-ttl {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_special_class .inner-ttl {
    width: 100%;
  }
}
.sec_special_class .section_title {
  margin-bottom: 20px;
  color: #333;
  font-size: 187%;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .section_title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .section_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .section_title {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .section_title {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .section_title {
    width: 100%;
  }
}
.sec_special_class .class_info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
  padding: 16px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #666;
  text-align: center;
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_info {
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_info {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_info {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_info {
    font-size: 94%;
  }
}
.sec_special_class .class_description {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_description {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_description {
    margin-bottom: 40px;
  }
}
.sec_special_class .class_description p {
  font-size: 100%;
  line-height: 1.9;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_description p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_description p {
    font-size: 87%;
  }
}
.sec_special_class .class_block {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block {
    margin-bottom: 50px;
  }
}
.sec_special_class .class_block .block_title {
  position: relative;
  width: 35%;
  max-width: 250px;
  margin: auto;
  margin-bottom: 30px;
  background-color: #004b9d;
  text-align: center;
  transform: skewX(-25deg);
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block .block_title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_block .block_title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block .block_title {
    margin-bottom: 20px;
  }
}
.sec_special_class .class_block .block_title span {
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  font-size: 134%;
  font-weight: bold;
  transform: skewX(25deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_block .block_title span {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block .block_title span {
    font-size: 107%;
  }
}
.sec_special_class .class_block .block_desc {
  margin-bottom: 30px;
  color: #333;
  font-size: 94%;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_block .block_desc {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block .block_desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_special_class .class_block .block_desc {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_special_class .class_block .block_desc {
    font-size: 80%;
  }
}
.sec_special_class .photo_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.sec_special_class .photo_grid.photo_grid_3 .photo_item {
  width: calc(33.333% - 14px);
}
@media only screen and (max-width: 767px) {
  .sec_special_class .photo_grid.photo_grid_3 .photo_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sec_special_class .photo_grid.photo_grid_2 .photo_item {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .sec_special_class .photo_grid.photo_grid_2 .photo_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sec_special_class .photo_grid .photo_item img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------------------
	アンバサダー就任セクション
----------------------------------------------------------- */
.sec_movie {
  width: 100%;
  padding: 75px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .sec_movie {
    padding: 50px 0;
  }
}
.sec_movie .news_video_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_movie .news_video_block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_movie .news_video_block {
    padding: 0;
  }
}
.sec_movie .news_video_block .video_intro {
  min-height: 4rem;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_movie .news_video_block .video_intro {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_movie .news_video_block .video_intro {
    font-size: 80%;
  }
}
.sec_movie .news_video_block .video_comment_title {
  min-height: 4rem;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_movie .news_video_block .video_comment_title {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_movie .news_video_block .video_comment_title {
    font-size: 80%;
  }
}
.sec_movie .news_video_block .video_grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_movie .news_video_block .video_grid {
    flex-direction: column;
    gap: 20px;
  }
}
.sec_movie .news_video_block .video_item {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .sec_movie .news_video_block .video_item {
    width: 100%;
  }
}
.sec_movie .news_video_block .video_link {
  display: block;
  position: relative;
  text-decoration: none;
}
.sec_movie .news_video_block .video_link img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_movie .news_video_block .video_link .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(0, 75, 157, 0.85);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_movie .news_video_block .video_link .play_btn i {
  margin-left: 4px;
}
.mouse .sec_movie .news_video_block .video_link:hover .play_btn, .touch .sec_movie .news_video_block .video_link.touchstart .play_btn {
  background-color: #004b9d;
  transform: translate(-50%, -50%) scale(1.1);
}
.touch .sec_movie .news_video_block .video_link {
  -webkit-tap-highlight-color: transparent;
}
.touch .sec_movie .news_video_block .video_link.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	Fancybox 縦長動画対応
----------------------------------------------------------- */
.fancybox-video-wrap {
  height: 100% !important;
  width: auto !important;
}

.fancybox-inner {
  max-height: 100vh !important;
  width: auto !important;
}
.fancybox-inner video {
  max-height: 90vh !important;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .fancybox-inner video {
    width: 100% !important;
    max-height: unset !important;
    padding: 10px !important;
  }
}

/* -----------------------------------------------------------
	アンバサダー就任セクション
----------------------------------------------------------- */
.sec_ambassador {
  background-color: #004b9d;
  color: #fff;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador {
    padding: 40px 0;
  }
}
.sec_ambassador .ambassador_title {
  text-align: center;
  font-size: 174%;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_title {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_title {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_title {
    margin-bottom: 25px;
  }
}
.sec_ambassador .ambassador_content .ambassador_text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_content .ambassador_text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_content .ambassador_text {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_content .ambassador_text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
.sec_ambassador .ambassador_content .ambassador_text p {
  width: 70%;
  font-size: 94%;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_content .ambassador_text p {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_content .ambassador_text p {
    width: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_content .ambassador_text p {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_content .ambassador_text p {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_content .ambassador_text p {
    flex: 1;
  }
}
.sec_ambassador .ambassador_content .ambassador_text .profile_photo {
  width: 35%;
}
.sec_ambassador .ambassador_profile {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile {
    flex-direction: column;
  }
}
.sec_ambassador .ambassador_profile .profile_card {
  display: flex;
  flex: 1;
  gap: 30px;
  padding: 60px;
  background-color: #fff;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card {
    flex-direction: column;
    gap: 20px;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_label {
  position: relative;
  width: 100%;
  max-width: 200px;
  background-color: #000;
  text-align: center;
  transform: skewX(-45deg);
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_label span {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-size: 94%;
  font-weight: bold;
  transform: skewX(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_label span {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_label span {
    font-size: 80%;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner {
    flex-direction: column;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info {
    font-size: 80%;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_info .label {
  display: inline-block;
  min-width: 70px;
  color: #666;
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right {
  flex: 1;
  width: auto;
  max-width: 400px;
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_title {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  font-size: 94%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_title {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_title {
    font-size: 80%;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_detail {
  font-size: 94%;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_detail {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .career_detail {
    font-size: 80%;
  }
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .line {
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background-color: #ddd;
}
.sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .youtube_info {
  font-size: 80%;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .youtube_info {
    font-size: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_card .profile_left .profile_left_inner .profile_right .youtube_info {
    font-size: 67%;
  }
}
.sec_ambassador .ambassador_profile .profile_photo {
  position: absolute;
  top: -40%;
  right: 5%;
  width: 25%;
  max-width: 275px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_photo {
    top: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_photo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.sec_ambassador .ambassador_profile .profile_photo img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_ambassador .ambassador_profile .profile_photo .photo_caption {
  margin-top: 10px;
  color: #000;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_ambassador .ambassador_profile .profile_photo .photo_caption {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_ambassador .ambassador_profile .profile_photo .photo_caption {
    font-size: 80%;
  }
}

/* -----------------------------------------------------------
	活動履歴セクション
----------------------------------------------------------- */
.sec_activity {
  padding: 60px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_activity {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_activity {
    padding: 40px 0 60px;
  }
}
.sec_activity .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec_activity .activity_year {
  position: relative;
  width: 100%;
  max-width: 125px;
  margin-left: 12px;
  padding-left: 4px;
  background-color: #000;
  text-align: left;
  transform: skewX(-45deg);
}
.sec_activity .activity_year span {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-size: 94%;
  font-weight: bold;
  transform: skewX(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec_activity .activity_year span {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_activity .activity_year span {
    font-size: 80%;
  }
}
.sec_activity .activity_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
}
.sec_activity .activity_list li {
  flex: 1;
  display: inline-block;
}
.sec_activity .activity_list li a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #090104;
  border: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .sec_activity .activity_list li a {
    padding: 5% 0;
  }
}
.sec_activity .activity_list li a span:after {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 20px;
  background: url(../images/common/ic_arr-right.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .sec_activity .activity_list li a span:after {
    margin-left: 5%;
  }
}
.sec_activity .activity_list li a:hover {
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .sec_activity .activity_list li {
    display: block;
    width: 100%;
  }
}
.sec_activity .activity_list li a {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec_activity .activity_list li a {
    padding-left: 1em;
  }
}
.sec_activity .activity_list li a span {
  line-height: 1.6;
}
