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


/*---------------------------------------------------------------------
	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;
	}
}


.slick-dots{
  display: none !important;
}

/* =========================================================
  追記CSS (top.css)
========================================================= */




@media screen and (min-width: 1025px) {

  .top_kv{
    position: relative;
    background: #fff;
  }
  .top_kv_inner{
    position: relative;
  }

  .top_kv_inner > .site_logo{
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .top_kv_inner > .site_logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .top_kv_title{
    position: absolute;
    right: 0;
    top: 70px;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 25px;
    background: no-repeat center/cover url("../image/top/top_kv_title_bg.png");
    letter-spacing: .04em;
    z-index: 10;
  }

  .top_kv_desc{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #027171;
    color: #fff;
    padding: 10px 25px 10px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
  }
  .top_kv_desc i{
    display: inline-flex;
    width: 20px;
  }
  .top_kv_desc img{ width: 20px; height: auto; }

  .top_nav{
    display: flex;
    background: #FAF9F3;
    padding: 20px 10px;
  }
  .top_nav__item{
    flex: 1;
    border-left: 1px dashed #707070;
  }
  .top_nav__item:last-child{ border-right: 1px dashed #707070; }

  .top_nav__item a{
    padding: 10px 10px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    transition: opacity .3s;
  }

  .top_nav__item a:hover{
    opacity: 0.8;
  }

  .top_nav__item img.icon_nav_01{ width: 67px; }
  .top_nav__item img.icon_nav_02{ width: 75px; }
  .top_nav__item img.icon_nav_03{ width: 55px; }
  .top_nav__item img.icon_nav_04{ width: 48px; }

  .top_nav__item span{
    display: block;
    font-size: 18px;
    margin-top: 9px;
  }

  .top_news{
    background: #fff;
    margin-top: 20px;
    padding: 40px 30px 40px;
    display: flex;
    gap: 60px;
  }

  .top_news_list__item a{
    font-size: 16px;
  }

  .top_news_list__item a span{
    font-size: 16px;
  }

  .top_list_btn{
    text-align: right;
    margin-top: 30px;
  }
  .top_list_btn a{
    display: inline-block;
    min-width: 180px;
    font-size: 15px;
    padding: 10px 18px;
    background: var(--main01);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    transition: 
    background .3s ease,
    color .3s ease,
    transform .3s ease;
  }

  .top_list_btn a:hover{
    color: var(--text01);
    background: #EDECEC;
  }

  /* ---------- About ---------- */
  .top_about{
    background: #fff;
    margin: 0;
    padding: 26px 24px 40px;
  }

  .top_about_title{
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--line01);
    position: relative;
  }
  .top_about_title i{ width: 46px; display:inline-flex; }
  .top_about_title i img{ width: 45px; }

  .top_about_title::after{
    content:"";
    position:absolute;
    left: 0;
    bottom: -3px;
    width: 180px;
    height: 3px;
    background: #DC756A;
  }

  .top_about_detail{
    background: #FAF9F3;
    padding: 40px 30px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
  }
  .top_about_desc{
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: var(--text01);
    font-weight: 500;
  }
  .top_about_detail .top_about_img{
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    text-align: right;
  }
  .top_about_detail .top_about_img img{
    width: 310px;
    max-width: 100%;
  }

}


@media screen and (max-width: 1024px) {

  /* SP: KV（画像＋文字） */
  .top_kv_inner > .site_logo{
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .top_kv_inner > .site_logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .top_kv{
    position: relative;
  }
  .top_kv_title{
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    padding: 10px 15px 10px 15px;
    width: calc(100% - 24px);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1.7;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
    background: repeat-y left/cover url("../image/top/top_kv_title_bg.png");
    letter-spacing: .04em;
    z-index: 10;
  }
  .top_kv_desc{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #027171;
    color: #fff;
    padding: 9px 25px 9px 15px;
    border-radius: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    z-index: 10;
  }
  .top_kv_desc i{ width: 20px; display:inline-flex; }
  .top_kv_desc img{ width: 20px; }

  .top_nav{
    list-style:none;
    margin: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FAF9F3;
    gap: 8px 8px;
  }
  .top_nav__item{
    position: relative;
  }

  .top_nav__item a::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 95%;
    border-left: 1px dashed #707070;
    transform: translateX(-0.5px);
    pointer-events: none;
  }

  .top_nav__item a::after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 95%;
    border-left: 1px dashed #707070;
    transform: translateX(-0.5px);
    pointer-events: none;
  }

  .top_nav__item:nth-child(2) a::before,
  .top_nav__item:nth-child(4) a::before{
    left: -4px;
  }

  .top_nav__item:nth-child(1) a::after,
  .top_nav__item:nth-child(3) a::after{
    display: none;
  }

  .top_nav__item:nth-child(1)::after{
    content:"";
    position: absolute;
    left: 5px;
    bottom: -2px;
    width: 97%;
    height: 1;
    border-bottom: 1px dashed #707070;
    transform: translateX(-0.5px);
    pointer-events: none;
  }

  .top_nav__item:nth-child(2)::after{
    content:"";
    position: absolute;
    left: 5px;
    bottom: -2px;
    width: 93%;
    height: 1;
    border-bottom: 1px dashed #707070;
    transform: translateX(-0.5px);
    pointer-events: none;
  }


  .top_nav__item a{
    padding: 10px 5px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    color: var(--text01);
    text-align: center;

  }
  .top_nav__item img.icon_nav_01{ width: 67px; }
  .top_nav__item img.icon_nav_02{ width: 75px; }
  .top_nav__item img.icon_nav_03{ width: 55px; }
  .top_nav__item img.icon_nav_04{ width: 48px; }

  .top_nav__item span{
    display: block;
    font-size: 16px;
    margin-top: 5px;
  }

  /* SP: Newsは縦並び */
  .top_news{
    padding: 14px 20px 0;
  }

  .top_news_list__item a{
    font-size: 15px;
  }

  .top_news_list__item a span{
    font-size: 13px;
  }

  .top_list_btn{
    text-align: center;
    margin-top: 20px;
  }
  .top_list_btn a{
    display: inline-block;
    min-width: 180px;
    font-size: 15px;
    padding: 10px 18px;
    background: var(--main01);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    transition: opacity .3s;
  }

  /* SP: About */
  .top_about{
    padding: 16px 20px 24px;
  }
  .top_about_title{
    margin: 18px 0 10px;
    font-size: 20px;
    font-weight: 500;
    display:flex;
    align-items:center;
    gap: 8px;
    border-bottom: 3px solid var(--line01);
    padding-bottom: 8px;
    position: relative;
  }
  .top_about_title::after{
    content:"";
    position:absolute;
    left: 0;
    bottom: -3px;
    width: 130px;
    height: 3px;
    background:#ff6a00;
  }

  .top_about_title i{ width: 28px; display:inline-flex; }
  .top_about_title i img{ width: 28px; }

  .top_about_detail{
    background:#FAF9F3;
    padding: 20px 15px 30px;
  }
  .top_about_desc{
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .top_about_detail .top_about_img{
    float:none;
    width:auto;
    max-width:none;
    text-align:center;
  }
  .top_about_detail .top_about_img img{
    width: 100%;
    max-width: 360px;
  }
}


