@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Viga");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input, textarea, select {
  font-family: inherit;
}

i {
  font-style: normal;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background, transform, box-shadow;
  -webkit-transition-property: opacity, color, background, transform, box-shadow;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Viga', sans-serif;
  letter-spacing: .07em;
}

.c_ttl {
  text-align: center;
  margin-bottom: 2.6em;
  font-size: 1.4rem;
  font-weight: bold;
}

.c_ttl span {
  display: block;
  font-size: 4.4rem;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .c_ttl {
    margin-bottom: 2em;
  }
  .c_ttl.b {
    padding-top: 1.5em;
  }
  .c_ttl span {
    font-size: 3.8rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn span {
  display: inline-block;
  color: #fff;
  background: #0059de;
  font-size: 1.6rem;
  position: relative;
  width: 21.25em;
  letter-spacing: .2em;
  border: solid 1px #0059de;
}

.c_btn a.b:before, .c_btn span.b:before {
  content: '';
  background-image: url(../img/ico_arrow07.png);
  right: auto;
  left: 1.5em;
  transition: right .2s ease-in;
}

.c_btn a.b:hover, .c_btn span.b:hover {
  opacity: 1;
  background: #fff;
  color: #0059de;
}

.c_btn a.b:hover:before, .c_btn span.b:hover:before {
  right: auto;
  left: 1em;
  background-image: url(../img/ico_arrow07_a.png);
}

.c_btn a:before, .c_btn span:before {
  content: '';
  background: url(../img/ico_arrow03.png) no-repeat center center;
  background-size: contain;
  width: .75em;
  height: 100%;
  position: absolute;
  right: 1.5em;
  top: 0;
  transition: right .2s ease-in;
}

.c_btn a:hover, .c_btn span:hover {
  opacity: 1;
  background: #fff;
  color: #0059de;
}

.c_btn a:hover:before, .c_btn span:hover:before {
  right: 1em;
  background-image: url(../img/ico_arrow03_a.png);
}

.c_btn a {
  padding: 1.4em 0;
}

.c_btn input {
  background: inherit;
  padding: 1.4em 0;
  letter-spacing: .3em;
  width: 100%;
}

@media all and (max-width: 767px) {
  .c_btn a, .c_btn span {
    font-size: 1.6rem;
    width: 20em;
    max-width: 100%;
  }
}

.c_box {
  background: #f4f7f8;
  padding: 4em;
  position: relative;
  margin-top: 5em;
  z-index: 1;
}

.c_box .deco {
  position: absolute;
  z-index: -1;
  height: 24.5em;
  width: 24.5em;
  bottom: 0;
  right: 0;
}

.c_box .deco.show:after {
  width: 0;
}

.c_box .deco:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 24.5em 24.5em;
  border-color: transparent transparent #ffdf00 transparent;
}

.c_box .deco:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f4f7f8;
  transition: width .8s ease-in-out;
}

.c_box .bg {
  background: #fff;
}

.c_box .inner {
  width: 57em;
  margin: 0 auto;
  padding: 5em 1.5em;
  max-width: 100%;
}

@media all and (max-width: 1310px) {
  .c_box {
    padding: 4em 1.5em;
  }
}

@media all and (max-width: 767px) {
  .c_box {
    padding: 5.3%;
    margin-top: 3em;
  }
  .c_box .deco {
    height: 15em;
    width: 15em;
  }
  .c_box .deco:before {
    border-width: 0 0 15em 15em;
  }
  .c_box .inner {
    padding: 3.5em 10%;
  }
}

.c_lead {
  font-size: 1.6rem;
  line-height: 2.1;
}

.c_msg {
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
}

@media all and (max-width: 767px) {
  .c_msg {
    text-align: left;
  }
  .c_msg br {
    display: none;
  }
}

.c_tbl tr + tr > * {
  border-top: solid 1px #e4e4e4;
}

.c_tbl tr > * {
  padding: 1.6em 0;
  font-size: 1.6rem;
  line-height: 2.1;
}

.c_tbl th {
  text-align: left;
  font-weight: bold;
  padding-left: 2.5em;
  width: 10.5em;
  vertical-align: top;
}

.c_tbl p {
  line-height: inherit;
}

