@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
}

p, table, dl,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-transform: rotate(0.001deg);
      -ms-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select, input {
  color: #000;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width: 767px) {
  a:hover,
  a:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  width: 100%;
  height: 124px;
  border-top: 8px solid #E0DDE7;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 4px 14px -5px #BDBEBF;
  -moz-box-shadow: 0px 4px 14px -5px #BDBEBF;
  -webkit-box-shadow: 0px 4px 14px -5px #BDBEBF;
}

@media screen and (max-width: 960px) {
  .c-header {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-header {
    padding-top: 15px;
    height: 70px;
    border-top: 6px solid #E0DDE7;
  }
}

.c-header > .l-container {
  padding-bottom: 10px;
  max-width: 960px;
  width: 100%;
  *zoom: 1;
}

.c-header > .l-container:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 960px) {
  .c-header > .l-container {
    padding: 0 1% 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-header > .l-container {
    padding: 0 20px 10px;
  }
}

.c-header_logo {
  width: 180px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-header_logo {
    padding-left: 10px;
    width: 130px;
    text-align: left;
  }
}

.c-header_logo .subtitle1 {
  font-size: 1.3rem;
  font-weight: 700;
}

.c-header_logo .subtitle2 {
  font-size: 0.7rem;
  font-weight: 700;
}

.c-header_logo .title {
  font-size: 2rem;
  font-weight: 700;
}

.c-header .l-wrap {
  width: 90px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-header nav .menu-bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 33px;
  width: 32px;
  display: block;
  position: relative;
  background: #564981;
  border-radius: 25px;
  z-index: 1;
}

.c-header nav .menu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-header nav .menu:before, .c-header nav .menu:after {
  content: '';
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  display: block;
  background-color: #FFF;
}

.c-header nav .menu:before {
  margin: -5px auto 0;
}

.c-header nav .menu:after {
  margin: 8px auto 0;
}

.c-header_contact {
  float: right;
  text-align: center;
}

.c-header_contactSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header_contactSP {
    display: block;
    margin-right: 20px;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  min-width: 960px;
  background-color: #42337C;
  margin: 97px 0 0 0;
  *zoom: 1;
}

.c-footer:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footer {
    padding-top: 20px;
    margin: 0;
    min-width: 100%;
  }
}

.c-footer_content {
  *zoom: 1;
  color: #fff;
  width: 520px;
  margin: 0 auto;
  padding-top: 23px;
}

.c-footer_content:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footer_content {
    width: 100%;
    padding: 0 0 0 20px;
  }
}

.c-footer_content .c-information {
  width: 240px;
  float: left;
}

.c-footer_content .c-information p {
  color: #DFDBDB;
}

@media screen and (max-width: 767px) {
  .c-footer_content .c-information p {
    color: #FFF;
  }
}

.c-footer_content .c-information_title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #DFDBDB;
}

.c-footer_content .c-information_subtitle {
  font-size: 2.4rem;
  margin: 0 0 0 0;
  font-weight: 500;
}

.c-footer_content .c-information_address {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-footer_content .c-information_address {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}

.c-footer_content .c-information_tel {
  font-size: 1.4rem;
  padding: 0 0 30px 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-footer_content .c-information_tel {
    padding-bottom: 20px;
    font-size: 1rem;
  }
}

.c-footer_content .c-sitemap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  float: right;
  *zoom: 1;
}

.c-footer_content .c-sitemap:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footer_content .c-sitemap {
    float: left;
    margin: 0 0 20px 40px;
    display: none;
  }
}

.c-footer_content .c-sitemap p {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #DFDBDB;
}

@media screen and (max-width: 767px) {
  .c-footer_content .c-sitemap p {
    margin: 30px 0 0 0;
  }
}

.c-footer_content .c-sitemap a {
  color: #E6E6E6;
}

.c-footer_content .c-sitemap a:hover {
  color: #FFFBC8;
}

.c-footer_content .c-sitemap ul {
  font-size: 1.2rem;
}

.c-footer_content .c-sitemap a {
  padding-left: 10px;
  position: relative;
  display: block;
}

