@charset "UTF-8";
/*
Theme Name: WEB-TERRACE Template
Theme URL: http://web-terrace.com/
Description: ウェブテラスのテンプレート
Author: yoshi
Version: 1.0
*/
.drawer {
  z-index: 100; }

#gnav {
  z-index: 90; }

#gnav_scrolled {
  z-index: 80; }

#scroll-to-top {
  z-index: 10; }

#mv_video {
  z-index: -10; }

#mv_video video {
  z-index: -20; }

#page_mv_area {
  z-index: -10; }

#page_mv_area:before {
  z-index: -20; }

html {
  font-size: 10px;
  font-size: 62.5%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(249, 207, 61, 0.3); }

::selection {
  background: rgba(249, 207, 61, 0.3); }

::-moz-selection {
  background: rgba(249, 207, 61, 0.3); }

body {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, nav, section, video {
  display: block; }

img {
  border: none; }

video {
  object-fit: cover; }

a {
  margin: 0;
  padding: 0;
  outline: none;
  overflow: hidden;
  text-decoration: none; }
a:link {
  color: #333; }
a:visited {
  color: #333; }
a:hover {
  color: #333; }
a:active {
  color: #333; }
a:focus {
  outline: none; }
@media screen and (min-width: 960px) {
  a {
    -webkit-transition: 0.9s;
    transition: 0.9s; }
  a:link {
    color: #00a9c7; }
  a:visited {
    color: #00a9c7; }
  a:hover {
    color: #00a9c7; }
  a:active {
    color: #00a9c7; } }

h1, h2, h3, h4, h5, h6, p, li, table, th, td, dl, dd, dt {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media screen and (min-width: 960px) {
  .waku {
    max-width: 1200px;
    margin: 0 auto; }

  .waku2 {
    max-width: 800px;
    margin: 0 auto; } }
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  background-color: #f0ba17;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  padding: 8px 13px;
  text-decoration: none; }

.scroll-to-top-not-display {
  display: none; }

body.action {
  overflow-y: hidden; }

#gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
#gnav h1 {
  width: 140px;
  height: 30px;
  margin: 15px 0 0 5%; }
#gnav h1 img {
  display: none; }
#gnav h1 a {
  display: block;
  width: 140px;
  height: 30px; }
#gnav .drbtn {
  position: fixed;
  top: 15px;
  right: 5%; }
@media screen and (min-width: 767px) {
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  #gnav h1 {
    width: 200px;
    height: 43px;
    background: none; }
  #gnav h1 a {
    width: 200px;
    height: 43px;
    padding-right: 5px;
    margin: 0 auto; }
  #gnav h1 img {
    display: block; }
  #gnav .drbtn {
    display: none; }
  #gnav .drbtn.action {
    display: none; } }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.drawer.action {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
.drawer .drawer_header {
  background: #333;
  height: 60px; }
.drawer .drawer_header p {
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-all;
  padding: 15px 5%;
  height: 20px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold; }
.drawer .drawer_header .gnav_btn_close {
  float: right;
  margin-top: 2px; }
.drawer ul {
  text-decoration: none; }
.drawer ul li {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  border-bottom: 1px solid #ddd; }
.drawer ul li a {
  display: block;
  padding: 25px 5%;
  color: #000; }
.drawer ul li a span {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all;
  color: #777;
  margin-left: 15px; }
@media screen and (min-width: 767px) {
  .drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 61%;
    height: auto;
    background: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0s;
    transition: 0s; }
  .drawer.action {
    display: none; }
  .drawer .drawer_header {
    display: none; }
  .drawer .drawer_header p {
    display: none; }
  .drawer .drawer_header .gnav_btn_close {
    float: none;
    display: none; }
  .drawer ul {
    margin: 25px 5% 0 0;
    text-decoration: none;
    text-align: right; }
  .drawer ul li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    padding: 0 8px;
    text-align: left;
    border-bottom: none;
    height: auto; }
  .drawer ul li a {
    display: inline-block;
    padding: 0;
    color: #fcfcfc;
    font-weight: bold; }
  .drawer ul li a span {
    display: none; } }
@media screen and (min-width: 960px) {
  .drawer {
    width: 65%; }
  .drawer ul {
    margin: 22px 5% 0 0;
    text-decoration: none;
    text-align: right; }
  .drawer ul li {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    padding: 0 14px;
    text-align: left;
    border-bottom: none;
    height: auto; }
  .drawer ul li a {
    position: relative;
    display: inline-block;
    color: #fcfcfc;
    font-weight: bold;
    padding-bottom: 3px; }
  .drawer ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #f0ba17;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .drawer ul li a:hover:after {
    width: 100%; }
  .drawer ul li a span {
    display: none; } }

#gnav_scrolled {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: rgba(70, 70, 70, 0.2) 0px 3px 6px 3px;
  -moz-box-shadow: rgba(70, 70, 70, 0.2) 0px 3px 6px 3px;
  -webkit-box-shadow: rgba(70, 70, 70, 0.2) 0px 3px 6px 3px; }
