@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 900px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 900px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }
}
/* main
==================================*/
main {
  display: block; /*IE対策*/
}

p {
  text-align: center;
}

p.t1 {
  padding:40px 0 40px 0;
}

.banner {
  padding: 60px 0 0 0;
  max-width: 800px;
  margin:0 auto 40px auto;
}

.banner a {
  display: block;
  transition:all 0.5s ease;
}

.banner a:hover {
  opacity: 0.7;
}

.banner img {
  width:100%;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100px;
}

/* footer
==================================*/
footer {
  background: #000;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  padding: 50px 20px;
}
#Top main section {
  padding: 0 0 50px 0;
}
#Top main section h2 {
  font-size: 24px;
  padding: 0 0 2% 0;
}
#Top main section p {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  #Top main section h2 {
    font-size: 2.4vw;
  }
  #Top main section p {
    font-size: 1.6vw;
  }
}
#Top main section.sec02 .box {
  display: flex;
  justify-content: space-between;
}
#Top main section.sec02 .box .img {
  width: 30%;
}
#Top main section.sec02 .box .img img {
  width: 100%;
}
#Top main section.sec02 .box .txt {
  width: 68%;
}
#Top main section.sec03 .box_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#Top main section.sec03 .box_wrapper .box {
  width: 32%;
  border: #000 2px solid;
  padding: 15px;
  box-sizing: border-box;
}
#Top main section.sec03 .box_wrapper .box .img {
  padding: 0 0 10px 0;
}
#Top main section.sec03 .box_wrapper .box .img img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #Top main section.sec03 .box_wrapper .box {
    padding: 1.5vw;
  }
  #Top main section.sec03 .box_wrapper .box .img {
    padding-bottom: 1vw;
  }
}
#Top main section.sec04 .btn a {
  display: block;
  width: 200px;
  padding: 10px 40px;
  color: #fff;
  background-color: #222;
  text-align: center;
  border-radius: 30px;
  transition: all 0s ease;
}
#Top main section.sec04 .btn a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  #Top main section.sec04 .btn a {
    display: block;
    border-radius: 3vw;
    width: 20vw;
    padding-top: 1vw;
    padding-right: 4vw;
    padding-bottom: 1vw;
    padding-left: 4vw;
  }
}
#Top main section.sec05 .banner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#Top main section.sec05 .banner h3 {
  font-size: 20px;
  padding: 0 0 15px 0;
}
#Top main section.sec05 .banner a {
  display: block;
  width: 100%;
  padding: 40px 250px 40px 40px;
  border: #222 2px solid;
  background: url(../images/banner-01.svg) no-repeat right bottom;
  background-size: 200px auto;
  box-sizing: border-box;
  transition: all 0s ease;
}
#Top main section.sec05 .banner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  #Top main section.sec05 .banner {
    max-width: 80vw;
  }
  #Top main section.sec05 .banner h3 {
    font-size: 2vw;
    padding-bottom: 1.5vw;
  }
  #Top main section.sec05 .banner a {
    padding-top: 4vw;
    padding-right: 25vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    background: url(../images/banner-01.svg) no-repeat right bottom;
    background-size: 20vw auto;
  }
}