@media all and (max-width: 767px) {
  .c_tbl tr + tr > * {
    border-top: none;
  }
  .c_tbl tr > * {
    padding: 1em 0;
    font-size: 1.6rem;
    float: left;
    width: 100%;
  }
  .c_tbl th {
    padding-left: 0;
    padding-bottom: .5em;
    border-bottom: solid 1px #e4e4e4;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

@keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

.mainText {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.mainText:after {
  content: '';
  background: #0059de;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: mainText;
  animation-name: mainText;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.mainText:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 10;
  height: .2em;
  top: 50%;
  margin-top: -.1em;
  background: #fff;
  -webkit-animation-name: mainText2;
  animation-name: mainText2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 5em;
  background: #fff;
}

#header a {
  display: block;
}

.h_left {
  width: 50%;
  height: 100%;
  float: left;
  border-bottom: solid .75em #e6e6e6;
}

.h_right {
  width: 50%;
  height: 100%;
  float: right;
  background: #0059de;
  border-bottom: solid .75em #0079ff;
  padding-top: 1.5em;
  text-align: right;
}

.h_logo {
  margin: 1.2em 3em;
  width: 14.2em;
}

.h_link {
  color: #fff;
  display: inline-block;
}

.h_link a {
  font-size: 1.4rem;
}

.h_lang {
  margin-right: 3em;
}

.h_lang a {
  font-size: 1.6rem;
}

.h_lang img {
  vertical-align: -20%;
  width: 1.25em;
  margin-right: .4em;
}

.h_mail {
  margin-right: 8.75em;
}

.h_mail.en a {
  font-size: 1.6rem;
}

.h_mail.en img {
  vertical-align: -20%;
  width: 1.25em;
  margin-right: .4em;
}

.h_mail img {
  vertical-align: -30%;
  width: 1.43em;
  margin-right: .6em;
}

.h_nav {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}

.h_nav ul {
  float: left;
  width: 50%;
}

.h_nav li {
  margin-bottom: 1.4em;
}

.h_nav a {
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding-left: 2.5em;
}

.h_nav a:before {
  content: '';
  background: url(../img/ico_arrow01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 1.4286em;
  height: .5715em;
  top: 2.5em;
  left: 0;
  transition: left .2s ease-in;
}

.h_nav a:hover {
  opacity: 1;
}

.h_nav a:hover:before {
  left: .5em;
}

.h_nav span {
  display: inline-block;
  font-size: 5.4rem;
}

.h_nav small {
  display: inline-block;
}

.h_menu {
  position: fixed;
  right: 4em;
  top: 1.1em;
  cursor: pointer;
  z-index: 66;
  padding: 1em .5em;
  text-align: center;
}

.h_menu_icon {
  position: relative;
  display: block;
}

.h_menu_icon,
.h_menu_icon:before,
.h_menu_icon:after {
  width: 1em;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: background-color, top;
  transition-property: background-color, top;
}

.h_menu_icon:before,
.h_menu_icon:after {
  position: absolute;
  top: -.55em;
  left: 0;
  content: '';
}

.h_menu_icon:after {
  top: .55em;
}

body.open .h_menu_icon {
  background-color: transparent;
}

body.open .h_menu_icon:before,
body.open .h_menu_icon:after {
  top: 0;
  left: -.25em;
  width: 1.5em;
  background-color: #fff;
}

body.open .h_menu_icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open .h_menu_icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggle_menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#toggle_menu:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -100%;
  background: #0059de;
  transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.h_sp_inner {
  overflow-y: auto;
}

body.open {
  overflow-y: hidden;
}

body.open #toggle_menu:before {
  right: 0;
}

body.open .h_nav {
  opacity: 1;
}

body.show #toggle_menu {
  visibility: visible;
}

@media all and (max-width: 767px) {
  #header {
    height: 3.5em;
  }
  .h_left {
    border-bottom: solid .5em #e6e6e6;
  }
  .h_right {
    border-bottom: solid .5em #0079ff;
    padding-top: .7em;
  }
  .h_logo {
    margin: .9em 8%;
    width: 10em;
  }
  .h_link a {
    font-size: 1.4rem;
  }
  .h_lang {
    margin-right: .8em;
  }
  .h_lang a {
    font-size: 1.2rem;
  }
  .h_lang img {
    vertical-align: -30%;
    width: 2em;
  }
  .h_mail {
    margin-right: 3.7em;
  }
  .h_mail img {
    vertical-align: -30%;
    width: 2em;
  }
  .h_nav {
    position: static;
    transform: translate(0, 0);
    padding-top: 2em !important;
  }
  .h_nav ul {
    float: none;
    width: auto;
  }
  .h_nav a:before {
    width: 1.2em;
    top: 1.2em;
  }
  .h_nav span {
    font-size: 3.2rem;
  }
  .h_menu {
    right: 3%;
    top: .4em;
    padding: 1em .5em;
  }
  .h_menu_icon,
  .h_menu_icon:before,
  .h_menu_icon:after {
    width: 1.2em;
  }
  .h_menu_icon:before,
  .h_menu_icon:after {
    top: -.5em;
  }
  .h_menu_icon:after {
    top: .5em;
  }
  body.open .h_menu_icon:before,
  body.open .h_menu_icon:after {
    left: -.25em;
    width: 1.5em;
  }
}

.f_contact {
  margin-bottom: 4em;
}

.f_contact a {
  display: block;
  position: relative;
  padding: 1.5em 4em;
  background: #ffdf00;
}

.f_contact a:before {
  content: '';
  background: url(../img/ico_arrow04.png) no-repeat center center;
  background-size: contain;
  width: .85em;
  height: 100%;
  position: absolute;
  right: 2em;
  top: 0;
  transition: right .2s ease-in;
}

.f_contact a:hover {
  opacity: 1;
}

.f_contact a:hover:before {
  right: 1.5em;
}

.f_contact img {
  width: .775em;
  margin-right: .8em;
  vertical-align: 5%;
}

.f_contact span {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: 1em;
}

.f_contact small {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

#gototop {
  position: fixed;
  right: 0;
  bottom: 3em;
  z-index: 66;
}

#gototop img {
  width: .45em;
  display: block;
  margin: 0 auto 2.5em;
  position: relative;
  transition: margin-bottom .2s ease-in;
}

#gototop span {
  transform-origin: center top;
  transform: rotate(-90deg);
  display: block;
  font-size: 1.2rem;
  color: #0059de;
  letter-spacing: .2em;
  margin-right: 1em;
}

#gototop a {
  display: block;
  padding: 0 1em;
}

#gototop a:hover {
  opacity: 1;
}

#gototop a:hover img {
  margin-bottom: 3em;
}

#footer {
  background: #f4f7f8;
  padding: 3em 0 2em;
  position: relative;
  z-index: 1;
}

#footer:before {
  content: '';
  position: absolute;
  background: url(../img/f_bg01.png) no-repeat center center;
  background-size: auto 100%;
  height: 100%;
  width: 26.7em;
  right: 0;
  top: 0;
  z-index: -1;
}

.f_logo {
  width: 14.2em;
  position: absolute;
}

.f_addr {
  font-size: 1.4rem;
  margin-left: 27em;
  padding-top: .5em;
}

.f_link {
  position: absolute;
  right: 0;
  bottom: 1em;
}

.f_link li {
  margin-bottom: .5em;
}

.f_link li.a a {
  background: #ffdf00;
}

.f_link li.b {
  color: #fff;
}

.f_link li.b a {
  background: #0059de;
}

