@charset "UTF-8";
/** media queryを定義 **/
html {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 15px;
  }
}

/** Colorの定義**/
/** 文字の定義**/
/* ==============================
  
	  共通
  
  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0052a5;
}

a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

img[data-echo] {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/loader-white.gif);
  background-size: 40px 40px;
  background-position: center center;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.alpha:hover {
  opacity: 0.7;
}

.wrap-alpha a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.wrap-alpha a:hover {
  opacity: 0.7;
}

#window-size {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  padding: 10px;
}

/** ***********************************************

COMMON

*********************************************** **/
.red {
  color: #c00;
}

ul.no-list-style li {
  list-style: none;
}

.alpha,
.wrap-alpha a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.alpha:hover,
.wrap-alpha a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-01a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 60%, #fcee21 0%);
  font-weight: bold;
}

.bd-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(34, 179, 115, 0.5)));
  background: linear-gradient(transparent 60%, rgba(34, 179, 115, 0.5) 0%);
  font-weight: bold;
}

.bd-04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(255, 179, 115, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 179, 115, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

th,
td {
  text-align: left;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

#ie-notice {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.forsk {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  z-index: -1000;
}

.cols-2 {
  font-size: 0;
  letter-spacing: 0;
}

.cols-2 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: 1.5px;
}

.cols-3 {
  font-size: 0;
  letter-spacing: 0;
}

.cols-3 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  width: calc((100%) / 3);
  letter-spacing: 1.5px;
}

.cols-4 {
  font-size: 0;
  letter-spacing: 0;
}

.cols-4 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  letter-spacing: 1.5px;
}

.cols-5 {
  font-size: 0;
  letter-spacing: 0;
}

.cols-5 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  letter-spacing: 1.5px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  background-image: url(../images/bd-2x.gif);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1400px;
  letter-spacing: 1.5px;
  overflow-x: hidden;
}

.en {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* ==============================
  
	  ファイル読み込み
  
  ==============================   */
#news-block {
  background-color: #eddf21;
  text-align: center;
  padding: 10px;
}

#news-block p {
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  #news-block p {
    font-size: 13px;
    padding: 0 50px 0 10px;
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  #news-block p {
    font-size: 10px;
  }
}

#news-block .bt-close {
  font-size: 24px;
  font-weight: 200;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 10px;
  font-style: normal;
  cursor: pointer;
  display: block;
  z-index: 999;
}

@media screen and (max-width: 900px) {
  #news-block .bt-close {
    right: 0px;
  }
}

@media screen and (max-width: 900px) {
  #news-block .bt-close:hover {
    color: #de1c24;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

#title-area {
  background-color: #010516;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  position: relative;
}

#title-area .inner {
  z-index: 2000;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #title-area .inner {
    display: none;
  }
}

#title-area li {
  display: inline-block;
  padding: 20px 0;
  margin: 0 15px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #title-area li {
    margin: 0 10px;
  }
}

#title-area a {
  font-size: 15px;
  color: #fff;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  #title-area a {
    font-size: 13px;
  }
}

#title-area .on a,
#title-area a:hover {
  opacity: 1;
  color: #ff0059;
}

#title-area .sub {
  display: none;
  position: absolute;
  top: 50px;
  left: -80px;
  background-color: #fff;
  width: 260px;
  z-index: 10;
  -webkit-box-shadow: 2px 2px 2px #999;
          box-shadow: 2px 2px 2px #999;
}

#title-area .sub li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

#title-area .sub a {
  color: #000;
  border: none;
  text-align: left;
  display: block;
  border-bottom: solid 1px #ddd;
  padding: 15px;
  position: relative;
  font-size: 13px;
}

#title-area .sub li:last-child a {
  border-bottom: none;
}

#title-area .sub i {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 14px;
}

#title-area .sub a:hover {
  color: #ff0059;
}

#title-area li:hover .sub {
  display: block;
}

#page-title {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 20px 0 0;
  color: #666;
}

@media screen and (max-width: 600px) {
  #page-title {
    text-align: left;
    font-size: 10px;
    padding-left: 10px;
  }
}

.top-logo-area {
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 600px) {
  .top-logo-area {
    text-align: left;
    padding: 10px;
  }
}

.top-logo-area .logo img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .top-logo-area .logo img {
    height: 15px;
  }
}

@media screen and (max-width: 400px) {
  .top-logo-area .logo img {
    height: 10px;
  }
}

.top-logo-area .logo img:first-child {
  height: 40px;
  width: auto;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .top-logo-area .logo img:first-child {
    height: 25px;
    margin-right: 10px;
  }
}

.top-logo-area .logo-catch img {
  margin-top: 20px;
  height: 14px;
  width: auto;
}

@media screen and (max-width: 600px) {
  .top-logo-area .logo-catch img {
    margin-top: 10px;
    height: 10px;
  }
}

.page-logo-area {
  text-align: left;
  padding: 10px 20px;
}

.page-logo-area .logo img {
  height: 15px;
  width: auto;
  vertical-align: middle;
}

.page-logo-area .logo img:first-child {
  height: 30px;
  width: auto;
  margin-right: 20px;
}

.page-logo-area .logo-catch img {
  margin-top: 10px;
  height: 10px;
  width: auto;
}

#hd-catch {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

/** ***********************************************

GLOBAL MENU

*********************************************** **/
#g-navi {
  position: fixed;
  top: 0;
  right: -50%;
  z-index: 99999;
  width: 30%;
  max-width: 500px;
  height: 100%;
  overflow: auto;
  -webkit-transition: all .4s ease 0.1s;
  transition: all .4s ease 0.1s;
  padding: 100px 40px;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  #g-navi {
    width: 60%;
    right: -80%;
    padding: 100px 20px;
  }
}

@media screen and (max-width: 600px) {
  #g-navi {
    padding: 50px 20px;
    width: 80%;
    right: -100%;
  }
}

#g-navi li {
  list-style: none;
}

#g-navi a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
  font-weight: 400;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#g-navi a:hover {
  padding-left: 18px;
}

@media screen and (max-width: 600px) {
  #g-navi a {
    font-size: 14px;
  }
}

#g-navi a i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

#g-navi li:first-child a {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

#g-navi .bt-close {
  color: #fff;
  font-size: 30px;
  position: fixed;
  top: 30px;
  right: -50px;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
  #g-navi .bt-close {
    top: 10px;
    font-size: 20px;
  }
}

#g-navi .bt-close:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#g-navi.on {
  right: 0;
  opacity: 1;
}

#g-navi.on .bt-close {
  right: 20px;
}

.bg-layer {
  position: fixed;
  top: 0;
  right: -50%;
  width: 30%;
  height: 100%;
  z-index: 9999;
  background-color: #101620;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
}