.c-footer_content .c-sitemap a:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #DFDBDB;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-footer_content .c-sitemap ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.c-footer_content .c-sitemap li {
  width: 100px;
}

.c-footer .copyright {
  text-align: center;
  color: #4D4D4D;
  background: #fff;
  font-size: 1.1rem;
  line-height: 55px;
}

@media screen and (max-width: 767px) {
  .c-footer .copyright {
    line-height: 25px;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
.c-sidebar {
  padding-top: 5px;
  width: 210px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-sidebar {
    margin: 0;
    width: 100%;
    float: none;
  }
}

.c-sidebar h2 {
  margin-bottom: 30px;
  padding-top: 3px;
  width: 210px;
  color: #fff;
  background: #564980;
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 27px;
}

@media screen and (max-width: 767px) {
  .c-sidebar h2 {
    display: none;
    width: 98%;
    margin: 0 5px 30px 5px;
  }
}

.c-sidebar_list {
  margin-bottom: 35px;
  padding: 0;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .c-sidebar_list {
    display: none;
  }
}

.c-sidebar_list li:not(:last-child) {
  margin-bottom: 30px;
}

.c-sidebar_list li a {
  display: block;
}

.c-sidebar_infor {
  padding: 10px;
  border: 1px solid #999;
  width: 210px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-sidebar_infor {
    display: none;
    width: 98%;
    padding: 0 0 0 10px;
    margin: 0 auto;
    text-align: center;
  }
}

.c-sidebar_infor .name {
  padding-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 767px) {
  .c-sidebar_infor .name {
    width: 98%;
  }
}

.c-sidebar_infor .address {
  font-size: 1rem;
  padding: 5px 0 0 0;
}

.c-sidebar_infor .tel {
  font-size: 1.4rem;
  color: #000;
}

.c-sidebar_infor .fax {
  font-size: 1.4rem;
}

.c-sidebar_infor .mail {
  margin-top: 10px;
  display: block;
}

.c-sidebar_ft {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .c-sidebar_ft {
    margin-bottom: 10px;
    padding: 0 4%;
    width: 100%;
    border: none;
    text-align: center;
  }
  .c-sidebar_ft img {
    width: 100%;
    height: auto;
  }
}

.c-sidebar_ft a:hover {
  opacity: 1;
}

.c-sidebar_ft a:hover img {
  opacity: 1;
}

.c-sidebar_ft .content {
  background: #ffedd2;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .c-sidebar_ft .content {
    padding: 20px;
  }
}

.c-sidebar_ft .content span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-sidebar_ft .content {
    background: #ff8300;
    color: #fff;
  }
}

