@charset "UTF-8";
img {
  width: auto;
  max-width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

#Contents {
  padding: 0 0;
}

#section01 {
  background-color: #fff;
  /***slick************/
}
#section01 .slider {
  padding: 0;
  margin-bottom: 0;
}
#section01 .slick-dots {
  text-align: center;
  position: relative;
  bottom: auto;
  padding: 15px 0;
}
@media screen and (max-width:768px) {
  #section01 .slick-dots {
    padding: 10px 0;
  }
}
#section01 .slick-dots li {
  margin: 0 9px;
}
@media screen and (max-width:768px) {
  #section01 .slick-dots li {
    margin: 0 6px;
  }
}
#section01 .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #999999;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
  #section01 .slick-dots li button::before {
    font-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 12px;
  }
}
#section01 .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #b1000e;
}
#section01 .section__in img {
  max-width: 100%;
  display: block;
  height: auto;
}
#section01 .section__in {
  /*overflow: hidden;*/
  max-width: 1160px;
  width: 100%;
  margin: auto;
}
#section01 .slick-list {
  overflow: visible;
}
#section01 .slider-item {
  position: relative;
}
#section01 .slider-item figure {
  position: relative;
}
#section01 .prev2 {
  width: 40px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  #section01 .prev2 {
    transform: translate(0%, -50%);
    width: 6.5vw;
    position: absolute;
    top: calc(50% - 25x);
    left: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
#section01 .prev2 img {
  width: 100%;
}
#section01 .prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section01 .next2 {
  width: 40px;
  position: absolute;
  top: calc(50% - 30px);
  right: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(50%, -50%);
}
@media screen and (max-width:768px) {
  #section01 .next2 {
    transform: translate(0%, -50%);
    width: 6.5vw;
    position: absolute;
    top: calc(50% - 25px);
    right: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
#section01 .next2 img {
  width: 100%;
}
#section01 .next2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section01 .m_mainvisWrap {
  padding-bottom: 0;
  overflow: visible;
}

#section02 {
  width: 100%;
  background-color: #f7e5e7;
  padding: 30px 0;
  /****slick関係*******************/
  /***slick************/
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 30px 0 15px 0;
  }
}
#section02 .section__in {
  width: 88%;
  max-width: 1230px;
  margin: 0 auto;
}
#section02 h2 {
  font-weight: 700;
  margin-bottom: 0.75em;
  color: #333333;
  text-align: center;
}
#section02 h2.textleft {
  text-align: left;
}
#section02 h2.in15 {
  padding-left: 15px;
}
#section02 .textbox {
  width: 100%;
  padding: 0.5em;
}
#section02 .textbox .tags {
  display: inline-block;
  padding: 0.15em 0.4em 0.3em 0.4em;
  margin-bottom: 0.5em;
  color: #fff;
}
#section02 .textbox .tags.color01 {
  background-color: #084da0;
}
#section02 .textbox .tags.color02 {
  background-color: #257727;
}
#section02 .textbox .base_text {
  line-height: 160%;
  padding-bottom: 2em;
  font-weight: 600;
  /*min-height: 5.2em;*/
}
#section02 .slick-list {
  overflow: visible;
}
#section02 ul.news_list {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width:768px) {
  #section02 ul.news_list {
    width: 105%;
    margin-left: -2.5%;
    margin-right: 0%;
    padding: 0 0px;
  }
}
#section02 ul.news_list li.inlist {
  width: 320px !important;
  display: block;
  position: relative;
  margin: 0 12px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
#section02 ul.news_list li.inlist::after {
  content: "";
  background: url(/images/newtop/pickup_more.svg) no-repeat center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  #section02 ul.news_list li.inlist {
    margin: 0 1.5vw;
    width: 84vw !important;
  }
}
#section02 ul.news_list li.inlist .inlist__box {
  position: relative;
}
#section02 ul.news_list li.inlist a.mainlink {
  display: block;
  position: relative;
  z-index: 30;
}
#section02 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
  transform: scale(1.1);
}
@media screen and (max-width:768px) {
  #section02 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
    transform: scale(1);
  }
}
#section02 .slick-dots {
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  bottom: auto;
}
@media screen and (max-width:768px) {
  #section02 .slick-dots {
    padding: 10px 0;
  }
}
#section02 .slick-dots li {
  margin: 0 9px;
}
@media screen and (max-width:768px) {
  #section02 .slick-dots li {
    margin: 0 6px;
  }
}
#section02 .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #999999;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
  #section02 .slick-dots li button::before {
    font-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 12px;
  }
}
#section02 .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #b1000e;
}
#section02 .next2 {
  width: 40px;
  position: absolute;
  right: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(15px, -50%);
}
#section02 .next2.slick-disabled {
  opacity: 0;
}
#section02 .next2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section02 .next2 {
    top: calc(50% - 20px);
    width: 6%;
    right: 5%;
  }
}
#section02 .prev2 {
  width: 40px;
  position: absolute;
  left: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(-15px, -50%);
}
#section02 .prev2.slick-disabled {
  opacity: 0;
}
#section02 .prev2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section02 .prev2 {
    top: calc(50% - 20px);
    width: 6%;
    left: 5%;
  }
}