@media screen and (max-width: 1024px) {
  .bg-layer {
    width: 60%;
    right: -80%;
  }
}

@media screen and (max-width: 600px) {
  .bg-layer {
    width: 80%;
    right: -100%;
  }
}

.bg-layer.on {
  right: 0;
}

#bg-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  z-index: 9998;
}

@media screen and (max-width: 600px) {
  #bg-nav {
    right: 15px;
    top: 0;
  }
}

#bg-nav .item-1 {
  border-top: solid 1px #000;
  width: 40px;
  display: block;
}

@media screen and (max-width: 400px) {
  #bg-nav .item-1 {
    width: 30px;
  }
}

#bg-nav .item-2 {
  border-top: solid 1px #000;
  width: 40px;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 900px) {
  #bg-nav .item-2 {
    width: 40px;
  }
}

@media screen and (max-width: 400px) {
  #bg-nav .item-2 {
    width: 30px;
  }
}

#bg-nav .item-3 {
  border-top: solid 1px #000;
  width: 40px;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 900px) {
  #bg-nav .item-3 {
    width: 40px;
  }
}

@media screen and (max-width: 400px) {
  #bg-nav .item-3 {
    width: 30px;
  }
}

#bg-nav .menu {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 400px) {
  #bg-nav .menu {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-top: 5px;
  }
}

#bg-nav.hide {
  position: fixed;
  top: 15px;
  right: -100px;
}

#bg-nav.set {
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

#bg-nav.active {
  right: 20px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

@media screen and (max-width: 600px) {
  #bg-nav.active {
    right: 0px;
  }
}

#page-footer {
  background-color: #000;
  position: relative;
  height: 500px;
}

#page-footer .inner {
  z-index: 2;
}

#page-footer .bg {
  background-image: url(../images/bg-ft.jpg);
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#page-footer .top-logo-area {
  padding-top: 100px;
}

#page-footer .logo img {
  max-width: 350px;
}

#page-footer .logo-catch img {
  margin-top: 40px;
  height: 20px;
  width: auto;
}

#f-menu {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 50px;
  text-align: center;
}

#f-menu li {
  list-style: none;
  margin: 8px;
  display: inline-block;
}

#f-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

#copyright {
  display: block;
  text-align: center;
  color: #999;
  font-size: 10px;
  letter-spacing: 3px;
}

@media screen and (max-width: 600px) {
  #copyright {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 700px) {
  #page-footer {
    height: auto;
    padding-bottom: 50px;
  }
  #page-footer .bg {
    height: 100%;
  }
  #page-footer .top-logo-area {
    padding-top: 50px;
    text-align: center;
  }
  #page-footer .logo img {
    max-width: 250px;
  }
  #page-footer .logo-catch img {
    margin-top: 20px;
    height: 15px;
    width: auto;
  }
  #f-menu {
    text-align: left;
    max-width: 80%;
  }
  #f-menu a {
    font-size: 10px;
    font-weight: 400;
  }
}

#back-top {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
  background-color: #eddf21;
  padding: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 600px) {
  #back-top {
    padding: 10px;
    font-size: 20px;
  }
}

#back-top i {
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  margin: 0 auto;
}

#top-sec-01 .col {
  position: relative;
  margin-top: 10px;
}

#top-sec-01 .col-1 {
  width: 65%;
  height: 450px;
  overflow: hidden;
  background-color: #fff;
}

#top-sec-01 .col-1 a {
  display: block;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
}

#top-sec-01 .col-1 a {
  background-image: url(../images/pr-1b-2x.jpg);
}

@media screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #top-sec-01 .col-1 a {
    background-image: url(../images/pr-1b-2x.jpg);
  }
}

#top-sec-01 .col-2 {
  width: 35%;
  height: 450px;
  text-align: center;
  color: #fff;
}

#top-sec-01 .col-2 a {
  color: #fff;
}

#top-sec-01 .col-2 .item-1,
#top-sec-01 .col-2 .item-2 {
  overflow: hidden;
  height: 225px;
  background-color: #fff;
}

#top-sec-01 .col-2 .item-1 a {
  height: 225px;
  background-image: url(../images/pr-2.jpg);
  background-size: cover;
  background-position: center center;
  display: block;
}

#top-sec-01 .col-2 .item-2 a {
  height: 225px;
  background-image: url(../images/pr-3.jpg);
  background-size: cover;
  background-position: center center;
  display: block;
}

#top-sec-01 .en {
  font-size: 25px;
}

#top-sec-01 .item-1 .txts {
  padding-top: 50px;
}

#top-sec-01 .item-2 .txts {
  padding-top: 70px;
}

#top-sec-01 .txts .note {
  background-color: #ec1c24;
  color: #fff;
  font-size: 12px;
  max-width: 130px;
  border-radius: 100px;
  padding: 2px 0;
  margin: 0 auto 20px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 400px) {
  #top-sec-01 .txts .note {
    max-width: 110px;
  }
}

#top-sec-01 .txts h3 {
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #top-sec-01 .col-2 .item-1 a {
    background-image: url(../images/pr-2-2x.jpg);
  }
  #top-sec-01 .col-2 .item-2 a {
    background-image: url(../images/pr-3-2x.jpg);
  }
}

@media screen and (max-width: 900px) {
  #top-sec-01 .col {
    display: block;
    width: 100%;
  }
  #top-sec-01 .col-2 {
    font-size: 0;
    letter-spacing: 0;
    height: auto;
  }
  #top-sec-01 .col-2 .item-1,
  #top-sec-01 .col-2 .item-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    letter-spacing: 1.5;
  }
}

@media screen and (max-width: 700px) {
  #top-sec-01 .col-1,
  #top-sec-01 .col-1 a {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  #top-sec-01 .col-1,
  #top-sec-01 .col-1 a {
    height: 250px;
  }
  #top-sec-01 .col-2 .item-1,
  #top-sec-01 .col-2 .item-2 {
    height: 150px;
  }
  #top-sec-01 .col-2 .item-1 a,
  #top-sec-01 .col-2 .item-2 a {
    height: 150px;
  }
  #top-sec-01 .en {
    font-size: 16px;
  }
  #top-sec-01 .txts .note {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #top-sec-01 .txts h3 {
    padding: 0 20px;
    font-size: 10px;
    font-weight: 500;
  }
  #top-sec-01 .item-1 .txts {
    padding-top: 20px;
  }
  #top-sec-01 .item-2 .txts {
    padding-top: 50px;
  }
}

#top-sec-02 {
  border-bottom: solid 1px #eee;
}

#top-sec-02 .title::before {
  content: "SERVICES";
}

@media screen and (max-width: 600px) {
  #top-sec-02 .title::before {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#top-sec-02 .cols-3 {
  padding: 0 20px;
}