.f_link a {
  font-size: 1.4rem;
  width: 12.86em;
  display: inline-block;
  padding: 1em 2em .9em;
}

.f_link img {
  vertical-align: -15%;
  margin-right: 1.8em;
  width: 1.286em;
}

.f_nav {
  margin-top: 2.5em;
}

.f_nav ul {
  display: inline-block;
  vertical-align: top;
}

.f_nav ul + ul {
  margin-left: 3.8em;
}

.f_nav li {
  margin-bottom: 1em;
}

.f_nav span {
  font-size: 1.4rem;
  color: #0059de;
  display: block;
  margin-bottom: .2em;
}

.f_nav a {
  font-size: 1.2rem;
  display: block;
  position: relative;
  padding-left: 2.4em;
}

.f_nav a:before {
  content: '';
  background: url(../img/ico_arrow05.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 1em;
  height: 1.5em;
  top: 0;
  left: 0;
  transition: left .2s ease-in;
}

.f_nav a:hover {
  opacity: 1;
}

.f_nav a:hover:before {
  left: .5em;
}

.f_copy {
  text-align: center;
  font-size: 1.2rem;
  color: #a7b3bd;
  margin-top: 2.5em;
}

@media all and (max-width: 767px) {
  #gototop {
    right: -2em;
    bottom: 2em;
  }
  #footer {
    margin-top: 9em;
    padding: 2em 0 1em;
  }
  #footer:before {
    background-image: url(../img/f_bg01_sp.png);
    height: 100%;
    width: 9.5em;
    right: 0;
  }
  .f_logo {
    width: 15em;
    position: static;
  }
  .f_addr {
    margin-left: 0;
    padding-top: .5em;
  }
  .f_link {
    right: 0;
    bottom: auto;
    width: 100%;
    top: -11em;
  }
  .f_link a {
    font-size: 2.4rem;
    width: auto;
    display: block;
    padding: .8em 1.6em .7em;
  }
  .f_link img {
    vertical-align: -5%;
    margin-right: .5em;
    width: .8em;
  }
  .f_copy {
    margin-top: 1.5em;
  }
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 5em;
  overflow: hidden;
  position: relative;
  padding-bottom: 3em;
}

.top_main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.40);
  z-index: 66;
  margin-left: 27em;
}

.top_main:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.40);
  z-index: 66;
  margin-right: 27em;
}

.top_main .bx-viewport {
  overflow: visible !important;
  left: 50%;
  margin-left: -27em;
}

.top_main li {
  position: relative;
}

.top_main li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top_main li.current:before {
  content: none;
}

.top_main li a {
  display: block;
}

.top_main li img {
  display: block;
  width: 100%;
}

.top_main .bx-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.top_main .bx-pager a {
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  width: .4em;
  height: .4em;
  background: #e5e5e5;
  border-radius: 50%;
}

.top_main .bx-pager a:hover {
  background: #fff;
}

.top_main .bx-pager a.active {
  background: #0073de;
}

.top_main .bx-pager-item {
  display: inline-block;
  padding: 0 .4em;
}

@media all and (-ms-high-contrast: none) {
  .top_main:before {
    margin-left: 27.3em;
  }
}

@media all and (max-width: 767px) {
  .top_main {
    margin-top: 3.2em;
    padding-bottom: 2em;
  }
  .top_main .bx-viewport {
    left: 0;
    margin-left: 0;
  }
}

.top_news {
  margin-top: 5em;
}

.top_news .c_ttl {
  position: absolute;
}

@media all and (max-width: 767px) {
  .top_news {
    margin-top: 3em;
  }
  .top_news .c_ttl {
    position: static;
  }
}

.top_menu {
  padding: 4em 0 2em;
  margin-left: -3.5%;
}

.top_menu li {
  float: left;
  width: 50%;
  padding-left: 3.5%;
  margin-bottom: 2em;
}

.top_menu li a {
  display: block;
  position: relative;
}

.top_menu li img {
  display: block;
}

.top_menu li p {
  position: absolute;
  width: 25.7em;
  height: 10em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 2.5em;
  font-weight: bold;
  font-size: 1.4rem;
}

.top_menu li .tp_en {
  padding-top: 3.6em;
}

