@charset  "utf-8";
/**
 * style.css
 */
/* Bootstrap break point */
/*@media  only screen and (max-width:1199px) ;*/
/* xl */
/*@media  only screen and (max-width:991px) ;*/
/* lg */
/*@media  only screen and (max-width:767px) ;*/
/* md */
/*@media  only screen and (max-width:565px) ;*/
/* sm */
/* (mobile first) */
/*@media  only screen and (min-width:566px) ;*/
/*@media  only screen and (min-width:768px) ;*/
/*@media  only screen and (min-width:992px) ;*/
/*@media  only screen and (min-width:1200px) ;*/
/* V3.1  break point */
/*@media  only screen and (max-width:959px) ;*/
/* tablet */
/*@media  only screen and (max-width:767px) ;*/
/* smart phone */
/* (mobile first) */
/*@media  only screen and (min-width:768px) ;*/
/*@media  only screen and (min-width:960px) ;*/
/*--------------------------------------------------

root

--------------------------------------------------*/
/* container
--------------------------------------------------*/
#container {
  min-width: 320px;
  margin-top: -24px;
  margin-bottom: 70px;
  background-image: inherit;
  background-color: transparent;
}

@media  only screen and (max-width:959px)  {
#container  {
  padding: 90px 4px 0 4px;
}
}

@media  only screen and (max-width:767px)  {
#container  {
  padding: 76px 4px 0 4px;
	margin-bottom: 40px;
}
}

.main_image{
  margin: 0px auto 20px;
  width: 100%;
  height: 480px;
  background-image: url("../img/pc/top/top_main.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
}

@media  only screen and (max-width:959px)  {
.main_image {
  height:350px;
}
}

@media  only screen and (max-width:767px)  {
.main_image {
  height: 250px;
}
}

@media  only screen and (max-width:565px)  {
.main_image {
  height: 180px;
  background-position: center 15px;
}
}

.main-columns .common-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main_area {
  /*padding-top: 16px;
  padding-bottom: 24px;*/
  padding-top: 0;
  padding-bottom: 0;
  /*margin-bottom: 8px;*/
  margin-bottom: 28px;
  position:relative;
  /*align-items: center;*/
  background-color: #fff;
  margin-top: 40px;
  border-radius: 8px;
}

/*.main_area:before {
  content:"";
  background-image: url("../img/pc/top/top_sample_img.jpg");
  width: 100vw;
  background-size: cover;
  z-index:-1;
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  background-position: center;
}*/

@media  only screen and (max-width:1250px) and (min-width:992px)  {
.main_area  {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
}

@media  only screen and (max-width:991px)  {
.main_area:before  {
  top: -32px;
  bottom: -48px;
  height: auto;
}
.main_area  {
  padding: 0 0 16px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.main_area > div  {
  background-color:#fff;
  padding: 0 16px 16px;
  width:90vw;
  margin: 32px auto 8px;
  border-radius: 8px;
}
}

.common-wrap {
  flex-direction:row;
  justify-content: center;
  padding: 0;
  background-color: inherit;
}

.side-area {
  padding-left: 30px;
  padding-right: 0;
}

.parts-widget-list01 {
  border: none;
}

/* main-slider
--------------------------------------------------*/
.main-slider-block {
  /*padding-top: 10px;*/
}

.swiper-area {
  /*margin-top: 10px;*/
}

@media  only screen and (max-width:767px)  {
.main-slider-block  {
  margin: 8px 0;
}
}

.main-slider-block>* {
  width: 100%;
}

.news-topics-block{
  width:48%;
  margin-left:2%;
}

@media  only screen and (max-width:767px)  {
.main-slider-block>*  {
  width: 100%;
}
.news-topics-block {
  width:100%;
  margin:0;
}
}

.main-slider {
  position: relative;
  margin-top: 16px;
}

.main-slider * {
  outline: none;
}

.main-slider ul {
  padding: 0;
  margin: 0;
}

.main-slider li {
  list-style: none;
}

.main-slider li .item {
  overflow: hidden;
  visibility: hidden;
}

@media  only screen and (max-width:991px)  {
.main-slider  {
  margin: 16px 0 32px;
}
.main-slider .common-wrap  {
  padding: 0;
}
}

/* slick-dots */
.main-slider .slick-dots {
  position: relative;
  bottom: -16px;
  text-align: center;
  line-height: 0;
}

.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.main-slider .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #dcdcdc;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  border-radius: 50%;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #ce3d3d;
}

@media  only screen and (max-width:767px)  {
.main-slider .slick-dots  {
  top: 5px;
  padding-top: 10px;
  text-align: center;
  line-height: 0;
}
.main-slider .slick-dots li  {
  margin: 0 3px;
}
.main-slider .slick-dots li button  {
}
}

/* slick-arrow */
.main-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  margin: auto;
  top: 0;
}

.main-slider .slick-prev {
  left: 0px;
  background-image: url(../img/pc/page/slide_arw01.png);
  filter: grayscale(1);
  opacity:0.5;
}

.main-slider .slick-next {
  right: 0px;
  background-image: url(../img/pc/page/slide_arw02.png);
  filter: grayscale(1);
  opacity:0.5;
}

@media  only screen and (max-width:960px)  {
.main-slider .slick-arrow  {
  transform: translateY(-50%);
}
}

/* news-area
--------------------------------------------------*/
.news-area {
  display: none;
  margin-bottom: 20px;
}

.news-area #NewsLine {
  padding: 15px;
  background-color: #f6f6f6;
}