#top-sec-02 .col {
  text-align: center;
  height: 280px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

#top-sec-02 p.p1 {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  z-index: 999;
}

#top-sec-02 .col a {
  color: #fff;
  font-size: 18px;
}

#top-sec-02 .col a::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 280px;
}

#top-sec-02 .col h3 {
  font-weight: 600;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  z-index: 999;
  padding: 0 10px;
}

#top-sec-02 .col p.btt {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border: solid 1px #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#top-sec-02 .col p.btt span {
  color: #fff;
}

#top-sec-02 .col p.btt::before {
  content: "→ ";
  vertical-align: top;
}

@media screen and (min-width: 800px) {
  #top-sec-02 a:hover p.btt {
    background-color: #eddf21;
    color: #000;
    border: solid 1px #eddf21;
    padding-left: 28px;
  }
  #top-sec-02 a:hover p.btt::before {
    color: #fff;
  }
}

#top-sec-02 .col .item-1 span {
  color: #eddf21;
}

#top-sec-02 .col .item-2 span {
  color: #22b473;
}

#top-sec-02 .col .item-3 span {
  color: #d3145a;
}

#top-sec-02 .wrap-img {
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (min-width: 800px) {
  #top-sec-02 a:hover .wrap-img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
  }
}

#top-sec-02 .bt {
  display: block;
  color: #fff;
  background-color: #22b473;
  width: 100%;
  max-width: 600px;
  margin: 60px auto 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  border-radius: 3px;
}

@media screen and (min-width: 800px) {
  #top-sec-02 .bt:hover {
    padding-left: 44px;
  }
}

@media screen and (max-width: 1200px) {
  #top-sec-02 .cols-3 {
    padding: 0;
  }
  #top-sec-02 .col h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  #top-sec-02 .col {
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
  #top-sec-02 .col h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 600px) {
  #top-sec-02 .bt {
    width: 90%;
    margin: 30px 5% 0;
    font-size: 12px;
    padding: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  #top-sec-02 .col {
    height: 200px;
    margin-bottom: 5px;
  }
  #top-sec-02 .col h3 {
    top: 80px;
    font-size: 18px;
  }
  #top-sec-02 p.p1 {
    font-size: 12px;
  }
  #top-sec-02 .wrap-img {
    height: 200px;
  }
  #top-sec-02 .col p.btt {
    font-size: 12px;
    padding: 10px 20px;
    border: none;
    bottom: 30px;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  #top-sec-02 .col p.btt span {
    color: #fff !important;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
  }
}

/** ABOUT **/
#top-sec-02a {
  border-bottom: solid 1px #eee;
  background-color: #fff;
}

#top-sec-02a .title::before {
  content: "ABOUT";
  color: #0071bc;
}

@media screen and (max-width: 600px) {
  #top-sec-02a .title::before {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#top-sec-02a .inner {
  max-width: 900px;
  padding: 0 30px;
}

#top-sec-02a .txt-center {
  text-align: left;
}

#top-sec-02a p {
  line-height: 180%;
  font-size: 15px;
  margin-bottom: 10px;
}

#top-sec-02a h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}

#top-sec-02a ul {
  margin-bottom: 1em;
  background-color: aliceblue;
  padding: 20px;
  border: solid 1px #0071bd;
}

#top-sec-02a ul li {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  list-style-type: disc;
}

#top-sec-02a ul li:last-child {
  margin-bottom: 0;
}

#top-sec-02a .bt {
  display: block;
  color: #fff;
  background-color: #0071bc;
  width: 100%;
  max-width: 200px;
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  border-radius: 3px;
}

@media screen and (max-width: 500px) {
  #top-sec-02a p {
    font-size: 14px;
  }
  #top-sec-02a div.txt-center {
    text-align: left;
  }
  #top-sec-02a h3 {
    font-size: 16px;
  }
  #top-sec-02a ul {
    margin-bottom: 1em;
    background-color: aliceblue;
    padding: 20px;
    border: solid 1px #0071bd;
  }
  #top-sec-02a ul li {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  #top-sec-02a .bt {
    max-width: 200px;
    margin: 20px auto 50px;
    font-size: 12px;
    padding: 10px;
    border-radius: 3px;
  }
}

#top-sec-03 {
  background-color: rgba(251, 237, 33, 0.4);
  text-align: center;
  padding: 50px 0 80px;
}

#top-sec-03 h2.catch {
  display: inline;
  font-size: 26px;
  line-height: 180%;
  padding: 0 10px;
}

#top-sec-03 h2.catch span {
  border-bottom: solid 1px #000;
}

#top-sec-03 p.catch {
  display: inline;
  font-size: 26px;
  font-weight: bold;
}

#top-sec-03 p.catch strong {
  color: red;
}

#slide-1 {
  max-width: 900px;
  margin: 50px auto 0;
  background-color: #fff;
}

#slide-1 li.item {
  background-color: #fff;
  padding: 50px 30px 30px;
  list-style: none;
}

#slide-1 li.item h3 {
  margin-bottom: 30px;
  font-size: 28px;
}

#slide-1 li.item h3 span.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 60%, #fcee21 0%);
  font-weight: bold;
}

#slide-1 .col {
  padding: 10px;
  min-height: 300px;
}

#slide-1 .col {
  vertical-align: middle;
  text-align: left;
}

#slide-1 .col-2 {
  padding-left: 20px;
  padding-right: 30px;
}

#slide-1 .p1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 180%;
}

#slide-1 .p2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 180%;
}

#slide-1 .p3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

#slide-1 li.item-1 .col-2 li {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  list-style: disc;
  margin-bottom: 10px;
}

#slide-1 .col-1 {
  width: 40%;
  text-align: center;
}

#slide-1 .col-1 img {
  max-width: 250px;
  max-height: 230px;
  width: auto;
  height: auto;
}

#slide-1 .col-2 {
  width: 60%;
  padding-left: 20px;
}

#slide-1 .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  top: 52%;
  font-size: 30px;
  z-index: 2;
  background-color: rgba(251, 237, 33, 0.4);
}

#slide-1 .slick-prev {
  left: -35px;
}

@media screen and (max-width: 600px) {
  #slide-1 .slick-prev {
    left: -20px;
  }
}

#slide-1 .slick-next {
  right: -35px;
}

@media screen and (max-width: 600px) {
  #slide-1 .slick-next {
    right: -20px;
  }
}

#slide-1 .slick-prev i {
  position: absolute;
  top: 28px;
  left: 55%;
}

@media screen and (max-width: 600px) {
  #slide-1 .slick-prev i {
    top: 50%;
    left: 50%;
    margin-top: -5px;
  }
}