#section03 {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  /********コース検索ボタン********/
  /* 入力枠（キーワード） */
  /* 検索ボタン */
}
@media screen and (max-width:768px) {
  #section03 {
    padding: 30px 0 20px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section03 h2 {
  font-weight: 700;
  margin-bottom: 0.75em;
  color: #333333;
  text-align: center;
}
#section03 h2.textleft {
  text-align: left;
}
#section03 h2.in15 {
  padding-left: 15px;
}
#section03 .tabbox {
  width: 100%;
}
#section03 .tabbox ul.tabbox__title {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section03 .tabbox ul.tabbox__title li {
  width: 32.3%;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  background-color: #efefef;
  color: #b1000e;
}
#section03 .tabbox ul.tabbox__title li span {
  display: inline-block;
  padding: 0.65em 0 0.75em 0;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: 100%;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section03 .tabbox ul.tabbox__title li span {
    line-height: 140%;
  }
}
#section03 .tabbox ul.tabbox__title li.active {
  background-color: #b1000e;
  color: #fff;
}
#section03 .tabbox ul.tabbox__title li:hover span {
  cursor: pointer;
}
#section03 .tabbox .tabbox__inbox {
  width: 100%;
  border: 2px solid #b1000e;
  background-color: #fafafc;
  padding: 1em 1em 4px 1em;
  margin-bottom: 50px;
}
#section03 .tabbox .tabbox__inbox ul.tabbox__inbox__list {
  position: relative;
}
#section03 .tabbox .tabbox__inbox ul.tabbox__inbox__list li.tabbox__inbox__list2 {
  width: 100%;
  position: relative;
  display: none;
}
#section03 .tabbox .tabbox__inbox ul.tabbox__inbox__list li.tabbox__inbox__list2.active {
  display: block;
}
#section03 .tabbox .tabbox__inbox ul.cate_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li {
  width: 24%;
  min-height: 53px;
  margin-right: 1%;
  border: 2px solid #ccc;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  #section03 .tabbox .tabbox__inbox ul.cate_list li {
    width: 100%;
    min-height: 12vw;
  }
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a, #section03 .tabbox .tabbox__inbox ul.cate_list li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  line-height: 140%;
  min-height: 53px;
  display: flex;
  align-items: center;
  flex-direction: column; /* 行を縦積み（改行ごとに別アイテム扱い） */
  justify-content: center; /* 主軸（縦方向）中央揃え */
  align-items: center; /* 交差軸（横方向）中央揃え */
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon {
  padding-left: 3em;
  position: relative;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon::after {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translate(0, -50%);
}
@media screen and (max-width:768px) {
  #section03 .tabbox .tabbox__inbox ul.cate_list li a.icon, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon {
    padding-left: 1em;
  }
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon01::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon01::after {
  background: url(/images/newtop/sagasu_icon01.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon02::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon02::after {
  background: url(/images/newtop/sagasu_icon02.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon03::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon03::after {
  background: url(/images/newtop/sagasu_icon03.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon04::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon04::after {
  background: url(/images/newtop/sagasu_icon04.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon05::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon05::after {
  background: url(/images/newtop/sagasu_icon05.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon06::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon06::after {
  background: url(/images/newtop/sagasu_icon06.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon07::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon07::after {
  background: url(/images/newtop/sagasu_icon07.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li a.icon08::after, #section03 .tabbox .tabbox__inbox ul.cate_list li span.icon08::after {
  background: url(/images/newtop/sagasu_icon08.png) no-repeat center;
  background-size: contain;
}
#section03 .tabbox .tabbox__inbox ul.cate_list li:nth-child(4n) {
  margin-right: 0;
}
#section03 form {
  width: 100%;
}
#section03 .course_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#section03 .course_box .keyword {
  width: calc(100% - 110px); /* 横幅 80% 固定 */
  box-sizing: border-box; /* パディング・ボーダーを含めて幅計算 */
  padding: 0.6em; /* 適宜調整 */
  border: 2px solid #b1000e; /* 赤色の実線ボーダー */
  border-radius: 8px; /* 角丸 8px */
  outline: none; /* フォーカス時の青枠を消したい場合 */
  font-size: 14px;
}
#section03 .course_box .course_buttonstyle2 {
  /* デフォルトのブラウザボタン風味をリセット */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  /* 背景画像を中央表示／繰り返しなし */
  background: url("/images/newtop/submit_button.png") no-repeat center center;
  /* 画像サイズに合わせる or 全体を覆う */
  background-size: contain;
  /* ボタンのサイズは画像の実寸に合わせる */
  width: 100px; /* 例：画像幅が120pxなら120に */
  height: 43px; /* 例：画像高さが40pxなら40に */
  min-width: 0;
  /* 文字列を画面外に隠す（アクセシビリティ用に value は残る） */
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#section03 .course_box .course_buttonstyle2:hover {
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  #section03 {
    /* 入力枠（キーワード）を横100%、右側にボタン分の余白を確保 */
    /* ボタンを入力枠の内側右端に重ねて配置 */
  }
  #section03 .course_box {
    position: relative;
    display: block;
  }
  #section03 .course_box .keyword {
    width: 100%;
    padding: 0.6em 60px 0.6em 0.6em;
    box-sizing: border-box;
    font-size: 16px;
  }
  #section03 .course_box .course_buttonstyle2 {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    min-width: 0;
    /* 画像差し替え */
    background: url("/images/newtop/submit_button_sp.png") no-repeat center center;
    background-size: contain;
    /* テキストは画面外へ */
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
}
#section03 .atens {
  text-align: left;
  padding-top: 0.5em;
  margin-bottom: 2em;
}
#section03 h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  color: #333;
  letter-spacing: 0.05em;
}
#section03 ul.taglink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section03 ul.taglink li {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 1em;
}
@media screen and (max-width:768px) {
  #section03 ul.taglink li {
    padding: 0 0.5em;
  }
}
#section03 ul.taglink li a {
  color: #b1000e;
  font-weight: 600;
  text-decoration: underline;
}

#section04 {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(45deg, rgb(255, 53, 0) 0%, rgb(177, 0, 14) 99.98%);
}
@media screen and (max-width:768px) {
  #section04 {
    padding: 30px 0 40px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section04 .title_textbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section04 .title_textbox .title {
  width: 32.7%;
  margin-left: 3.84%;
}
@media screen and (max-width:768px) {
  #section04 .title_textbox .title {
    width: 100%;
    text-align: center;
    margin: 0 auto 5vw auto;
  }
}
#section04 .title_textbox .text {
  width: 58.65%;
  color: #fff;
}
@media screen and (max-width:768px) {
  #section04 .title_textbox .text {
    width: 100%;
  }
}
#section04 .title_textbox .text h3 {
  text-decoration: underline;
  margin-bottom: 0.5em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#section04 .title_textbox .text .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}