.top_menu li span {
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .top_menu {
    padding: 1.5em 0 0;
    margin-left: 0;
  }
  .top_menu li {
    width: auto;
    padding-left: 0;
    margin-bottom: 1.5em;
  }
  .top_menu li img {
    width: 100%;
  }
  .top_menu li p {
    width: 23.5em;
    height: 9.5em;
    font-size: 1.2rem;
  }
  .top_menu li span {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .top_works .c_btn a {
    width: 100%;
  }
}

.low {
  margin-top: 5em;
  padding-bottom: 5em;
}

.low_header {
  background: url(../img/c_h_img02.jpg) no-repeat center center;
  background-size: cover;
  height: 14em;
  margin-bottom: 5em;
}

.low_header .u_inner {
  height: 100%;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.low_header .ttl span {
  display: inline-block;
  font-size: 6.4rem;
}

.low_header .ttl small {
  display: block;
  font-weight: bold;
  letter-spacing: .1em;
}

@media all and (max-width: 767px) {
  .low_header {
    height: 10em;
    margin-bottom: 3em;
  }
  .low_header .ttl span {
    font-size: 5.4rem;
  }
  .low_header .ttl small {
    font-size: 1.6rem;
  }
  .low {
    margin-top: 3.5em;
    padding-bottom: 3em;
  }
}

.low_nav_wrap {
  margin: -8em 0 13em;
  position: relative;
}

.low_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #0059de;
  color: #fff;
  width: 17em;
  padding: 1.4em 1.8em;
}

.low_nav li {
  font-size: 1.4rem;
}

.low_nav i {
  font-size: 1.6rem;
  margin-right: .5em;
}

.low_nav a {
  display: block;
  padding: .2em 0;
  position: relative;
  text-transform: uppercase;
}

.low_nav a:before {
  content: '';
  background: url(../img/ico_arrow06.png) no-repeat center center;
  background-size: contain;
  width: .572em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right .2s ease-in;
}

.low_nav a:hover {
  opacity: 1;
}

.low_nav a:hover:before {
  right: -.5em;
}

@media all and (max-width: 767px) {
  .low_nav_wrap {
    margin: -5em 0 3.5em;
    text-align: right;
  }
  .low_nav {
    position: static;
    display: inline-block;
    width: auto;
    padding: .6em 1em;
    text-align: left;
  }
  .low_nav a {
    padding-right: 2em;
  }
}

.low_num {
  position: absolute;
  left: 50%;
  padding-top: 8.8em;
  margin-top: -10em;
}

.low_num.odd {
  margin-left: -18em;
}

.low_num.even {
  margin-left: 18em;
}

.low_num:before {
  content: '';
  height: 3.25em;
  border-left: solid 1px #000;
  position: absolute;
  top: 5em;
  left: 50%;
}

@media all and (max-width: 767px) {
  .low_num {
    padding-top: 6em;
    margin-top: -6.5em;
  }
  .low_num.odd {
    margin-left: 0;
    left: 15%;
  }
  .low_num.even {
    margin-left: 0;
    left: 85%;
  }
  .low_num:before {
    height: 2.5em;
    top: 3em;
  }
}

.low_sec {
  padding-top: 5em;
}

@media all and (max-width: 767px) {
  .low_sec {
    padding-top: 3.5em;
  }
}

.low p a, .low dd a, .low td a, .low label a, .form .note a {
  color: #0059de;
}

.about_lead dl > * {
  font-size: 1.6rem;
  line-height: 2.1;
}

.about_lead dt {
  font-weight: bold;
  margin-top: 2.4em;
}

.about_privacy ul {
  margin: 2em 0;
}

.about_privacy ul ul {
  margin: 0;
}

.about_privacy li {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.form {
  padding: 3em 0 5em;
}

.form .ajax-loader {
  position: absolute;
  opacity: 0;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f7f8 inset;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f7f8 inset;
}

.form dl {
  width: 37.5em;
  margin: 0 auto;
}

.form dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.form dt em {
  background: #ffdf00;
  padding: .3em .8em;
  font-size: 1.2rem;
  margin-left: 1em;
}

.form dd {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  padding: .9em 1em;
  background: #f4f7f8;
  width: 100%;
}

.form dd select {
  width: 50%;
}

.form dd textarea {
  height: 13em;
}

.form dd .wpcf7-list-item {
  display: block;
}

.form dd label {
  display: block;
  margin-bottom: .5em;
}

.form dd label input {
  margin-right: .5em;
  vertical-align: middle;
}

.form .check {
  text-align: center;
  margin-bottom: 1em;
}

.form .check a {
  text-decoration: underline;
}

.form .check li {
  font-size: 1.6rem;
  margin-bottom: .8em;
}

.form .check input {
  margin-right: .5em;
}

.form .c_btn {
  margin-top: 2em;
}

.form .note {
  border: solid 3px #ebf1f3;
  padding: 1.5em;
  margin-top: 2em;
}

.form .note.en li {
  margin-left: .5em;
  text-indent: -.5em;
}

.form .note li {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-left: 1em;
  text-indent: -1em;
}

.form .note li a {
  text-decoration: underline;
}

.form_msg {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.form_msg strong {
  display: block;
  font-size: 2rem;
}

.form_msg span {
  color: #969696;
}

@media all and (max-width: 767px) {
  .form_msg {
    text-align: left;
  }
  .form {
    padding: 2em 0 3em;
  }
}

.com_rinen {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}

.com_vision {
  text-align: center;
  margin-top: 3em;
}

.com_vision li {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: bold;
  width: 30%;
  position: relative;
  vertical-align: middle;
}

.com_vision li + li:before {
  content: '';
  position: absolute;
  border-bottom: solid 1px #e4e4e4;
  width: 3em;
  left: -1.6em;
  top: 50%;
  transform: rotate(-60deg);
}

@media all and (max-width: 767px) {
  .com_rinen {
    font-size: 3rem;
  }
  .com_vision {
    margin: 0 -.5em;
    margin-top: 1.5em;
  }
  .com_vision li {
    font-size: 1.8rem;
    width: auto;
    width: 32%;
  }
  .com_vision li + li {
    padding-left: .8em;
  }
  .com_vision li + li:before {
    left: -1.2em;
  }
}

.com_info {
  width: 45.5em;
  margin: 0 auto;
}

.com_info p {
  display: inline-block;
}

.com_info p.b {
  margin-left: 2em;
}

.com_info p.c {
  display: block;
  text-align: right;
}

.com_info dl {
  line-height: inherit;
  padding-left: 12em;
  position: relative;
}

.com_info dt {
  font-weight: bold;
  line-height: inherit;
}

.com_info dt span {
  position: absolute;
  left: 0;
  padding-top: .3em;
}

.com_info dd {
  line-height: inherit;
  margin-bottom: 1.5em;
}

.com_info a {
  position: relative;
  border-bottom: solid 1px #000;
  display: inline-block;
}

.com_info a:before {
  content: '';
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: .4em;
  height: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  transition: right .2s ease-in;
}

.com_info a:hover {
  opacity: 1;
}

.com_info a:hover:before {
  right: -1.5em;
}

@media all and (max-width: 767px) {
  .com_info {
    width: 100%;
  }
  .com_info p {
    display: block;
  }
  .com_info p.b {
    margin-left: 0;
  }
}

.com_access .left {
  float: left;
  width: 48%;
}

.com_access .right {
  float: right;
  width: 48%;
}

.com_access .map {
  position: relative;
  height: 0;
  padding-top: 19.5em;
  overflow: hidden;
  margin-bottom: 2em;
}

.com_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.com_access dl {
  width: 80%;
  margin: 0 auto;
}

.com_access dl > * {
  font-size: 1.6rem;
  line-height: 2.1;
}

.com_access dt {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .com_access .left {
    float: none;
    width: auto;
  }
  .com_access .right {
    float: none;
    width: auto;
    margin-top: 2em;
  }
  .com_access .map {
    margin-bottom: 1em;
    padding-top: 10em;
  }
  .com_access dl {
    width: auto;
    margin: 0 auto;
  }
  .com_access dl > * {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .com_access dt {
    font-weight: bold;
  }
}

.com_history {
  width: 37.5em;
  margin: 0 auto;
  max-width: 100%;
}

.com_history li {
  line-height: 2.1;
  font-size: 1.6rem;
  position: relative;
  padding-left: 10em;
}

.com_history li + li {
  margin-top: .8em;
}

.com_history li span {
  font-weight: bold;
  position: absolute;
  left: 0;
  margin-top: .3em;
}

.news_list {
  margin-left: 12.5em;
  margin-bottom: 3.5em;
}

.news_list li {
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: .9em;
  margin-bottom: 1em;
}

.news_list a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: .1em 0;
  padding-left: 16em;
  padding-right: 3em;
}

.news_list a:before {
  content: '';
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: .5em;
  height: .3125em;
  position: absolute;
  right: .5em;
  top: .7em;
  transition: right .2s ease-in;
}

.news_list a:hover {
  opacity: 1;
}

.news_list a:hover:before {
  right: 0;
}

.news_list i {
  position: absolute;
  left: .5em;
  top: 0;
  font-size: 1.2rem;
  text-align: center;
  min-width: 8.5em;
  background: #ffdf00;
  padding: .3em .5em;
  text-transform: uppercase;
}

.news_list span {
  position: absolute;
  left: 8.5em;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .news_list {
    margin: 0 0 2.5em;
  }
  .news_list li {
    padding-bottom: .6em;
    margin-bottom: .8em;
  }
  .news_list a {
    font-size: 1.4rem;
    padding-left: 6.5em;
    padding-right: 1.5em;
  }
  .news_list a:before {
    background-image: url(../img/ico_arrow02_sp.png);
    width: .7em;
    height: 1em;
    right: .5em;
    top: auto;
    bottom: .7em;
  }
  .news_list i {
    min-width: 6em;
    left: 0;
  }
  .news_list span {
    position: static;
    display: block;
  }
}

.news_cate {
  position: absolute;
}

.news_cate.b {
  position: static;
  margin-bottom: 1.6em;
}

.news_cate.b > * {
  display: inline-block;
}

.news_cate dt {
  font-size: 2.2rem;
  margin-bottom: .5em;
  margin-right: 1.3em;
}

.news_cate dd {
  font-size: 1.6rem;
}

.news_cate select {
  background: #f4f7f8;
  padding: .3em 1em .2em;
}

@media all and (max-width: 767px) {
  .news_cate {
    position: static;
    margin-bottom: 1.6em;
  }
  .news_cate > * {
    display: inline-block;
  }
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: top;
  width: 2.4em;
  height: 2.4em;
  text-align: center;
  padding-top: .6em;
  font-size: 1.6rem;
  margin: 0 .2em;
}

.wp-pagenavi .current {
  border-radius: 50%;
  color: #0059de;
  background: #f4f7f8;
}

.wp-pagenavi .page {
  border-radius: 50%;
  background: #0059de;
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  color: transparent;
  margin-right: 1.5em;
  background: url(../img/ico_prev01.png) no-repeat center center;
  background-size: 1.0625em;
}

.wp-pagenavi .nextpostslink {
  color: transparent;
  margin-left: 1.5em;
  background: url(../img/ico_next01.png) no-repeat center center;
  background-size: 1.0625em;
}

.news_ttl {
  font-size: 2.8rem;
  padding: .1em 0;
  font-weight: bold;
  margin-bottom: 1em;
}

.news_ttl i {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  min-width: 6.5em;
  background: #ffdf00;
  padding: .3em .5em;
  text-transform: uppercase;
  margin-right: 1.5em;
}

.news_ttl span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: .7em;
}

.news_img {
  margin-bottom: 2.5em;
  display: img;
  display-width: 100%;
}

.news_article {
  margin: 2em 0;
  font-size: 1.6rem;
  line-height: 2;
}

.news_article p {
  margin-bottom: 2em;
  line-height: inherit;
}

.news_article h2 {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 3em 0 .6em;
  border-left: solid 5px #ffdf00;
  padding-left: .5em;
  line-height: 1;
}

.news_article h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 3em 0 .3em;
}

.news_article h4 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 3.5em 0 .3em;
}