#slide-1 .slick-next i {
  position: absolute;
  top: 28px;
  right: 55%;
}

@media screen and (max-width: 600px) {
  #slide-1 .slick-next i {
    top: 50%;
    right: 50%;
    margin-top: -5px;
  }
}

#slide-1 .ar {
  width: 10px;
  height: 10px;
}

#slide-1 .ar.ar-left {
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#slide-1 .ar.ar-right {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
  #top-sec-03 h2.catch {
    display: block;
    margin-bottom: 20px;
  }
  #top-sec-03 p.catch {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #slide-1 {
    width: 100%;
    background-color: #fff;
  }
  #slide-1 li.item-2 .col-1 {
    text-align: center;
  }
  #slide-1 li.item {
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  #top-sec-03 {
    padding: 30px 0;
  }
  #slide-1 {
    margin: 30px auto 0;
  }
  #slide-1 li.slick-slide {
    vertical-align: top;
  }
  #slide-1 .col {
    width: 100%;
    display: block;
    min-height: inherit;
  }
  #slide-1 .col-1 {
    text-align: center;
  }
  #slide-1 .col-1 img {
    height: 150px;
    width: auto;
  }
  #top-sec-03 h2.catch {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
  #top-sec-03 p.catch {
    font-size: 16px;
  }
  #slide-1 li.item h3 {
    font-size: 16px;
  }
  #slide-1 li.item-1 .col-2 {
    padding: 20px 50px;
  }
  #slide-1 li.item-1 .col-2 li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #slide-1 .p1 {
    font-size: 14px;
  }
  #slide-1 .p2 {
    font-size: 12px;
  }
  #slide-1 .p3 {
    font-size: 10px;
  }
  #slide-1 .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    font-size: 20px;
  }
  #slide-1 .slick-dots {
    bottom: 10px;
  }
  #slide-1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 320px) {
  #slide-1 li.item-1 .col-2 {
    padding: 20px 30px;
  }
}

/** WORK **/
#top-sec-04 {
  border-bottom: solid 1px #eee;
  background-color: rgba(32, 180, 116, 0.2);
}

#top-sec-04 .title::before {
  content: "WORK";
  color: #22b473;
}

@media screen and (max-width: 600px) {
  #top-sec-04 .title::before {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#top-sec-04 .cols-3 {
  max-width: 1050px;
  margin: 0 auto 50px;
}

#top-sec-04 p {
  margin-bottom: 10px !important;
}

.bt-more {
  display: block;
  width: 200px;
  margin: 0 auto 50px;
  border: solid 1px #333;
  color: #333;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .bt-more {
    font-size: 12px;
    margin: 0 auto;
  }
}

.bt-more::after {
  content: "＋";
  position: absolute;
  top: 10px;
  left: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 800px) {
  .bt-more:hover {
    background-color: #eddf21;
    border: solid 1px #eddf21;
    color: #333;
  }
  .bt-more:hover::after {
    color: #de1c24;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media screen and (max-width: 800px) {
  #top-sec-04 .col {
    padding: 0px;
  }
}

@media screen and (max-width: 700px) {
  #top-sec-04 .col {
    width: 50%;
    padding: 5px;
  }
  #top-sec-04 .col a {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #top-sec-04 .col {
    width: 100% !important;
    padding: 0 0 20px !important;
  }
  #top-sec-04 .col a {
    font-size: 13px;
  }
  #top-sec-04 .txts {
    display: none;
  }
}

#top-sec-05 {
  border-bottom: solid 1px #eee;
  padding-bottom: 80px;
}

#top-sec-05 .title::before {
  content: "AREA";
  color: #d3145a;
}

@media screen and (max-width: 600px) {
  #top-sec-05 .title::before {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#top-sec-05 .bg {
  background-color: rgba(41, 170, 225, 0.4);
  max-width: 100%;
  height: 400px;
}

#top-sec-05 .catch {
  text-align: center;
  margin-bottom: 20px;
}

#top-sec-05 .txts {
  position: absolute;
  top: 70px;
  right: 6%;
}

#top-sec-05 .map {
  width: 791px;
  height: 400px;
  overflow: hidden;
  background-image: url(../images/gifu-2x.gif);
  background-size: auto 400px;
  background-position: center center;
  position: relative;
}

#top-sec-05 .map .saru {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
}

#top-sec-05 .map .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -20px;
  margin-left: -100px;
  font-size: 24px;
  font-weight: 500;
  width: 80px;
}

#top-sec-05 .map .copy .heart {
  font-style: normal;
  color: crimson;
}

#top-sec-05 h3.catch {
  font-size: 24px;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
}

#top-sec-05 h3.catch b {
  color: #d3145a;
}

#top-sec-05 .area {
  text-align: center;
  margin-top: 70px;
}

#top-sec-05 .area p {
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (max-width: 1120px) {
  #top-sec-05 .map {
    background-size: cover;
    opacity: 0.2;
  }
  #top-sec-05 .txts {
    padding: 0 20px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #top-sec-05 h3.catch {
    font-size: 18px;
    margin: 0 auto;
    display: inline;
    line-height: 200%;
  }
  #top-sec-05 .map {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #top-sec-05 .area p {
    display: inline;
    line-height: 200%;
  }
}

@media screen and (max-width: 500px) {
  #top-sec-05 .txts {
    top: 20px;
  }
  #top-sec-05 .area p {
    font-size: 13px;
    font-weight: 500;
  }
}

#top-sec-06 .title::before {
  content: "BLOG";
  color: #f05a24;
}

@media screen and (max-width: 600px) {
  #top-sec-06 .title::before {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#top-sec-06 .cols-3 {
  max-width: 1051px;
  margin: 0 auto 50px;
}

#top-sec-06 .cols-3:nth-of-type(2) {
  margin-bottom: 20px;
}

#top-sec-06 .col {
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
}

#top-sec-06 .col .wrap-img {
  height: 240px;
  overflow: hidden;
  background-color: #000;
}

#top-sec-06 .col .wrap-img .img {
  display: block;
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#top-sec-06 .col a {
  font-size: 16px;
}

#top-sec-06 .col p {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  padding: 0 10px;
}

.icon-new {
  font-size: 12px;
  font-weight: 500;
  color: #de1c24;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}

#top-sec-06 .col a .desc p {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

#top-sec-06 .icon-new {
  display: block;
  text-align: left;
  margin-bottom: 3px;
}

#top-sec-06 .icon-pick {
  color: #f05a24;
}

#top-sec-06 .col .wrap-img.no-img {
  background-color: #f5f5f5;
  background-image: url(../images/logo-mark.svg);
  background-position: center;
  background-size: 60px;
}

