/*------> style.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
html {
  font-size: 75%;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100%;
  }
}
/* ==================== *\
   clear・float関連の記述
\* ==================== */
.clear_after, .compact, .container {
  zoom: 1;
}
.clear_after:after, .compact:after, .container:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
/* ==================== *\
   その他の記述
\* ==================== */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.header-logo img {
  width: 110px;
  height: 57px;
}
/* ==================== *\
   アウトラインの記述
\* ==================== */
.outlineHeading {
  display: none;
}
/* ==================== *\
   マージン・パディングの記述
\* ==================== */
.mb5 {
  margin-bottom: 0.3125em;
}
.mb10 {
  margin-bottom: 0.6285em;
}
.mb15 {
  margin-bottom: 0.9375em;
}
.mb20 {
  margin-bottom: 1.25em;
}
.mb30 {
  margin-bottom: 1.875em;
}
.mb48 {
  margin-bottom: 3em;
}
.pb24 {
  padding-bottom: 1.5em;
}
/* ==================== *\
   テキスト関連の記述
\* ==================== */
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.5em;
}
h4, h5, h6, p {
  font-size: 1em;
}
p {
  line-height: 1.6875;
}
a {
  text-decoration: none;
  color: #002439;
}
.f_osw {
  font-family: 'Oswald', sans-serif;
}
.lh_1 {
  line-height: 1;
}
.inline {
  display: inline;
}
.f_bold {
  font-weight: bold;
}
.f16 {
  font-size: 1rem;
}
/* ==================== *\
   bodyの記述
\* ==================== */
body {
  width: 100%;
  margin: 0 auto;
  color: #333;
}
/* ==================== *\
   ヘッダーの記述
\* ==================== */
.fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}
header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
header #header {
  max-width: 1000px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background: #fff;
}
header #header h1 {
  font-size: .75rem;
  padding-top: .5em;
  margin-bottom: .5em;
  text-align: left;
}
header #header .w270 {
  width: 27%;
}
header #header .g_navi {
  text-align: right;
  margin-top: 1.125em;
}
header #header .g_navi li {
  float: left;
  margin-left: 1em;
}
header #header .g_navi li a {
  font-size: 1rem;
  line-height: 1;
  font-family: 'Oswald' , sans-serif;
  font-weight: 400;
  padding: .25em .5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
header #header .g_navi li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #db7180;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header #header .g_navi li a:hover:before, header #header .g_navi li a:focus:before, header #header .g_navi li a:active:before {
  left: 0;
  right: 0;
}
header #header .g_navi li a.here {
  background: #002439;
  color: #fff;
}
header #header .g_navi li:first-child {
  margin-left: 0;
}
.p h1 {
  text-align: left;
}
/* ================ *\
    main_image_category
\* ================ */
#main_img {
  width: 100%;
  margin-bottom: 2em;
}
#main_img #bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
#main_img .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 800px;
  height: 380px;
  margin: 130px auto 0;
  padding-top: 160px;
}
#main_img .overlay p {
  width: 65.7%;
  max-width: 460px;
  margin: 0 auto;
  font-size: 2em;
  padding: 2rem 1rem;
  border: solid 10px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#page_img {
  width: 100%;
  height: 650px;
  margin: 5.625em auto 0;
  background: url(../images/common/img.png) center no-repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