.c-sidebar_menu li {
  margin-top: 1px;
  color: #564981;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), color-stop(#eeefef), to(#e9e9ea));
  background: -webkit-linear-gradient(#f4f5f5, #eeefef, #e9e9ea);
  background: linear-gradient(#f4f5f5, #eeefef, #e9e9ea);
  text-align: center;
  -webkit-box-shadow: 0 2px #fff;
          box-shadow: 0 2px #fff;
  letter-spacing: 0.1em;
  font-size: 1.4em;
}

.c-sidebar_menu li:first-child {
  background: #564981;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-sidebar_menu li:first-child {
    height: 40px;
    line-height: 40px;
    background: -webkit-repeating-linear-gradient(right, #42337c 0%, #564981 100%);
    background: repeating-linear-gradient(to left, #42337c 0%, #564981 100%);
  }
}

.c-sidebar_menu li a {
  padding: 10px;
  color: #564980;
  display: block;
}

/*----------------------------------------------------------*/
.c-sidebarPage {
  margin: 0 0 0 10px;
  width: 200px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage {
    margin: 0;
    width: 100%;
    float: left;
  }
}

.c-sidebarPage_content {
  color: #fff;
  background: #564981;
  margin: 0;
  float: left;
  border-radius: 5px;
  width: 200px;
  margin: 55px 0 30px 0;
  float: left;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_content {
    display: none;
    width: 98%;
    margin: 0 5px 30px 5px;
  }
}

.c-sidebarPage_list {
  clear: both;
  padding: 0;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_list {
    display: none;
  }
}

.c-sidebarPage_infor {
  clear: both;
  border: 1px solid #999;
  border-top: 2px solid #ccc;
  width: 210px;
  padding: 0 0 0 8px;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_infor {
    display: none;
    width: 98%;
    padding: 0 0 0 10px;
    margin: 0 auto;
    text-align: center;
  }
}

.c-sidebarPage_infor .title {
  font-size: 1.5rem;
  padding: 10px 10px 0 0;
  border-bottom: 1px solid #000;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_infor .title {
    width: 98%;
  }
}

.c-sidebarPage_infor .subtitle {
  font-size: 1rem;
  padding: 5px 0 0 0;
}

.c-sidebarPage_infor .tel {
  font-size: 1.4rem;
  color: #666666;
}

.c-sidebarPage_infor .fax {
  font-size: 1.4rem;
}

.c-sidebarPage_infor .mail {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}

.c-sidebarPage_ft {
  color: #564981;
  border: 1px solid #999;
  border-top: 2px solid #ccc;
  padding: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 20px 0 95px 0;
  text-align: center;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_ft {
    margin: 0 20px 20px 20px;
    width: auto;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

.c-sidebarPage_ft .content {
  background: #ff8500;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_ft .content {
    padding: 20px;
  }
}

.c-sidebarPage_ft .content span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-sidebarPage_ft .content {
    background: #ff8300;
    color: #fff;
  }
}

.c-sidebarPage_menu > h5 {
  font-size: 2rem;
  color: #564981;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), color-stop(#eeefef), to(#e9e9ea));
  background: -webkit-linear-gradient(#f4f5f5, #eeefef, #e9e9ea);
  background: linear-gradient(#f4f5f5, #eeefef, #e9e9ea);
  font-weight: 500;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 2px #fff;
          box-shadow: 0 2px #fff;
  letter-spacing: 0.1em;
  margin: 2px 0 0 0px;
}

.c-sidebarPage_menu .top {
  background: #564981;
  color: #fff;
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-container {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}

.l-container:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
  }
}

.c-content {
  padding-top: 180px;
}

@media screen and (max-width: 767px) {
  .c-content {
    padding-top: 70px;
  }
}

.c-main {
  width: 700px;
  float: right;
}

@media screen and (max-width: 767px) {
  .c-main {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .l-SPwrapper {
    padding: 0 4%;
  }
}

#contents.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/* main title
------------------------------------------------------------*/
.c-title h2 {
  margin-bottom: 30px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-title h2 {
    margin-bottom: 25px;
    padding-top: 13px;
    height: 40px;
    background-color: #564980;
    text-align: center;
  }
}

.c-title p {
  margin-bottom: 20px;
}

.c-copy {
  padding: 0 4%;
  margin-bottom: 40px;
}

/*------------------------------------------------------------
entry
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-line {
  background: #e0dde7;
  height: 8px;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-gnav {
  width: 100%;
  *zoom: 1;
  background: #42337C;
}

.c-gnav:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-gnav {
    display: none;
    clear: both;
  }
}

.c-gnav_navigation {
  margin: 0 auto;
  width: 960px;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-gnav_navigation {
    display: none;
  }
}

.c-gnav_navigation .home, .c-gnav_navigation .about, .c-gnav_navigation .service, .c-gnav_navigation .access, .c-gnav_navigation .contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 192px;
  color: #fff;
  float: left;
  border-left: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
  background-image: -webkit-repeating-linear-gradient(right, #42337c 0%, #564981 100%);
  background-image: repeating-linear-gradient(to left, #42337c 0%, #564981 100%);
}

.c-gnav_navigation .home:hover, .c-gnav_navigation .about:hover, .c-gnav_navigation .service:hover, .c-gnav_navigation .access:hover, .c-gnav_navigation .contact:hover {
  margin: 0 auto;
}

.c-gnav_navigation .home a, .c-gnav_navigation .about a, .c-gnav_navigation .service a, .c-gnav_navigation .access a, .c-gnav_navigation .contact a {
  width: 100%;
  color: #fff;
  display: block;
  line-height: 30px;
  vertical-align: middle;
}

.c-gnav_navigation .home a img, .c-gnav_navigation .about a img, .c-gnav_navigation .service a img, .c-gnav_navigation .access a img, .c-gnav_navigation .contact a img {
  vertical-align: middle;
}

.c-gnav_navigation .home a:hover, .c-gnav_navigation .about a:hover, .c-gnav_navigation .service a:hover, .c-gnav_navigation .access a:hover, .c-gnav_navigation .contact a:hover {
  opacity: 1;
}

.c-gnav_navigation .home a:hover img, .c-gnav_navigation .about a:hover img, .c-gnav_navigation .service a:hover img, .c-gnav_navigation .access a:hover img, .c-gnav_navigation .contact a:hover img {
  opacity: 1;
}

.c-gnav_navigation .contact {
  width: 191px;
  border-right: 1px solid #fff;
}

/* sp navi
------------------------------------------------------------*/
.sub-menu {
  padding-top: 40px;
  width: 70%;
  font-size: 1.8rem;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: none;
  -webkit-animation: menu-active-slide .25s;
          animation: menu-active-slide .25s;
}

.sub-menu.open {
  display: block;
}

.sub-menu a {
  display: block;
  line-height: 30px;
}

.sub-menu img {
  vertical-align: middle;
}

.sub-menu li {
  padding-left: 33px;
  text-align: left;
  line-height: 30px;
}

.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #c7c6c6;
}

.sub-menu .l-chilmenu {
  padding-left: 0;
  border-bottom: none;
}

.sub-menu .service .link {
  cursor: pointer;
  display: block;
  padding: 0;
  color: #666;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sub-menu .service > li.open span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub-menu .service span {
  position: relative;
}

.sub-menu .service span:after {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: 100;
  top: 0;
  right: -20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sub-menu .service .chilmenu {
  display: none;
}

.sub-menu .service .chilmenu li {
  border-bottom: none;
  padding: 0;
  line-height: 2em;
}

.sub-menu .service .chilmenu li a {
  display: block;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sub-menu .service li i {
  position: absolute;
  top: 10px;
  left: 80px;
  font-weight: 500;
  color: #666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 2.5rem;
}

.sub-menu .service li.open .link {
  color: #666;
}

.l-spMenu .menu-bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 33px;
  width: 32px;
  display: block;
  position: absolute;
  top: 21px;
  right: 20px;
  background: #564981;
  border-radius: 25px;
  z-index: 101;
  display: none;
}

.l-spMenu .menu-bar.open {
  display: block;
}

.l-spMenu .menu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-spMenu .menu:before, .l-spMenu .menu:after {
  content: '';
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  display: block;
  background-color: #FFF;
}

.l-spMenu .menu:before {
  margin: -5px auto 0;
}

.l-spMenu .menu:after {
  margin: 8px auto 0;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-header nav .menu, .c-header nav .menu:before, .c-header nav .menu:after, .l-spMenu .menu, .l-spMenu .menu:before, .l-spMenu .menu:after {
  background: #fff;
  width: 18px;
  height: 2px;
}

.c-footer_content .c-sitemap a a:hover, .c-link a:hover {
  opacity: 1;
}

.c-footer_content .c-sitemap a a:hover img, .c-link a:hover img {
  opacity: 1;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-link {
    padding: 0 4%;
    width: 100%;
    text-align: center;
  }
  .c-link a {
    width: 100%;
    display: block;
  }
  .c-link a img {
    width: 100%;
    height: auto;
  }
}

/* pagetop
------------------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 220px;
  right: 5%;
  z-index: 99;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-top {
    right: 1%;
    bottom: 5%;
  }
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
@-webkit-keyframes menu-active-slide {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes menu-active-slide {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*------------------------------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 100;
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.c-banner {
  margin-top: 124px;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 70px;
    width: auto;
    height: 135px;
  }
}

.c-banner .l-container {
  position: relative;
}

.c-banner__txt {
  position: absolute;
  top: 130px;
  left: 70px;
  font-size: 3.2em;
  line-height: 1.5;
  color: #564981;
}

.c-banner__txt__SP {
  padding: 10px 0;
  width: 100%;
  background-color: #564980;
  color: #FFF;
  text-align: center;
}

/*------------------------------------------------------------*/
.p-index {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-index {
    padding-top: 10px;
  }
}

.p-index_intro {
  margin-bottom: 60px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-index_intro {
    margin-bottom: 40px;
    padding: 0 4%;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-index .title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-index .title {
    margin-bottom: 25px;
    padding: 0 20px 0 20px;
  }
}

.p-index .list {
  width: 700px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-index .list {
    margin: 0 auto 40px;
    padding: 0 4%;
    width: 100%;
    display: block;
  }
}

.p-index .list li {
  width: 233px;
}

@media screen and (max-width: 767px) {
  .p-index .list li {
    width: 100%;
  }
}

.p-index .list li:not(:last-child) {
  border-right: 1px solid #978f8d;
}

@media screen and (max-width: 767px) {
  .p-index .list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #cbc7c6;
  }
}

.p-index .list li:nth-of-type(1) {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-index .list li:nth-of-type(1) {
    padding: 0 0 10px 0;
  }
}

.p-index .list li:nth-of-type(2) {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-index .list li:nth-of-type(2) {
    padding: 25px 0 10px 0;
  }
}

.p-index .list li:nth-of-type(3) {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-index .list li:nth-of-type(3) {
    padding: 25px 0 10px 0;
  }
}

.p-index .list .p-listTit {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-index .list .p-listTit {
    margin-bottom: 10px;
  }
}

.p-index .list p {
  color: #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-index .list p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
about
------------------------------------------------------------*/
.p-about {
  *zoom: 1;
}

.p-about:after {
  display: block;
  content: "";
  clear: both;
}

.p-about_title1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-about_title1 {
    margin-bottom: 10px;
    text-align: left;
  }
}

.p-about .l-chief {
  *zoom: 1;
}

.p-about .l-chief:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-about .l-chief {
    margin-bottom: 20px;
    padding: 0 4%;
  }
}

.p-about_txt {
  margin-bottom: 40px;
  float: left;
  width: 475px;
}

@media screen and (max-width: 767px) {
  .p-about_txt {
    width: 100%;
    float: none;
  }
}

.p-about_txt p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-about_txt p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-about_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-about_img {
  float: right;
  width: 203px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-about_img {
    margin: auto;
    min-width: 282px;
    height: auto;
    float: none;
    text-align: center;
  }
}

.p-about_img img {
  margin-bottom: 10px;
}

.p-about_img span {
  color: #666666;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-about_img span {
    display: block;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about_img .inner {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-about_ad {
    text-align: center;
  }
}

.p-about .p-greeting {
  margin-bottom: 30px;
}

.p-about .p-career {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-about .p-career {
    margin-bottom: 35px;
    padding: 0 4%;
  }
}

.p-about .p-career--table {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-about .p-career--table {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-about .p-career--table dt {
  width: 114px;
  float: left;
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-about .p-career--table dt {
    padding-left: 1em;
    width: 100%;
    float: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-about .p-career--table dt:before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-about .p-career--table dd {
  margin-left: 114px;
}

@media screen and (max-width: 767px) {
  .p-about .p-career--table dd {
    margin-left: 0;
  }
}

/*------------------------------------------------------------
service
------------------------------------------------------------*/
.p-service {
  *zoom: 1;
}

.p-service:after {
  display: block;
  content: "";
  clear: both;
}

.p-service .c-title {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .p-service .c-title {
    margin-bottom: 25px;
  }
}

.p-service_list {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-service_list {
    margin-bottom: 30px;
    padding: 0 4%;
  }
}

.p-service_list li {
  margin-top: -130px;
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  .p-service_list li {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.p-service_list li:not(:last-child) {
  margin-bottom: 40px;
}

.p-service_list li h3 {
  margin-bottom: 10px;
}

.p-service_list li p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-service_list li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
access
------------------------------------------------------------*/
.p-access .c-title {
  margin-bottom: 44px;
}

.p-access_information {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-access_information {
    margin-bottom: 10px;
    padding: 0 4%;
    display: block;
  }
}

.p-access_information dt {
  width: 160px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-access_information dt {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #cbc7c6;
    font-size: 1rem;
  }
}

.p-access_information dd {
  padding-left: 30px;
  font-size: 1.4rem;
  border-left: 1px solid #d0cdcc;
}

@media screen and (max-width: 767px) {
  .p-access_information dd {
    padding: 8px 0 0 0;
    border-left: none;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .p-access_map {
    margin-bottom: 35px;
    padding: 0 4%;
  }
}

.p-access_map iframe {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-access_map iframe {
    margin-bottom: 10px;
    width: 100%;
    height: 325px;
  }
}

.p-access_map .txt {
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-access_map .txt {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact .c-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-title {
    margin-bottom: 25px;
  }
}

.p-contact .c-copy {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-contact .l-form {
    margin-bottom: 28px;
    padding: 0 4%;
  }
}

.p-contact .l-form p {
  margin-bottom: 40px;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-contact .l-form p {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}

.p-contact .mailForm {
  border-top: 1px solid #cbc7c6;
}

.p-contact .c-form {
  margin-bottom: 45px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form {
    padding-top: 15px;
  }
}

.p-contact .c-form dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #564981;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form dt {
    font-size: 1.6rem;
  }
}

.p-contact .c-form dd {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form dd {
    margin-bottom: 20px;
  }
}

.p-contact .c-form select, .p-contact .c-form option, .p-contact .c-form input {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form select, .p-contact .c-form option, .p-contact .c-form input {
    font-size: 1.6rem;
  }
}

.p-contact .c-form select, .p-contact .c-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25px;
  padding-left: 5px;
  width: 700px;
  border: 1px solid #9C9695;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form select, .p-contact .c-form input {
    padding-left: 10px;
    width: 100%;
    line-height: 25px;
  }
}

.p-contact .c-form select {
  height: 25px;
}

.p-contact .c-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 700px;
  height: 131px;
  border: 1px solid #9C9695;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form textarea {
    width: 100%;
  }
}

.p-contact .c-form .fTel input {
  margin: 0;
  padding-left: 5px;
  margin-right: 27px;
  width: 85px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form .fTel input {
    width: 65px;
  }
}

.p-contact .c-form .fTel .hyphen {
  position: relative;
}

.p-contact .c-form .fTel .hyphen:after {
  content: "";
  position: absolute;
  background-color: #9C9695;
  width: 16px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

.p-contact .note {
  font-size: 1.3rem;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .p-contact .note {
    margin: 25px 0 0 0;
  }
}

.p-contact .sign {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #666666;
}

.p-contact input[type="checkbox"] {
  margin: 0;
}

.p-contact button {
  margin-top: 30px;
  width: 85px;
  border-radius: 8px;
  background-image: -webkit-repeating-linear-gradient(right, #42337c 0%, #564981 100%);
  background-image: repeating-linear-gradient(to left, #42337c 0%, #564981 100%);
  color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-contact button {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.p-contact button:hover {
  background-image: none;
  background-color: #9BA3A0;
}

/*------------------------------------------------------------
error
------------------------------------------------------------*/
.p-contact .c-form .error select, .p-contact .c-form .error input, .p-contact .c-form .error textarea {
  background-color: #FEE7E7;
  border: 1px solid #FCC7C7;
}

.p-contact .error .note span {
  background-color: #FEE7E7;
}

.p-error .error_message {
  margin: 20px auto 40px;
  padding: 20px;
  width: 700px;
  background-color: #FFF;
  border: 1px solid #D34545;
}

@media screen and (max-width: 767px) {
  .p-error .error_message {
    padding: 10px;
    width: auto;
  }
}

.p-error .error_message li {
  margin-bottom: 5px;
  color: #D34545;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-error .error_message li {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
	comfirm
------------------------------------------------------------*/
.p-confirm .c-form dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-confirm .c-form dd {
    font-size: 1.6rem;
  }
}

/* thanks
----------------------------------------------*/
.p-thanks {
  padding: 0 2%;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 0 5% 100px;
  }
}

.p-thanks h2 {
  margin: 50px 0;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .p-thanks h2 {
    font-size: 2rem;
  }
}

.p-thanks p {
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-thanks p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