@media all and (max-width: 767px) {
  .news_article {
    margin: 2em 0 5em;
  }
}

.office_list {
  margin-left: -3%;
}

.office_list li {
  float: left;
  width: 33.33%;
  padding-left: 3%;
  text-align: center;
  margin-bottom: 1.8em;
}

.office_list p {
  font-size: 1.6rem;
  margin-top: 1.2em;
}

@media all and (max-width: 767px) {
  .office_list li {
    width: 50%;
    margin-bottom: 1.5em;
  }
  .office_list p {
    font-size: 1.4rem;
    margin-top: .6em;
  }
}

.office_btn {
  margin: 1em 0 -3em;
  text-align: center;
}

.office_btn a {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 1.2em 4em;
  width: 25.75em;
  max-width: 100%;
  background: #0059de;
  color: #fff;
  border-radius: 3em;
}

.office_btn a:before {
  content: '';
  background: url(../img/ico_arrow08.png) no-repeat center center;
  background-size: contain;
  width: .85em;
  height: 100%;
  position: absolute;
  right: 3.5em;
  top: 0;
  transition: right .2s ease-in;
}

.office_btn a:hover {
  opacity: 1;
}

.office_btn a:hover:before {
  right: 3em;
}

.office_btn img {
  width: 1.4em;
  margin-right: 1.8em;
  vertical-align: -34%;
}