#page_img2 {
  width: 100%;
  height: 450px;
  margin: 3em auto 0;
  background: #fcfcfc;
}
#page_img2 .type-wrapping4 {
  width: 70%;
  margin: 25px auto 0;
  padding-top: 110px;
}
#page_img2 .type-wrapping4 p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 1.5rem 4rem;
  border: solid 10px #002439;
  color: #002439;
  text-align: center;
  line-height: 1.5;
}
.type-wrap {
  background: rgba(0, 0, 0, 0.3);
  width: 70%;
  max-width: 700px;
  height: 380px;
  margin: 130px auto 0;
  padding-top: 160px;
}
.type-wrap p {
  width: 68.6%;
  max-width: 480px;
  margin: 0 auto;
  font-size: 2rem;
  padding: 2rem 1rem;
  border: solid 10px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.type-wrap.type-wrapping2 {
  padding-top: 130px;
}
.type-wrap.type-wrapping3 {
  padding-top: 190px;
}
/* ================== *\
    main_contents_category
\* ================== */
#main {
  width: 100%;
  margin: 2.18em auto 0;
  background: #fff;
}
#main section {
  clear: both;
  padding: 0;
}
#main section h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  text-align: center;
  line-height: 1;
}
#main section h1.service_catch {
  font-size: 2rem;
  line-height: #main section h1.service_catch lh_1;
}
#main .view_t {
  width: 100%;
}
#main .planinner1, #main .planinner3, #main .contactinner {
  border-top: solid 5px #002439;
  padding-top: 3.5em;
}
#main .new {
  background-color: #fff;
  background-color: rgba(230, 122, 133, 0.55);
  border-top: solid 5px #ce5f6f;
}
#main .re {
  background-color: rgba(144, 202, 140, 0.55);
  border-top: solid 5px #5c9357;
}
#main .rwd {
  background-color: rgba(233, 129, 53, 0.7);
  border-top: solid 5px #c46423;
}
#main .mo {
  background-color: rgba(251, 251, 231, 0.7);
  border-top: solid 5px #c6c59d;
}
#main .sin {
  background-color: rgba(151, 212, 217, 0.7);
  border-top: solid 5px #63a4a5;
}
#main .cms {
  background-color: rgba(89, 115, 134, 0.7);
  border-top: solid 5px #273c49;
}
#main .ana {
  background-color: rgba(147, 140, 194, 0.7);
  border-top: solid 5px #5f5b8e;
}
#main .mana {
  background-color: rgba(30, 133, 144, 0.7);
  border-top: solid 5px #0c575b;
}
#main .serviceaicon_area {
  padding-top: 4.36em;
  padding-bottom: 4.36em;
  background: #fff;
}
#main .serviceaicon_area div {
  width: 100%;
  margin: 0 auto;
}
#main .serviceaicon_area div article {
  width: 25%;
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
#main .serviceaicon_area div article h2.f24 {
  font-size: 1.5rem;
}
#main .serviceaicon_area div article h2.f20 {
  font-size: 1.25rem;
}
#main .serviceaicon_area div article .w160 {
  width: 64%;
  margin: 0 auto 1em;
}
#main .detailed_page {
  display: inline-block;
  width: 50%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  line-height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1rem;
}
#main .detailed_page::before,
#main .detailed_page::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#main .detailed_page::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#main .detailed_page,
#main .detailed_page::before,
#main .detailed_page::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#main .new .detailed_page, #main .re .detailed_page, #main .rwd .detailed_page, #main .cms .detailed_page, #main .ana .detailed_page, #main .mana .detailed_page {
  border: 3px solid #fff;
  color: #fff;
}
#main .new .detailed_page:hover::after, #main .re .detailed_page:hover::after, #main .rwd .detailed_page:hover::after, #main .cms .detailed_page:hover::after, #main .ana .detailed_page:hover::after, #main .mana .detailed_page:hover::after {
  background: #fff;
}
#main .mo .detailed_page, #main .sin .detailed_page {
  border: 3px solid #333;
  color: #333;
}
#main .mo .detailed_page:hover::after, #main .sin .detailed_page:hover::after {
  background: #333;
}
#main .detailed_page:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#main .new .detailed_page {
  background-color: rgba(230, 122, 133, 0.1);
}
#main .new .detailed_page:hover {
  border: 3px solid #ce5f6f;
  color: #ce5f6f;
}
#main .re .detailed_page {
  background-color: rgba(144, 202, 140, 0.1);
}
#main .re .detailed_page:hover {
  border: 3px solid #5c9357;
  color: #5c9357;
}
#main .rwd .detailed_page {
  background-color: rgba(233, 129, 53, 0.1);
}
#main .rwd .detailed_page:hover {
  border: 3px solid #c46423;
  color: #c46423;
}
#main .mo .detailed_page {
  background-color: rgba(251, 251, 231, 0.1);
  border: 3px solid #333;
  color: #333;
}
#main .mo .detailed_page:hover {
  border: 3px solid #333;
  color: #fff;
}
#main .sin .detailed_page {
  background-color: rgba(151, 212, 217, 0.1);
  border: 3px solid #333;
  color: #333;
}
#main .sin .detailed_page:hover {
  border: 3px solid #333;
  color: #fff;
}
#main .cms .detailed_page {
  background-color: rgba(89, 115, 134, 0.1);
}
#main .cms .detailed_page:hover {
  border: 3px solid #273c49;
  color: #273c49;
}
#main .ana .detailed_page {
  background-color: rgba(147, 140, 194, 0.1);
}
#main .ana .detailed_page:hover {
  border: 3px solid #5f5b8e;
  color: #5f5b8e;
}
#main .mana .detailed_page {
  background-color: rgba(30, 133, 144, 0.1);
}
#main .mana .detailed_page:hover {
  border: 3px solid #0c575b;
  color: #0c575b;
}
#main .bg_gray, #main .bg_white, #main .bg_white2, #main .bg_white22, #main .bg_white3 {
  padding-top: 4.36em;
  padding-bottom: 4.36em;
  text-align: center;
}
#main .bg_gray .sub_tit, #main .bg_white .sub_tit, #main .bg_white2 .sub_tit, #main .bg_white22 .sub_tit, #main .bg_white3 .sub_tit {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.875em;
}
#main .bg_gray .sub_tit span, #main .bg_white .sub_tit span, #main .bg_white2 .sub_tit span, #main .bg_white22 .sub_tit span, #main .bg_white3 .sub_tit span {
  padding-right: .25em;
  font-family: 'Oswald', sans-serif;
}
#main .bg_gray .lead, #main .bg_white .lead, #main .bg_white2 .lead, #main .bg_white22 .lead, #main .bg_white3 .lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.25rem;
  text-align: left;
}
#main .bg_gray .lead a, #main .bg_white .lead a, #main .bg_white2 .lead a, #main .bg_white22 .lead a, #main .bg_white3 .lead a {
  text-decoration: underline;
  color: #999;
}
#main .bg_gray .lead a.f13, #main .bg_white .lead a.f13, #main .bg_white2 .lead a.f13, #main .bg_white22 .lead a.f13, #main .bg_white3 .lead a.f13 {
  color: #333;
  text-decoration: none;
  font-size: .75rem;
}
#main .bg_gray .inner, #main .bg_white .inner, #main .bg_white2 .inner, #main .bg_white22 .inner, #main .bg_white3 .inner {
  width: 100%;
  margin: 0 auto;
}
#main .bg_white, #main .bg_white2, #main .bg_white22, #main .bg_white3 {
  background: #fff;
}
#main .bg_white2 .inner, #main .bg_white22 .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#main .bg_white2 .to_plan_btn1 a, #main .bg_white2 .to_plan_btn2 a, #main .bg_white2 .to_plan_btn3 a, #main .bg_white22 .to_plan_btn1 a, #main .bg_white22 .to_plan_btn2 a, #main .bg_white22 .to_plan_btn3 a {
  color: #fff;
  background-color: #37b527;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 16px;
  text-shadow: 1px 1px 1px #495C45;
}
#main .bg_white2 .to_plan_btn1, #main .bg_white22 .to_plan_btn1 {
  background: url(../images/top/plan_1.gif) center top no-repeat;
  text-align: center;
  padding-top: 218px;
  padding-right: 58px;
  padding-bottom: 32px;
  padding-left: 64px;
  position: absolute;
  top: 15px;
  left: 3px;
}
#main .bg_white2 .to_plan_btn2, #main .bg_white22 .to_plan_btn2 {
  background: url(../images/top/plan_3.gif) center top no-repeat;
  text-align: center;
  padding-top: 258px;
  padding-right: 76px;
  padding-bottom: 46px;
  padding-left: 82px;
  position: absolute;
  top: -15px;
  left: 172px;
}
#main .bg_white2 .to_plan_btn3, #main .bg_white22 .to_plan_btn3 {
  background: url(../images/top/plan_2.gif) center top no-repeat;
  text-align: center;
  padding-top: 218px;
  padding-right: 58px;
  padding-bottom: 32px;
  padding-left: 64px;
  position: absolute;
  top: 15px;
  left: 375px;
}
#main .bg_white2 .to_planpage_btn, #main .bg_white22 .to_planpage_btn {
  margin-top: 2.75em;
}
#main .bg_white2 .to_planpage_btn a, #main .bg_white22 .to_planpage_btn a {
  color: #db7180;
  font-size: 1.375rem;
  line-height: 1;
  border: 3px solid #db7180;
  padding: .6875em 2.5em;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .bg_white2 .to_planpage_btn a:hover, #main .bg_white22 .to_planpage_btn a:hover {
  background-color: #db7180;
  color: #fff;
}
#main .bg_white2 .to_planpage_btn a::before, #main .bg_white2 .to_planpage_btn a::after, #main .bg_white22 .to_planpage_btn a::before, #main .bg_white22 .to_planpage_btn a::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .bg_white2 .view_t .left-side, #main .bg_white22 .view_t .left-side {
  width: 60%;
  float: left;
  position: relative;
}
#main .bg_white2 .view_t .left-side_img, #main .bg_white22 .view_t .left-side_img {
  display: none;
}
#main .bg_white2 .view_t .right-side, #main .bg_white22 .view_t .right-side {
  width: 39%;
  float: right;
}
#main .bg_white2 .view_t .right-side h2, #main .bg_white22 .view_t .right-side h2 {
  text-align: left;
  font-size: 1.5rem;
  margin-top: .5em;
}
#main .bg_white2 .view_t .right-side .sent, #main .bg_white22 .view_t .right-side .sent {
  font-size: 1.125rem;
  text-align: left;
}
#main .bg_white3 {
  padding-top: 0;
}
#main .bg_white3 .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#main .bg_gray {
  background: #f4f4f4;
}
#main .bg_gray .inner {
  max-width: 1000px;
}
#main .bg_gray h2.service_tit, #main .bg_gray h2.plan_tit {
  font-size: 1.625rem;
  margin-top: .5em;
  text-align: left;
}
#main .bg_gray .sent {
  font-size: 1.125rem;
  text-align: left;
}

