@charset "utf-8";
/* -------------------------
pc layout
------------------------- */
@media screen and (min-width: 961px) {
  /* 769px以上（PC用）の記述 */
  .br-sp {
    display: none;
  }
  /* -------
header
------- */
  .logo {
    width: 300px;
    margin: 5px 20px 5px;
  }
  /* -------
container 
------- */
  #container {
    width: 100%;
  }
  .inner {
    width: 960px;
    margin: 0 auto;
  }
  
  /* -------
title
------- */
  .title-1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /* -------
button
------- */
	.btn-black {width: 240px; margin: 20px auto; text-align: center;}
	.btn-black a{ padding: 10px; border: 1px solid #000; display: block; width: 100%; height: 100%; letter-spacing: 0.2rem; font-weight: bold;}
	
	.btn-white {width: 240px; margin: 20px auto; text-align: center;}
	.btn-white a{ padding: 10px; border: 1px solid #fff; display: block; width: 100%; height: 100%; letter-spacing: 0.2rem; font-weight: bold;}

  /*-----------
	slider
----------- */
  .slider {
    width: 100%;
    margin: 20px auto 0;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-slide img {
    width: 100%;
  }
  .slide-caption .slick-slide, .slide-col3 .slick-slide {
    margin: 0 10px;
  }
  .slick-slide .white {
    border: 1px solid #000;
    background: #fff;
  }
  .slick-slide .square {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
  /*slide-move*/
  .slide-move img {
    padding: 0 10px;
  }
  /*-----------
	column layout
----------- */
  /*-- column 1 --*/
  .col1 {
    width: 50%;
    margin: 50px auto;
  }
  /*-- column 2 --*/
  .col2 {
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .col2 li {
    width: 50%;
    margin-bottom: 10px;
  }
  .col2 li img {
    width: 100%;
  }
  /*content*/
  .col2 .title-2 {
    font-size: 8rem;
    font-weight: 500;
	  margin-left: 50px;
    margin-bottom: 5px;
	  margin-top: 120px;
  }
  .col2 .text {
    margin-top: 100px;
  }
  .col2 .text dl {
    width: 80%;
    margin: 0 auto;
  }
  .col2 .text dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
/*-- reverse --*/	
  .reverse {
    max-width: 90%;
	  margin: 0 auto;
	  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
	  flex-direction: row-reverse;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .reverse li {
	  width: 50%;
    margin-bottom: 10px;
  }
  .reverse li img {
    width: 100%;
  }
  /*content*/
  .reverse .title-2 {
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 5px;
	  margin-left: 50px;
  }
  .reverse .text {
    margin-top: 140px;
  }
  .reverse .text dl {
    width: 80%;
    margin: 0 auto;
  }
  .reverse .text dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  /*-- column 3 --*/
  .col3 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .col3 li {
    width: 30%;
    margin-bottom: 10px;
  }
  .col3 li img {
    width: 100%;
  }
  /*-- column 4 --*/
  .col4 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .col4 li {
    width: 220px;
    margin-bottom: 10px;
  }
  .col4 li img {
    width: 100%;
  }
	
 /*-----------
	black
----------- */	
	.black {background: #000; color: #fff;}
	.title-3 {font-size: 8rem; text-align: center; padding: 5px 0 5px;}
	.black .image{ width: 50%; margin: 0 auto; letter-spacing: 0.1rem;}
	.black .image img {margin-bottom: 5px;}
	
	
	
} /*-- close --*/