@media screen and (min-width: 767px) {
  #gnav_scrolled {
    height: 73px; } }

#sub_footer {
  margin: 0 auto 0;
  padding: 100px 0;
  background: url("../image/contact_bg.png"); }
#sub_footer h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  word-break: break-all;
  text-align: center;
  color: #fff;
  margin-bottom: 20px; }
#sub_footer p {
  width: 80%;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all; }
#sub_footer p.contact_link {
  width: 80%;
  margin: 30px auto 0;
  background: #48d1cc;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
#sub_footer p.contact_link a {
  display: block;
  padding: 15px 5% 15px 3%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
#sub_footer p.contact_link a span {
  display: inline-block;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  margin-right: 3%; }
@media screen and (min-width: 767px) {
  #sub_footer {
    padding: 100px 0 120px;
    background: url("../image/contact_bg.png"); }
  #sub_footer h2 {
    font-size: 42px;
    font-size: 4.2rem;
    word-break: break-all; }
  #sub_footer p {
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #sub_footer p.contact_link {
    width: 40%;
    margin: 30px auto 0;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  #sub_footer p.contact_link a {
    padding: 15px 10% 15px 8%;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #sub_footer p.contact_link a span {
    margin-right: 0; } }
@media screen and (min-width: 960px) {
  #sub_footer {
    padding: 120px 0 140px; }
  #sub_footer h2 {
    font-size: 48px;
    font-size: 4.8rem;
    word-break: break-all; }
  #sub_footer p {
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #sub_footer p.contact_link {
    width: 405px;
    margin: 30px auto 0;
    padding: 0; }
  #sub_footer p.contact_link a {
    display: block;
    position: relative; }
  #sub_footer p.contact_link a:before {
    content: "";
    background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 80%);
    width: 200%;
    height: 200%;
    position: absolute;
    /*ボタンの左上方向にはみ出させて配置*/
    top: -100%;
    left: -200%;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #sub_footer p.contact_link a:hover:before {
    top: 0%;
    /*ボタンの右下方向へ移動させます*/
    left: 100%; }
  #sub_footer p.contact_link a span {
    margin-top: 1px;
    margin-right: 0; } }

small {
  display: block;
  margin: 0 auto 0;
  padding: 20px 0;
  height: 10%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  text-align: center;
  background: #333; }
@media screen and (min-width: 767px) {
  small {
    padding: 25px 0;
    height: 10%;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; } }
@media screen and (min-width: 960px) {
  small {
    padding: 30px 0; } }

@keyframes gradationTest {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
#mv_video {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../image/top/video_bg.png") no-repeat center top;
  height: 0px;
  padding-bottom: 216.53%;
  background-position: center;
  background-size: cover; }
#mv_video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(108, 184, 255, 0.3), rgba(255, 246, 108, 0.3), rgba(255, 163, 108, 0.3));
  background-size: 600% 600%;
  animation: gradationTest 5s ease infinite; }
#mv_video video {
  display: none; }
@media screen and (min-width: 767px) {
  #mv_video {
    background: none;
    height: 100%; }
  #mv_video video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; } }

#top_mv_area {
  height: 70%;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden; }
#top_mv_area h2 {
  margin: 0 auto;
  width: 75%;
  height: 70px;
  background: url("../image/top/top_copy.png") no-repeat center;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }
#top_mv_area p {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  margin: 20px auto 30px;
  width: 80%;
  font-weight: bold;
  line-height: 1.8; }
#top_mv_area p a {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2); }
@media screen and (min-width: 767px) {
  #top_mv_area p {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    margin: 20px auto 50px;
    width: 55%; }
  #top_mv_area p span {
    display: block; }
  #top_mv_area p a {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    padding: 10px 0;
    width: 60%; } }
@media screen and (min-width: 960px) {
  #top_mv_area {
    height: 75%; }
  #top_mv_area h2 {
    height: 90px; }
  #top_mv_area p {
    margin: 20px auto 50px;
    width: 55%; }
  #top_mv_area p span {
    display: block; }
  #top_mv_area p a {
    font-size: 18px;
    font-size: 1.8rem;
    word-break: break-all;
    width: 270px;
    background: linear-gradient(to right, transparent 50%, rgba(249, 207, 61, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #top_mv_area p a:hover {
    background-position: -100% 0; } }

#top_service_area {
  margin: 0 auto 0;
  padding: 50px 0 0;
  background: #fff; }
#top_service_area h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  word-break: break-all;
  text-align: center;
  border-bottom: 1px solid #ddd; }
#top_service_area h2 span {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #999;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: normal; }
#top_service_area .waku {
  opacity: 0.1;
  filter: alpha(opacity=10); }
#top_service_area .waku.scroll_effect {
  animation: scrollEffect 1.0s both; }