.bg_white .news_inner {
  max-width: 1000px;
}
.bg_white .news_inner article {
  margin-bottom: 15px;
}
.bg_white .news_inner article .sent {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.6875;
}
.bg_white .news_inner article .sent h2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6875;
}
.bg_white .news_inner article .sent:first-child {
  float: left;
}
.bg_white .news_inner article .sent:last-child {
  float: left;
  margin-left: 30px;
}
.bg_white .contactinner .w238 {
  width: 100%;
  margin: 1.875em auto;
}
.bg_white .contactinner .w238 p {
  font-size: 2.25rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  text-align: center;
}
.bg_white .contactinner2 {
  margin-top: 60px;
  border-top: solid 5px #a3a3a3;
  padding-top: 1.5em;
}
.bg_white .contactinner2 .contact_item {
  width: 55.6%;
  max-width: 556px;
  margin: 1.25em auto;
  text-align: left;
  padding-bottom: .5em;
  border-bottom: solid 1px #eaeaea;
}
.bg_white .contactinner2 .contact_item p {
  line-height: 1;
}
.bg_white .contactinner2 .contact_item p:first-child {
  font-size: .8125rem;
  margin-bottom: 7px;
  color: #a3a3a3;
}
.bg_white .contactinner2 .contact_item p:last-child {
  font-size: 1rem;
  margin-bottom: 0;
}
.bg_white .contactinner2 .contact_item.contact_item:first-child {
  margin-top: 0;
}
.bg_white .contactinner2 form {
  width: 55.6%;
  max-width: 556px;
  margin: 0 auto;
  text-align: left;
}
.bg_white .contactinner2 form input, .bg_white .contactinner2 form label, .bg_white .contactinner2 form textarea {
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 1rem;
}
.bg_white .contactinner2 form .f_ani input, .bg_white .contactinner2 form .f_ani3 select, .bg_white .contactinner2 form .f_ani2 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 1;
  color: #002439;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #ccc;
  font-family: 'Oswald', sans-serif;
  box-sizing: border-box;
}
.bg_white .contactinner2 form input:focus, .bg_white .contactinner2 form textarea:focus {
  padding-left: .5em;
}
.bg_white .contactinner2 form input:focus + label, .bg_white .contactinner2 form textarea:focus + label {
  top: -1.4em;
}
.bg_white .contactinner2 form p {
  position: relative;
}
.bg_white .contactinner2 form .error {
  margin: -30px 0 34px;
  font-weight: bold;
  color: #970015;
}
.bg_white .contactinner2 form .error2 {
  margin: -50px 0 34px;
  font-weight: bold;
  color: #970015;
}
.bg_white .contactinner2 form .f_ani input {
  padding: .375em 0 .5em 8.125em;
  margin-bottom: 34px;
}
.bg_white .contactinner2 form .f_ani2 {
  position: relative;
}
.bg_white .contactinner2 form .f_ani2 textarea {
  padding: .375em 0 .625em 8.125em;
  margin-bottom: 50px;
}
.bg_white .contactinner2 form .f_ani label, .bg_white .contactinner2 form .f_ani2 label {
  position: absolute;
  top: .8em;
  left: .5em;
  color: #002439;
  line-height: 1;
}
.bg_white .contactinner2 form .f_ani4 {
  margin-bottom: 34px;
  margin-left: .5em;
}
.bg_white .contactinner2 form select {
  padding: .375em 0 .625em .5em;
  text-indent: .01px;
  text-overflow: "";
  margin-bottom: 34px;
  font-weight: lighter;
  background: #fff url(../images/contact/select_arrow.jpg) top right no-repeat;
}
.bg_white .contactinner2 form button {
  color: #fff;
  background-color: #2c3e50;
  border-radius: 2px;
  border: none;
  font-weight: 300;
  padding: 11px 30px;
  font-size: 1rem;
  text-align: center;
}
.bg_white .contactinner2 form p:last-child {
  width: 130px;
  margin: 0 auto;
}
.bg_white .contactinner2 .form_btn form.inline {
  display: inline;
}
.bg_white .contactinner2 .form_btn form.inline input {
  color: #fff;
  background-color: #2c3e50;
  border-radius: 2px;
  border: none;
  font-weight: 300;
  padding: 11px 30px;
  font-size: 1rem;
  text-align: center;
}
.bg_white .w240 {
  width: 24%;
  background: #424851;
  padding: .5125em 0 .5125em .5125em;
  color: #fff;
  margin-top: .5125em;
  float: left;
  position: relative;
}
.bg_white .w240 h3 {
  line-height: 1;
  font-family: "inconsolata",sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.375rem;
}
.bg_white .w240 p {
  font-size: .875rem;
  font-style: italic;
}
.bg_white .w240 p .reco {
  background: #d99792;
  color: #fff;
  line-height: 1;
  padding: 3px 7px 3px 6px;
  font-size: .75rem;
}
.bg_white .w740 {
  width: 74%;
  font-size: 1.25rem;
  line-height: 1.7;
  float: right;
}
.bg_white .plan2_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3.125em;
  text-align: left;
}
.bg_white .plan2_inner h2 {
  margin-bottom: .5125em;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
}
.bg_white .plan2_inner h2 .big {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 400;
}
.bg_white .planinner2 {
  border-top: solid 5px #a3a3a3;
  padding-top: 1.5em;
}
.bg_white .planinner2 h2.texta_l {
  margin-bottom: 2em;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
}
.bg_white .planinner2 h2.texta_l .big {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 400;
}
.bg_white .con_btn {
  margin-bottom: 16px;
}
.bg_white .con_btn a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #d99792;
  border: solid 2px #d99792;
  line-height: 1;
  padding: 8px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bg_white .con_btn a:hover {
  background-color: #fff;
  color: #d99792;
}
.bg_white .con_btn a::before, .bg_white .con_btn a::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bg_white .price_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.bg_white .price {
  width: 19.8%;
  float: left;
  padding: 1px 0;
}
.bg_white .price h3 {
  color: #fff;
  font-size: 1.125rem;
}
.bg_white .c1 {
  border-top: solid 1px #e2e7eb;
  border-bottom: solid 1px #e2e7eb;
  border-right: solid 1px #e2e7eb;
}
.bg_white .c1 h3 {
  background: url(../images/plan/headingPattern.png) left top repeat;
  padding: 24px 24px 92px;
}
.bg_white .c1.c1:first-child {
  padding-left: 1px;
  border-left: solid 1px #e2e7eb;
  border-right: none;
}
.bg_white .c1.c1:last-child {
  padding-right: 1px;
  border-right: solid 1px #e2e7eb;
}
.bg_white .c1 .circle_o {
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  width: 110px;
  height: 110px;
  background: #fff;
  margin: -56px auto 20px;
  position: relative;
}
.bg_white .c1 .circle_o .circle_i {
  border-radius: 44px;
  -moz-border-radius: 44px;
  -webkit-border-radius: 44px;
  width: 88px;
  height: 88px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  -webkit-box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
  -moz-box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
  box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
}
.bg_white .c1 .circle_o .circle_i p {
  color: #31b4b6;
  font-size: 3.375rem;
}
.bg_white .c1 .circle_o .circle_i p suq {
  font-size: .875rem;
  font-weight: bold;
}
.bg_white .c1 .circle_o .circle_i p.ls_0 {
  font-size: 3.25rem;
  letter-spacing: -4px;
  margin-left: -4px;
}
.bg_white .c1 .circle_o .circle_i p.ls_0 suq {
  letter-spacing: 0;
  margin-left: 5px;
}
.bg_white .c1 .list_t span {
  color: #666;
}
.bg_white .c1 .list_t .list_c:nth-child(2n-1) {
  background: #fff;
}
.bg_white .c1 .list_t .list_c:nth-child(2n) {
  background: #f5f5f5;
}
.bg_white .c1 .list_t .list_c:last-child {
  line-height: 1.3;
  border-bottom: solid 1px #e2e7eb;
}
.bg_white .c1 .list_t .list_c:last-child span {
  font-size: .75rem;
}
.bg_white .c1 .price_b .f54 {
  color: #31b4b6;
}
.bg_white .c1 .price_b .f54 suq {
  font-size: .875rem;
  font-weight: bold;
}
.bg_white .c2 {
  border: solid 1px #e2e7eb;
  margin-top: -16px;
  background: #3a3c3f;
}
.bg_white .c2 h3 {
  padding: 38px 24px 92px;
}
.bg_white .c2 .circle_o {
  border-radius: 62px;
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
  width: 124px;
  height: 124px;
  background: #4c4e50;
  margin: -72px auto 24px;
  position: relative;
}
.bg_white .c2 .circle_o .circle_i {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
  -moz-box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
  box-shadow: 0 0 8px 6px rgba(232, 232, 232, 0.2) inset;
}
.bg_white .c2 .circle_o .circle_i p {
  color: #31b4b6;
  font-size: 4.25rem;
  margin-top: -8px;
}
.bg_white .c2 .circle_o .circle_i p suq {
  font-size: 1rem;
  font-weight: bold;
}
.bg_white .c2 .circle_o .circle_i p.ls_0 {
  font-size: 3.25rem;
  letter-spacing: -4px;
  margin-left: -4px;
}
.bg_white .c2 .circle_o .circle_i p.ls_0 suq {
  letter-spacing: 0;
  margin-left: 5px;
}
.bg_white .c2 .list_t span {
  color: #fff;
}
.bg_white .c2 .list_t .list_c:nth-child(2n) {
  background: #46494c;
}
.bg_white .c2 .list_t .list_c:last-child {
  line-height: 1.3;
  border-bottom: solid 1px #e2e7eb;
}
.bg_white .c2 .list_t .list_c:last-child span {
  font-size: .75rem;
}
.bg_white .c2 .price_b .f54 {
  color: #fff;
}
.bg_white .c2 .price_b .f54 suq {
  font-size: .875rem;
  font-weight: bold;
}
.bg_white .list_t {
  font-size: .875rem;
  color: #b4bac4;
  margin-bottom: 20px;
}
.bg_white .list_t span {
  font-weight: bold;
}
.bg_white .list_t .list_c {
  padding: 10px 0;
  line-height: 1;
}
.bg_white .price_b .f54 {
  font-size: 3.375rem;
  line-height: 1;
  margin-bottom: 25px;
}
.bg_white .price_b .f54 suq {
  font-size: .875rem;
  font-weight: bold;
}
.bg_white .p_sent {
  font-size: 1.25rem;
}
.bg_white h2 {
  margin-bottom: .5em;
}
.bg_white h2.service_tit, .bg_white h2.service_tit2 {
  margin-top: 1em;
}
.bg_white h2.service_tit {
  font-size: 1.625rem;
}
.bg_white h2.service_tit2 {
  font-size: 1.75rem;
}
.bg_white .service_pa, .bg_white .service_pa2 {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4;
}
.bg_white .service_pa {
  margin: 0 auto;
}
.bg_white .service_pa2 {
  margin: .5125em auto 1em;
}
.bg_white .service1_new, .bg_white .service1_re, .bg_white .service1_rwd, .bg_white .service1_mo, .bg_white .service1_sin, .bg_white .service1_cms, .bg_white .service1_ana, .bg_white .service1_mana {
  padding-top: 3.125rem;
}
.bg_white .service1_new {
  border-top: solid 5px #ce5f6f;
}
.bg_white .service1_re {
  border-top: solid 5px #5c9357;
}
.bg_white .service1_rwd {
  border-top: solid 5px #c46423;
}
.bg_white .service1_mo {
  border-top: solid 5px #c6c59d;
}
.bg_white .service1_sin {
  border-top: solid 5px #63a4a5;
}
.bg_white .service1_cms {
  border-top: solid 5px #273c49;
}
.bg_white .service1_ana {
  border-top: solid 5px #5f5b8e;
}
.bg_white .service1_mana {
  border-top: solid 5px #0c575b;
}
.bg_white .service1_2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1.875rem;
  text-align: left;
}
.bg_white .service1_2 h2 {
  margin-bottom: .5125em;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
}
.bg_white .service1_2 h2 .big {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: bold;
}
.bg_white .service1_2 ul li {
  line-height: 1.6875;
  font-size: 1.25rem;
}
.bg_white .service1_2.service1_2:last-child {
  margin-bottom: 0;
}
.bg_white .service {
  width: 50%;
}
.bg_white .service div {
  width: 100%;
}
.bg_white .service div div {
  width: 80%;
  margin: 0 auto;
}
.bg_white .service div div div {
  width: 60%;
  margin: 0 auto;
}
.bg_white .service .new, .bg_white .service .re, .bg_white .service .rwd, .bg_white .service .mo, .bg_white .service .sin, .bg_white .service .cms, .bg_white .service .ana, .bg_white .service .mana {
  padding-bottom: 1.875em;
}
.bg_white22 {
  border-top: solid 5px #002439;
  border-bottom: solid 5px #002439;
  padding-bottom: 4em;
}
.bg_white3 {
  padding-top: 0;
}
.bg_white3 .plan_contact1, .bg_white3 .plan_contact2 {
  width: 19.6%;
  margin: 1.25em auto 0;
}
.bg_gray .view_t div {
  width: 32%;
  margin-right: 2%;
}
.bg_gray .view_t div h2 {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: .5em;
}
.bg_gray .view_t div p:last-child {
  text-align: left;
}
.bg_gray .view_t div:last-child {
  margin-right: 0;
}
.bg_gray .contact_cat .left-side {
  width: 42%;
  float: left;
}
.bg_gray .contact_cat .right-side {
  width: 19.6%;
  margin-left: 23%;
  float: left;
}
.bg_gray:last-child {
  padding-bottom: 4em;
}
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  background-color: #002439;
  padding: 1.875em 0;
}
footer small {
  font-size: 1.25rem;
  color: #fff;
}
.view_t {
  display: block;
}
.view_t2, .view_t3 {
  display: table;
}
.view_t2 article, .view_t3 article {
  display: table-cell;
}
.view_t3 article {
  background-color: #fff;
}
/* About-PC */
@media screen and (max-width: 1020px) {
  #main .bg_white2 .view_t .left-side, #main .bg_white22 .view_t .left-side {
    display: none;
  }
  #main .bg_white2 .view_t .left-side_img, #main .bg_white22 .view_t .left-side_img {
    display: block;
  }
  #main .bg_white2 .view_t .right-side, #main .bg_white22 .view_t .right-side {
    width: 98%;
    margin: 0 auto;
    float: none;
  }
  #main .bg_white2 .view_t .right-side h2, #main .bg_white22 .view_t .right-side h2 {
    text-align: center;
    font-size: 1.75rem;
    margin-top: .5em;
  }
  #main .bg_white2 .view_t .right-side .sent, #main .bg_white22 .view_t .right-side .sent {
    font-size: 1.125rem;
    text-align: center;
  }
  #main .bg_gray h2.plan_tit {
    font-size: 1.625rem;
    margin-top: .5em;
    text-align: center;
  }
  #main .bg_gray .sent {
    text-align: left;
  }
  .bg_gray .contact_cat {
    width: 100%;
  }
  .bg_gray .contact_cat .left-side {
    width: 100%;
    float: none;
  }
  .bg_gray .contact_cat .right-side {
    width: 100%;
    margin-left: 33%;
    float: none;
  }
}
@media screen and (max-width: 1000px) {
  #main .bg_gray .inner {
    width: 98%;
  }
}
@media screen and (max-width: 980px) {
  #main .serviceaicon_area div article h2.f24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  #main_img .overlay p {
    font-size: 1.875rem;
  }
  .type-wrap p {
    font-size: 1.875rem;
  }
  header #header .g_navi li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 860px) {
  .bg_white .service_pa, .bg_white .service_pa2 {
    font-size: 1rem;
  }
  .bg_white h2.service_tit, .bg_white h2.service_tit2 {
    font-size: 1.375rem;
  }
  .t-c:nth-child(2n+1) {
    float: left;
  }
  .t-c:nth-child(2n) {
    float: right;
  }
  #main .serviceaicon_area div article h2.f24 {
    font-size: 1rem;
  }
  #main .serviceaicon_area div article h2.f20 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .bg_white .price {
    width: 19.7%;
  }
  .bg_white .price h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  header #header {
    width: 98%;
    margin: 0 auto;
  }
  #main_img .overlay {
    width: 100%;
  }
  #main_img .overlay p {
    width: 80%;
    font-size: 1.875rem;
  }
  #main .serviceaicon_area div article {
    width: 50%;
  }
  #main .serviceaicon_area div article h2.f24 {
    font-size: 2rem;
  }
  #main .serviceaicon_area div article h2.f20 {
    font-size: 2rem;
  }
  #main .bg_white .inner, #main .bg_white3 .inner {
    width: 98%;
    margin: 0 auto;
  }
  .type-wrap {
    width: 100%;
  }
  .type-wrap p {
    width: 75%;
    font-size: 1.75rem;
    padding: 2rem 2.25rem;
  }
  .bg_white .service1_2 {
    width: 98%;
  }
  .bg_white .price_list {
    width: 80%;
  }
  .bg_white .c1 {
    padding-left: 1px;
    padding-right: 1px;
    border-left: solid 1px #e2e7eb;
  }
  .bg_white .c1.c1:first-child {
    padding-right: 1px;
    border-right: solid 1px #e2e7eb;
  }
  .bg_white .c2 {
    border: solid 1px #fff;
    box-shadow: 0 0 6px -2px #000;
  }
  .bg_white .price {
    width: 100%;
    margin-bottom: 3em;
  }
  .bg_white .price.price:last-child {
    margin-bottom: 0;
  }
  .bg_white .w240 {
    width: 100%;
    padding: .5125em 0 .5125em .5125em;
    margin-top: 1em;
    margin-bottom: 1em;
    float: none;
  }
  .bg_white .w240 h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .bg_white .w240 p {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
  }
  .bg_white .w740 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.6875;
    float: none;
  }
  .bg_white .contactinner2 .contact_item {
    width: 80%;
  }
  .bg_white .contactinner2 form {
    width: 80%;
    margin: 0 auto;
  }
  .bg_gray {
    width: 100%;
    margin: 0 auto;
  }
  .bg_white3 {
    padding-top: 0;
  }
  .bg_white3 .plan_contact1, .bg_white3 .plan_contact2 {
    width: 23%;
    margin: 1.25em auto 0;
  }
}
@media screen and (max-width: 639px) {
  .bg_gray .view_t div {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .bg_gray .view_t div h2 {
    font-size: 1.5em;
  }
  .bg_gray .view_t div p:last-child {
    text-align: left;
  }
  .bg_gray .contact_cat .right-side {
    width: 75%;
    margin-left: 13%;
  }
  .bg_white .news_inner article .sent {
    line-height: 1.4;
  }
  .bg_white .news_inner article .sent:last-child {
    margin-left: 0px;
    clear: left;
  }
  .bg_white .service_pa, .bg_white .service_pa2 {
    font-size: 1.25rem;
  }
  .bg_white h2.service_tit, .bg_white h2.service_tit2 {
    font-size: 1.75rem;
  }
  .bg_white .service div div {
    width: 100%;
  }
  .bg_white .contactinner2 .contact_item {
    width: 90%;
  }
  .bg_white .contactinner2 form {
    width: 90%;
  }
  .bg_white .service {
    width: 100%;
  }
  .bg_white3 {
    padding-top: 0;
  }
  .bg_white3 .plan_contact1, .bg_white3 .plan_contact2 {
    width: 35%;
    margin: 1.25em auto 0;
  }
  #main .bg_white2 .inner {
    width: 98%;
    margin: 0 auto;
  }
  #main .serviceaicon_area div article {
    width: 100%;
  }
  #main .serviceaicon_area div article h2.f24 {
    font-size: 1.5rem;
  }
  #main .serviceaicon_area div article h2.f20 {
    font-size: 1.5rem;
  }
  #page_img2 {
    height: 380px;
  }
  #page_img2 .type-wrapping4 {
    width: 70%;
    margin: 25px auto 0;
  }
  #page_img2 .type-wrapping4 p {
    width: 60%;
    font-size: 1.25rem;
  }
  .view_t2, .view_t3 {
    display: block;
  }
  .view_t2 article, .view_t3 article {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #main_img .overlay p {
    font-size: 1.5em;
  }
  p {
    line-height: 1.5;
  }
  #page_img2 {
    height: 380px;
  }
  #page_img2 .type-wrapping4 {
    width: 80%;
    margin: 25px auto 0;
  }
  #page_img2 .type-wrapping4 p {
    width: 75%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
  }
}