.office_btn span {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: .5em;
}

.office_btn small {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .office_btn {
    margin: 1em 0 0;
  }
  .office_btn a {
    padding: 1em 2em;
  }
  .office_btn a:before {
    right: 2.5em;
  }
  .office_btn a:hover:before {
    right: 2em;
  }
  .office_btn img {
    width: 1.4em;
    margin-right: 1em;
  }
  .office_btn span {
    font-size: 3.6rem;
    margin-right: .4em;
  }
  .office_btn small {
    font-size: 1.2rem;
  }
}

.rec_note {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.1;
}

.rec_ideal {
  text-align: center;
  margin: 1.5em 0 -1em;
  margin-left: -2.5%;
}

.rec_ideal li {
  float: left;
  margin-left: 2.5%;
  width: 30.83%;
  border: solid 1px #e3e3e3;
  margin-bottom: 1em;
  padding: 1.5em 0;
}

.rec_ideal li.b {
  width: 47.5%;
}

.rec_ideal li.c p {
  margin: -.8em 0 -.7em;
}

.rec_ideal img {
  display: block;
  margin: 0 auto 1em;
  width: 6.25em;
}

.rec_ideal p {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .rec_ideal {
    margin: 1.5em 0 -1em;
    margin-left: 0;
  }
  .rec_ideal li {
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 1em;
    padding: 1em 0;
  }
  .rec_ideal li.b {
    width: auto;
  }
  .rec_ideal img {
    margin: 0 auto .5em;
  }
}

.rec_link {
  text-align: center;
  margin-left: -2.5%;
  margin-top: 5em;
}

.rec_link dl {
  float: left;
  margin-left: 2.5%;
  width: 30.83%;
  width: 47.5%;
  background: #0059de;
  color: #fff;
  padding: 2em 0;
}

.rec_link dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.rec_link dt span {
  display: block;
  font-size: 3.8rem;
  font-weight: normal;
}

.rec_link img {
  display: block;
  margin: 0 auto 1em;
  width: 3.6em;
}

.rec_link p {
  font-size: 1.6rem;
}

.rec_link a {
  display: block;
}

@media all and (max-width: 767px) {
  .rec_link {
    margin-left: 0;
    margin-top: 3em;
  }
  .rec_link dl {
    float: none;
    margin-left: 0;
    width: auto;
    padding: 1em 0;
  }
  .rec_link a + a {
    margin-top: 1em;
  }
}

.rec_tab {
  border-bottom: solid 6px #ffdf00;
  text-align: center;
  margin-bottom: 4em;
}

.rec_tab.b li {
  width: 50%;
}

.rec_tab.b a {
  padding-top: 2em;
}

.rec_tab li {
  float: left;
  width: 33.33%;
  border: solid 6px #ffdf00;
  border-bottom: none;
}

.rec_tab li + li {
  border-left: none;
}

.rec_tab a {
  display: block;
  height: 5.5em;
  font-weight: bold;
  color: #a6a6a6;
  padding-top: 1em;
}

.rec_tab a.active {
  background: #ffdf00;
  color: #000;
}

.rec_tab span {
  display: block;
  line-height: 1.2;
  font-weight: normal;
  padding-top: .6em;
}

.rec_tab small {
  font-size: 1.2rem;
}

@media all and (max-width: 767px) {
  .rec_tab {
    margin-bottom: 2.5em;
  }
  .rec_tab.b li {
    width: auto;
  }
  .rec_tab.b a {
    padding: .6em 0 .4em;
  }
  .rec_tab li {
    float: none;
    width: auto;
  }
  .rec_tab li + li {
    border-left: solid 6px #ffdf00;
  }
  .rec_tab a {
    height: auto;
    padding: 0 0 .2em;
  }
}

.rec_info {
  display: none;
}

.rec_info.active {
  display: block;
}

.rec_info .lead {
  background: #f4f7f8;
  text-align: center;
  padding: 3.5em 1em;
}

.rec_info .lead dt {
  margin-bottom: .5em;
}

.rec_info .lead dd {
  font-size: 1.6rem;
  line-height: 2.1;
}

.rec_info dt {
  font-weight: bold;
  line-height: 2.1;
}

.rec_info .c_tbl dd {
  line-height: inherit;
}

.rec_info .c_tbl .mt {
  margin-top: 1em;
}

.rec_info .c_tbl .mk {
  display: inline-block;
  margin-left: 4em;
}

.rec_info .c_tbl a {
  color: #0059de;
  border-bottom: solid 1px #0059de;
}

@media all and (max-width: 767px) {
  .rec_info .lead {
    padding: 1.5em;
    text-align: left;
  }
}

.rec_process {
  margin-left: -2.5%;
}

.rec_process li {
  float: left;
  padding-left: 2.5%;
  width: 25%;
}

.rec_process .box {
  background: #f4f7f8;
  padding: 1.2em 1.5em;
  margin-bottom: 1.5em;
}

.rec_process .box p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.rec_process .box i {
  font-size: 3.8rem;
  color: #c8d1d4;
  display: block;
  line-height: 1;
}

.rec_process img {
  display: block;
  margin: .7em auto 1em;
  width: 3.4em;
}

.rec_process a {
  color: #0059de;
  border-bottom: solid 1px #0059de;
}

.rec_process dl {
  margin-bottom: -4em;
}

.rec_process dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1;
}

.rec_process dd {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-bottom: 2em;
}

.rec_process p {
  font-size: 1.6rem;
  line-height: 2.1;
}