.news-area .inner span {
  display: block;
  font-size: 1.4rem;
}

.news-area .inner a {
  color: #535353;
  text-decoration: none;
}

@media  only screen and (max-width:767px)  {
.news-area .common-wrap  {
  padding: 0;
}
.news-area #NewsLine  {
  padding: 10px;
  font-size: 11px;
}
}

/* news-topics
--------------------------------------------------*/
.news-topics {
  position: relative;
}

.news-scroll {
  /*overflow-y: auto;*/
  overflow-y: scroll;
  /*height: 318px;*/
  height: 313px;
  line-height: 1.5;
}

.news-scroll ul {
  padding: 5px 0;
  margin: 0;
}

.newsList li a{
  color:#333;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px;
  font-size: .875rem;
  list-style: none;
}

.news-scroll li span {
  display: table-cell;
  vertical-align: top;
}

.news-scroll li span:nth-child(1) {
  width: 115px;
  color: var(--primary-color);
}

.news-scroll a:hover {
  text-decoration:none;
  opacity:0.6;
}

.news-tab {
}

.news-tab h3 {
  margin-bottom: 0;
}

.news-tab .parts-tab-btn {
  border-bottom: none;
}

/* news-filter */
.news-filter {
  right: 0;
  top: -52px;
  position: absolute;
}

@media  only screen and (max-width:767px)  {
.news-filter  {
}
}

.news-filter-btn {
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #ec0000;
  border-radius: 16px;
  background-color: #fff;
  color: #ec0000;
  cursor: pointer;
  transition: all 0.3s;
}

.news-filter-btn:hover {
  opacity: 0.7;
}

.news-filter-btn.active,
.news-filter-btn[aria-pressed="true"] {
  background-color: #ec0000;
  color: #fff;
}

@media  only screen and (max-width:767px)  {
.news-scroll  {
  overflow: auto;
  height: 290px;
  line-height: 1.5;
}
.news-topics  {
  margin-bottom: 10px;
}
.news-scroll li  {
  display: block;
  padding: 8px 25px 8px 10px;
  font-size: .875rem;
}
a.inm-news-list-item-link  {
  display: grid;
  grid-template-columns: 100px auto auto 1fr;
  grid-template-rows: auto;
  gap: 4px 0;
  margin-top: 0;
}
.news-scroll li span  {
}
.news-scroll li span:nth-child(1)  {
  width: auto;
  grid-column: 1 / 2;
  grid-row: 1/2;
}
.news-scroll li span.inm-news-list-item-link-title  {
  grid-column: 1 / 5;
  grid-row: 2/3;
}
.news-scroll li span.inm-news-list-item-link-new  {
  grid-column: 3/4;
  grid-row: 1;
  margin-top: -2px;
}
.news-scroll li span.inm-news-list-item-link-important  {
  grid-column: 2/3;
  grid-row: 1;
  margin-top: -2px;
}
}

.news-topics .index-btn {
  position: relative;
  text-align: right;
	margin-top: 6px;
}

.news-topics .index-btn a {
  display: inline-block;
  /*padding: 10px 0;*/
  padding: 0;
  text-align: right;
  text-decoration: none;
  right: 0;
	color: #333;
  font-size: .938rem;
	line-height: 1.3;
}