@media screen and (min-width: 800px) {
  #top-sec-06 .col a:hover .img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 700px) {
  #top-sec-06 .col {
    width: 100%;
    padding: 0 24px;
  }
  #top-sec-06 .col a {
    font-size: 13px;
  }
  #top-sec-06 .col .wrap-img {
    height: 150px;
  }
}

#top {
  padding: 10px 0;
}

.sec-common {
  padding: 100px 0;
}

.sec-common h2 {
  text-align: center;
}

#page {
  background-color: #fff;
  background-image: url(../images/common/bg-title.jpg);
  background-size: 100%;
  background-position: top center;
}

@media only screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #page {
    background-image: url(../images/common/bg-title-2x.jpg);
  }
}

#sec-title-area {
  background-color: rgba(1, 5, 22, 0.8);
  padding: 90px 10px 20px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#sec-title-area .inner {
  z-index: 2;
}

#sec-title-area .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#page-h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

#page-catch {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 70px;
}

#bnavi li {
  font-size: 12px;
  display: inline-block;
  color: #ddd;
}

#bnavi li::after {
  content: "/";
  margin: 0 5px;
}

#bnavi li a {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #sec-title-area {
    padding: 20px 10px;
  }
  #page-h1 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  #page-catch {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  #bnavi li,
  #bnavi li a {
    font-size: 10px;
  }
}

.page-title-h1 {
  font-size: 30px;
  line-height: 200%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}

.update {
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

/** Contents Style **/
.page-contents {
  background-color: #fff;
  width: 100%;
  max-width: 1049px;
  margin: 50px auto 0;
}

.page-contents .inner {
  min-height: 500px;
  max-width: 900px;
  padding: 50px 0;
}

/** H2 Style **/
.page-contents h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 60px 0 30px;
  letter-spacing: 2px;
}

.page-contents .title-h2-1 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px;
  background-color: aliceblue;
}

.page-contents .title-h2-2 {
  padding: 5px 30px;
  background-image: url(../images/page/title-2.svg);
  background-repeat: repeat-y;
}

.page-contents .title-h2-3 {
  padding: 10px 25px;
  background-color: #010516;
  color: #fff;
}

.page-contents h2:nth-of-type(1) {
  margin-top: 30px !important;
}

/** H3 Style **/
.page-contents h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 30px;
}

.page-contents .title-h3-1 {
  padding: 10px;
  background-color: #bbe3f6;
}

.page-contents .title-h3-2 {
  padding: 10px;
  background-color: #faec21;
}

.page-contents .title-h3-3 {
  padding: 10px;
  background-color: #eb1c24;
  color: #fff;
}

.page-contents .title-h3-4 {
  border-left: 3px solid #000;
  padding: 10px;
  background-color: #f5f5f5;
}

/** P Style **/
.page-contents p {
  font-size: 16px;
  padding: 0 10px 10px;
  line-height: 160%;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.page-contents a {
  border-bottom: dotted 1px #0071bb;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
}

.page-contents a:hover {
  opacity: 0.7;
}

.page-contents img {
  width: 100% !important;
  height: auto !important;
}

.page-contents ul.list-01 {
  padding: 30px;
  background-color: #eff9fc;
  margin: 20px 0 30px;
}

.page-contents ul.list-01 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  margin-left: 20px;
}

.page-contents ul.list-01 li:last-child {
  margin-bottom: 0;
}

.page-contents code {
  white-space: pre-wrap;
  display: block;
  background-color: #f5f5f5;
  padding: 30px;
  margin: 20px 0 30px;
  font-size: 14px;
  overflow-x: auto;
}

.page-contents code br {
  display: none;
}

.tags {
  font-size: 12px;
  padding: 10px;
}

.tags .fa {
  color: #666;
  font-size: 10px;
}

.reference {
  background-color: #f5f5f5;
  padding: 10px;
  line-height: 200%;
  font-size: 16px;
}

.reference p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.page-contents ol {
  padding: 30px;
  background-color: beige;
  margin: 20px 0 30px;
}

.page-contents ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  margin-left: 20px;
}

.page-contents ol li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  a.zoom {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  a.zoom:hover {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    opacity: 0.8;
  }
}

.arrow::before {
  content: "→ ";
}

.title::before {
  display: block;
  font-weight: bold;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .sec-common {
    padding: 50px 0;
  }
  .page-contents {
    margin: 20px auto 0;
  }
  .page-contents .inner {
    padding: 30px 0;
  }
  .page-title-h1 {
    font-size: 20px;
  }
  .update {
    font-size: 12px;
  }
  .page-contents .title-h2-1 {
    font-size: 18px;
  }
  .page-contents .title-h2-2 {
    font-size: 18px;
  }
  .page-contents .title-h2-3 {
    font-size: 18px;
  }
  .page-contents p {
    font-size: 16px;
  }
  .page-contents ul.list-01 {
    padding: 30px;
    margin: 20px 0 !important;
  }
  .page-contents ul.list-01 li {
    font-size: 16px;
  }
}

/** ***********************************************

WORK

*********************************************** **/
#work .page-contents {
  background: none;
}

#work .page-contents .inner {
  max-width: 1198px;
}

#work .page-contents a {
  border-bottom: none;
}

#work .page-contents .icon-new {
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

#work .work-list {
  margin-bottom: 50px;
}

#work .work-list .col {
  padding: 10px;
}

#work .work-list .col img {
  border: solid 1px #eee;
}

#work .work-list .col a {
  color: #333;
}

#work .work-list .col p {
  font-weight: 500;
}

#work .work-list .col .txts {
  width: 100%;
  background-color: #fff;
  min-height: 120px;
  padding: 20px 10px;
}

#work .cols-2 p.p1 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 100%;
}

#work .cols-2 p.p2 {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 400;
  color: #666;
}

#work .cols-2 p.p3 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 400;
  color: #666;
}

#work .cols-3 p {
  font-size: 12px;
}

#work .cols-3 p.p1 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 100%;
}

#work .cols-3 p.p2 {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 400;
  color: #666;
}

#work .cols-3 p.p3 {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 400;
  color: #666;
}

#work .title-year {
  font-size: 20px;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}

#work .title-year::before {
  content: "− ";
  display: inline;
}

#work .work-list .col.large {
  width: 50%;
}

@media screen and (max-width: 600px) {
  #work .work-list {
    margin-bottom: 20px;
    padding: 0 24px;
  }
  #work .cols-2 .col {
    width: 100% !important;
  }
  #work .cols-2 p {
    font-size: 14px;
  }
  #work .cols-3 .col {
    width: 100% !important;
  }
  #work .cols-3 .txts {
    min-height: inherit !important;
  }
  #work .cols-3 p.p2,
  #work .cols-3 p.p3 {
    display: none;
  }
  #work .work-list .col.large {
    width: 100%;
  }
}