@keyframes scrollEffect {
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
#top_service_area .top_service_item_header {
  display: table;
  width: 90%;
  margin: 25px auto 0;
  overflow: hidden; }
#top_service_area h3 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
#top_service_area h3.top1_color {
  border-bottom: 3px solid #f35325; }
#top_service_area h3.top2_color {
  border-bottom: 3px solid #81bc06; }
#top_service_area h3.top3_color {
  border-bottom: 3px solid #05a6f0; }
#top_service_area h3.top4_color {
  border-bottom: 3px solid #ffba08; }
#top_service_area img {
  display: table-cell;
  width: 90%;
  margin-left: 10%; }
#top_service_area p {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.5;
  padding: 15px 5% 25px;
  border-bottom: 1px solid #ddd; }
#top_service_area p.service_link {
  text-align: center;
  padding: 0; }
#top_service_area p a {
  display: block;
  padding: 30px 5%;
  color: #777;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-all; }
#top_service_area p a span {
  display: inline-block;
  margin-left: 7%; }
@media screen and (min-width: 767px) {
  #top_service_area {
    margin: 0 auto 0;
    padding: 80px 0 90px;
    background: #fff; }
  #top_service_area h2 {
    font-size: 42px;
    font-size: 4.2rem;
    word-break: break-all;
    border-bottom: none; }
  #top_service_area h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_service_area #top_service_item_frame {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  #top_service_area section {
    display: inline;
    width: 24%; }
  #top_service_area .top_service_item {
    display: inline-block;
    width: 100%; }
  #top_service_area .top_service_item_header {
    width: 100%;
    margin: 0; }
  #top_service_area h3 {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_service_area h3.top1_color {
    border-bottom: none; }
  #top_service_area h3.top2_color {
    border-bottom: none; }
  #top_service_area h3.top3_color {
    border-bottom: none; }
  #top_service_area h3.top4_color {
    border-bottom: none; }
  #top_service_area h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #top_service_area h3.top1_color:after {
    background-color: #f35325; }
  #top_service_area h3.top2_color:after {
    background-color: #81bc06; }
  #top_service_area h3.top3_color:after {
    background-color: #05a6f0; }
  #top_service_area h3.top4_color:after {
    background-color: #ffba08; }
  #top_service_area img {
    display: block;
    width: 100%;
    margin-left: 0; }
  #top_service_area p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    line-height: 1.5;
    padding: 10px 0 0;
    border-bottom: none;
    text-align: justify;
    text-justify: inter-ideograph; }
  #top_service_area p.service_link {
    width: 30%;
    margin: 30px auto 0;
    border: 3px solid #777;
    text-align: center; }
  #top_service_area p a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #top_service_area p a span {
    display: none; } }
@media screen and (min-width: 960px) {
  #top_service_area {
    padding: 100px 0 130px; }
  #top_service_area h2 {
    font-size: 48px;
    font-size: 4.8rem;
    word-break: break-all; }
  #top_service_area h2 span {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #top_service_area section {
    display: inline;
    width: 23%; }
  #top_service_area .top_service_item {
    display: inline-block;
    width: 100%; }
  #top_service_area .top_service_item_header:hover h3:after {
    width: 100%; }
  #top_service_area .top_service_item_header.item1:hover a {
    color: #f35325; }
  #top_service_area .top_service_item_header.item2:hover a {
    color: #81bc06; }
  #top_service_area .top_service_item_header.item3:hover a {
    color: #05a6f0; }
  #top_service_area .top_service_item_header.item4:hover a {
    color: #ffba08; }
  #top_service_area .top_service_item_header:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  #top_service_area .top_service_item_header > a {
    display: block; }
  #top_service_area .top_service_item_header.item1 > a {
    background-color: #f35325; }
  #top_service_area .top_service_item_header.item2 > a {
    background-color: #81bc06; }
  #top_service_area .top_service_item_header.item3 > a {
    background-color: #05a6f0; }
  #top_service_area .top_service_item_header.item4 > a {
    background-color: #ffba08; }
  #top_service_area h3:after {
    width: 10%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #top_service_area h3 a {
    color: #333; }
  #top_service_area img {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  #top_service_area p {
    line-height: 1.6;
    padding: 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_service_area p.service_link {
    width: 270px;
    margin: 50px auto 0; }
  #top_service_area p a {
    background: linear-gradient(to right, transparent 50%, rgba(170, 170, 170, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #top_service_area p a:hover {
    background-position: -100% 0; } }

#top_works_area {
  margin: 0 auto 0;
  padding: 50px 0;
  background: #f3f3f3;
  overflow: hidden; }
#top_works_area h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  word-break: break-all;
  text-align: center; }
#top_works_area h2 span {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #999;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: normal; }
#top_works_area .waku {
  opacity: 0.1;
  filter: alpha(opacity=10); }
#top_works_area .waku.scroll_effect {
  animation: scrollEffect 1.0s both; }