#pagetop {
}

.parts-arw01:before {
  width: 1rem;
  height: 1rem;
  margin-top: -1.5rem;
  border-radius: 50%;
}

.parts-arw01:after {
  width: 0.3rem;
  height: 0.3rem;
  margin: -1.1rem 0 0 0.3rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media  only screen and (max-width:991px)  {
.news-topics .index-btn a  {
  padding: 8px 28px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  position: inherit;
  display: inline-block;
  /*margin: 32px auto 0;*/
  margin: 16px auto 0;
  font-size: .875rem;
}
.parts-arw01  {
  padding-left:0;
}
.parts-arw01:before  {
  display:none;
}
.parts-arw01:after  {
  display:none;
}
}

/* parts-tab-btns */
.parts-tab-btns {
  margin-bottom: 10px;
  margin-top: 2em;
}

.parts-tab-btns .row{
  align-items: stretch;
}

.parts-tab-btns .parts-tab-btn {
  display: flex;
  padding: 0 5px;
  border-bottom: var(--primary-color) solid 1px;
}

.parts-tab-btns .parts-tab-btn:first-child {
  padding-right: 10px;
}

.parts-tab-btns .parts-tab-btn:last-child {
  padding-left: 10px;
}

.parts-tab-btns .parts-tab-btn:last-of-type {
}

.parts-tab-btns .parts-tab-btn.on {
}

.parts-tab-btns .parts-tab-btn:not(.on) a {
  background-color: #eee;
  color: #535353;
}

.parts-tab-btns .parts-tab-btn:not(.on) a:hover {
  background-color: #eee;
  text-decoration: none;
}

.parts-tab-btns .parts-tab-btn:hover {
  opacity: 0.7;
}

.parts-tab-btns .parts-tab-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*min-height: 48px;*/
  min-height: 36px;
  line-height: 1.3;
  color: var(--primary-color);
  text-align: center;
  text-decoration: none;
  /*padding: 16px 4px;*/
  padding: 8px 4px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  word-break: break-word;
	font-size: .938rem;
}

.parts-tab-btns .parts-tab-btn a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  margin-left: -6px;
  border-top: var(--primary-color) solid 6px;
  border-left: transparent solid 6px;
  border-right: transparent solid 6px;
  opacity: 0;
}

.parts-tab-btns .parts-tab-btn.on a {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

.parts-tab-btns .parts-tab-btn.on a:before {
  opacity: 1;
}

.parts-tab-btns .parts-tab-btn a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts-tab-btns .parts-tab-btn a > span > span {
  position: relative;
  display: inline-block;
}

@media  only screen and (max-width:767px)  {
.parts-tab-btns .parts-tab-btn a  {
  min-height: 48px;
  font-size: .813rem;
}
}

/*.parts-tab-bodys .parts-tab-body {
	display: none;
}*/
.parts-tab-bodys .parts-tab-body.on {
  display: block;
}

/* .top-tab-block
--------------------------------------------------*/
.top-tab-block {
	position: relative;
	padding-top: 42px;
	padding-bottom: 53px;
}
.top-tab-block:before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  min-width: 320px;
  background-color: #BAE9F3;
  overflow: hidden;
	z-index: -1;
}
.top-tab-block .parts-tab-btns2 {
	margin-bottom: 0;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn {
	border-bottom:none;
	margin-bottom: 0;
	padding: 0 5px;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn a {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #444444;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	padding: 12px 4px;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn:not(.on) a {
	background-color: #eee;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn a.on {
	color: #000;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn a:before {
	display: none;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn a > span {
	display: inline-block;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn.on a > span {
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 13px;
	min-width: 200px;
}
.top-tab-block .parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
	background-color: #fff;
	color: var(--primary-color);
}

@media only screen and (max-width:767px) {
	.top-tab-block .parts-tab-btns2 .parts-tab-btn a {
		font-size: 1rem;
		padding: 4px;
	}
	.top-tab-block .parts-tab-btns2 .parts-tab-btn.on a > span {
		min-width: auto;
	}
}

@media  only screen and (max-width:565px)  {
	.top-tab-block .parts-tab-btns2 .parts-tab-btn a {
		font-size: .813rem;
	}
}

/* Search-area
--------------------------------------------------*/
#Search-btn-Area {
  overflow:hidden;
}

#Search-btn-Area .parts-tab-body {
  /*padding: 24px;*/
	padding: 10px;
	background: #fff;
	/*margin-left: -4px;
	margin-right: -4px;*/
	margin-left: -8px;
	margin-right: -8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#Search-btn-Area .parts-box-btns .row > div {
	margin: 5px;
	flex-basis: calc((100% - 60px) / 6);
	border-bottom: none;
	background: none;
}

#Search-btn-Area .parts-icon-btn a {
	display: flex;
    flex-direction: column;
		justify-content: flex-start;
    align-items: center;
		padding: 10px;
}
#Search-btn-Area .parts-icon-btn a .ico {
	padding: 10px;
	width: 120px;
	height: 120px;
	background-color: #F1F1F1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Search-btn-Area .parts-icon-btn a .ico img {
	max-width: 60px;
	max-height: 60px;
}
#Search-btn-Area  .parts-icon-btn a > * {
	padding: 10px 0;
	line-height: 1.2;
	text-align: center;
	color: #000;
	/*font-size: 1.5rem;*/
}

