@charset "utf-8";


#ContentsWrap{
  padding: 60px 0;
  background: #fff url(../img/cmn_bg_gray.jpg) repeat center bottom;
}
@media all and (max-width: 740px)  
{/* SP start */
#ContentsWrap{
  padding: 40px 0;
}
}

.twDefault{
    position: relative;
    opacity: 0;
    top: -40px;
    -webkit-transition: 1s;
    transition: 1s;
}

.twDefault.twEnd{
    opacity: 1;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
}




@media all and (min-width: 741px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} 
@media all and (max-width: 740px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
}




/* // PageHeader
----------------------------------------------- */

#PageHeader.main{
  height: 580px;
}
#PageHeader.main .text{
  font-size: 14px;
  font-weight: normal;
  line-height: 2.5;
}






/* ----------------- point ----------------- */
.point {
  margin: 0 0 70px;
}
.point img {
  width: 100%;
}
.point .widthFix{
  background: #F6F3EB;
  padding: 80px 100px;
  box-sizing: border-box;
}
.pointImg {
  display: flex;
  gap:15px;
  margin: 0 0 50px;
}
.pointImg_main {
  width: 75%;
  flex-shrink: 0;
}
.pointImg_sub__wrap {
  display: flex;
  gap:8px;
  flex-direction: column;
  justify-content: space-between;
}
.pointList {
  margin: 0 0 40px;
}
.pointList_item {
  display: flex;
  gap:20px;
  color: #695D3F;
  background: #fff;
  padding: 15px 30px;
}
.pointList_item:not(:last-child) {
  margin: 0 0 15px;
}
.pointList_item__num {
  font-size: 20px;
}
.pointList_item__ttl {
  font-size: 25px;
}
.point_txt {
  font-size: 16px; 
  font-weight: bold;
  color: #5F5F5F;
}
@media all and (max-width: 740px)  
{/* SP start */
.point {
  margin: 0 0 50px;
}
.point img {
  width: 100%;
}
.point .widthFix{
  background: #F6F3EB;
  padding: 40px 20px;
  box-sizing: border-box;
}
.pointImg {
  display: flex;
  gap:10px;
  flex-direction: column;
  margin: 0 0 50px;
}
.pointImg_main {
  width: 100%;
  flex-shrink: 0;
}
.pointImg_sub__wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 8px;
  gap:8px;
  flex-direction: inherit;
  justify-content: space-between;
}
.pointList {
  margin: 0 0 30px;
}
.pointList_item {
  display: flex;
  gap:15px;
  color: #695D3F;
  background: #fff;
  padding: 12px 15px;
  align-items: baseline;
}
.pointList_item:not(:last-child) {
  margin: 0 0 15px;
}
.pointList_item__num {
  font-size: 15px;
  white-space: nowrap;
}
.pointList_item__ttl {
  font-size: 18px;
  line-height: 1.5;
}
.point_txt {
  font-size: 14px; 
}
}






 



/* ----------------- slder ----------------- */
.slder {
  margin:0 0 90px;
}
.container .swiperMain .swiper-wrapper .swiper-slide {
  width: 559px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.container .swiperMain .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
.container .swiperMain .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.container .swiperThumbnail {
  margin-top: 30px;
}
.container .swiperThumbnail .swiper-wrapper .swiper-slide {
  width: 87px;
}
.container .swiperThumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
@media all and (max-width: 740px)  
{/* SP start */
.slder {
  margin:0 0 60px;
}
.container .swiperMain .swiper-wrapper .swiper-slide {
  width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.container .swiperMain .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
.container .swiperMain .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.container .swiperThumbnail {
  margin-top: 10px;
}
.container .swiperThumbnail .swiper-wrapper .swiper-slide {
  width: 64px;
}
.container .swiperThumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
}


/* ----------------- example ----------------- */
.example {
  padding: 90px 0;
  background: url(/_pack/img/process_plan_bg.webp) repeat center center;
}
.example img {
  width: 100%;
}
.exampleList {
  color: #695D3F;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
  gap:15px;
  font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'IPA-mincho',sans-serif;
}
.exampleImg {
  display: flex;
  gap:15px;
  margin: 0 0 40px;
}
.example_txt {
  font-size: 16px; 
  font-weight: bold;
  color: #5F5F5F;
}
@media all and (max-width: 740px)  
{/* SP start */
.example {
  padding: 60px 0;
}
.example img {
  width: 100%;
}
.exampleList {
  color: #695D3F;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
  gap:15px;
  font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'IPA-mincho',sans-serif;
}
.exampleImg {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 8px;
  gap:15px;
  margin: 0 0 40px;
}
.example_txt {
  font-size: 14px; 
}
}



/* ----------------- xxxxxxxxxx ----------------- */

@media all and (max-width: 740px)  
{/* SP start */

}



/* ----------------- xxxxxxxxxx ----------------- */

@media all and (max-width: 740px)  
{/* SP start */

}