/*------> ihover.css */
.ih-item , .s-ih-item{
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-top: 1.875em;
}
.s-ih-item {
  padding-top: 0;
}
.ih-item , .ih-item * , .s-ih-item , .s-ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a , .s-ih-item a {
  color: #333;
}
.ih-item a:hover , .s-ih-item a:hover {
  text-decoration: none;
}
.ih-item img , .s-ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.circle , .s-ih-item.circle {
  position: relative;
  width: 50%;
  height: 50%;
}
.ih-item.circle.effect8 .img , .s-ih-item.circle.effect8 .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.ih-item.circle.effect15 .img , .s-ih-item.circle.effect15 .img {
  position: relative;
  width: 310%;
  height: 310%;
}
.bg_white3 .ih-item.circle.effect15 .img {
  position: relative;
  width: 200%;
  height: 200%;
}
.ih-item.circle .img:before , .s-ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 50%;
  height: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .info , .s-ih-item.circle .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle .info {
  top: 1.875em;
}
.s-ih-item.circle .info {
  top: .5125em;
}
.s-new {
  background: #ce5f6f;
}
.s-re {
  background: #5c9357;
}
.s-rwd {
  background: #c46423;
}
.s-mo {
  background: #c6c59d;
}
.s-sin {
  background: #63a4a5;
}
.s-cms {
  background: #273c49;
}
.s-ana {
  background: #5f5b8e;
}
.s-mana {
  background: #0c575b;
}
.ih-item.circle.effect8 .img-container , .s-ih-item.circle.effect8 .img-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ih-item.circle.effect8 .img-container .img , .s-ih-item.circle.effect8 .img-container .img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.ih-item.circle.effect8 .info-container , .s-ih-item.circle.effect8 .info-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.ih-item.circle.effect8 .info-container {
  bottom: 1.875em;
}
.s-ih-item.circle.effect8 .info-container {
  bottom: 0;
}
.ih-item.circle.effect8 .info , .s-ih-item.circle.effect8 .info , .ih-item.circle.effect15 .info {
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out 0.6s;
  -moz-transition: all 0.35s ease-in-out 0.6s;
  transition: all 0.35s ease-in-out 0.6s;
}
.ih-item.circle.effect8 .info , .s-ih-item.circle.effect8 .info {
  width: 100%;
  height: 100%;
}
.ih-item.circle.effect15 .info {
  width: 310%;
  height: 86%;
}
.bg_white3 .ih-item.circle.effect15 .info {
  width: 200%;
  height: 86%;
}
.ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title , .ih-item.circle.effect15 .info p.title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: -.5px;
  height: 5em;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
  margin: 0;
  padding: 3em 0 0 0;
  font-size: 1rem;
}
.ih-item.circle.effect15 .info p.title {
  margin: 0 .375em;
  padding: 2.5em 0 0 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
.ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p , .ih-item.circle.effect15 .info p {
  color: #fff;
  font-style: italic;
  line-height: 1.4;
}
.ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
  margin: 0;
  font-size: .75rem;
  padding: 0 .3125em 0;
}
.ih-item.circle.effect15 .info p {
  margin: .5125em .375em 0;
  padding: .75em .3125em 0;
  font-size: .875rem;
  text-align: center;
}
.ih-item.circle.effect8 a:hover .img-container , .s-ih-item.circle.effect8 a:hover .img-container {
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ih-item.circle.effect8 a:hover .img-container .img , .s-ih-item.circle.effect8 a:hover .img-container .img {
  opacity: 0;
  pointer-events: none;
}
.ih-item.circle.effect8 a:hover .info-container , .s-ih-item.circle.effect8 a:hover .info-container {
  opacity: 1;
}
.ih-item.circle.effect8 a:hover .info-container .info , .s-ih-item.circle.effect8 a:hover .info-container .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect8.left_to_right .img-container .img , .s-ih-item.circle.effect8.left_to_right .img-container .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.effect8.left_to_right .info-container , .s-ih-item.circle.effect8.left_to_right .info-container {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect8.left_to_right a:hover .img-container .img , .s-ih-item.circle.effect8.left_to_right a:hover .img-container .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect8.left_to_right a:hover .info-container , .s-ih-item.circle.effect8.left_to_right a:hover .info-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect8.right_to_left .img-container .img , .s-ih-item.circle.effect8.right_to_left .img-container .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.effect8.right_to_left .info-container , .s-ih-item.circle.effect8.right_to_left .info-container {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect8.right_to_left a:hover .img-container .img , .s-ih-item.circle.effect8.right_to_left a:hover .img-container .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect8.right_to_left a:hover .info-container , .s-ih-item.circle.effect8.right_to_left a:hover .info-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect15 .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect15.colored .info {
  background: #002439;
}
.ih-item.circle.effect15 .info {
  background: #002439;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(-720deg);
  -moz-transform: scale(0.5) rotate(-720deg);
  -ms-transform: scale(0.5) rotate(-720deg);
  -o-transform: scale(0.5) rotate(-720deg);
  transform: scale(0.5) rotate(-720deg);
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.circle.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(720deg);
  -moz-transform: scale(0.5) rotate(720deg);
  -ms-transform: scale(0.5) rotate(720deg);
  -o-transform: scale(0.5) rotate(720deg);
  transform: scale(0.5) rotate(720deg);
}
.ih-item.circle.effect15 a:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
@media screen and (min-width: 1400px) {
  .ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
    font-size: 1.25rem;
  }
  .ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1020px) {
  .bg_gray .ih-item.circle.effect15 .img , .bg_gray .s-ih-item.circle.effect15 .img {
    position: relative;
    width: 75%;
    height: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .bg_gray .ih-item.circle.effect15 .info {
    width: 75%;
    height: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
    font-size: .875rem;
  }
  .ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 760px) {
  .ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
    font-size: .75rem;
  }
  .ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
    font-size: .625rem;
  }
  .ih-item.circle.effect15 .info p {
    padding-top: 1.5em;
    font-size: .75rem;
  }
}
@media screen and (max-width: 639px) {
  .bg_gray .ih-item.circle.effect15 .img , .bg_gray .s-ih-item.circle.effect15 .img {
    position: relative;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .bg_gray .ih-item.circle.effect15 .info {
    width: 50%;
    height: 88%;
    margin: 0 auto;
  }
  .ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
    font-size: 1.25rem;
    padding-top: 4em;
  }
  .ih-item.circle.effect15 .info p.title {
    padding-top: 3em;
    font-size: 1.25rem;
  }
  .ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
    font-size: 1rem;
    padding: 2em .3125em 0;
  }
  .ih-item.circle.effect15 .info p {
    padding-top: 3em;
    font-size: .875rem;
  }
}
@media screen and (max-width: 480px) {
  .bg_gray .ih-item.circle.effect15 .info {
    height: 86%;
    margin: 0 auto;
  }
  .ih-item.circle.effect8 .info p.title , .s-ih-item.circle.effect8 .info p.title {
    font-size: .875rem;
    padding-top: 3em;
  }
  .ih-item.circle.effect15 .info p.title {
    padding-top: 2em;
    font-size: 1rem;
  }
  .ih-item.circle.effect8 .info p , .s-ih-item.circle.effect8 .info p {
    font-size: .875rem;
    padding: .75em .3125em 0;
  }
  .ih-item.circle.effect15 .info p {
    padding-top: 0;
    font-size: .75rem;
  }
}

/*------> meanmenu.css */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: right;
  width: 98%;
  position: fixed;
  top: 1.5em;
  background: transparent;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  position: fixed;
}
.mean-container a.meanmenu-reveal {
  width: 30px;
  height: 30px;
  padding: 6px;
  position: absolute;
  cursor: pointer;
  color: #002439;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background:#fff;
  -moz-border-radius:4px;
  -ms-border-radius: 4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:2px solid #002439;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #002439;
  height: 5px;
  margin-top: 4px;
}
.mean-container .mean-nav {
  float: right;
  width: 98%;
  background: #002439;
  margin-top: 45px;
  -moz-border-radius:4px;
  -ms-border-radius: 4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald' , sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255,255,255,0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  font-family: 'Oswald' , sans-serif;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.4) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}