@charset "UTF-8";

/* ファーストビュー
***************************************************************/
.head {
  background-color: #fff;
}
.pageScroll .head {
  background-color: #fff;
}
.mvWrap {
  width: 100%;
  position: relative;
}
.firstView {
  width: 100%;
  position: relative;
}
.main {
  padding-top: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .head {
    background-color: #fff;
  }
}
@media all and (max-width:370px) {
}


/* メインスライド
***************************************************************/
.mvSlide,
.mvSlide .slick-list,
.mvSlide .slick-track {
  width: 100%;
  height: 100%;
}
.mvSlide .slideItem {
	width: 100%;
	height: 100%;
	position: relative;
  overflow: hidden;
}
.mvSlide .slideItem .visual {
  width: 100%;
  height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mvSlide .slideItem.slide1 .visual {
  background-image: url(../../img/front/mv1.jpg);
}
.mvSlide .slideItem.slide2 .visual {
  background-image: url(../../img/front/mv2.jpg);
}
.mvSlide .slideItem.slide3 .visual {
  background-image: url(../../img/front/mv3.jpg);
}
.mvSlide .slideItem.slide4 .visual {
  background-image: url(../../img/front/mv4.jpg);
}
.mvSlide .slideItem.slide5 .visual {
  background-image: url(../../img/front/mv5.jpg);
}
.mvSlide .slideItem.slide6 .visual {
  background-image: url(../../img/front/mv6.jpg);
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .mvSlide .slideItem.slide1 .visual {
    background-image: url(../../img/front/mv1_sp.jpg);
  }
  .mvSlide .slideItem.slide2 .visual {
    background-image: url(../../img/front/mv2_sp.jpg);
  }
  .mvSlide .slideItem.slide3 .visual {
    background-image: url(../../img/front/mv3_sp.jpg);
  }
  .mvSlide .slideItem.slide4 .visual {
    background-image: url(../../img/front/mv4_sp.jpg);
  }
  .mvSlide .slideItem.slide5 .visual {
    background-image: url(../../img/front/mv5_sp.jpg);
  }
  .mvSlide .slideItem.slide6 .visual {
    background-image: url(../../img/front/mv6_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* ファーストビュー：フリーデザイン
***************************************************************/
.sloganWrap {
  display: none;
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sloganWrap .slogan1 {
  width: 1160px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sloganWrap .slogan1 img {
  width: 100%;
}
.sloganWrap .slogan2 {
  width: 414px;
  position: absolute;
  bottom: 180px;
  left: 10px;
}
.sloganWrap .slogan2 img {
  width: 100%;
}
.mvScrollDown {
  display: block;
  width: 41px;
  height: 280px;
  padding: 0 15px;
  position: absolute;
  bottom: 135px;
  right: 26px;
}
.mvScrollDown::before {
  content: "";
  width: 1px;
  height: 184px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: height 0.3s ease;
}
.mvScrollDown::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(45deg);
}
.mvScrollDown .scrollImg,
.mvScrollDown .scrollImg img {
  width: 100%;
}
.mv_data1 {
  width: 684px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.slide2 .mv_data1 {
  width: 456px;
  right: 160px;
  transform: translate(0, -50%);
}
.slide3 .mv_data1 {
  width: 732px;
  left: 180px;
  right: auto;
  transform: translate(0, -50%);
}
.slide4 .mv_data1 {
  width: 638px;
  right: 50%;
}
.slide5 .mv_data1 {
  width: 414px;
  right: 50%;
}
.slide6 .mv_data1 {
  width: 509px;
  right: 50%;
}
.mv_data1 picture {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mv_data1 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 681px) {
  .mvScrollDown:hover::before {
    width: 1px;
    height: 164px;
  }
  .sloganWrap.type2 .slogan1 {
    bottom: 50px;
  }
  .mvScrollDown.type2 {
    bottom: 60px;
  }
  .mv_sml1 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: absolute;
    right: 98px;
    bottom: 65px;
  }
}
@media all and (max-width:680px) {
  .sloganWrap {
    width: 100%;
  }
  .sloganWrap .slogan1 {
    width: 100%;
    bottom: 0;
  }
  .sloganWrap .slogan2 {
    /* width: 40vw;
    bottom: 20vw;
    left: 5vw; */
    width: 90vw;
    bottom: 80px;
    left: 5vw;
  }
  .mv_data1 {
    width: calc(100% - 40px);
    margin: auto;
    right: 0;
    left: 0;
    bottom: 115px;
  }
  .mv_sml1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  
  .mv_data1 {
    width: 93%;
    height: max-content;
    margin: 0;
    top: 50%;
    right: 50%;
    left: auto;
    transform: translate(50%, -50%);
  }
  .slide2 .mv_data1 {
    width: 67%;
    top: 20%;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }
  .slide3 .mv_data1 {
    width: 61%;
    top: 50%;
    left: 8%;
    right: auto;
    transform: translateY(-50%);
  }
  .slide4 .mv_data1 {
    width: 93%;
    right: 50%;
    left: auto;
    top: 50%;
    transform: translate(50%, -50%);
  }
  .slide5 .mv_data1 {
    width: 81%;
    top: 50%;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .slide6 .mv_data1 {
    width: 81%;
    right: 50%;
    left: auto;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
@media all and (max-width:370px) {
}


/* バナー */
.banner_wide {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 606px;
  z-index: 1000;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.banner_wide.show {
  opacity: 1;
  top: 50%;
}

.banner_wide_close {
  width: 72px;
  height: 72px;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 1000;
}

.banner_wide::before {
}

.banner_wide_link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_wide_link:hover {
  cursor: pointer;
}

.banner_wide_link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner_wide_btn {
  width: 374px;
  height: 48px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 84px;
  left: 140px;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  rotate: -4deg;
  transform-origin: center center;
  position: relative;
}

.banner_wide_btn::before {
  content: "";
  width: 82px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 27px;
  transition: all 0.3s ease;
}

.banner_wide:hover .banner_wide_btn::before {
  width: 60px;
  right: 15px;
}

.banner_wide_btn::after {
  content: "";
  width: 10px;
  height: 1px;
  rotate: 45deg;
  background-color: #000;
  position: absolute;
  top: 53%;
  right: 21px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.banner_wide:hover .banner_wide_btn::after {
  right: 10px;
}

.banner_wide_btn_text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  padding-left: 36.4px;
}

.banner_narrow {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 0;
  width: 380px;
  height: auto;
  z-index: 1000;
}

.banner_narrow:hover {
  cursor: pointer;
}

.banner_narrow_close {
  display: block;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -36px;
  right: 0;
  z-index: 1000;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 50%;
  background-color: #F08C00;
  transition: all 0.3s ease;
}

.banner_narrow:hover .banner_narrow_close {
  background-color: #fff;
  color: #F08C00;
  border: 1px solid #F08C00;
}

@media all and (max-width:680px) {
  .banner_wide {
    width: 90%;
    height: auto;
  }
  
  .banner_wide_close {
    width: 56px;
    height: 56px;
    top: -10px;
    right: -10px;
  }
  
  .banner_wide::before {
  }
  
  .banner_wide_link {
  }
  
  .banner_wide_link img {
  }
  
  .banner_narrow {
    display: none;
    width: 100%;
    background-color: #fff;
  }
  
  .banner_wide_btn {
    display: none;
  }
  
  .banner_wide_btn::before {
  }
  
  .banner_wide:hover .banner_wide_btn::before {
  }
  
  .banner_wide_btn::after {
  }
  
  .banner_wide:hover .banner_wide_btn::after {
  }
  
  .banner_wide_btn_text {
  }

  .banner_narrow {
    bottom: 70px;
    right: 0;
    width: 190px;
    height: auto;
    border-radius: 10px 0 0 10px;
  }
  
  .banner_narrow_close {
    display: none;
  }
  
  .banner_narrow:hover .banner_narrow_close {
  }
}

/* コンテンツ共通
***************************************************************/
.topWrap {
  padding: 140px 0;
}
.topWrap.bg1 {
  background-color: #fff;
}
.topWrap.bg2 {
  background-color: #EDEDED;
}
.topWrap.bg3 {
  background-color: #F4F4F4;
}
.topWrap.bg4 {
  background-color: #F8F8F8;
}
.topWrap.bg5 {
  background-color: #F0F0F0;
}
.topWrap.bg6 {
  background-color: #fff;
  border-bottom: 2px solid #F4F4F4;
}
.topWrap.bg1 + .bg1,
.topWrap.bg2 + .bg2,
.topWrap.bg3 + .bg3,
.topWrap.bg4 + .bg4,
.topWrap.bg5 + .bg5 {
  padding-top: 0;
}
.top_leed1 {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  margin-top: -30px;
  margin-bottom: 60px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .topWrap {
    padding: 70px 0;
  }
  .top_leed1 {
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
@media all and (max-width:370px) {
}


/* NEWS&BLOG
***************************************************************/
.newsblogWrap .newsblogWrapInner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.newsblogWrap .newsblogTitle1 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.newsblogWrap .newsblogTitle1::after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #A0A29E;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsblogWrap .newsblogTitle1 .t1 {
  font-size: 35px;
  font-weight: 300;
  color: #1D211E;
}
.newsblogWrap .newsblogTitle1 .t2 {
  font-size: 15px;
  font-weight: 400;
  color: #1D211E;
  margin-left: 10px;
}
.newsWrap,
.blogWrap {
  width: 477px;
  background-color: #EDEDED;
  padding: 15px 30px 50px;
  display: flex;
  flex-flow: column;
}
.bg2 .newsWrap,
.bg2 .blogWrap {
  background-color: #fff;
}
.newsWrap .newsList,
.blogWrap .blogList {
  flex-grow: 1;
}

.newsWrap .newsLink1,
.blogWrap .blogLink1 {
  width: 300px;
  height: 53px;
  font-size: 15px;
  margin-top: 20px;
}
/* NEWS */
.newsWrap .newsList .li1 {
  border-bottom: 1px solid #C4C4C4;
}
.newsWrap .newsList .li1:last-child {
  border-bottom: none;
}
.newsWrap .newsList .li1 a {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 30px 0;
}
.newsWrap .newsList .li1 a .txt1 {
  width: 100px;
}
.newsWrap .newsList .li1 a .txt2 {
  width: calc(100% - 100px);
  text-align: justify;
}
/* BLOG */
.blogWrap .blogList .li1 {
  border-bottom: 1px solid #C4C4C4;
}
.blogWrap .blogList .li1:last-child {
  border-bottom: none;
}
.blogWrap .blogList .li1 a {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 30px 0;
}
.blogWrap .blogList .li1 a .thumb {
  width: 165px;
  height: 110px;
}
.blogWrap .blogList .li1 a .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogWrap .blogList .li1 a .textBox {
  width: calc(100% - 165px);
  padding-left: 12px;
}
.blogWrap .blogList .li1 a .textBox .txt1 {
  display: flex;
  align-items: center;
}
.blogWrap .blogList .li1 a .textBox .txt1 .category {
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background-color: #5B5E62;
  border-radius: 50px;
  width: 120px;
  height: 20px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogWrap .blogList .li1 a .textBox .txt2 {
  margin-top: 10px;
  text-align: justify;
}
@media all and (min-width: 681px) {
  .newsWrap .newsList .li1 a:hover,
  .blogWrap .blogList .li1 a:hover  {
    opacity: 0.6;
  }
}
@media all and (max-width:680px) {
  .newsblogWrap .newsblogWrapInner {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .newsblogWrap .newsblogTitle1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .newsblogWrap .newsblogTitle1::after {
  }
  .newsblogWrap .newsblogTitle1 .t1 {
    font-size: 30px;
  }
  .newsWrap,
  .blogWrap {
    width: 100%;
    padding: 30px 15px;
    display: block;
  }
  .blogWrap {
    margin-top: 30px;
  }
  .newsWrap .newsLink1,
  .blogWrap .blogLink1 {
    width: 230px;
    height: 42px;
    font-size: 13px;
  }
  /* NEWS */
  .newsWrap .newsList .li1 a {
    display: block;
    padding: 25px 0;
  }
  .newsWrap .newsList .li1 a .txt1 {
    width: 100%;
    font-size: 16px;
  }
  .newsWrap .newsList .li1 a .txt2 {
    width: 100%;
    font-size: 13px;
    margin-top: 2px;
  }
  /* BLOG */
  .blogWrap .blogList .li1 a {
    padding: 25px 0;
  }
  .blogWrap .blogList .li1 a .thumb {
    width: 40.8vw;
    height: 132px;
  }
  .blogWrap .blogList .li1 a .textBox {
    width: calc(100% - 40.8vw);
  }
  .blogWrap .blogList .li1 a .textBox .txt1 {
    flex-flow: column;
    align-items: flex-start;
  }
  .blogWrap .blogList .li1 a .textBox .txt1 .days {
    order: 2;
    margin-top: 8px;
  }
  .blogWrap .blogList .li1 a .textBox .txt1 .category {
    order: 1;
    margin-left: 0;
  }
  .blogWrap .blogList .li1 a .textBox .txt2 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
  }
}
@media all and (max-width:370px) {
}


/* PASSIVE DESIGN：フリーデザイン
***************************************************************/
.designWrap {
  /* border-top: 1px solid #5B5E62; */
  padding: 110px 0 140px;
}
.designWrap .designTitle1 .img1 {
  display: block;
  width: 686.22px;
  margin: 0 auto;
}
.designWrap .designTitle1 .img1 img {
  display: block;
  width: 100%;
}
.designWrap .ul1 {
  display: flex;
  width: 1100px;
  margin: 45px auto 0;
}
.designWrap .ul1 > li {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .designWrap .ul1 > li {
	width: 33.3333%;
}
.designWrap .ul1 .link1 {
  display: block;
  position: relative;
  width: 100%;
}
.designWrap .ul1 .thumb1 {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.designWrap .ul1 .thumb1::after {
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 9px);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.designWrap .ul1 .thumb1 .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/front/design_img1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.designWrap .ul1 .li2 .thumb1 .img1 {
  background-image: url(../../img/front/design_img2.jpg);
}
.designWrap .ul1 .li3 .thumb1 .img1 {
  background-image: url(../../img/front/design_img3.jpg);
}
.designWrap .ul1 .thumb1 .text1 {
  width: 181px;
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.designWrap .ul1 .li2 .thumb1 .text1 {
  width: 253.84px;
}
.designWrap .ul1 .li3 .thumb1 .text1 {
  width: 175.68px;
}
.designWrap .ul1 .thumb1 .text1 img {
  width: 100%;
}
.designWrap .ul1 .tit1 {
  width: calc(100% - 18px);
  height: 172px;
  margin: 0 auto;
  background-color: #fff;
  border-left: 1px solid #1D211E;
  border-right: 1px solid #1D211E;
  border-bottom: 1px solid #1D211E;
}
.designWrap .ul1 .tit1_t1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 13px;
  padding-bottom: 14px;
}
.tit1_link1 {
  width: 230px;
  height: 54px;
  margin: 0 auto;
  padding-right: 10px;
  position: relative;
  background-color: #777978;
  border: 1px solid #777978;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit1_link1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
.tit1_clm1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tit1_clm1 .tit1_link1 {
  width: 160px;
  margin: 0;
}
.tit1_clm1 .tit1_link1 + .tit1_link1 {
  margin-left: 10px;
}
.designWrap .linkBox {
  width: 746px;
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
}
@media all and (min-width: 681px) {
  .designWrap .ul1 a .thumb1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
  }
  .designWrap .ul1 a:hover .thumb1::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .designWrap .ul1 a:hover .thumb1 .img1 {
    transform: scale(1.1);
  }
  .tit1_link1:hover {
    background-color: #1D211E;
    border: 1px solid #1D211E;
  }
}
@media all and (max-width:680px) {
  .designWrap {
    padding: 70px 0;
  }
  .designWrap .designTitle1 .img1 {
    width: 90%;
    max-width: 340.53px;
  }
  .designWrap .ul1 {
    width: 100%;
    display: block;
    margin-top: 35px;
    padding: 0 30px;
  }
  .designWrap .ul1 > li {
    width: 100%;
    position: relative;
  }
  .designWrap .ul1 > li + li {
    margin-top: 30px;
  }
  .designWrap .ul1 .thumb1 {
    width: 160px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .designWrap .ul1 .thumb1 .text1 {
    width: 104.07px;
  }
  .designWrap .ul1 .li2 .thumb1 .text1 {
    width: 145.96px;
  }
  .designWrap .ul1 .li3 .thumb1 .text1 {
    width: 101.02px;
  }
  .designWrap .ul1 .thumb1::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-right: none;
    margin-left: 10px;
  }
  .designWrap .ul1 .tit1 {
    width: 100%;
    height: auto;
    border-top: 1px solid #1D211E;
    padding-bottom: 14px;
  }
  .designWrap .ul1 .tit1_t1 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.63;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    width: calc(100% - 149px);
  }
  .tit1_link1 {
    width: 220px;
    height: 48px;
    font-size: 14px;
  }
  .tit1_clm1 .tit1_link1 {
    width: calc((100% - 23px) / 2);
  }
  .tit1_clm1 .tit1_link1 + .tit1_link1 {
    margin-left: 5px;
  }
  .designWrap .linkBox {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .designWrap .linkBox .designLink1 + .designLink1 {
    margin-top: 20px;
  }
  /* rev */
  .designWrap .ul1 > li:nth-of-type(even) .thumb1 {
    left: auto;
    right: -10px;
  }
  .designWrap .ul1 > li:nth-of-type(even) .thumb1::after {
    border-right: 1px solid #fff;
    border-left: none;
    margin-left: 0;
    margin-right: 10px;
  }
  .designWrap .ul1 > li:nth-of-type(even) .tit1_t1 {
    margin-left: 0;
  }
}
@media all and (max-width:370px) {
}


/* メインコンテンツメニュー
***************************************************************/
.mainContentsMenu {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px;
}
.mcm_h2 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.mcm_clm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mcm_in {
  width: 560px;
}
.mcm_h3 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
.mcm_h3::after {
  content: "";
  width: 220px;
  height: 1px;
  border-bottom: 1px solid #5B5E62;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mainContentsMenu .ul1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mainContentsMenu .li1 {
  width: calc((100% - 20px) / 2);
}
.mainContentsMenu .w_btn01 {
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 20px 18px;
  display: flex;
}
.mainContentsMenu .w_btn01.gray:not(:hover) {
  background-color: #E7EAE9;
}
.mainContentsMenu .w_btn01 .s1 {
  font-size: 20px;
}
.mainContentsMenu .w_btn01 .s2 {
  font-size: 16px;
}
@media all and (min-width: 681px) {
  .mainContentsMenu .li1:nth-of-type(1) {
    order: 1;
  }
  .mainContentsMenu .li1:nth-of-type(2) {
    order: 3;
  }
  .mainContentsMenu .li1:nth-of-type(3) {
    order: 2;
  }
  .mainContentsMenu .li1:nth-of-type(4) {
    order: 4;
  }
}
@media all and (max-width:680px) {
  .mainContentsMenu {
    width: 100%;
    padding: 50px 20px 60px;
  }
  .mcm_h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .mcm_clm {
    display: block;
  }
  .mcm_in {
    width: 100%;
  }
  .mcm_in + .mcm_in {
    margin-top: 30px;
  }
  .mcm_h3 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .mcm_h3::after {
    width: 180px;
  }
  .mainContentsMenu .ul1 {
    flex-flow: wrap;
  }
  .mainContentsMenu .li1 {
    width: calc((100% - 10px) / 2);
  }
  .mainContentsMenu .li1:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .mainContentsMenu .w_btn01 {
    padding: 14px 14px;
    letter-spacing: 0;
  }
  .mainContentsMenu .w_btn01 .s1 {
    font-size: 16px;
  }
  .mainContentsMenu .w_btn01 .s2 {
    font-size: 13px;
  }
}
@media all and (max-width:370px) {
  .mainContentsMenu .w_btn01 .s1 {
    font-size: 14px;
  }
  .mainContentsMenu .w_btn01 .s2 {
    font-size: 12px;
  }
}


/* mvNav
***************************************************************/
.mvNav {
  width: 380px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 50%;
  bottom: 17%;
  transform: translateX(50%);
}
.slide2 .mvNav {
  width: 450px;
}
.mvNav .li1 {
    width: 100%;
}
.mvNav .link1 {
  width: 100%;
  background-color: rgba(25, 25, 25, 0.65);
  border-color :#fff;
  color: #fff;
}
.mvNav .link1::after {
  border-color :#fff;
}
@media all and (min-width: 681px) {
  .mvNav .link1 {
    height: 54px;
    font-size: 16px;
  }
  .mvNav .link1:hover {
    background-color: rgba(25, 25, 25, 0.95);
  }
}
@media all and (max-width:680px) {
  .mvNav {
    width: 280px;
    left: 50%;
    right: auto;
    bottom: 49px;
    margin: auto;
    transform: translateX(-50%);
  }
  .mvNav .li1 {
      width: 100%;
      text-align: center;
  }
  .slide1 .mvNav,.slide4 .mvNav, .slide5 .mvNav {
    bottom: 80px;
  }
  .slide2 .mvNav {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  .slide2 .mvNav .link1 {
    height: 57px;
  }

}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