.wrap-pc {
  border: solid 1px #ddd;
  margin-bottom: 1em;
  margin-top: 2em;
}

.wrap-pc img {
  width: 100% !important;
  height: auto !important;
}

.wrap-sp {
  width: 380px;
  border: solid 1px #ddd;
  border-bottom: none;
  margin: 0 auto;
  height: 500px;
  overflow: auto;
}

.wrap-sp img {
  width: 100% !important;
  height: auto !important;
}

.wrap-gray {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.wrap-gray p::before {
  content: "− ";
}

.casestudy::before {
  content: "";
  display: block;
  height: 50px;
  width: 50%;
  border-right: solid 1px #999;
  margin-bottom: 30px;
}

.casestudy {
  padding: 50px 0 0;
}

.title-casestudy {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.title-casestudy::before {
  content: "Case Study";
  display: block;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.casestudy dl {
  padding: 30px 0;
}

.casestudy dt {
  font-weight: 600;
  margin-bottom: 1em;
}

.casestudy dd {
  margin-bottom: 2em;
}

.casestudy dd img {
  display: block;
  margin: 1em 0;
}

.title-features {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.title-features::before {
  content: "Features";
  display: block;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.title-message {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.title-message::before {
  content: "Message";
  display: block;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.wrap-message {
  margin-top: 30px;
}

.wrap-message p {
  font-size: 14px;
}

.wrap-info {
  margin-top: 20px;
  padding: 30px 0;
}

.wrap-info .col {
  padding: 15px 20px;
  font-size: 16px;
  border-bottom: solid 1px #ddd;
}

.wrap-info .col-1 {
  width: 20%;
}

.wrap-info .col-2 {
  width: 80%;
}

@media screen and (max-width: 600px) {
  .wrap-info .col-1 {
    width: 100% !important;
    display: block;
    border: none !important;
  }
  .wrap-info .col-2 {
    width: 100% !important;
    display: block;
  }
}

.icon-window {
  width: auto;
  height: 14px;
  vertical-align: middle;
}

.bt-estimate {
  display: block;
  border: solid 1px #333 !important;
  padding: 20px;
  text-align: center;
  color: #333;
  margin: 50px auto 80px;
}

.bt-estimate:hover {
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #eddf21;
  color: #333;
  opacity: 1 !important;
}

.pager {
  padding: 30px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.pager a {
  border: none;
  color: #333;
}

.pager .col-1 {
  text-align: left;
}

.pager .col-1 a::before {
  content: "←";
}

.pager .col-2 {
  text-align: center;
}

.pager .col-3 {
  text-align: right;
}

.pager .col-3 a::before {
  content: "→";
}

@media screen and (max-width: 600px) {
  .page-contents {
    padding: 0 10px;
  }
  .wrap-gray {
    background-color: #f5f5f5;
    padding: 0;
  }
  .wrap-info .col {
    padding: 15px 20px;
    font-size: 12px;
  }
  .wrap-info .col-1 {
    width: 30%;
  }
  .wrap-info .col-2 {
    width: 70%;
  }
  .bt-estimate {
    font-size: 14px;
  }
  .pager a {
    font-size: 12px;
  }
}

/** ***********************************************

BLOG

*********************************************** **/
#blog .page-contents p {
  padding: 0 10px 10px;
  line-height: 180%;
  letter-spacing: 1.5px;
  margin-bottom: 2em;
}

#blog .page-contents p.no-margin {
  padding: 0;
  margin: 0;
}

#blog {
  background-image: url(../images/common/bg-title.jpg);
  background-size: 100%;
  background-position: top center;
}

#blog-title-area {
  background-color: rgba(1, 5, 22, 0.8);
  padding: 0 20px;
  color: #fff;
  text-align: left;
  position: relative;
}

#blog-title-area .inner {
  z-index: 2;
  max-width: 1051px;
}

#blog-title-area .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#blog-title-area li {
  display: inline-block;
  padding: 20px 0;
  margin: 0 10px;
  vertical-align: top;
}

#blog-title-area li.current-cat {
  border-bottom: solid 2px #ff0b00;
}

#blog-title-area a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

#blog-title-area a:hover {
  opacity: 0.8;
}

#blog .page-contents ul {
  padding: 30px;
  background-color: aliceblue;
  margin: 20px 0 30px;
}

#blog .page-contents ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 10px;
  margin-left: 20px;
  letter-spacing: 1px;
}

#blog .page-contents ul li:last-child {
  margin-bottom: 0;
}

#blog .page-contents .point {
  background-color: antiquewhite;
  margin: 30px 10px 100px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
  border: solid 1px #ff9d22;
}

#blog .page-contents .point p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

#blog .page-contents .point ul {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}

#blog .page-contents .point ul li {
  list-style: none;
}

#blog .page-contents .point i.fa-check {
  color: #fff;
  background-color: #e25a24;
  padding: 3px;
  border-radius: 3px;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  #blog-title-area .inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #blog-title-area .cat-menu {
    width: 800px !important;
  }
}

#blog .wrap-blog-contents-single {
  background-color: #fff;
  max-width: 1051px;
  margin: 20px auto 50px;
  border: solid 1px #eee;
}

#blog .wrap-blog-contents-single .page-contents {
  max-width: 800px;
  padding: 30px 0;
}

#blog .wrap-blog-contents-single .page-contents .inner {
  padding: 0;
}

#blog article {
  text-align: center;
}

a.blank {
  padding-right: 20px;
  background: url(../images/icon-window.svg) right center/11px auto no-repeat;
  margin-right: 3px;
}

.page-contents a[target="_blank"],
.blog-detail a[target="_blank"] {
  padding-right: 15px;
  background: url(../images/icon-window.svg) right center/11px auto no-repeat;
  margin-right: 10px;
}

#bnavi-blog {
  text-align: left;
  padding: 10px;
  padding-bottom: 0;
  max-width: 1051px;
  margin: 0 auto;
}

#bnavi-blog li {
  font-size: 12px;
  display: inline-block;
  color: #ccc;
}

#bnavi-blog li::after {
  content: "/";
  margin: 0 5px;
}

#bnavi-blog li a {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #blog {
    background-image: none;
  }
  #blog-title-area {
    padding: 0;
  }
  #bnavi-blog {
    padding: 0 10px;
  }
  #bnavi-blog li {
    font-size: 10px;
    color: #999;
  }
  #bnavi-blog li a {
    font-size: 10px;
    color: #333;
  }
  #bnavi-blog li:last-child {
    display: none;
  }
  #blog .page-contents ul {
    padding: 30px;
    margin: 20px 0 !important;
  }
  #blog .page-contents ul li {
    font-size: 16px;
  }
}