#section04 h2 {
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #fff;
  background: none;
}
#section04 .botans {
  text-align: left;
}
@media screen and (max-width:768px) {
  #section04 .botans {
    text-align: center;
  }
}
#section04 .botans.center {
  text-align: center;
}
#section04 .botans a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  #section04 .botans a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section04 .botans a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section04 .contentsbox {
  width: 100%;
  padding: 40px;
  background-color: rgba(243, 243, 243, 0.85);
}
@media screen and (max-width:768px) {
  #section04 .contentsbox {
    padding: 5vw 5vw 7.5vw 5vw;
  }
}
#section04 .contentsbox h3 {
  text-align: left;
  margin-bottom: 0.5em;
}
#section04 .contentsbox h3 span {
  display: inline-block;
  padding: 0.15em 0.45em 0.25em 0.45em;
  margin-bottom: 0.5em;
  background: linear-gradient(90deg, rgb(255, 53, 0) 0%, rgb(177, 0, 14) 99.98%);
  color: #fff;
  font-weight: 500;
}
#section04 .contentsbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
#section04 .contentsbox .ttl {
  width: 42%;
  margin: 0 auto 1.25em auto;
}
@media screen and (max-width:768px) {
  #section04 .contentsbox .ttl {
    width: 100%;
  }
}
#section04 .contentsbox .imguz {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  #section04 .contentsbox .imguz {
    overflow-x: scroll;
  }
}
@media screen and (max-width:768px) {
  #section04 .contentsbox .imguz figure {
    width: 750px;
  }
}
#section04 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section04 ul {
    margin-bottom: 5px;
  }
}
#section04 ul li {
  width: 31.5%;
}
@media screen and (max-width:768px) {
  #section04 ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
}