@media only screen and (max-width:991px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 40px) / 4);
	max-width: calc((100% - 40px) / 4);
}
}

@media only screen and (max-width:767px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 30px) / 3);
	max-width: calc((100% - 30px) / 3);
}
}


@media only screen and (max-width:565px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
}
#Search-btn-Area .parts-icon-btn a .ico {
	width: 36vw;
	height: 36vw;
}
#Search-btn-Area .parts-icon-btn a {
		padding: 13px 0px;
		font-size: 12px;
}
#Search-btn-Area .parts-icon-btn a:hover {
	background: none;
	border: none;
}
#Search-btn-Area .parts-icon-btn a:before {
	right: 8px;
}
#Search-btn-Area .parts-icon-btn a .ico img {
	max-width: 20vw;
	max-height: 20vw;
}
}

/*#Search-btn-Area .parts-box-btns .row > div {
  margin: 10px;
  flex-basis: calc((100% - 120px) / 6);
  max-width: calc((100% - 120px) / 6);
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  border-bottom: none;
  border-radius: 8px;
}

#Search-btn-Area.small_wid .parts-box-btns .row > div {
  flex-basis: calc((100% - 100px) / 5);
  max-width: calc((100% - 100px) / 5);
}

@media  only screen and (max-width:991px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 100px) / 5);
  max-width: calc((100% - 100px) / 5);
}
}

@media  only screen and (max-width:767px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 80px) / 4);
  max-width: calc((100% - 80px) / 4);
}
}

@media  only screen and (max-width:565px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
}

@media  only screen and (max-width:480px)  {
#Search-btn-Area .parts-box-btns .row > div,
#Search-btn-Area.small_wid  .parts-box-btns .row > div  {
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
}

#Search-btn-Area .parts-icon-btn a .ico {
  padding: 4px 0 16px;
}

#Search-btn-Area .parts-icon-btn a {
}

#Search-btn-Area .parts-icon-btn a:before {
  right: 8px;
}*/

/*--------------------------------------------------

 parts-icon-btn

--------------------------------------------------*/
.parts-icon-btn a {
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
}

.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  display: flex;
  flex-direction: column;
	justify-content: center;
	min-height: 54px;
}

.parts-icon-btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ddd solid 2px;
  border-right: #ddd solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-icon-btn a .ico {
  padding: 5px 0px 16px;
  width: 70px;
  text-align: center;
}

.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 35px;
  max-width: 70px;
  width: auto;
  height: auto;
}

@media  only screen and (max-width:767px)  {
.parts-icon-btn a  {
}
}

/* banner-area
--------------------------------------------------*/
#search-side-include .widget-box:nth-of-type(2)  {
  margin-top:50px;
}

#search-side-include .side-area ul.parts-widget-list01 li {
  flex-basis: calc((100% - 30px) / 2);
  border-bottom: none;
  margin: 20px 0;
  border: 1px solid #eee;
}

#search-side-include .parts-widget-list01 li a {
  font-weight:700;
  display: block;
  padding: 20px 30px 20px 10px;
}

#search-side-include .parts-widget-list01 li a:hover {
  opacity: 0.6;
}

#search-side-include .parts-widget-list01 li a:before{
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ccc solid 2px;
  border-right: #ccc solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media  only screen and (max-width:991px)  {
