@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) ;*/
/* container
--------------------------------------------------*/
#container {
  min-width: 320px;
  margin-top: 0px;
  margin-bottom: 0;
  background-image: none;
  padding-top:0;
}

@media  only screen and (max-width:959px)  {
#container  {
  padding-top: 72px;
}
}

@media  only screen and (max-width:768px)  {
#container  {
  padding-top: 60px;
}
}

.common-wrap {
  flex-direction:inherit;
}

.side-area {
  padding-right: 0px;
  padding-left:30px;
}

.side-area .widget-box .ttl {
  border-radius:0;
}

.parts-widget-list01 {
  border:none;
}

.main_image{
  margin: 0px auto 20px;
  width: 100%;
  height: 0;
  padding-top:25%;
  background-image: url("../img/pc/top/top_main.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@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-slider-news：スライドバナー横に新着情報を配置
   スライド画像 658×244。PCは固定幅、SPはスライド下に新着情報。
--------------------------------------------------*/
.main-slider-news {
  margin-top: 10px;
}
.main-slider-news .main-slider-news-row {
  align-items: flex-start;
}
.main-slider-news .main-slider {
  margin: 0;
}
.main-slider-news .main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.main-slider-news .news-col {
  display: flex;
  flex-direction: column;
}
.main-slider-news .news-col .news-topics-ttl {
  margin: 0 0 4px 0;
}
.main-slider-news .news-col .parts-tab-bodys.news-topics,
.main-slider-news .news-col .parts-tab-bodys.news-topics > .parts-tab-body,
.main-slider-news .news-col .parts-tab-bodys.news-topics .news-topics {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-bottom: 0;
}
.main-slider-news .news-col .news-scroll {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow-y: auto;
}
.main-slider-news .news-col .news-topics > .index-btn {
  text-align: right;
  margin-top: 8px;
  flex: 0 0 auto;
}
.main-slider-news .news-col .news-topics > .index-btn .parts-arw01:before {
  background-color: var(--primary-color);
}
.main-slider-news .news-col .news-topics > .index-btn .parts-arw01:after {
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
}

/* 「用語から探す」タブ：フリーワードで検索の上余白を詰める */
#search-tab-4 #search-area {
  margin-top: 10px;
}
#search-tab-4 #search-area > form > p:first-child {
  margin-top: 0;
}

/* PC: スライドバナーを658px固定、新着情報は残り幅、高さはスライドに合わせる */
@media (min-width: 992px) {
  .main-slider-news .main-slider-col {
    flex: 0 0 auto;
    width: 658px;
    max-width: 658px;
  }
  .main-slider-news .news-col {
    flex: 1 1 0;
    max-width: none;
    height: 290px;
    padding-left: 30px !important;
  }
  /* prev/next ボタンを画像の左右端に配置（縦位置はデフォルトのまま） */
  .main-slider-news .swiper-button-prev {
    left: 0;
  }
  .main-slider-news .swiper-button-next {
    right: 0;
  }
}

/* SP: 縦積み、新着情報はスライド下 */
@media (max-width: 991px) {
  .main-slider-news .news-col {
    margin-top: 24px;
  }
  .main-slider-news .news-col .news-scroll {
    /*height: 330px;
    flex: 0 0 330px;*/
  }
}