/** ADD 2019.08.22 **/
#blog-list {
  background-color: #fff;
  max-width: 1051px;
  margin: 20px auto 50px;
  border: solid 1px #eee;
  padding-top: 30px;
}

#blog-list .inner {
  font-size: 0;
}

#blog-list .blog-left {
  width: 75%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 30px;
}

#blog-list .blog-right {
  width: 20%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  min-height: 500px;
  text-align: left;
}

#blog .wrap-blog-contents {
  background-color: #fff;
  max-width: 1051px;
  margin: 0px auto 50px;
  border: solid 1px #eee;
}

/*
#blog .page-contents{max-width: 740px; display: inline-block; vertical-align: top; text-align: left; margin-top: 0; background-color: transparent; padding: 0 20px}
#blog .page-contents .inner{padding: 50px 0}
*/
#blog .page-contents {
  text-align: left;
}

#blog .right-navi {
  max-width: 260px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 50px 10px;
}

@media screen and (max-width: 1024px) {
  #blog-list .blog-left {
    width: 100%;
    font-size: 16px;
    display: block;
    padding: 0 20px 30px;
  }
  #blog-list .blog-right {
    width: 100%;
    font-size: 16px;
    display: block;
    min-height: 500px;
    text-align: left;
    padding: 0 20px 30px;
  }
}

#blog .new-article {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}

#blog .new-article .wrap-img {
  margin-bottom: 10px;
  position: relative;
}

#blog .new-article .wrap-img img {
  width: 100%;
}

#blog .new-article .wrap-img .icon-new {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  display: block;
  padding: 12px;
  background-color: #de1c24;
  text-align: center;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

#blog .new-article .date {
  font-size: 10px;
  color: #666;
  margin-bottom: 5px;
}

#blog .new-article .cat {
  font-size: 10px;
}

#blog .new-article .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

#blog .new-article .desc {
  font-size: 14px;
  color: #333;
  line-height: 180%;
}

#blog .wrap-blog-list li {
  padding-bottom: 20px;
}

#blog .wrap-blog-list .img {
  width: 40%;
}

#blog .wrap-blog-list .txts {
  width: 60%;
  text-align: left;
  padding-left: 20px;
}

#blog .wrap-blog-list .date {
  font-size: 10px;
  color: #666;
  margin-bottom: 5px;
}

#blog .wrap-blog-list .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#blog .wrap-blog-list .desc {
  font-size: 12px;
  color: #333;
  line-height: 180%;
  margin-bottom: 10px;
}

#blog .wrap-blog-list .bt a {
  font-size: 13px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  width: 140px;
  text-align: center;
  padding: 10px;
  display: block;
}

#blog .wp-pagenavi {
  padding: 30px 0;
}

#blog .wp-pagenavi .current {
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 10px;
}

#blog .wp-pagenavi a {
  display: inline-block;
  vertical-align: top;
  background-color: #eee;
  font-weight: bold;
  color: #0071bc;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  #blog .new-article .title {
    font-size: 16px;
  }
  #blog .new-article .desc {
    font-size: 12px;
  }
  #blog .wrap-blog-list .img {
    width: 30%;
  }
  #blog .wrap-blog-list .txts {
    width: 70%;
    text-align: left;
    padding-left: 20px;
  }
}

#blog .blog-right .title {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

#blog .blog-right .item {
  padding-bottom: 20px;
}

#blog .blog-right .category {
  margin: 0 20px;
}

#blog .blog-right .category li {
  margin-bottom: 1em;
}

#blog .blog-right .category li:last-child {
  margin-bottom: 0;
}

#blog .blog-right .category a {
  font-weight: bold;
  font-size: 13px;
}

#blog .blog-right .category .desc {
  font-size: 10px;
}

#blog .ranking li {
  margin-top: 20px;
}

#blog .ranking .wrap-img {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  position: relative;
}

#blog .ranking .wrap-img i {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  background-color: #de1c24;
  display: block;
  padding: 2px 4px;
}

#blog .ranking .txts {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  max-width: 130px;
  padding-left: 5px;
}

#blog .ranking .txts .date {
  color: #666;
  font-size: 10px;
  margin-bottom: 3px;
}

#blog .ranking .txts .date .icon-new {
  font-style: normal;
  font-size: 10px;
  background-color: #de1c24;
  color: #fff;
  padding: 0px 3px;
  display: inline-block;
  font-weight: normal !important;
  margin-left: 5px;
  letter-spacing: 1px;
}

#blog .ranking .txts .entry-title {
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  #blog .ranking .txts {
    max-width: 100%;
  }
}

/** //ADD 2019.08.22 **/
#blog .main-img {
  position: relative;
  margin-bottom: 40px;
  min-height: 400px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: url(../images/logo-mark.svg);
  background-position: center;
  background-size: 100px;
}

#blog .right-navi .wrap-right-sec {
  margin-bottom: 50px;
  padding: 0 10px;
}

#blog .right-navi h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

#blog .right-navi li {
  margin-bottom: 5px;
  margin-left: 10px;
}

#blog .right-navi li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

#blog .right-navi li a:hover {
  text-decoration: underline;
}

.profile-img {
  border-radius: 100px;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 20px auto 20px;
}

.side-profile p.p1 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.side-profile p.p2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.side-profile a {
  font-size: 14px;
}

.affili {
  margin: 50px 0;
  padding: 20px;
  border: solid 1px #ddd;
}

.affili .col-1 {
  width: 25%;
  text-align: center;
}

.affili .col-2 {
  width: 75%;
  padding-left: 20px;
  padding-top: 20px;
}

.affili .col-1 img {
  max-width: 130px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.affili .col-2 p.title {
  font-weight: bold;
}

.affili .col-2 a {
  display: inline-block;
  background-color: aliceblue;
  padding: 20px;
  border: none;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
}

.affili .col-2 a.amazon {
  background-color: #fe9806;
}

.affili .col-2 a.rakuten {
  background-color: #eb1c24;
}

.affili .col-2 a.yahoo {
  background-color: #4170ff;
}

@media screen and (max-width: 600px) {
  #blog .main-img {
    min-height: 100px;
  }
  #blog .main-img img {
    position: relative;
  }
  #blog .main-img .hd {
    position: relative;
  }
  #blog .main-img .hd h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #blog .main-img .hd p {
    padding: 0;
    font-size: 14px;
  }
  #blog .page-contents a img {
    width: 100% !important;
    height: auto !important;
  }
}

/** ***********************************************

ABOUT

*********************************************** **/
.table-01 {
  padding: 30px 20px;
}

.table-01 table {
  background-color: #ddd;
  border-spacing: 1px;
  width: 100%;
}

.table-01 th {
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f5f5f5;
}