#section05 {
  width: 100%;
  background-color: #f7e5e7;
  padding: 40px 0;
  /****slick関係*******************/
  /***slick************/
}
@media screen and (max-width:768px) {
  #section05 {
    padding: 30px 0;
  }
}
#section05 .section__in {
  width: 88%;
  max-width: 1230px;
  margin: 0 auto;
}
#section05 .ttlbox {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#section05 h2 {
  font-weight: 700;
  color: #333333;
  text-align: center;
  width: 50%;
}
@media screen and (max-width:768px) {
  #section05 h2 {
    width: 100%;
  }
}
#section05 h2.textleft {
  text-align: left;
}
#section05 h2.in15 {
  padding-left: 15px;
}
#section05 .botans {
  width: 50%;
  text-align: right;
}
@media screen and (max-width:768px) {
  #section05 .botans {
    display: none;
  }
}
#section05 .botans a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-image: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #section05 .botans a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section05 .botans a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section05 .botans_sp {
  width: 100%;
  text-align: right;
  display: none;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  #section05 .botans_sp {
    display: block;
    text-align: center;
  }
}
#section05 .botans_sp a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-image: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #section05 .botans_sp a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section05 .botans_sp a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section05 .textbox {
  width: 100%;
  padding: 0.5em;
}
#section05 .textbox .tags {
  display: inline-block;
  padding: 0.15em 0.4em 0.3em 0.4em;
  margin-bottom: 0.5em;
  color: #fff;
}
#section05 .textbox .tags.color01 {
  background-color: #084da0;
}
#section05 .textbox .tags.color02 {
  background-color: #257727;
}
#section05 .textbox .base_text {
  line-height: 160%;
  padding-bottom: 0.75em;
  font-weight: 600;
  /*min-height: 5.2em;*/
}
#section05 .textbox .days_text {
  padding-bottom: 1em;
  color: #666666;
}
#section05 .slick-list {
  overflow: visible;
}
#section05 ul.news_list {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width:768px) {
  #section05 ul.news_list {
    width: 105%;
    margin-left: -2.5%;
    margin-right: 0%;
    padding: 0 0px;
  }
}
#section05 ul.news_list li.inlist {
  width: 320px !important;
  display: block;
  position: relative;
  margin: 0 12px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#section05 ul.news_list li.inlist::after {
  content: "";
  background: url(/images/newtop/pickup_more.svg) no-repeat center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  #section05 ul.news_list li.inlist {
    margin: 0 1.5vw;
    width: 84vw !important;
  }
}
#section05 ul.news_list li.inlist .inlist__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#section05 ul.news_list li.inlist a.mainlink {
  display: block;
  position: relative;
  z-index: 30;
}
#section05 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
  transform: scale(1.1);
}
@media screen and (max-width:768px) {
  #section05 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
    transform: scale(1);
  }
}
#section05 .slick-dots {
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  bottom: auto;
  display: none !important;
}
@media screen and (max-width:768px) {
  #section05 .slick-dots {
    padding: 10px 0;
  }
}
#section05 .slick-dots li {
  margin: 0 9px;
}
@media screen and (max-width:768px) {
  #section05 .slick-dots li {
    margin: 0 6px;
  }
}
#section05 .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #999999;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
  #section05 .slick-dots li button::before {
    font-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 12px;
  }
}
#section05 .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #b1000e;
}
#section05 .next2 {
  width: 40px;
  position: absolute;
  right: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(15px, -50%);
}
#section05 .next2.slick-disabled {
  opacity: 0;
}
#section05 .next2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section05 .next2 {
    top: calc(50% - 20px);
    width: 6%;
    right: 5%;
  }
}
#section05 .prev2 {
  width: 40px;
  position: absolute;
  left: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(-15px, -50%);
}
#section05 .prev2.slick-disabled {
  opacity: 0;
}
#section05 .prev2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section05 .prev2 {
    top: calc(50% - 20px);
    width: 6%;
    left: 5%;
  }
}