@media only screen and (max-width: 991px) {
  body.page-top .side-area {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

/* main-slider
--------------------------------------------------*/
.main-slider li .item {
  overflow: hidden;
  visibility: hidden;
}

.main-slider .slick-slider.slick-initialized li .item {
  visibility: visible;
}

.main-slider {
  position: relative;
  margin: 5px 0 0 0;
  z-index: 1;
}

.main-slider * {
  outline: none;
}

.main-slider-wrap {
  position: relative;
}

.main-slider ul {
  padding: 0;
  margin: 0;
}

/*.main-slider ul.slick-slider::before,
.main-slider ul.slick-slider::after {
	content: '';
	width: calc((100% - 960px)/2);
	height: 400px;
	background-color: #333;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}
.main-slider ul.slick-slider::after {
	left: auto;
	right: 0;
}
@media only screen and (max-width:1024px) {
	.main-slider ul::before,
	.main-slider ul::after {
	display: none;
}
}*/
.main-slider .slick-slide {
  opacity: 0.3;
  transition: opacity 0.4s;
}

.main-slider .slick-slide.slick-current,
.main-slider .slick-slide.is-active-next {
  opacity: 1;
}

.main-slider li {
  list-style: none;
  width: 960px;
}

.main-slider li .item {
  overflow: hidden;
  height: 400px;
  width: 960px;
}

@media  only screen and (max-width:991px)  {
.main-slider li .item  {
  height: 40vw;
  width: auto;
}
}

/*
.main-slider li .item .image {
  height: 400px;
  width: auto;
}

*/
@media  only screen and (max-width:991px)  {
/*
.main-slider li .item .image  {
  height: auto;
}
*/
}

/*
.main-slider li .item .image div {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

*/
@media  only screen and (max-width:991px)  {
/*
.main-slider li .item .image div  {
  height: 40vw;
  background-position: top center;
  background-size: contain;
}
*/
}

/*
.main-slider li.box01 .item .image div {
  background-image: url(../img/pc/top/slide_01.jpg);
}

*/
/*
.main-slider li.box02 .item .image div {
  background-image: url(../img/pc/top/slide_02.jpg);
}

*/
/*
.main-slider li.box03 .item .image div {
  background-image: url(../img/pc/top/slide_03.jpg);
}

*/
/*
.main-slider li.box04 .item .image div {
  background-image: url(../img/pc/top/slide_04.jpg);
}

*/
/*
.main-slider li .item .texts {
  float: right;
  width: 360px;
  padding-bottom: 40px;
}

*/
/*
.main-slider li .item .texts .ttl {
  position: relative;
  left: -40px;
  width: 200px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

*/
/*
.main-slider li .item .texts .ttl > div {
  position: relative;
  display: table;
  width: 100%;
  height: 200px;
  z-index: 2;
}

*/
/*
.main-slider li .item .texts .ttl > div > h2 {
  display: table-cell;
  vertical-align: middle;
}

*/
/*
.main-slider li .item .texts .ttl small {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

*/
/*
.main-slider li .item .texts .ttl span {
  position: relative;
  display: block;
  z-index: 2;
}

*/
/*
.main-slider li .item .texts .ttl:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  background-color: #97999b;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

*/
/*
.main-slider li .item .texts .txt {
  padding: 20px 30px 0;
  line-height: 1.5;
}

*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

@media  only screen and (max-width:959px)  {
.main-slider  {
  margin-top: 20px;
}
.main-slider .common-wrap  {
  padding: 0;
}
/*
.main-slider li .item .image  {
  float: none;
  padding-left: 0;
  margin-left: 0;
}
*/
/*
.main-slider li .item .texts  {
  float: none;
  width: auto;
  margin-top: -50px;
  padding-bottom: 0;
}
*/
/*
.main-slider li .item .texts .ttl  {
  top: 0;
  left: 10px;
  width: 100px;
  font-size: 15px;
}
*/
/*
.main-slider li .item .texts .ttl > div  {
  height: 100px;
}
*/
/*
.main-slider li .item .texts .ttl small  {
  font-size: 12px;
  line-height: 1.3;
}
*/
/*
.main-slider li .item .texts .ttl:before  {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}
*/
/*
.main-slider li .item .texts .txt  {
  margin-top: -20px;
  padding: 0 15px 0 90px;
  font-size: 11px;
  line-height: 1.5;
}
*/
}

/* slick-dots */
.main-slider .slick-dots {
  position: relative;
  text-align: center;
  bottom: -17px;
  line-height: 0;
}

.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  width: inherit;
}

.main-slider .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  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: #ff6600;
}

@media  only screen and (max-width:767px)  {
.main-slider .slick-dots  {
}
.main-slider .slick-dots li button  {
  width: 10px;
  height: 10px;
}
}