.side-area  {
  display: block;
  padding-left: 0;
  margin-top: 50px;
}
#search-side-include .side-area ul.parts-widget-list01  {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: calc((100% - 60px) / 3);
  margin: 10px;
}
}

@media  only screen and (max-width:767px)  {
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: calc((100% - 40px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#search-side-include .side-area ul.parts-widget-list01 li  {
  flex-basis: 100%;
}
}

/* banner-area01
--------------------------------------------------*/
#BannerArea01 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea01:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

#BannerArea01 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 50px) / 5);
  max-width: calc((100% - 50px) / 5);
}

#BannerArea01 .parts-btn a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding:10px 0;
  width:100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #333;
  transition: 0.3s linear;
}

#BannerArea01 .parts-btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

#BannerArea01 .parts-btn a:hover {
  color:#fff;
}

#BannerArea01 .parts-btn a:hover::after {
  left: 0;
  background-color: #17168b;
}

@media  print, screen and (max-width:991px)  {
#BannerArea01 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea01 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea01 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

#BannerArea01 .parts-btn a:hover {
  text-decoration: none;
}

#BannerArea01 div {
  margin-left:0;
  margin-right:0;
}

/* banner-area02
--------------------------------------------------*/
#BannerArea02 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea02:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

#BannerArea02 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 50px) / 5);
  max-width: calc((100% - 50px) / 5);
}

#BannerArea02 .parts-btn a {
  position: relative;
  overflow:hidden;
  z-index: 2;
  padding:10px 0;
  width:100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #333;
}

#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

#BannerArea02 .parts-btn a,
#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#BannerArea02 .parts-btn a:hover {
  color: #fff;
}

#BannerArea02 .parts-btn a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

#BannerArea02 .parts-btn a:hover::after {
  top: 0;
  background-color: #17168b;
}

@media  print, screen and (max-width:991px)  {
#BannerArea02 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea02 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea02 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

#BannerArea02 .parts-btn a:hover {
  text-decoration: none;
}

#BannerArea02 div {
  margin-left:0;
  margin-right:0;
}

/* banner-area03
--------------------------------------------------*/
#BannerArea03 {
  padding: 40px 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea03 div {
  margin-left:0;
  margin-right:0;
}

#BannerArea03:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

#BannerArea03 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 40px) / 4);
  max-width: calc((100% - 40px) / 4);
}

#BannerArea03 div img {
  overflow:hidden;
}

#BannerArea03 .parts-btn a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
}

#BannerArea03 .parts-btn a:hover {
  text-decoration: none;
}

@media  print, screen and (max-width:991px)  {
#BannerArea03 .parts-btn  {
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}
}

@media  only screen and (max-width:767px)  {
#BannerArea03 .parts-btn  {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
}

@media  only screen and (max-width:565px)  {
#BannerArea03 .parts-btn  {
  flex-basis: 100%;
  max-width: 100%;
}
}

/* top-bnr-area
--------------------------------------------------*/
.top-bnr-area {
  padding: 30px 0 8px;
  margin: 0 auto;
  position: relative;
}

.top-bnr-area div {
  margin-left:0;
  margin-right:0;
}

.top-bnr-area .parts-btn {
  text-align:center;
  margin:11px 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 120px) / 5);
  max-width: calc((100% - 120px) / 5);
}

.top-bnr-area .parts-btn a {
  display: flex;
	align-items: center; 
	justify-content: center;
  text-decoration: none;
  background-color: #fff;
	color: var(--primary-color);
  margin: auto;
	border: 1px solid var(--primary-color);
	width: 100%;
	min-height: 78px;
	font-size: .875rem;
	line-height: 1.2;
	padding: 8px;
}

.top-bnr-area .parts-btn a:hover {
  text-decoration: none;
	opacity: 0.7;
}

@media  print, screen and (max-width:991px)  {
.top-bnr-area .parts-btn  {
  flex-basis: calc((100% - 72px) / 3);
  max-width: calc((100% - 72px) / 3);
}
.top-bnr-area .parts-btn a {
	min-height: 106px;
}
}

@media  only screen and (max-width:767px)  {
.top-bnr-area .parts-btn  {
  flex-basis: calc((100% - 48px) / 2);
  max-width: calc((100% - 48px) / 2);
}
}

@media  only screen and (max-width:565px)  {
.top-bnr-area .parts-btn  {
  /*flex-basis: 100%;
  max-width: 100%;*/
}
}


