@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	mv
---------------------------------------------------------------------*/
.top_mv {
  
}
.movieWrap {
  position: relative;
}
.movieWrap .mv_text {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 45px;
  width: 100%;
}
.movieWrap .mv_text>img {
  width: 100%;
}
.movieWrap .video_area {
  width: 100%;
  overflow: hidden;
}
.movieWrap video.video_wrapper {
  width: 100%;
  display: block;
}

.top_mv_nav>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--ff_kosugi);
}
.top_mv_nav>ul>li {
  width: 33%;
  border: 1px solid #CFCFCF;
  text-align: center;
  flex-grow: 1;
  position: relative;
}
.top_mv_nav>ul>li:hover {
  border: 1px solid #0F308F;
}
.top_mv_nav>ul>li>a {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  height: 100%;
  background: #F5F5F5;
  transition: .3s;
}
.top_mv_nav>ul>li>a:hover {
  background: #fff;
}
.top_mv_nav>ul>li>a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0px 14px 14px;
  border-color: transparent transparent #CFCFCF transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_mv_nav>ul>li>a:hover::after {
  border-color: transparent transparent #1366B9 transparent;
}
.top_mv_nav>ul>li .nav_icon {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 960px) {
  .top_mv {
    display: flex;
    justify-content: space-between;
  }
  .top_mv_left {
    width: 55%;
  }
  .top_mv_nav {
  }
  .movieWrap {
    height: 645px;
  }
  .movieWrap .mv_text>img {
    width: auto;
  }
  .movieWrap .mv_text {
    text-align: center;
    top: 200px;
  }
  .movieWrap .video_area {
    height: 100%;
  }
  .movieWrap video.video_wrapper {
    width: auto;
    height: 100%;
  }
  .top_mv_nav>ul>li {
    height: 215px;
  }
  .top_mv_nav>ul>li>a {
    font-size: 2.0rem;
  }
  .top_mv_nav>ul>li>a::after {
    border-width: 0 0px 36px 36px;
  }

}

.top_mv_nav > ul > li > a:hover .nav_icon img.poyopoyo {
  animation: poyopoyo 2s ease-out 1;
  opacity: 1;
  transition: unset;
}
@keyframes poyopoyo {
  0%, 5%, 25%, 45% {
    transform: scale(1.0);
  }
  15%, 35% {
    transform: scale(0.87);
  }
}
/*---------------------------------------------------------------------
	info_area
---------------------------------------------------------------------*/
.info_area {
  background: url("../image/top/bg_info.png") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.info_box {
  background: #fff;
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 20px;
}
.info_box:last-child {
  margin-bottom: 0;
}
.info_fl_01 {
  border-bottom: 1px dashed #CFCFCF;
  padding-bottom: 25px;
  
}
.info_tel {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.info_tel a {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: underline;
  background: none;
}
.info_tel::before {
  content: "";
  display: inline-block;
  background: url("../image/icon/icon_tel.svg") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.info_tel span {
  margin-top: 5px;
  font-size: 1.8rem;
}
.info_cnt .ttl {
  font-size: 1.8rem;
  color: var(--sub_color);
}
.info_fl_02 {
  padding: 20px 0 10px;
}
.info_reception dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info_reception dl dt{
  text-align: center;
  
  padding: 5px 15px 5px 0;
  min-width: 96px;
}
.info_reception dl dt span {
  color: var(--sub_color);
}
.info_reception dl dd {
  padding: 5px 0 5px 15px;
  border-left: 1px solid #CFCFCF;
}
.info_topics .info_ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: var(--sub_color);
  margin-bottom: 15px;
}
.info_topics .info_ttl>img {
  margin-right: 10px;
}
.info_topicList {
  margin-left: 17px;
}
.info_topicList>li {
  margin-bottom: 11px;
  text-indent: -17px;
}
.info_topicList>li:last-child {
  margin-bottom: 0;
}
.info_topicList>li::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #D10000;
  margin-right: 10px;
  vertical-align: middle;
}
.info_topicList>li.no_info::before {
  content: none;
}
.info_btnList {
  display: flex;
  column-gap: 7px;
  justify-content: center;
  margin-top: 15px;
}
.info_btnList li {
  text-align: center;
  flex-grow: 1;
  width: 33%;
  position: relative;
}
.info_btnList li>a {
  border: 1px solid #D10000;
  border-radius: 5px 5px 0px 5px;
  display: block;
  font-size: 1.2rem;
  color: #333;
  background: #fff;
  padding: 9px 5px;
  position: relative;
  height: 100%;
}
.info_btnList li>a::before{
  content: "";
  display: inline-block;
  background: url("../image/icon/icon_pdf.png") no-repeat center;
  background-size: contain;
  height: 20px;
  width: 100%;
}
.info_btnList li>a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0px 8px 8px;
  border-color: transparent transparent #D10000 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media print, screen and (min-width: 1200px) {
  .info_area {
    padding: 50px 0;
  }
  .info_box {
    padding: 30px;
  }
  .info_fl_01 {
    display: flex;
  }
  .info_cnt {
    border-left: 1px solid #CFCFCF;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .info_tel {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .info_tel::before {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .info_tel a {
    font-size: 3.0rem;
    text-decoration: none;
  }
  .info_cnt .ttl {
    font-size: 2.0rem;
    margin-right: 20px;
  }
  .info_reception {
    display: flex;
    align-items: center;
  }
  .info_reception dl {
    margin-right: 30px;
  }
  .info_topics {
    display: flex;
    align-items: center;
  }
  .info_topics .info_ttl {
    display: block;
    margin-bottom: 0;
    text-align: center;
    margin-right: 30px;
  }
  .info_topics .info_ttl>img {
    display: block;
    margin: 0 auto 5px;
  }
  .info_btnList li>a {
    font-size: 1.8rem;
    line-height: 1.3;
    padding : 10px 5px;
  }
  .info_btnList {
    margin-top: 0;
    width: 38%;
  }
  .info_btnList li {
    max-width: 140px;
    column-gap: 10px;
  }
  .info_topicList {
    margin-right: 30px;
  }
  .info_topicList.important_list {
    width: 40%;
  }
}