/* 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: 20;
  margin: auto;
  top: 0;
  transform: translateY(-50%);
}

.main-slider .slick-prev {
  left: calc(50vw - 495px);
  background-image: url(../img/pc/page/slide_arw01.png);
  filter: grayscale(1);
  opacity:0.5;
}

.main-slider .slick-next {
  right: calc(50vw - 495px);
  background-image: url(../img/pc/page/slide_arw02.png);
  filter: grayscale(1);
  opacity:0.5;
}

@media  only screen and (max-width:991px)  {
.main-slider .slick-arrow  {
  width: 24px;
  height: 24px
	;
}
.main-slider .slick-prev  {
  left: 5px;
}
.main-slider .slick-next  {
  right: 5px;
}
}

/* 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 {
  margin-bottom: 80px;
}

.news-scroll {
  overflow-y: auto;
  height: 330px;
}

.news-scroll ul {
  padding: 5px 0;
  margin: 0;
}

.news-scroll li {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px 6px 0 0;
  list-style: none;
  border-bottom: #dfdddd dotted 1px;
}

.news-scroll li span {
  display: table-cell;
  vertical-align: top;
}

.news-scroll li span:nth-child(1) {
  width: 100px;
  color: var(--primary-color);
}

.news-scroll li a {
	color: var(--primary-text-color);
  font-size: .85em;
}

.news-scroll a:hover {
  text-decoration:none;
  opacity:0.6;
}

.news-tab {
  border-bottom: 2px solid var(--primary-color);
}

.news-tab h3 {
  margin-bottom: 0;
}

.news-tab .parts-tab-btn {
  border-bottom: none;
}

/* news-filter */
.news-filter {
  text-align: left;
  margin: 16px 8px 8px 24px;
}

@media  only screen and (max-width:767px)  {
.news-filter  {
  margin: 16px 8px 8px 8px;
}
}

.news-filter-btn {
  padding: 4px 12px;
  font-size: 0.813rem;
  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;
  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 {
  margin: 10px 0;
  text-align: center;
}

.news-topics .index-btn a {
  display: inline-block;
  padding: 0;
}

@media  only screen and (max-width:767px)  {
.news-topics .index-btn a  {
  padding: 10px 20px;
  font-size: .875rem;
}
}

.news-topics .index-btn a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s 1;
  animation: ripple 1.5s 1;
}

@keyframes  ripple  {
0%  {
  box-shadow: 0 0 0 0 #ccc;
}
70%  {
  box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
}
100%  {
  box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
}
}

#pagetop {
}

.newsList li a,
.news-topics .index-btn a{
  color: #333;
}


/* parts-tab-btns2
--------------------------------------------------*/
.parts-tab-btns2 {
  margin: 0;
}
.parts-tab-btns2 .parts-tab-btn {
  border-bottom: none;
}
/* Search-area
--------------------------------------------------*/
#Search-btn-Area {
  overflow:hidden;
  background: none;
  border: 2px solid var(--primary-color);
  margin-bottom: 50px;
}

#Search-btn-Area .parts-tab-body {
  padding: 10px;
  background: none;
}

#Search-btn-Area .parts-box-btns .row > div {
    margin: 5px 8px;
    flex-basis: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    box-shadow: 0px 0px 18px rgb(0 0 0 / 18%);
    /* border-bottom: none; */
    border-radius: 8px;
}

#Search-btn-Area.small_wid .parts-box-btns .row > div {
  flex-basis: calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
}

@media  only screen and (max-width:991px)  {
#Search-btn-Area .parts-box-btns .row > div  {

}
}

@media  only screen and (max-width:767px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 64px) / 4);
  max-width: calc((100% - 64px) / 4);
}
}

@media  only screen and (max-width:565px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
}
}

@media  only screen and (max-width:480px)  {
#Search-btn-Area .parts-box-btns .row > div  {
  flex-basis: calc(100% - 16px);
  max-width: calc(100% - 16px);
}
}