@keyframes scrollEffect {
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
#top_works_area .top_works_item {
  width: 90%;
  margin: 0 auto 20px; }
#top_works_area .top_works_item h3 {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  background: #e8e8e8; }
#top_works_area .top_works_item h3 a {
  width: 90%;
  padding: 10px 5%;
  display: block; }
#top_works_area .top_works_item h3 a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #bbb;
  margin-right: 10px; }
#top_works_area .top_works_item img {
  width: 100%;
  box-shadow: 0px 7px 10px -6px #bdbdbd;
  -moz-box-shadow: 0px 7px 10px -6px #bdbdbd;
  -webkit-box-shadow: 0px 7px 10px -6px #bdbdbd; }
#top_works_area .works_link {
  width: 90%;
  margin: 30px auto 0;
  background: #fff;
  text-align: center;
  padding: 0; }
#top_works_area .works_link a {
  display: block;
  padding: 25px 5%;
  color: #777;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-all; }
#top_works_area .works_link a span {
  display: inline-block;
  margin-left: 7%; }
@media screen and (min-width: 767px) {
  #top_works_area {
    margin: 0 auto 0;
    padding: 80px 0 90px;
    background: #f3f3f3; }
  #top_works_area h2 {
    font-size: 42px;
    font-size: 4.2rem;
    word-break: break-all;
    border-bottom: none; }
  #top_works_area h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_works_area #top_works_item_frame {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 95%;
    margin: 10px auto 40px;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  #top_works_area section {
    display: inline;
    width: 32%; }
  #top_works_area .top_works_item {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px; }
  #top_works_area .top_works_item h3 {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    background: #e8e8e8;
    text-align: left; }
  #top_works_area .top_works_item h3 a {
    width: 95%;
    padding: 10px 0 10px 5%; }
  #top_works_area .top_works_item h3 a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #bbb;
    margin-right: 7px; }
  #top_works_area .works_link {
    background: none;
    width: 30%;
    margin: 30px auto 0;
    border: 3px solid #777;
    text-align: center; }
  #top_works_area .works_link a {
    display: block;
    padding: 10px 0;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #top_works_area .works_link a span {
    display: none;
    margin-left: 0; } }
@media screen and (min-width: 960px) {
  #top_works_area {
    padding: 100px 0 130px; }
  #top_works_area h2 {
    font-size: 48px;
    font-size: 4.8rem;
    word-break: break-all; }
  #top_works_area h2 span {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #top_works_area .top_works_item {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #top_works_area .top_works_item h3 a {
    color: #333; }
  #top_works_area .top_works_item h3 a:before {
    width: 10px;
    height: 10px;
    margin-right: 10px; }
  #top_works_area .top_works_item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #top_works_area .works_link {
    width: 270px;
    margin: 30px auto 0; }
  #top_works_area .works_link a {
    padding: 10px 0;
    background: linear-gradient(to right, transparent 50%, rgba(170, 170, 170, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #top_works_area .works_link a:hover {
    background-position: -100% 0; } }

#top_news_area {
  margin: 0 auto 0;
  padding: 50px 0;
  background: url("../image/news_bg.png") repeat; }
#top_news_area .waku {
  opacity: 0.1;
  filter: alpha(opacity=10); }
#top_news_area .waku.scroll_effect {
  animation: scrollEffect 1.0s both; }
@keyframes scrollEffect {
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
#top_news_area h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  word-break: break-all;
  text-align: center;
  color: #f6f6f6; }
#top_news_area h2 span {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #999;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: normal;
  color: #f6f6f6; }
#top_news_area ul {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #f6f6f6; }
#top_news_area ul li {
  border-bottom: 1px solid #f6f6f6;
  padding: 20px 0; }
#top_news_area ul li a {
  color: #f6f6f6;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all; }
#top_news_area ul li a h3 {
  font-weight: normal;
  line-height: 1.5; }
#top_news_area ul li time {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
#top_news_area .news_link {
  width: 70%;
  margin: 40px auto 0;
  border: 3px solid #f6f6f6;
  text-align: center;
  padding: 0; }
#top_news_area .news_link a {
  display: block;
  padding: 15px 5%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-all; }
#top_news_area .news_link a span {
  display: inline-block;
  margin-left: 7%; }