.table-01 td {
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fff;
}

.profile {
  padding: 30px 20px;
}

.profile .col-1 {
  width: 50%;
}

.profile .col-2 {
  width: 50%;
  padding-left: 30px;
}

.profile p {
  font-size: 14px;
  margin-bottom: 0px !important;
}

.profile .p1 span {
  font-size: 12px;
  color: #999;
  display: block;
}

@media screen and (max-width: 600px) {
  .profile .col-1 {
    width: 100%;
  }
  .profile .col-2 {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}

/** ***********************************************

FAQ

*********************************************** **/
.faq dt {
  font-weight: 500;
  background-color: #0071bc;
  color: #fff;
  padding: 10px;
  clear: both;
  margin-bottom: 10px;
}

.faq dd {
  margin-bottom: 20px;
  padding: 10px;
}

.faq .q {
  font-size: 20px;
  font-style: normal;
}

.faq .a {
  font-size: 20px;
  font-style: normal;
  color: #de1c24;
  font-weight: bold;
  display: inline-block;
  width: 24px;
  vertical-align: top;
}

.faq dd p {
  padding: 0;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}

/** ***********************************************

FORM

*********************************************** **/
.wrap-form {
  max-width: 600px;
  margin: 30px auto;
}

.wrap-form table {
  width: 100%;
  border-spacing: 0;
}

.wrap-form th {
  width: 30%;
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
  vertical-align: top;
  border-bottom: solid 1px #eee;
}

.wrap-form td {
  width: 70%;
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
  vertical-align: top;
  border-bottom: solid 1px #eee;
}

.wrap-form td input[type="text"],
.wrap-form td input[type="email"] {
  width: 100%;
  padding: 3px;
  height: 30px;
  border: solid 1px #ddd;
  font-size: 16px;
}

.wrap-form td textarea {
  padding: 3px;
  width: 100%;
  height: 250px;
  border: solid 1px #ddd;
  font-size: 16px;
}

.wrap-form th i {
  font-size: 12px;
  font-style: normal;
  color: #de1c24;
}

.wrap-form tr:last-child th,
.wrap-form tr:last-child td {
  border-bottom: none;
}

.wrap-form .bt {
  display: block;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background-color: #b90c0c;
  color: #fff;
  margin: 0;
  border: none;
  cursor: pointer;
}

.wrap-form .bt:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .wrap-form th {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 14px;
  }
  .wrap-form td {
    display: block;
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }
}

/** ***********************************************

PRICING

*********************************************** **/
#pricing .catch {
  text-align: center;
  color: #eb1c24;
}

.wrap-price {
  position: relative;
  text-align: center;
}

.price {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.price text {
  font-weight: bold;
  font-size: 50px;
  font-family: Meiryo UI, "sans-serif";
  stroke: #ffffff;
  fill: #eb1c24;
  letter-spacing: 4px;
  text-anchor: middle;
  dominant-baseline: alphabetic;
  text-shadow: 2px 2px 0 #eb1c24;
}

.price > svg > use:nth-of-type(1) {
  stroke-width: 6px;
  paint-order: stroke;
  stroke-linejoin: round;
}

.price > svg > use:nth-of-type(2) {
  stroke-width: 0px;
}

.price > svg {
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 60%, #fcee21 0%);
  font-weight: bold;
}

.wrap-price .sp1 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 20px;
  vertical-align: middle;
}

.wrap-price .sp2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  margin-left: 0px;
  color: #eb1c24;
  font-weight: bold;
}

.img-price {
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
}

.wrap-package {
  text-align: center;
  border: solid 3px #0071bb;
  padding: 30px 20px;
  max-width: 100%;
  margin-top: 80px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.wrap-package .title {
  background-color: #0071bb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 10px;
  max-width: 200px;
  margin: -50px auto 30px;
  border-radius: 5px;
}

.wrap-package img {
  max-height: 100px;
  width: auto !important;
  max-width: inherit !important;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 10px;
}

.wrap-package img.plus {
  max-height: 20px;
}

.wrap-package .ver img.plus {
  margin: 30px auto;
}

.wrap-package .ver img.pk {
  display: block !important;
  margin: 0 auto;
}

.txt-more {
  text-align: center;
  color: #eb1c24;
  font-weight: bold;
  margin-bottom: 10px !important;
  padding: 0 !important;
  font-size: 20px;
}

a.bt-estimate-2 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: none;
}

.page-contents-2 {
  background-color: #fff;
  width: 100%;
  margin: 50px auto 0;
}

.page-contents-2 .inner {
  min-height: 500px;
  max-width: 900px;
  padding: 0;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 50px;
}

.wrap-h2 {
  background-image: url(../images/common/bg-title.jpg);
  background-size: 100%;
  background-position: top center;
  background-color: rgba(1, 5, 22, 0.8);
  text-align: center;
  color: #fff;
  padding: 50px 10px 70px;
  position: relative;
}

.wrap-h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 5, 22, 0.4);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-h2 h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 30px;
}

.wrap-h2 p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}

.wrap-price-table {
  background-color: #eee;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  margin-bottom: 30px;
}

.wrap-price-table table {
  border-spacing: 0px;
  border: solid 1px #ddd;
}

.wrap-price-table tr {
  background-color: #fff;
}

.wrap-price-table tr:nth-of-type(2n) {
  background-color: #f5f5f5;
}

.wrap-price-table th {
  border-bottom: solid 1px #ddd;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  width: 250px;
}

.wrap-price-table td {
  border-bottom: solid 1px #ddd;
  padding: 30px 20px;
  line-height: 200%;
}

.wrap-price-table th span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.wrap-price-table span.note {
  color: #de1c24;
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.wrap-price-table td:nth-of-type(2n) {
  font-weight: bold;
  font-size: 16px;
  width: 200px;
}

.wrap-price-table tr:last-child th,
.wrap-price-table tr:last-child td {
  border-bottom: none;
}

.wrap-price-table td:nth-of-type(1n) a {
  font-size: 14px;
  text-decoration: underline;
}

.wrap-price-table td:nth-of-type(1n) a:hover {
  opacity: 0.8;
}

#blog ul li {
  list-style: disc;
}

ul.list-01 li {
  list-style: disc;
}

.blog-right ul li {
  list-style: none !important;
}

.slick {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
}

.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.fromTopOut {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.fromBottomOut {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.fromLeftOut {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.fromRightOut {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.scaleUpOut {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.scaleDownOut {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.rotateOut {
  -webkit-transform: rotate(30deg) scale(0.9);
          transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.speed1 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.speed2 {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.speed3 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.speed4 {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.speed5 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.speed6 {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.speed7 {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.speed8 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.speed9 {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

.speed10 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
/*# sourceMappingURL=common.css.map */