@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea,{
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.both{
  clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
  font: 16px/1.231 "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  width: 100%;
  background: #FEFDEA;
  color: #000;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
a:hover img{
  opacity: 0.9;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
img {
  display: block;
}
.ttl img,
.cta img,
.img img {
  max-width: 100%;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/

/* Main
 ---------------------------------------------------------------*/
#container {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 26px rgba(0,0,0,.16);
  background-color: #fff;
  padding:  0 0 1px;
}
.cta_btn {
  width: 97.333%;
  margin: 0 auto 60px;
  animation: anim 2000ms ease infinite;
}
.cta_btn img {
  width: 100%;
}
@keyframes anim {
  0%  { transform: scale(1); }
  15% { transform: scale(1.05); }
  30% { transform: scale(1); }
  45% { transform: scale(1.05); }
  70% { transform: scale(1); }
}

@media all and (max-width: 750px) {
  #container {
    max-width: 100%;
  }
  .cta_btn {
    margin: 0 auto 4vw;
  }
}

/* footer
 ---------------------------------------------------------------*/

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
.kv img {
  width: 114.66666%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 750px) {
  .kv img {
    width: 100%;
    left: 0;
    transform: unset;
  }
}
.ttl {
  width: auto;
  margin: 70px auto 40px;
}
.ttl img {
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
}
.txt {
  font-size: 26px;
  line-height: 2;
  width: 90.666%;
  margin: 0 auto;
}
.arrow {
  width: 70.666666%;
  margin: 60px auto;
}
.large {
  font-size: 36px;
}
.bold {
  font-weight: bold;
}
.red {
  color: #F40505;
  font-weight: bold;
}
.blue {
  color: #003EC9;
  font-weight: bold;
}
.center {
  text-align: center;
}
.img {
  margin-left: auto;
  margin-right: auto;
}
.img1 {
  width: 86.6666%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.img2 {
  width: 100%;
}
.img3 {
  width: 92%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.img4 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.img5 {
  width: 92%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.img6 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.merit {
  margin: 40px auto;
}
@media all and (max-width: 750px) {
  .kv {
    width: 100vw;
    overflow-x: hidden;
  }
  .ttl {
    height: 100%;
    margin: 10vw auto 5.333vw;
  }
  .txt {
    font-size: 4vw;
  }
  .arrow {
    margin: 6vw auto;
  }
  .large {
    font-size: 5vw;
  }
  .img1 {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .img3 {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .img4 {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .img5 {
    margin-top: 3vw;
    margin-bottom: 5.333vw;
  }
  .img6 {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .merit {
    margin: 5.333vw auto;
  }
}


/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
@media all and (max-width: 750px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