@media screen and (min-width: 767px) {
  #top_news_area {
    padding: 80px 0; }
  #top_news_area h2 {
    font-size: 42px;
    font-size: 4.2rem;
    word-break: break-all;
    border-bottom: none; }
  #top_news_area h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_news_area ul {
    width: 65%;
    margin: 20px auto; }
  #top_news_area ul li {
    padding: 25px 0; }
  #top_news_area ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #top_news_area ul li time {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #top_news_area .news_link {
    width: 30%;
    margin: 40px auto 80px; }
  #top_news_area .news_link a {
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    word-break: break-all; } }
@media screen and (min-width: 960px) {
  #top_news_area {
    padding: 100px 0 130px; }
  #top_news_area h2 {
    font-size: 48px;
    font-size: 4.8rem;
    word-break: break-all; }
  #top_news_area h2 span {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #top_news_area ul {
    width: 75%;
    margin: 30px auto; }
  #top_news_area ul li {
    padding: 0; }
  #top_news_area ul li a {
    padding: 20px 2.5%;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    display: block;
    background: linear-gradient(to right, transparent 50%, rgba(249, 207, 61, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #top_news_area ul li a:hover {
    background-position: -100% 0; }
  #top_news_area ul li time {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #top_news_area .news_link {
    width: 270px;
    margin: 50px auto 0; }
  #top_news_area .news_link a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    background: linear-gradient(to right, transparent 50%, rgba(249, 207, 61, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #top_news_area .news_link a:hover {
    background-position: -100% 0; } }

#kasou {
  background: linear-gradient(to left, #ecfcfd 0%, #fdf3de 90%); }

#page_mv_area_waku {
  overflow: hidden; }

#page_mv_area {
  background: #777;
  background: url("../image/kasou_mv_sp.png") no-repeat center top;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  word-break: break-all;
  position: relative;
  overflow: hidden; }
#page_mv_area:before {
  content: '';
  position: absolute;
  filter: blur(5px);
  background: inherit;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px; }
#page_mv_area span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: normal;
  line-height: 1.0; }
#page_mv_area #page_mv_area_bg {
  background: url("../image/kasou_mv_bg.png") repeat;
  padding: 120px 0 40px; }
@media screen and (min-width: 767px) {
  #page_mv_area {
    background: none;
    background: url("../image/kasou_mv.png") no-repeat center top;
    background-size: cover;
    font-size: 26px;
    font-size: 2.6rem;
    word-break: break-all; }
  #page_mv_area span {
    font-size: 18px;
    font-size: 1.8rem;
    word-break: break-all; }
  #page_mv_area #page_mv_area_bg {
    padding: 150px 0 70px; } }
@media screen and (min-width: 960px) {
  #page_mv_area {
    font-size: 28px;
    font-size: 2.8rem;
    word-break: break-all; }
  #page_mv_area span {
    font-size: 22px;
    font-size: 2.2rem;
    word-break: break-all; }
  #page_mv_area #page_mv_area_bg {
    padding: 180px 0 70px; } }

#page_link_btn {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all; }
#page_link_btn ul li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  box-shadow: 2px 3px 12px -5px #777777;
  -moz-box-shadow: 2px 3px 12px -5px #777777;
  -webkit-box-shadow: 2px 3px 12px -5px #777777; }
#page_link_btn ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 1px;
  width: 21px;
  height: 21px; }
#page_link_btn ul li a {
  display: block;
  width: 95%;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 0 15px 5%; }
#page_link_btn #page_link_btn_price {
  background: #f0ba17; }
#page_link_btn #page_link_btn_works {
  background: #4ca6fb; }
#page_link_btn #page_link_btn_service {
  background: #6bd148; }
@media screen and (min-width: 767px) {
  #page_link_btn {
    margin: 0 auto 100px;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #page_link_btn ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  #page_link_btn ul li {
    width: 49%; }
  #page_link_btn ul li span {
    vertical-align: middle; }
  #page_link_btn ul li a {
    padding: 15px 0 15px 0;
    width: 100%; } }
@media screen and (min-width: 960px) {
  #page_link_btn {
    margin: 0 auto 150px;
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #page_link_btn ul li {
    -webkit-transition: 0.9s;
    transition: 0.9s; }
  #page_link_btn ul li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #page_link_btn ul li span {
    margin-right: 1.5%;
    margin-bottom: 5px; } }

#page_service_body {
  width: 80%;
  margin: 30px auto 20px;
  padding: 0 5%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#page_service_body h3 {
  font-size: 20px;
  font-size: 2rem;
  word-break: break-all;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee; }
#page_service_body p {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  margin: 20px 0;
  line-height: 1.8; }
#page_service_body img {
  margin: 0 auto;
  width: 90%;
  padding: 5px 5%;
  background: #272727; }
#page_service_body h4 {
  background: #eee;
  margin: 20px 0 10px;
  padding: 15px 5%;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
#page_service_body ul li {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all; }
#page_service_body ul li span {
  color: #f35325;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all;
  font-weight: bold; }
#page_service_body ul li a {
  color: #00a9c7;
  text-decoration: underline; }
#page_service_body .hosoku_box {
  margin: 20px 0 30px;
  padding: 15px 5%;
  border: 3px solid #777;
  background: #f7f7f7; }
#page_service_body .hosoku_box p {
  margin: 0;
  padding: 0;
  color: #777; }