@media all and (max-width: 767px) {
  .rec_process {
    margin-left: 0;
    margin-bottom: -1.5em;
  }
  .rec_process li {
    float: none;
    padding-left: 0;
    width: auto;
    margin-bottom: 1.5em;
  }
  .rec_process .box {
    padding: .8em 1.5em;
    margin-bottom: 1em;
  }
  .rec_process img {
    margin: -1em auto .6em;
  }
  .rec_process dl {
    margin-bottom: -1.5em;
  }
}

.rec_btn {
  margin: 1em 0 -3em;
  text-align: center;
}

.rec_btn a {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 1.2em 4em;
  width: 40em;
  max-width: 100%;
  background: #0059de;
  color: #fff;
  border-radius: 3em;
}

.rec_btn a:before {
  content: '';
  background: url(../img/ico_arrow08.png) no-repeat center center;
  background-size: contain;
  width: .85em;
  height: 100%;
  position: absolute;
  right: 3.5em;
  top: 0;
  transition: right .2s ease-in;
}

.rec_btn a:hover {
  opacity: 1;
}

.rec_btn a:hover:before {
  right: 3em;
}

.rec_btn img {
  width: 1.55em;
  margin-right: 1.2em;
  vertical-align: -25%;
}

.rec_btn span {
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 1em;
}

.rec_btn small {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .rec_btn {
    margin: 1em 0 0;
  }
  .rec_btn a {
    padding: 1em 2em;
  }
  .rec_btn a:before {
    right: 2.5em;
  }
  .rec_btn a:hover:before {
    right: 2em;
  }
  .rec_btn img {
    width: 1.4em;
  }
  .rec_btn small {
    font-size: 1.2rem;
    display: block;
  }
}

.serv_ttl {
  padding: 2em 0 .1em;
  position: relative;
  z-index: 1;
  margin-bottom: 3.5em;
}

.serv_ttl.odd:before {
  right: 50%;
  margin-right: -27em;
}

.serv_ttl.even:before {
  left: 50%;
  margin-left: -27em;
}

.serv_ttl:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 500%;
  background: #f4f7f8;
  height: 100%;
  top: 0;
}

.serv_ttl .low_num {
  top: 5em;
}

.serv_dev {
  margin: 3.5em 0 5em;
}

.serv_dev li {
  border: solid 6px #f4f7f8;
  padding: 3em 2.5em;
  position: relative;
  margin-bottom: 1em;
}

.serv_dev li:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  border: solid 6px #ffdf00;
  border-top: none;
  border-left: none;
  right: -6px;
  bottom: -6px;
}

.serv_dev .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.5em;
}

.serv_dev .ttl.a {
  text-align: center;
}

.serv_dev .ttl span {
  display: block;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.2;
}

.serv_dev dl {
  float: left;
  width: 47%;
}

.serv_dev dl + dl {
  float: right;
}

.serv_dev dt {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: .5em;
}

.serv_dev dt:before {
  content: '';
  width: .3em;
  background: #ffdf00;
  position: absolute;
  left: 0;
  top: .2em;
  height: 1em;
  border-radius: 1em;
}

.serv_dev dd {
  position: relative;
}

.serv_dev dd img {
  width: 6.75em;
  right: 0;
  top: 0;
}

.serv_dev dd p {
  margin-right: 10em;
}

.serv_dev img {
  position: absolute;
  top: 3em;
  right: 2em;
  width: 9.5em;
  background: #f4f7f8;
}

.serv_dev p {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-right: 13em;
}

@media all and (max-width: 767px) {
  .serv_ttl {
    margin-bottom: 2.5em;
    overflow: hidden;
  }
  .serv_ttl .low_num {
    top: 3.5em;
  }
  .serv_dev {
    margin: 2.5em 0 3em;
  }
  .serv_dev li {
    padding: 1.5em;
  }
  .serv_dev .ttl {
    text-align: center;
  }
  .serv_dev dl {
    float: none;
    width: auto;
  }
  .serv_dev dl + dl {
    float: none;
    margin-top: 2em;
  }
  .serv_dev dd img {
    width: 8em;
  }
  .serv_dev dd p {
    margin-right: 0;
  }
  .serv_dev img {
    position: static;
    width: 8em;
    display: block;
    margin: 1em auto;
  }
  .serv_dev p {
    margin-right: 0;
  }
}

.serv_faci {
  margin: 3.5em 0;
}

.serv_faci li {
  border: solid 6px #f4f7f8;
  padding: 3em 2.5em;
  position: relative;
  margin-bottom: 2em;
  min-height: 20em;
}

.serv_faci li:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  border: solid 6px #ffdf00;
  border-top: none;
  border-left: none;
  right: -6px;
  bottom: -6px;
}

.serv_faci .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.serv_faci img {
  position: absolute;
  width: 13.5em;
  top: 3em;
  right: 2.5em;
}

.serv_faci dl > * {
  font-size: 1.6rem;
  line-height: 2.1;
}

.serv_faci dd {
  margin-left: 6em;
  width: 32em;
}

.serv_faci dt {
  position: absolute;
  color: #aeaeae;
  font-weight: bold;
}

.serv_faci .msg {
  background: #f4f7f8;
  padding: 2em 2.5em;
  font-size: 1.6rem;
  line-height: 2.1;
  margin-top: 2em;
}

.serv_faci .btn {
  margin-top: 1.2em;
}

.serv_faci .btn a {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
  padding: .5em 3em .35em 1em;
  border: solid 1px #e3e3e3;
  letter-spacing: 0;
}

.serv_faci .btn a:before {
  content: '';
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: .75em;
  height: 100%;
  position: absolute;
  right: 1.3em;
  top: 0;
  transition: right .2s ease-in;
}

.serv_faci .btn a:hover {
  opacity: 1;
}

.serv_faci .btn a:hover:before {
  right: .8em;
}