a img.imgover2 {
  transition:.2s all;
}

a img.imgover2:hover {
  transform:scale(1.1,1.1);
  transition:.2s all;
}

.side-area .widget-box .ttl:before {
  margin:0;
  display:none;
}

.side-area .widget-box .ttl > * {
  vertical-align: middle;
}

.side-area .widget-box .ttl {
  border-radius:0;
}

/*--------------------------------------------------

index card

--------------------------------------------------*/
.index-cards {
  margin: 32px 10px 40px;
}

.index-cards .row > div {
  margin:10px;
  flex-basis: calc((100% - 80px) / 4);
  max-width: calc((100% - 80px) / 4);
  flex-grow: 1;
  flex-shrink: 0;
  border:none;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
  border-radius: 0;
}

.index-cards .row > div.streched:hover {
  opacity:0.7;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

.stretched-link::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0)
;
}

.streched .text-link{
  position: relative;
  z-index: 2;
}

.parts-arw-bdr-btn2 {
  border: none;
  background-color: var(--primary-color);
  border-radius: 0;
}

.card-body .list-group,
.card-body .links {
}

.card-text{
  padding: 16px;
}

.index-cards {
  position:relative;
  padding: 32px;
}

.index-cards:before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  min-width: 320px;
  background-color: #f5f5eb;
  overflow: hidden;
}

@media  only screen and (max-width:991px)  {
.index-cards  {
  background-color: #f5f5eb;
}
.index-cards .row > div  {
  margin:10px;
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
}

@media  only screen and (max-width:565px)  {
.index-cards .row > div  {
  margin:10px 20px;
  flex-basis:calc(100% - 40px);
  max-width:calc(100% - 40px);
}
}

/* parts-title-06 */
.parts-title-06 {
  text-align: center;
  color: var(--primary-color);
}

.parts-title-06 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight:700;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.main_area .parts-title-06 span {
  margin-bottom:0;
}

.parts-title-06 > span:before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 3px;
  background: var(--primary-color);
}

@media  only screen and (max-width:767px)  {
.parts-title-06 span  {
}
}

/* banner-area04
--------------------------------------------------*/
#BannerArea04 {
  padding: 40px;
  margin: 80px auto 0;
  position: relative;
}

@media  only screen and (max-width:767px)  {
#BannerArea04  {
  padding: 10px;
  margin: 40px auto 0;
}
}

#BannerArea04:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

#BannerArea04 .parts-btn {
  text-align:center;
  margin:10px 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

#BannerArea04 div img {
  overflow:hidden;
}

#BannerArea04 .parts-btn a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
}

#BannerArea04 .parts-btn a:hover {
  text-decoration: none;
}

/* slick-arrow */
.Banner_slide .slick-arrow {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  display: block  !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  margin: auto;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  bottom: 0;
}

.Banner_slide .slick-prev {
  left: -15px;
  background-image: url(../img/pc/page/slide_arw01.png);
  filter: grayscale(1);
  opacity: 0.7;
}

.Banner_slide .slick-next {
  right: -15px;
  background-image: url(../img/pc/page/slide_arw02.png);
  filter: grayscale(1);
  opacity: 0.7;
}

/* parts-title-07 */
.parts-title-07 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 10px;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

@media  only screen and (max-width:991px)  {
.parts-title-07  {
  margin-top: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.8;
  border-left: none;
  border-top: none;
  border-image: none;
}
}

.slickBtnArea {
  position: relative;
}

.slickBtnArea button {
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  background: none;
  bottom: -20px;
  right: calc(50% - 70px);
  outline: none;
  position: absolute;
  font-size: 1.2rem;
  color: #999;
  line-height: 0;
}

.slickBtnArea button #startBtn{
}

.slickBtnArea button #stopBtn{
}

@media  only screen and (max-width:767px)  {
.slickBtnArea button {
  bottom: -10px;
}
}

.parts-tab-btns,
.parts-tab-btns2 {
  margin-top: 0;
}

/* swiper */

.swiper-area {
  position: relative;
	margin-bottom: 30px;
}
@media  only screen and (min-width:992px)  {
.swiper-area {
  max-width: 560px;
}
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px !important;
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
}

.swiper-pagination-bullet-active {
  background-color: #32913F !important;
}

.swiper-backface-hidden .swiper-slide {
}