#section06 {
  width: 100%;
  background-color: #fafafc;
  padding: 40px 0;
  /****slick関係*******************/
  /***slick************/
}
@media screen and (max-width:768px) {
  #section06 {
    padding: 30px 0;
  }
}
#section06 .section__in {
  width: 88%;
  max-width: 1230px;
  margin: 0 auto;
}
#section06 .ttlbox {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#section06 h2 {
  font-weight: 700;
  margin-bottom: 0.75em;
  color: #333333;
  text-align: center;
  width: 50%;
}
@media screen and (max-width:768px) {
  #section06 h2 {
    width: 100%;
  }
}
#section06 h2.textleft {
  text-align: left;
}
#section06 h2.in15 {
  padding-left: 15px;
}
#section06 .botans {
  width: 50%;
  text-align: right;
}
@media screen and (max-width:768px) {
  #section06 .botans {
    display: none;
  }
}
#section06 .botans a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-image: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #section06 .botans a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section06 .botans a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section06 .botans_sp {
  width: 100%;
  text-align: right;
  display: none;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  #section06 .botans_sp {
    display: block;
    text-align: center;
  }
}
#section06 .botans_sp a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-image: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #section06 .botans_sp a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section06 .botans_sp a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section06 .textbox {
  width: 100%;
  padding: 0.5em;
  /*
  .days_text{
  	padding-bottom: 1em;
  	color:#666666;
  }
  */
}
#section06 .textbox .tags {
  display: inline-block;
  padding: 0.15em 0.4em 0.3em 0.4em;
  margin-bottom: 0.5em;
  color: #fff;
}
#section06 .textbox .tags.color01 {
  background-color: #084da0;
}
#section06 .textbox .tags.color02 {
  background-color: #257727;
}
#section06 .textbox .base_text {
  line-height: 160%;
  padding-bottom: 1.5em;
  font-weight: 600;
  /*min-height: 5.2em;*/
}
#section06 .slick-list {
  overflow: visible;
}
#section06 ul.news_list {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width:768px) {
  #section06 ul.news_list {
    width: 105%;
    margin-left: -2.5%;
    margin-right: 0%;
    padding: 0 0px;
  }
}
#section06 ul.news_list li.inlist {
  width: 320px !important;
  display: block;
  position: relative;
  margin: 0 12px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#section06 ul.news_list li.inlist::after {
  content: "";
  background: url(/images/newtop/pickup_more.svg) no-repeat center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  #section06 ul.news_list li.inlist {
    margin: 0 1.5vw;
    width: 84vw !important;
  }
}
#section06 ul.news_list li.inlist .inlist__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#section06 ul.news_list li.inlist a.mainlink {
  display: block;
  position: relative;
  z-index: 30;
}
#section06 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
  transform: scale(1.1);
}
@media screen and (max-width:768px) {
  #section06 ul.news_list li.inlist a.mainlink:hover > .photo .sam figure {
    transform: scale(1);
  }
}
#section06 .slick-dots {
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  bottom: auto;
  display: none !important;
}
@media screen and (max-width:768px) {
  #section06 .slick-dots {
    padding: 10px 0;
  }
}
#section06 .slick-dots li {
  margin: 0 9px;
}
@media screen and (max-width:768px) {
  #section06 .slick-dots li {
    margin: 0 6px;
  }
}
#section06 .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #999999;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
  #section06 .slick-dots li button::before {
    font-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 12px;
  }
}
#section06 .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #b1000e;
}
#section06 .next2 {
  width: 40px;
  position: absolute;
  right: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(15px, -50%);
}
#section06 .next2.slick-disabled {
  opacity: 0;
}
#section06 .next2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section06 .next2 {
    top: calc(50% - 20px);
    width: 6%;
    right: 5%;
  }
}
#section06 .prev2 {
  width: 40px;
  position: absolute;
  left: -5px;
  top: calc(50% - 30px);
  z-index: 15;
  transform: translate(-15px, -50%);
}
#section06 .prev2.slick-disabled {
  opacity: 0;
}
#section06 .prev2:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #section06 .prev2 {
    top: calc(50% - 20px);
    width: 6%;
    left: 5%;
  }
}
#section06 .clumkokuti {
  width: 100%;
  max-width: 560px;
  margin: 40px auto 0 auto;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cccccc;
  display: block;
  position: relative;
  padding: 1.2em 0;
}
@media screen and (max-width:768px) {
  #section06 .clumkokuti {
    margin: 20px auto 0 auto;
  }
}
#section06 .clumkokuti::after {
  content: "";
  background: url(/images/newtop/pickup_more.svg) no-repeat center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section06 .clumkokuti .maintext {
  text-align: center;
  color: #b1000e;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#section06 .clumkokuti .subtext {
  text-align: center;
  letter-spacing: 0.1em;
}