@media screen and (min-width: 767px) {
  #page_service_body {
    margin: 50px auto;
    padding: 0 5%; }
  #page_service_body h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    padding: 40px 0 15px; }
  #page_service_body p {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    line-height: 1.8; }
  #page_service_body img {
    width: 60%;
    padding: 10px 20%; }
  #page_service_body h4 {
    padding: 20px 2.5%; }
  #page_service_body ul li {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #page_service_body ul li a {
    color: #00a9c7;
    text-decoration: underline; }
  #page_service_body .hosoku_box {
    padding: 20px 2.5%; }
  #page_service_body .hosoku_box h4 {
    line-height: 1.8; }
  #page_service_body .hosoku_box p {
    margin: 0;
    padding: 0; } }
@media screen and (min-width: 960px) {
  #page_service_body {
    margin: 50px auto;
    padding: 0 5% 30px; }
  #page_service_body h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    padding: 50px 0 15px; }
  #page_service_body img {
    width: 80%;
    padding: 5px 10%; }
  #page_service_body h4 {
    padding: 15px 2.5%;
    margin-bottom: 15px; }
  #page_service_body ul li {
    line-height: 2.0; }
  #page_service_body ul li a {
    color: #00a9c7;
    text-decoration: underline; }
  #page_service_body .page_service_item {
    margin: 10px 0 30px;
    overflow: hidden; }
  #page_service_body .page_service_item:after {
    display: block;
    content: "";
    clear: both; }
  #page_service_body .page_service_item .page_service_item_left {
    float: left;
    width: 50%; }
  #page_service_body .page_service_item .page_service_item_right {
    float: right;
    width: 45%; } }

#works_area {
  margin: 0 auto 0;
  padding: 30px 0 10px;
  overflow: hidden; }
#works_area h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  word-break: break-all;
  text-align: center; }
#works_area h2 span {
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #999;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: normal; }
#works_area .works_item {
  width: 90%;
  margin: 0 auto 20px; }
#works_area .works_item h3 {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  background: #e8e8e8; }
#works_area .works_item h3 a {
  width: 90%;
  padding: 10px 5%;
  display: block; }
#works_area .works_item h3 a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #bbb;
  margin-right: 10px; }
#works_area .works_item img {
  width: 100%;
  box-shadow: 0px 7px 10px -6px #bdbdbd;
  -moz-box-shadow: 0px 7px 10px -6px #bdbdbd;
  -webkit-box-shadow: 0px 7px 10px -6px #bdbdbd; }
@media screen and (min-width: 767px) {
  #works_area {
    margin: 0 auto 0;
    padding: 40px 0 0; }
  #works_area h2 {
    font-size: 42px;
    font-size: 4.2rem;
    word-break: break-all;
    border-bottom: none; }
  #works_area h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #works_area #works_item_frame {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 90%;
    margin: 10px auto 50px;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
  #works_area section {
    display: inline;
    width: 32%; }
  #works_area .works_item {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px; }
  #works_area .works_item h3 {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
    background: #e8e8e8;
    text-align: left; }
  #works_area .works_item h3 a {
    width: 95%;
    padding: 10px 0 10px 5%;
    display: block; }
  #works_area .works_item h3 a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #bbb;
    margin-right: 7px; } }
@media screen and (min-width: 960px) {
  #works_area {
    padding: 50px 0 50px; }
  #works_area h2 {
    font-size: 48px;
    font-size: 4.8rem;
    word-break: break-all; }
  #works_area h2 span {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #works_area #works_item_frame {
    margin: 0 auto; }
  #works_area .works_item {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #works_area .works_item h3 a {
    color: #333; }
  #works_area .works_item h3 a:before {
    width: 10px;
    height: 10px;
    margin-right: 10px; }
  #works_area .works_item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.8;
    filter: alpha(opacity=80); } }

#works_detail_area {
  width: 80%;
  margin: 30px auto 20px;
  padding: 0 5% 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#works_detail_area h3 {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 1.8; }
#works_detail_area #work_detail_img_area img {
  display: block;
  width: 100%;
  margin: 20px auto; }
#works_detail_area #work_detail_img_area img#pc_img {
  max-width: 300px; }
#works_detail_area #work_detail_img_area img#sp_img {
  max-width: 80px; }
#works_detail_area #work_detail_txt_area dl {
  margin: 10px 0 20px; }
#works_detail_area #work_detail_txt_area dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: bold;
  background: #eee;
  padding: 10px 0 10px 5%;
  margin-bottom: 5px; }
#works_detail_area #work_detail_txt_area dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.8; }
#works_detail_area #work_detail_txt_area dl dd a {
  color: #00a9c7;
  text-decoration: underline; }
@media screen and (min-width: 767px) {
  #works_detail_area {
    margin: 50px auto; }
  #works_detail_area h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    padding: 40px 0 15px; }
  #works_detail_area #work_detail_img_area ul {
    margin: 40px auto;
    text-align: center; }
  #works_detail_area #work_detail_img_area img {
    display: inline-block;
    margin: 0 10px 0;
    text-align: center; }
  #works_detail_area #work_detail_img_area img#pc_img {
    max-width: 450px; }
  #works_detail_area #work_detail_img_area img#sp_img {
    max-width: 100px; }
  #works_detail_area #work_detail_txt_area {
    width: 80%;
    margin: 0 auto; }
  #works_detail_area #work_detail_txt_area dl {
    margin: 10px 0 20px; }
  #works_detail_area #work_detail_txt_area dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    padding: 10px 0 10px 2.5%;
    margin-bottom: 10px; }
  #works_detail_area #work_detail_txt_area dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #works_detail_area #work_detail_txt_area dl dd ul li {
    line-height: 1.8; } }