.swiper-slide img {
	object-fit:cover;
	height:100%;
	width:100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  background: #eee;
  border-radius: 100%;
  border: 0;
  top: var(--swiper-navigation-top-offset, 47%);
}

@media  only screen and (max-width: 767px)  {
.swiper-button-next,
    .swiper-button-prev  {
  width: 28px;
  height: 28px;
}
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #ccc;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
		margin: 0 10px !important;
}

/*.swiper-slide {
  padding: 2px; 
}*/

/*
.swiper-slide img {
    transition: 0.75s;
    filter: brightness(70%);
}

.swiper-slide-active img {
    filter: brightness(100%);
}
*/
/*
.swiper-slide {
    overflow: hidden;
    transition: .75s;
}

.swiper-slide {
  transform: scale(.8);
  transition: 1s;
}

.swiper-slide-active {
    transform: scale(1);
}
*/
.swiper .stopbtn {
  cursor: pointer;
  z-index: 100;
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1rem;
  color: #999;
  margin-left: 20px;
  position: relative;
  font-size: 1.4rem;
  border: 0;
  background: none;
  top: 2px;
  outline: none;
}

@media  only screen and (max-width: 565px)  {
.swiper .stopbtn  {
  top: 0;
}
}

.swiper .stopbtn:focus:not(:focus-visible) {
  outline: none;
}

.swiper .stopbtn:focus-visible {
  outline: solid;
}

.swiper .stopbtn:hover {
  opacity: 0.75;
}

.swiper-area .stopbtn.stop:before,
.swiper-area .stopbtn.start:before {
  position: absolute;
  top: 5px;
  left: -2px;
}

.swiper-area .stopbtn.stop:before {
  font-family: 'icomoon';
  content: "\ea16";
}

.swiper-area .stopbtn.start:before {
  font-family: 'icomoon';
  content: "\ea15";
}

.swiper-button-next {
  height: 1.8rem !important;
  color: #fff !important;
  right: 0;
  width: 1.8rem;
  left: auto;
}

.swiper-button-prev {
  height: 1.8rem !important;
  color: #fff !important;
  right: auto;
  width: 1.8rem;
  left: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  left: -4px;
}

/* ==========================================================================
   創立100周年 記念ポップアップ（MicroModal ベース）
   ========================================================================== */

/* オーバーレイ（背景の暗幕） */
#modal-100th .modal__overlay {
  background: rgba(0, 0, 0, .55);
  padding: 16px;
}

/* モーダル本体 */
.modal-100th__container {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  padding: 0;
  border-radius: 16px;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

/* 中身：紙吹雪を背景に敷く */
.modal-100th__inner {
  position: relative;
  padding: 44px 32px 40px;
  background: url(../img/pc/top/100th_bg.png) no-repeat center top / 100% auto;
}

/* タイトル画像（リボンバナー） */
.modal-100th__title {
  margin: 0 auto 24px;
  text-align: center;
}
.modal-100th__title img {
  width: 100%;
  max-width: 459px;
  height: auto;
}

/* 本文 */
.modal-100th__text {
  margin: 0;
  padding: 24px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  background: rgba(255, 255, 255, .6);
  border-radius: 10px;
}
.modal-100th__text p {
  margin: 0 0 1em;
}
.modal-100th__text p:last-child {
  margin-bottom: 0;
}

/* 記念企画リスト */
.modal-100th__schedule {
  margin: 0 0 1em;
  padding: 16px 20px;
  list-style: none;
  background: rgba(255, 255, 255, .75);
  border: 1px solid #d9c26a;
  border-radius: 10px;
}
.modal-100th__schedule li {
  position: relative;
  padding-left: 1.2em;
  font-weight: 700;
  color: #1a4f8b;
}
.modal-100th__schedule li + li {
  margin-top: .6em;
}
.modal-100th__schedule li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9c26a;
}

/* 閉じるボタン */
.modal-100th__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(26, 79, 139, .9);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.modal-100th__close::before,
.modal-100th__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
}
.modal-100th__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-100th__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-100th__close:hover {
  background: #1a4f8b;
  transform: scale(1.08);
}

/* スマートフォン */
@media (max-width: 576px) {
  .modal-100th__inner {
    padding: 40px 20px 28px;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .modal-100th__text {
    padding: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .modal-100th__schedule {
    padding: 12px 14px;
  }
}