#section07 {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  /****newsカスタム***************/
}
@media screen and (max-width:768px) {
  #section07 {
    padding: 30px 0 30px 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section07 h2 {
  font-weight: 700;
  margin-bottom: 0.75em;
  color: #333333;
  text-align: center;
}
#section07 h2.textleft {
  text-align: left;
}
#section07 h2.in15 {
  padding-left: 15px;
}
#section07 .tabbox {
  width: 100%;
}
#section07 .tabbox ul.tabbox__title {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section07 .tabbox ul.tabbox__title li {
  width: 24%;
  color: #b1000e;
  border-radius: 8px 8px 0 0;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
#section07 .tabbox ul.tabbox__title li span {
  display: inline-block;
  padding: 0.65em 0 0.75em 0;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: 100%;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section07 .tabbox ul.tabbox__title li span {
    line-height: 130%;
  }
}
#section07 .tabbox ul.tabbox__title li.active {
  background-color: #b1000e;
  color: #fff;
}
#section07 .tabbox ul.tabbox__title li:hover span {
  cursor: pointer;
}
#section07 .tabbox .tabbox__inbox {
  width: 100%;
  border: 2px solid #b1000e;
  background-color: #fff;
  padding: 2em 1em 4px 1em;
}
#section07 .tabbox .tabbox__inbox ul.tabbox__inbox__list {
  position: relative;
}
#section07 .tabbox .tabbox__inbox ul.tabbox__inbox__list li.tabbox__inbox__list2 {
  width: 100%;
  position: relative;
  display: none;
}
#section07 .tabbox .tabbox__inbox ul.tabbox__inbox__list li.tabbox__inbox__list2.active {
  display: block;
}
#section07 .botans {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  #section07 .botans {
    display: block;
    text-align: center;
  }
}
#section07 .botans a {
  background-color: #333333;
  display: inline-block;
  border-radius: 8px;
  padding: 0.75em 2em;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-image: none;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #section07 .botans a {
    padding: 0.65em 2em 0.85em 2em;
  }
}
#section07 .botans a:hover {
  background-color: #b1000e;
  color: #fff;
}
#section07 ul#news_list li.m_newsItem:first-child {
  border-top: 0;
}
#section07 ul#news_list li.m_newsItem .m_newsMetaInfo {
  width: 260px;
  border-right: 0;
}
@media screen and (max-width:768px) {
  #section07 ul#news_list li.m_newsItem .m_newsMetaInfo {
    width: 100%;
  }
}
#section07 ul#news_list li.m_newsItem .m_newsMetaInfo .m_newsLabel span {
  border: 1px solid #006c30;
  background-color: #fff;
  color: #006c30;
}
#section07 ul#news_list li.m_newsItem .m_newsText {
  width: calc(100% - 260px);
}
@media screen and (max-width:768px) {
  #section07 ul#news_list li.m_newsItem .m_newsText {
    width: 100%;
  }
}
#section07 ul#news_list li.m_newsItem .m_newsText a:hover {
  text-decoration: underline;
}
#section07 ul#news_list li.m_newsItem .m_newsText a span.new {
  display: inline-block;
  font-size: 80%;
  padding: 0.2em 0.25em 0.25em 0.25em;
  line-height: 100%;
  background-color: #b1000e;
  color: #fff;
  margin-left: 0.5em;
}/*# sourceMappingURL=new_top.css.map */

.m_newsLabel .c_label.t_02 {
  color: #006c30;
  background-color: #fff;
  border: 1px solid #006c30;
}
.m_newsLabel .c_label.t_03 {
  color: #a86900;
  background-color: #fff;
  border: 1px solid #a86900;
}
.m_newsLabel .c_label.t_04 {
  color: #b1000e;
  background-color: #fff;
  border: 1px solid #b1000e;
}