@media screen and (min-width: 960px) {
  #works_detail_area {
    padding: 0 5% 60px; }
  #works_detail_area h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    padding: 50px 0 15px; }
  #works_detail_area #work_detail_img_area ul {
    margin: 50px auto; }
  #works_detail_area #work_detail_img_area img {
    margin: 0 15px 0; }
  #works_detail_area #work_detail_img_area img#pc_img {
    max-width: 500px; }
  #works_detail_area #work_detail_img_area img#sp_img {
    max-width: 120px; }
  #works_detail_area #work_detail_txt_area {
    width: 70%;
    margin: 0 auto; }
  #works_detail_area #work_detail_txt_area dl {
    margin: 10px 0 30px; }
  #works_detail_area #work_detail_txt_area dl dt {
    padding: 15px 0 15px 2.5%;
    margin-bottom: 10px; }
  #works_detail_area #work_detail_txt_area dl dd ul li {
    line-height: 1.8; } }

#page_price_body {
  width: 80%;
  margin: 30px auto 20px;
  padding: 0 5%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#page_price_body #price_memo {
  margin-top: 30px;
  padding: 10px 5% 0;
  border: 3px solid #464646; }
#page_price_body #price_memo p {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all;
  color: #464646;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8; }
#page_price_body h3 {
  font-size: 20px;
  font-size: 2rem;
  word-break: break-all;
  padding: 30px 0 20px;
  margin: 20px 0 0px; }
#page_price_body h3.line {
  border-bottom: 1px solid #eee;
  margin-bottom: 0; }
#page_price_body h4 {
  background: #eee;
  margin: 0;
  padding: 15px 5%;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
#page_price_body dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 5px 0; }
#page_price_body dl:after {
  display: block;
  content: "";
  clear: both; }
#page_price_body dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  width: 28%;
  float: left;
  font-weight: bold;
  padding: 5px 5% 5px 0;
  line-height: 1.8; }
#page_price_body dl dt span {
  display: block;
  color: #aaa;
  font-weight: normal;
  line-height: 1.8; }
#page_price_body dl dd {
  width: 60%;
  float: right;
  border-left: 1px solid #eee;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  padding: 5px 0 5px 5%;
  line-height: 1.8; }
#page_price_body dl dd span {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  display: block;
  width: 100%;
  color: #f35325;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  line-height: 1.8; }
#page_price_body #price_bikou {
  margin: 40px 0 30px;
  border: 10px solid #eee; }
#page_price_body #price_bikou h3 {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  margin: 20px 0 15px;
  padding: 0;
  text-align: center; }
#page_price_body #price_bikou p {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  width: 90%;
  margin: 0 auto 20px;
  line-height: 1.8; }
#page_price_body #price_bikou p a {
  display: block;
  text-align: center;
  background: #777;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all; }
@media screen and (min-width: 767px) {
  #page_price_body {
    margin: 50px auto; }
  #page_price_body #price_memo {
    margin-top: 40px;
    padding: 20px 2.5% 10px;
    border: 3px solid #464646; }
  #page_price_body #price_memo p {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #page_price_body h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    margin: 30px 0 10px; }
  #page_price_body h4 {
    padding: 15px 2.5%;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #page_price_body dl {
    width: 100%;
    padding: 10px 0; }
  #page_price_body dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    width: 35%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 5px; }
  #page_price_body dl dt span {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #page_price_body dl dd {
    width: 55%;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    padding: 5px 0 5px 2.5%; }
  #page_price_body dl dd span {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #page_price_body #price_bikou {
    margin: 50px 0 40px;
    border: 20px solid #eee; }
  #page_price_body #price_bikou h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #page_price_body #price_bikou p {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    width: 75%; }
  #page_price_body #price_bikou p a {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; } }
@media screen and (min-width: 960px) {
  #page_price_body #price_memo {
    margin-top: 50px;
    padding: 25px 2.5% 15px; }
  #page_price_body #price_memo p {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all; }
  #page_price_body h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all; }
  #page_price_body h4 {
    padding: 20px 2.5%;
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all; }
  #page_price_body dl {
    padding: 20px 0; }
  #page_price_body dl dt {
    width: 30%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 15px; }
  #page_price_body dl dd {
    width: 62%;
    padding: 15px 0 15px 2.5%;
    padding-top: 0px;
    line-height: 2.0; }
  #page_price_body dl dd span {
    padding-top: 15px;
    padding-bottom: 15px; }
  #page_price_body #price_bikou {
    margin: 50px 0 40px;
    border: 25px solid #eee; }
  #page_price_body #price_bikou h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    margin-top: 30px; }
  #page_price_body #price_bikou p {
    width: 75%;
    line-height: 2.0; }
  #page_price_body #price_bikou p a {
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    margin-bottom: 30px;
    -webkit-transition: 0.9s;
    transition: 0.9s; }
  #page_price_body #price_bikou p a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); } }