/*---------------------------------------------------------------------
	recruit_area
---------------------------------------------------------------------*/
.recruit_area {
  background: #DDF7FF;
  padding: 20px 35px 40px;
}
.recruit_ttl {
  text-align: center;
  margin-bottom: 14px;
}
.recruit_bnr li {
  text-align: center;
  transition: .3s;
  margin-bottom: 20px;
}
.recruit_bnr li a>img {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
}
.recruit_bnr li a>img:hover {
  box-shadow: none;
}

@media print, screen and (min-width: 960px) {
  .recruit_area {
    padding: 24px 35px 40px; 
  }
  .recruit_bnr {
    display: flex;
    justify-content: center;
  }
  .recruit_bnr li {
    margin: 0 20px;
  }
  
}

/*---------------------------------------------------------------------
	topics
---------------------------------------------------------------------*/
.topics_outer {
  max-width: 1200px;
  margin: 30px auto 80px;
}
.ttl_tab {
  padding: 0 15px;
  margin-bottom: 38px;
}
.topics_ttl {
  font-family: var(--ff_kosugi);
  font-size: 2.6rem;
  font-weight: normal;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.topics_ttl::before {
  content: "";
  display: inline-block;
  background: url("../image/title_head.png") no-repeat center;
  width: 10px;
  height: 50px;
  margin-right: 20px;
}
.topics_tab {
  display: flex;
  column-gap: 4px;
  align-items: center;
}
.topics_tab li {
  text-align: center;
  width: 25%;
}

.topics_tab li>a {
  display: block;
  background: #fff;
  font-size: 1.3rem;
  line-height: 26px;
  border: 1px solid #1F719F;
  border-radius: 19px;
  transition: .3s;
}
.topics_tab li.active>a,
.topics_tab li>a:hover {
  background: #1366B9;
  color: #fff;
}
.tab_content {
  margin-bottom: 30px;
}
.all_link {
  text-align: center;
}
a.btn_all {
  color: #333;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #1F719F;
  padding: 6px 30px 6px 53px;
  position: relative;
  background: #fff;
  transition: .3s;
}
a.btn_all:hover {
  color: #fff;
  background: var(--sub_color)
}
a.btn_all::before {
  content: "";
  display: inline-block;
  background: url("../image/icon/icon_list_link.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -8px;
}
.maga_area {
  padding: 0 35px;
}
.line_bnr {
  display: none;
}
.maga_title {
  color: #0F308F;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  margin: 15px 0 ;
}
.thum {
  text-align: center;
  margin-bottom: 20px;
}
.thum a >img {
  border: 5px solid #1366B9;
}
.line_bnr_sp {
  display: block;
  text-align: center;
  padding: 28px 35px;
}

@media print, screen and (min-width: 960px) {
  .topics_outer {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .topics_area {
    width: 78.33%;
  }
  .ttl_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 20px;
  }
  .topics_ttl {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .topics_tab {
    column-gap: 12px;
  }
  .topics_tab li {
    width: 120px;
  }
  .topics_tab li>a {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .all_link {
    text-align: right;
  }
  .line_bnr {
    display: block;
  }
  .maga_area {
    padding: 0;
    width: 17.5%;
  }
  .maga_title {
    font-size: 2.0rem;
  }
  .thum {
    margin-bottom: 10px;
  }
  .line_bnr_sp {
    display: none;
  }
}

/*---------------------------------------------------------------------
	pickup_topics
---------------------------------------------------------------------*/
.pickup_topics {
	margin: 20px 0;
	border: 1px solid #BFBFBF;
	border-radius: 6px;
}
.pickup_topics .ttl {
	background: #FFCC00;
	font-size: 1.8rem;
	font-weight: normal;
	border-bottom: 1px solid #BFBFBF;
	padding: 10px;
	position: relative;
	border-radius: 6px 6px 0 0;
}
.pickup_topics .list {
	background: #FFFAE5;
	padding: 10px;
	border-radius: 0 0 6px 6px;
}
.pickup_topics .list li + li {
	margin-top: 5px;
  padding-top: 5px;
	border-top: 1px dashed #BFBFBF;
}
.pickup_topics .list a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.pickup_topics .list a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    border: 4px solid transparent;
    border-left: 7px solid #E86C00;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  
  .pickup_topics {
    display: table;
    width: 100%;
  }
  .pickup_topics .ttl {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    padding: 15px 20px;
    border-bottom: none;
  }
  .pickup_topics .list {
    display: table-cell;
    vertical-align: middle;
    border-radius: 0 6px 6px 0;
  }
}

/*---------------------------------------------------------------------
	top_slide
---------------------------------------------------------------------*/
.top_slide .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top_slide .pc {
	display: none;
}
.top_slide .slick-dots {
    bottom: 10px;
}


/* pc */
@media screen and (min-width: 1280px) {
	.top_slide {
		position: relative;
	}
	.top_slide .pc {
		display: block;
	}
	.top_slide .sp {
		display: none;
	}
}


/*---------------------------------------------------------------------
	bnr_pickup
---------------------------------------------------------------------*/
.bnr_pickup {
    margin: 30px 0;
}
.bnr_pickup li {
    margin: 0 10px;
}
.bnr_pickup a {
	text-decoration: none;
	display: block;
	color: #000;
}
.bnr_pickup .ttl {
	display: block;
	border-bottom: 1px solid #BBB;
	position: relative;
	background: url("../image/top/more.png") no-repeat right center/60px;
	padding: 10px 60px 10px 0;
	font-size: 1.5rem;
}
.bnr_pickup .ttl::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background: #3DB4EB;
}


/* pc */
@media screen and (min-width: 1280px) {
	.bnr_pickup {
    margin: 40px 0;
	}
	.bnr_pickup li {
		margin: 0 15px;
	}
	.bnr_pickup .ttl {
    background-size: auto;
    font-size: 1.8rem;
    padding-right: 90px;
		margin-top: 5px;
	}
	.bnr_pickup .ttl::before {
		width: 80px;
	}
}



/*---------------------------------------------------------------------
	top_topics
---------------------------------------------------------------------*/
.top_topics {
  background: #F5F5F5;
  padding: 20px 0 40px;
  margin-top: 60px;
}

.top_topics .link {
  text-align: center;
  margin-top: 20px;
}


/* tablet */
@media screen and (min-width: 768px) {
	.top_topics {
		padding: 40px 20px;
	}
}