/* 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: 0 0 10px;
  border: 2px solid var(--primary-color);
}

#search-side-include .parts-widget-list01 li a {
  font-weight:700;
  display: block;
  padding: 10px;
  position: relative;
  padding: 15px 10px 15px 30px;
  background-color: #E8F7FC;
  height: 100%;
}

#search-side-include .parts-widget-list01 li a:hover {
  opacity: 0.6;
}

#search-side-include .parts-widget-list01 li a:before {
    left: 5px;
    border: none;
    background-color: var(--primary-color);
    width: 1.15rem;
    height: 1.15rem;
    top: calc(50% - 0.6rem);
    right: auto;
    margin-top: auto;
}
#search-side-include .parts-widget-list01 li a:after {
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    top: calc(50% + 10px);
    left: 5px;
}

@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-direction: column;
  flex-wrap: nowrap;
  padding: 0;
}
#search-side-include .side-area ul.parts-widget-list01 li  {
}
}

@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%;
}
}

.parts-icon-btn a > * {
}

/*--------------------------------------------------

 parts-icon-btn

--------------------------------------------------*/
.parts-icon-btn a {
    flex-direction: row-reverse;
    -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-between;
    align-items: center;
    padding: 5px 4px 5px 20px;
}
@media  only screen and (max-width:767px)  {
  .parts-icon-btn a {
      padding: 5px;
  }
}

.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;
  font-size: 1rem;
}
@media  only screen and (max-width:767px)  {
  .parts-icon-btn a > * {
    text-align: left;
    font-size: .7rem;
  }
}
.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 {
  width: 100px;
  text-align: center;
  padding: 10px 0 10px 8px;
}
@media  only screen and (max-width:767px)  {
  .parts-icon-btn a .ico {
    width: 40px;
  }
}
.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 44px;
  max-width: 80px;
  width: auto;
  height: auto;
}

@media  only screen and (max-width:767px)  {
.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
    max-height: 30px;
    max-width: 40px;
  }
}

/* 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: #2A6CBC;
}

@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: #2A6CBC;
}

@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;
}
@media  only screen and (max-width:767px)  {
  #BannerArea03 {
    padding: 20px 0;
    margin-top: 20px;
  }
}
#BannerArea03 div {
  margin-left:0;
  margin-right:0;
  z-index: 1;
}

#BannerArea03:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #F6F6F6;
  z-index: 0;
}

#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);
  border: 1px solid #ccc;
}

#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:565px)  {
#BannerArea03 .parts-btn  {
  flex-basis:auto;
  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;
}

/*--------------------------------------------------

index card

--------------------------------------------------*/
.index-cards {
  margin: 80px 10px 40px 10px;
  padding:40px 0;
  position:relative;
}

.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;
}

.index-cards .row > div {
  margin:10px;
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  flex-grow: 1;
  flex-shrink: 0;
  border:none;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

.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 {
  text-align:center;
  border: none;
  background-color: var(--primary-color);
}

.index-cards  .card-body{
  display:flex;
}

.card-body .list-group,
.card-body .links {
  padding: 0px 15px;
}

.card-text{
}

/* Pick Upセクションの画像サイズを統一 */
.index-cards .card-img-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  display: block;
}

/* index4/index7タイプのカードレイアウト調整 */
.index-cards .card-body {
  display: flex;
  flex-wrap: wrap;
}

.index-cards .card-body > div.card-img-top {
  flex-basis: 40%;
  margin-top: 8px;
}

.index-cards .card-body > div.links {
  flex-basis: 60%;
}

@media  only screen and (max-width:959px)  {
.index-cards .row > div  {
  margin:10px;
  flex-basis: calc((100% - 62px) / 2);
  max-width: calc((100% - 62px) / 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;
}

.parts-title-06 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight:700;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.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 0;
  margin: 80px auto 0;
  position: relative;
}

#BannerArea04 div {
  margin-left:0;
  margin-right:0;
}

#BannerArea04:before{
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  content: "";
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

/* slick-arrow */
.slick .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  display: block  !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  bottom: 0;
  margin: auto;
}