#page_news_body {
  width: 80%;
  margin: 30px auto 50px;
  padding: 0 5%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#page_news_body h3 {
  font-size: 20px;
  font-size: 2rem;
  word-break: break-all;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee; }
#page_news_body ul {
  margin-bottom: 40px; }
#page_news_body ul li {
  border-bottom: 1px solid #eee; }
#page_news_body ul li a {
  display: block;
  padding: 20px 0; }
#page_news_body ul li a h4 {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.8; }
#page_news_body ul li a time {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  font-weight: bold;
  color: #333; }
@media screen and (min-width: 767px) {
  #page_news_body {
    margin: 50px auto 100px; }
  #page_news_body h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    padding: 40px 0 15px; }
  #page_news_body ul {
    margin-bottom: 50px; }
  #page_news_body ul li a {
    padding: 20px 0; }
  #page_news_body ul li a h4 {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  #page_news_body ul li a time {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; } }
@media screen and (min-width: 960px) {
  #page_news_body h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    padding: 50px 0 15px; }
  #page_news_body ul {
    margin-bottom: 50px; }
  #page_news_body ul li a {
    padding: 20px 0;
    color: #333;
    background: linear-gradient(to right, transparent 50%, rgba(220, 220, 220, 0.3) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #page_news_body ul li a:hover {
    background-position: -100% 0; } }

#page_news_detail_body {
  width: 80%;
  margin: 30px auto 50px;
  padding: 0 5% 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#page_news_detail_body h3 {
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-all;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.8; }
#page_news_detail_body h3 time {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  color: #272727;
  margin-bottom: 5px; }
#page_news_detail_body p {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  margin: 15px 0;
  line-height: 1.8; }
@media screen and (min-width: 767px) {
  #page_news_detail_body {
    margin: 50px auto 100px;
    padding: 0 5% 30px; }
  #page_news_detail_body h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    padding: 30px 0 10px;
    border-bottom: 1px solid #eee; }
  #page_news_detail_body h3 time {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    color: #272727;
    margin-bottom: 5px; }
  #page_news_detail_body p {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all;
    margin: 25px 0; } }
@media screen and (min-width: 960px) {
  #page_news_detail_body h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    padding: 50px 0 15px; }
  #page_news_detail_body p {
    margin: 35px 0; } }

.page_about_box {
  width: 80%;
  margin: 30px auto 20px;
  padding: 0 5%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
.page_about_box h3 {
  font-size: 20px;
  font-size: 2rem;
  word-break: break-all;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee; }
.page_about_box dl {
  margin: 20px auto; }
.page_about_box dl dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all; }
.page_about_box dl dd {
  margin: 0 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.8; }
.page_about_box dl dd ul li {
  line-height: 1.8; }
.page_about_box.last {
  margin-bottom: 50px; }
@media screen and (min-width: 767px) {
  .page_about_box {
    margin: 50px auto;
    padding-bottom: 20px; }
  .page_about_box h3 {
    font-size: 20px;
    font-size: 2rem;
    word-break: break-all;
    padding: 40px 0 15px; }
  .page_about_box dl {
    margin: 40px auto; }
  .page_about_box dl:after {
    display: block;
    content: "";
    clear: both; }
  .page_about_box dl dt {
    display: block;
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: bold; }
  .page_about_box dl dd {
    display: block;
    width: 70%;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    word-break: break-all; }
  .page_about_box.last {
    margin-bottom: 100px; } }
@media screen and (min-width: 960px) {
  .page_about_box h3 {
    font-size: 24px;
    font-size: 2.4rem;
    word-break: break-all;
    padding: 50px 0 15px; }
  .page_about_box dl {
    margin: 60px auto; }
  .page_about_box dl dt {
    width: 30%; }
  .page_about_box dl dd {
    width: 70%; } }

#contact_area {
  width: 80%;
  margin: 30px auto 50px;
  padding: 0 5% 20px;
  padding: 100px 5% 100px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -12px #272727; }
#contact_area p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.8; }
#contact_area p#contact_guide {
  padding: 30px 0 10px; }
@media screen and (min-width: 767px) {
  #contact_area {
    margin: 50px auto;
    padding: 100px 5% 300px; }
  #contact_area p#contact_guide {
    padding: 40px 0 15px; } }
@media screen and (min-width: 960px) {
  #contact_area p#contact_guide {
    padding: 50px 0 15px; } }

/*# sourceMappingURL=style.css.map */
