@charset "utf-8";
/* -------------------------
pc layout
------------------------- */
@media screen and (min-width: 961px) {
  /* 769px以上（PC用）の記述 */
  body {}
  .br-sp {
    display: none;
  }
  /* -------
header
------- */
  .logo {
    width: 300px;
    margin: 5px 20px 5px;
  }
  /* -------
container 
------- */
  #container {
    width: 100%;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
	.section-2 {
	width: 90%;
	margin: 0 auto;
}
	
  /* -------
title
------- */
  .title-1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  /* -------
nav
------- */
  ul.nav {
    display: flex;
    justify-content: center;
  }
  .nav li {
    width: 10%;
    margin: 0 10px;
    text-align: center;
  }
  .nav img {
    border-radius: 50%;
  }
  .nav p {
    font-size: 10px;
    line-height: 1;
    margin-top: 10px;
  }
  .nav span {
    display: block;
  }
  /* -------
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: 0 auto;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-slide img {
    width: 100%;
  }
  .slide-caption .slick-slide, .slide-col3 .slick-slide {
    margin: 0 10px;
  }
  /*slide-move*/
  .slide-move img {
    padding: 0 10px;
  }
  /*-----------
	mv
----------- */
  .mv {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
  }
  .mv .logo {
    position: absolute;
    z-index: 1000;
    top: 40%;
  }
  .mv .left, .mv .right {
    width: 50%;
    background: #000;
    position: relative;
  }
  .mv .left p, .mv .right p {
    color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 44%;
    right: 50%;
  }
  .mv .left img, .mv .right img {
    opacity: 0.8;
  }
  /*-----------
	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;
    align-items: center;
    -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 .text {}
  .col2 .text dl {
    width: 80%;
    margin: 0 auto;
  }
  .col2 .text dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  /*-- col-style2 --*/
  .col2-style2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  .col2-style2 li {
    margin: 0 20px;
  }
  /*-- reverse --*/
  .reverse {
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -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 .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%;
  }
} /*-- close --*/