@media all and (max-width: 767px) {
  .serv_faci {
    margin: 2em 0;
  }
  .serv_faci li {
    padding: 1.5em;
    margin-bottom: 1em;
  }
  .serv_faci .ttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .serv_faci img {
    position: static;
    display: block;
    margin: 2em auto 0;
  }
  .serv_faci dl > * {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .serv_faci dd {
    width: auto;
    margin-bottom: .5em;
  }
  .serv_faci .msg {
    padding: 1em 1.5em;
  }
  .serv_faci .btn {
    text-align: center;
  }
  .serv_faci .btn a {
    display: block;
    font-size: 1.6rem;
    padding: 1em 0 .9em;
  }
  .serv_faci .btn a:before {
    background-image: url(../img/ico_arrow02_sp.png);
    width: .75em;
    right: 1.5em;
  }
  .serv_faci .btn a:hover:before {
    right: 1em;
  }
}

.serv_btn {
  margin: 1em 0 -3em;
  text-align: center;
}

.serv_btn a {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 1.2em 4em;
  width: 44em;
  max-width: 100%;
  background: #0059de;
  color: #fff;
  border-radius: 3em;
}

.serv_btn a:before {
  content: '';
  background: url(../img/ico_arrow08.png) no-repeat center center;
  background-size: contain;
  width: .85em;
  height: 100%;
  position: absolute;
  right: 3.5em;
  top: 0;
  transition: right .2s ease-in;
}

.serv_btn a:hover {
  opacity: 1;
}

.serv_btn a:hover:before {
  right: 3em;
}

.serv_btn img {
  width: 1.65em;
  margin-right: 1.2em;
  vertical-align: -34%;
}

.serv_btn span {
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 1em;
}

.serv_btn small {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .serv_btn {
    margin: 1em 0 0;
  }
  .serv_btn a {
    padding: 1em 2em;
  }
  .serv_btn a:before {
    right: 2.5em;
  }
  .serv_btn a:hover:before {
    right: 2em;
  }
  .serv_btn img {
    width: 1.4em;
  }
  .serv_btn small {
    font-size: 1.2rem;
    display: block;
  }
}

.sitemap.en a {
  padding-left: 3em;
  padding-right: 2em;
}

.sitemap .top {
  margin-bottom: 2%;
}

.sitemap ul {
  margin-left: -2%;
}

.sitemap li {
  float: left;
  width: 50%;
  padding-left: 2%;
  margin-bottom: 2%;
}

.sitemap a {
  display: block;
  position: relative;
  padding: 1.5em 3.5em;
  background: #f4f7f8;
}

.sitemap a:before {
  content: '';
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: .4em;
  height: 100%;
  position: absolute;
  right: 2em;
  top: 0;
  transition: right .2s ease-in;
}

.sitemap a:hover {
  opacity: 1;
}

.sitemap a:hover:before {
  right: 1.5em;
}

.sitemap span {
  font-size: 2.4rem;
  vertical-align: middle;
  margin-right: 1em;
}

.sitemap small {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .sitemap.en a {
    padding-left: 2em;
    padding-right: 3em;
  }
  .sitemap ul {
    margin-left: 0;
  }
  .sitemap li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 2%;
  }
  .sitemap a {
    display: block;
    position: relative;
    padding: 1.2em 1.6em;
    background: #f4f7f8;
  }
  .sitemap span {
    font-size: 2.4rem;
    vertical-align: middle;
    margin-right: 1em;
  }
  .sitemap small {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
  }
}

.works_list {
  margin-left: -8%;
}

.works_list li {
  float: left;
  width: 33.33%;
  padding-left: 8%;
  margin-bottom: 2em;
}

.works_list li:nth-child(3n + 1) {
  clear: both;
}

.works_list dl {
  margin-top: .5em;
}

.works_list dt {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 5px #ffdf00;
  padding-left: .5em;
}

.works_list dd {
  color: #999999;
  font-size: 1.2rem;
}

.works_list dd span {
  display: inline;
  background: url(../img/ico_tag.png) no-repeat left center;
  padding-left: 1.2em;
  margin-right: 1em;
}

.works_list dd .tag {
  margin: .6em 0 .8em;
  font-size: 1.4rem;
}

.works_list .btn {
  margin-top: 1.2em;
  text-align: right;
}

.works_list .btn a {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding: .5em 3em .35em 1em;
  border: solid 1px #e3e3e3;
}

.works_list .btn a:before {
  content: '';
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: contain;
  width: .75em;
  height: 100%;
  position: absolute;
  right: 1em;
  top: 0;
  transition: right .2s ease-in;
}

.works_list .btn a:hover {
  opacity: 1;
}

.works_list .btn a:hover:before {
  right: .5em;
}

@media all and (max-width: 1310px) {
  .works_list {
    margin-left: -6%;
  }
  .works_list li {
    padding-left: 6%;
  }
}

@media all and (max-width: 767px) {
  .works_list {
    margin-left: 0;
  }
  .works_list li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 1.5em;
  }
  .works_list img {
    width: 100%;
  }
  .works_list dt {
    font-size: 1.8rem;
  }
  .works_list dd {
    font-size: 1.3rem;
  }
  .works_list dd .tag {
    font-size: 1.5rem;
  }
  .works_list .btn {
    text-align: center;
  }
  .works_list .btn a {
    display: block;
    font-size: 1.6rem;
    padding: 1em 0 .9em;
  }
  .works_list .btn a:before {
    background-image: url(../img/ico_arrow02_sp.png);
    width: .75em;
    right: 1.5em;
  }
  .works_list .btn a:hover:before {
    right: 1em;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 56em;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 100%;
}

#max {
  width: 56em;
}

#min {
  width: 25em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.u_col, .u_tbl {
  display: table;
  width: 100%;
}

.u_col > *, .u_tbl > * {
  vertical-align: middle;
  display: table-cell;
}

.u_relative {
  position: relative;
}

@media all and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 5.3%;
    padding: 0;
  }
  .u_inner.sp {
    margin: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
  .u_col {
    display: block;
  }
  .u_col > * {
    display: block;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */