@charset "UTF-8";
/*
  order 1 forward > component
  order 2 a > z 
*/
/*forward*/
/*component*/
._h1 {
  color: #3198C9;
  font-size: 36px;
  margin-bottom: 50px;
}

._h2 {
  color: #3198C9;
  font-size: 24px;
  margin-bottom: 30px;
}

._h3 {
  color: #3198C9;
  font-size: 16px;
  margin-bottom: 30px;
}

._h4 {
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px;
}

._h5 {
  color: #707070;
}

._h6 {
  color: #707070;
}

._p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
}

@media screen and (min-width: 769px) {
  .-btn {
    display: inline-block;
  }
  .-btn a {
    background: #3198C9;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 20px 30px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .-btn a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -5px;
    position: relative;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0px;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    padding: 5px 0 5px 10px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    color: #3198C9;
    margin-right: 10px;
  }
  .-breadcrumbs ul li a {
    color: #3198C9;
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #707070;
  }
  .-full-wide-image {
    position: relative;
  }
  .-full-wide-image .kv {
    background-size: cover !important;
  }
  .-full-wide-image .kv h2 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 150px;
    left: 100px;
    line-height: 1.6;
  }
  .-full-wide-image .sp {
    display: none;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 32px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 32px;
    background: #3198C9;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
  body {
    background: #F7F6ED;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  footer {
    text-align: center;
    color: #707070;
  }
}

@media screen and (max-width: 768px) {
  .-btn {
    display: block;
  }
  .-btn a {
    background: #3198C9;
    color: #fff;
    display: block;
    width: 90%;
    margin: 10px 5%;
    height: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 20px 10px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .-btn a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -5px;
    position: relative;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0px;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    padding: 5px 0 5px 10px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    color: #3198C9;
    margin-right: 10px;
  }
  .-breadcrumbs ul li a {
    color: #3198C9;
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #707070;
  }
  .-full-wide-image {
    position: relative;
  }
  .-full-wide-image .kv {
    background-size: cover !important;
  }
  .-full-wide-image .kv h2 {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 10px;
    line-height: 1.6;
  }
  .-full-wide-image .pc {
    display: none;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 28px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 28px;
    background: #3198C9;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
  body {
    background: #F7F6ED;
    padding: 20px 4%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  footer {
    text-align: center;
    color: #707070;
  }
}