.slick .slick-prev {
  left: 0;
  background-image: url(../img/pc/page/slide_arw01.png);
  filter:grayscale(1) opacity(0.8);
}

.slick .slick-next {
  right: 0;
  background-image: url(../img/pc/page/slide_arw02.png);
  filter:grayscale(1) opacity(0.8);
}

/* slick-dots */
.Banner_slide .slick-dots {
  position: absolute;
  bottom: -35px;
  left: calc(50% - 50px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}

.Banner_slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.Banner_slide .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #dcdcdc;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  border-radius: 50%;
}

.Banner_slide .slick-dots li.slick-active button {
  background-color: #ff6600;
}

@media  only screen and (max-width:767px)  {
.Banner_slide .slick-dots  {
  bottom: -25px;
}
.Banner_slide .slick-dots li button  {
  width: 10px;
  height: 10px;
}
}

.slickBtnArea {
  position: relative;
}

.slickBtnArea button {
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  background: none;
  right: calc(50% - 90px);
  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)  {
.main-slider-wrap .slickBtnArea button {
  top: 1px;
  bottom:0;
  right: calc(50% - 4em);
}
}

/* swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -6px !important;
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.swiper-slide {
  opacity: .4;
  transition: opacity .4s;
}

.swiper-slide.swiper-slide-active{
  opacity:1;
}

/* .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, 97%);
}

@media  only screen and (max-width: 767px)  {
.swiper-button-next,
    .swiper-button-prev  {
  width: 28px;
  height: 28px;
  top: var(--swiper-navigation-top-offset, 95%);
}
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #999;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
}

.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;
}

.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: 6px;
  outline: none;
}

.swiper .stopbtn:focus:not(:focus-visible) {
  outline: none;
}

.swiper .stopbtn:focus-visible {
  outline: solid;
}

.swiper .stopbtn:hover {
  opacity: 0.75;
}

.swiper .stopbtn.stop:before,
.swiper .stopbtn.start:before {
  position: absolute;
  top: 5px;
  left: -2px;
}

.swiper .stopbtn.stop:before {
  font-family: "icomoon";
  content: "";
}

.swiper .stopbtn.start:before {
  font-family: "icomoon";
  content: "";
}

.swiper-button-next {
  height: 1.8rem !important;
  color: #fff !important;
  right: 10vw;
  width: 1.8rem;
  left: auto;
}

.swiper-button-prev {
  height: 1.8rem !important;
  color: #fff !important;
  right: auto;
  width: 1.8rem;
  left: 10vw;
}

@media  only screen and (max-width:959px)  {
.swiper-button-next  {
  right:20px;
}
.swiper-button-prev  {
  left:20px;
}
}

@media  only screen and (min-width:1200px)  {
.swiper-button-next  {
  right: 28vw;
}
.swiper-button-prev  {
  left: 28vw;
}
}

.news-topics-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}
.news-topics-ttl h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
.news-topics-ttl a {
  color: var(--primary-text-color);

}
.news-topics-ttl .parts-arw01:before {
  background-color: var(--primary-color)
}
.news-topics-ttl .parts-arw01:after {
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
}

@media  only screen and (max-width: 767px)  {
.news-topics-ttl h2 {
  font-size: 17px;
}
}

.banner-block {
  padding: 10px;
  border: 2px solid var(--primary-color);
  background-color: #E8F7FC;
  margin-bottom: 10px;
  text-align: center;
}
.banner-block ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.banner-block ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
.banner-block .banner-block-login-btn {
  display: block;
  width: 100%;
  position: relative;
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.banner-block .banner-block-btn {
  display: block;
  width: 100%;
  position: relative;
  background-color: #CCDBEC;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  color: var(--primary-color);
  text-align: center;
}
.banner-block .banner-block-login-btn:after,
.banner-block .banner-block-btn:after {
    position: absolute;
    right: 10px;
    display: block;
    content: "";
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0.4rem;
    height: 0.4rem;
    top: calc(50% - 0.2rem);
}