@charset "UTF-8";
/** ルートのPATH */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの最低幅です */
/** （この幅以下は画面幅に応じて縮小する） */
/** 画像フォルダののPATH */
/** 基本の文字色 */
/** 基本の文字色 */
/** グレー */
/** ブルー */
html,
body,
div,
p,
a,
header,
main,
section,
footer,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
}

ul {
  list-style: none;
}

ul.dot {
  list-style: disc;
	margin-left: 20px;
	text-align: left;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

main {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/** ルートのPATH */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの最低幅です */
/** （この幅以下は画面幅に応じて縮小する） */
/** 画像フォルダののPATH */
/** 基本の文字色 */
/** 基本の文字色 */
/** グレー */
/** ブルー */
/* default
-----------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'FOT-筑紫A丸ゴシック Std R';
  font-size: 20px;
  color: #3f3a39;
  line-height: 1.6;
  font-weight: 500;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'FOT-筑紫A丸ゴシック Std R';
  }
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}
h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 2;
}
a {
color: #3972B7;
  text-decoration: none;
}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

dl {
  margin: 0;
}

dl dt {
  padding: 0;
  margin: 0;
}

dl dd {
  padding: 0;
  margin: 0;
}
p .txt_m{
	font-size: 16px;
}
/*dl*/
.marginT10 {
  margin-top: 10px;
}

.marginT20 {
  margin-top: 20px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT50 {
  margin-top: 50px;
}

.marginT80 {
  margin-top: 80px;
}

.marginT100 {
  margin-top: 100px;
}

.marginT180 {
  margin-top: 180px;
}

.marginT150 {
  margin-top: 150px;
}

.marginT200 {
  margin-top: 200px;
}

.marginB10 {
  margin-bottom: 10px;
}

.marginB20 {
  margin-bottom: 20px;
}

.marginB30 {
  margin-bottom: 30px;
}

.marginB40 {
  margin-bottom: 40px;
}

.marginB50 {
  margin-bottom: 50px;
}

.marginB80 {
  margin-bottom: 80px;
}

.marginB100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .marginT150 {
    margin-top: 80px;
  }
h3{
	font-size: 20px;
	line-height: 1.2;
	margin: 30px 0 10px;
}
}

[data-effect=normal] {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=normal].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

[data-effect=fade].effect {
  opacity: 1.0;
}

[data-effect=fade_top] {
  opacity: 0.0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.1s;
  transition: all 0.5s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.1s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

[data-effect=fade_top].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade_left] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

[data-effect=fade_left].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=fade_right] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

[data-effect=fade_right].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slide_top] > p, [data-effect=slide_top] > a, [data-effect=slide_top] > div, [data-effect=slide_top] > li {
  opacity: 0.0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slide_top] > p:nth-child(0), [data-effect=slide_top] > a:nth-child(0), [data-effect=slide_top] > div:nth-child(0), [data-effect=slide_top] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_top] > p:nth-child(1), [data-effect=slide_top] > a:nth-child(1), [data-effect=slide_top] > div:nth-child(1), [data-effect=slide_top] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_top] > p:nth-child(2), [data-effect=slide_top] > a:nth-child(2), [data-effect=slide_top] > div:nth-child(2), [data-effect=slide_top] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_top] > p:nth-child(3), [data-effect=slide_top] > a:nth-child(3), [data-effect=slide_top] > div:nth-child(3), [data-effect=slide_top] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_top] > p:nth-child(4), [data-effect=slide_top] > a:nth-child(4), [data-effect=slide_top] > div:nth-child(4), [data-effect=slide_top] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=slide_top] > p:nth-child(5), [data-effect=slide_top] > a:nth-child(5), [data-effect=slide_top] > div:nth-child(5), [data-effect=slide_top] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=slide_top] > p:nth-child(6), [data-effect=slide_top] > a:nth-child(6), [data-effect=slide_top] > div:nth-child(6), [data-effect=slide_top] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=slide_top] > p:nth-child(7), [data-effect=slide_top] > a:nth-child(7), [data-effect=slide_top] > div:nth-child(7), [data-effect=slide_top] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=slide_top] > p:nth-child(8), [data-effect=slide_top] > a:nth-child(8), [data-effect=slide_top] > div:nth-child(8), [data-effect=slide_top] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=slide_top] > p:nth-child(9), [data-effect=slide_top] > a:nth-child(9), [data-effect=slide_top] > div:nth-child(9), [data-effect=slide_top] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=slide_top] > p:nth-child(10), [data-effect=slide_top] > a:nth-child(10), [data-effect=slide_top] > div:nth-child(10), [data-effect=slide_top] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=slide_top].effect > p, [data-effect=slide_top].effect > a, [data-effect=slide_top].effect > div, [data-effect=slide_top].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=slide_bottom] > p, [data-effect=slide_bottom] > a, [data-effect=slide_bottom] > div, [data-effect=slide_bottom] > li {
  opacity: 0.0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slide_bottom] > p:nth-child(0), [data-effect=slide_bottom] > a:nth-child(0), [data-effect=slide_bottom] > div:nth-child(0), [data-effect=slide_bottom] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_bottom] > p:nth-child(1), [data-effect=slide_bottom] > a:nth-child(1), [data-effect=slide_bottom] > div:nth-child(1), [data-effect=slide_bottom] > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-effect=slide_bottom] > p:nth-child(2), [data-effect=slide_bottom] > a:nth-child(2), [data-effect=slide_bottom] > div:nth-child(2), [data-effect=slide_bottom] > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-effect=slide_bottom] > p:nth-child(3), [data-effect=slide_bottom] > a:nth-child(3), [data-effect=slide_bottom] > div:nth-child(3), [data-effect=slide_bottom] > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_bottom] > p:nth-child(4), [data-effect=slide_bottom] > a:nth-child(4), [data-effect=slide_bottom] > div:nth-child(4), [data-effect=slide_bottom] > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-effect=slide_bottom] > p:nth-child(5), [data-effect=slide_bottom] > a:nth-child(5), [data-effect=slide_bottom] > div:nth-child(5), [data-effect=slide_bottom] > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-effect=slide_bottom] > p:nth-child(6), [data-effect=slide_bottom] > a:nth-child(6), [data-effect=slide_bottom] > div:nth-child(6), [data-effect=slide_bottom] > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_bottom] > p:nth-child(7), [data-effect=slide_bottom] > a:nth-child(7), [data-effect=slide_bottom] > div:nth-child(7), [data-effect=slide_bottom] > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-effect=slide_bottom] > p:nth-child(8), [data-effect=slide_bottom] > a:nth-child(8), [data-effect=slide_bottom] > div:nth-child(8), [data-effect=slide_bottom] > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-effect=slide_bottom] > p:nth-child(9), [data-effect=slide_bottom] > a:nth-child(9), [data-effect=slide_bottom] > div:nth-child(9), [data-effect=slide_bottom] > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_bottom] > p:nth-child(10), [data-effect=slide_bottom] > a:nth-child(10), [data-effect=slide_bottom] > div:nth-child(10), [data-effect=slide_bottom] > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-effect=slide_bottom].effect > p, [data-effect=slide_bottom].effect > a, [data-effect=slide_bottom].effect > div, [data-effect=slide_bottom].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=slide_right] > p, [data-effect=slide_right] > a, [data-effect=slide_right] > div, [data-effect=slide_right] > li {
  opacity: 1.0;
  -webkit-transform: translateX(330%);
          transform: translateX(330%);
  -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1) 10s;
  transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1) 10s;
}

[data-effect=slide_right] > p:nth-child(0), [data-effect=slide_right] > a:nth-child(0), [data-effect=slide_right] > div:nth-child(0), [data-effect=slide_right] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_right] > p:nth-child(1), [data-effect=slide_right] > a:nth-child(1), [data-effect=slide_right] > div:nth-child(1), [data-effect=slide_right] > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-effect=slide_right] > p:nth-child(2), [data-effect=slide_right] > a:nth-child(2), [data-effect=slide_right] > div:nth-child(2), [data-effect=slide_right] > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-effect=slide_right] > p:nth-child(3), [data-effect=slide_right] > a:nth-child(3), [data-effect=slide_right] > div:nth-child(3), [data-effect=slide_right] > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_right] > p:nth-child(4), [data-effect=slide_right] > a:nth-child(4), [data-effect=slide_right] > div:nth-child(4), [data-effect=slide_right] > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-effect=slide_right] > p:nth-child(5), [data-effect=slide_right] > a:nth-child(5), [data-effect=slide_right] > div:nth-child(5), [data-effect=slide_right] > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-effect=slide_right] > p:nth-child(6), [data-effect=slide_right] > a:nth-child(6), [data-effect=slide_right] > div:nth-child(6), [data-effect=slide_right] > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_right] > p:nth-child(7), [data-effect=slide_right] > a:nth-child(7), [data-effect=slide_right] > div:nth-child(7), [data-effect=slide_right] > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-effect=slide_right] > p:nth-child(8), [data-effect=slide_right] > a:nth-child(8), [data-effect=slide_right] > div:nth-child(8), [data-effect=slide_right] > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-effect=slide_right] > p:nth-child(9), [data-effect=slide_right] > a:nth-child(9), [data-effect=slide_right] > div:nth-child(9), [data-effect=slide_right] > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_right] > p:nth-child(10), [data-effect=slide_right] > a:nth-child(10), [data-effect=slide_right] > div:nth-child(10), [data-effect=slide_right] > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-effect=slide_right].effect > p, [data-effect=slide_right].effect > a, [data-effect=slide_right].effect > div, [data-effect=slide_right].effect > li {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slide_left] > p, [data-effect=slide_left] > a, [data-effect=slide_left] > div, [data-effect=slide_left] > li {
  opacity: 0.0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slide_left] > p:nth-child(0), [data-effect=slide_left] > a:nth-child(0), [data-effect=slide_left] > div:nth-child(0), [data-effect=slide_left] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_left] > p:nth-child(1), [data-effect=slide_left] > a:nth-child(1), [data-effect=slide_left] > div:nth-child(1), [data-effect=slide_left] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_left] > p:nth-child(2), [data-effect=slide_left] > a:nth-child(2), [data-effect=slide_left] > div:nth-child(2), [data-effect=slide_left] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_left] > p:nth-child(3), [data-effect=slide_left] > a:nth-child(3), [data-effect=slide_left] > div:nth-child(3), [data-effect=slide_left] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_left] > p:nth-child(4), [data-effect=slide_left] > a:nth-child(4), [data-effect=slide_left] > div:nth-child(4), [data-effect=slide_left] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=slide_left] > p:nth-child(5), [data-effect=slide_left] > a:nth-child(5), [data-effect=slide_left] > div:nth-child(5), [data-effect=slide_left] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=slide_left] > p:nth-child(6), [data-effect=slide_left] > a:nth-child(6), [data-effect=slide_left] > div:nth-child(6), [data-effect=slide_left] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=slide_left] > p:nth-child(7), [data-effect=slide_left] > a:nth-child(7), [data-effect=slide_left] > div:nth-child(7), [data-effect=slide_left] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=slide_left] > p:nth-child(8), [data-effect=slide_left] > a:nth-child(8), [data-effect=slide_left] > div:nth-child(8), [data-effect=slide_left] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=slide_left] > p:nth-child(9), [data-effect=slide_left] > a:nth-child(9), [data-effect=slide_left] > div:nth-child(9), [data-effect=slide_left] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=slide_left] > p:nth-child(10), [data-effect=slide_left] > a:nth-child(10), [data-effect=slide_left] > div:nth-child(10), [data-effect=slide_left] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=slide_left].effect > p, [data-effect=slide_left].effect > a, [data-effect=slide_left].effect > div, [data-effect=slide_left].effect > li {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slideLR] {
  opacity: 0.0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slideLR].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slideRL] {
  opacity: 0.0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slideRL].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=continuous] > p, [data-effect=continuous] > a, [data-effect=continuous] > div, [data-effect=continuous] > li, [data-effect=continuous] > h2 {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=continuous].effect > p, [data-effect=continuous].effect > a, [data-effect=continuous].effect > div, [data-effect=continuous].effect > li, [data-effect=continuous].effect > h2 {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=scaleDown] {
  opacity: 0.0;
  -webkit-transform: translateY(20px) scale(1.1);
          transform: translateY(20px) scale(1.1);
  -webkit-transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=scaleDown].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

[data-effect=slideWideLR] {
  opacity: 0.0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slideWideLR].effect {
  opacity: 1.0;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

[data-effect=slideWideRL] {
  opacity: 0.0;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slideWideRL].effect {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-effect=slowFadeIn] {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.6s ease-in-out 0s;
  transition: all 1.6s ease-in-out 0s;
}

[data-effect=slowFadeIn].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=thoughtMove] h1, [data-effect=thoughtMove] p {
  opacity: 0.0;
  -webkit-transform: translateY(20px) scale(1.1);
          transform: translateY(20px) scale(1.1);
  -webkit-transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

[data-effect=thoughtMove].effect h1, [data-effect=thoughtMove].effect p {
  opacity: 1.0;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

[data-effect=thoughtPhoto] > p, [data-effect=thoughtPhoto] > a, [data-effect=thoughtPhoto] > div, [data-effect=thoughtPhoto] > li {
  opacity: 0.0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
  transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}

[data-effect=thoughtPhoto] > p:nth-child(0), [data-effect=thoughtPhoto] > a:nth-child(0), [data-effect=thoughtPhoto] > div:nth-child(0), [data-effect=thoughtPhoto] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=thoughtPhoto] > p:nth-child(1), [data-effect=thoughtPhoto] > a:nth-child(1), [data-effect=thoughtPhoto] > div:nth-child(1), [data-effect=thoughtPhoto] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=thoughtPhoto] > p:nth-child(2), [data-effect=thoughtPhoto] > a:nth-child(2), [data-effect=thoughtPhoto] > div:nth-child(2), [data-effect=thoughtPhoto] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=thoughtPhoto] > p:nth-child(3), [data-effect=thoughtPhoto] > a:nth-child(3), [data-effect=thoughtPhoto] > div:nth-child(3), [data-effect=thoughtPhoto] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=thoughtPhoto] > p:nth-child(4), [data-effect=thoughtPhoto] > a:nth-child(4), [data-effect=thoughtPhoto] > div:nth-child(4), [data-effect=thoughtPhoto] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=thoughtPhoto] > p:nth-child(5), [data-effect=thoughtPhoto] > a:nth-child(5), [data-effect=thoughtPhoto] > div:nth-child(5), [data-effect=thoughtPhoto] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=thoughtPhoto] > p:nth-child(6), [data-effect=thoughtPhoto] > a:nth-child(6), [data-effect=thoughtPhoto] > div:nth-child(6), [data-effect=thoughtPhoto] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=thoughtPhoto] > p:nth-child(7), [data-effect=thoughtPhoto] > a:nth-child(7), [data-effect=thoughtPhoto] > div:nth-child(7), [data-effect=thoughtPhoto] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=thoughtPhoto] > p:nth-child(8), [data-effect=thoughtPhoto] > a:nth-child(8), [data-effect=thoughtPhoto] > div:nth-child(8), [data-effect=thoughtPhoto] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=thoughtPhoto] > p:nth-child(9), [data-effect=thoughtPhoto] > a:nth-child(9), [data-effect=thoughtPhoto] > div:nth-child(9), [data-effect=thoughtPhoto] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=thoughtPhoto] > p:nth-child(10), [data-effect=thoughtPhoto] > a:nth-child(10), [data-effect=thoughtPhoto] > div:nth-child(10), [data-effect=thoughtPhoto] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=thoughtPhoto].effect > p, [data-effect=thoughtPhoto].effect > a, [data-effect=thoughtPhoto].effect > div, [data-effect=thoughtPhoto].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
  .pc {
    display: block;
  }
/**
 * 共通モジュール
 */
/**
 * デバイス別の汎用出し分けクラス
 */
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.max-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}



h1.page-title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

h1.page-title div {
  text-align: center;
    font-size: 56px;
    vertical-align: middle;
}

h2.page-title {
  margin-bottom: 10px;
font-size: 42px;
color: #004EA2;
font-weight: normal;
}
h2.h-title {
  margin-bottom: 30px;
font-size: 32px;
color: #004EA2;
font-weight: normal;
}
.page-title2 {
    width: 1000px;
  margin:0 auto 30px;
font-size: 42px;
color: #004EA2;
    text-align: center;
}
.page-title-sub {
    width: 1000px;
  margin:10px auto 30px;
  letter-spacing: 0.1em;
font-size: 20px;
color: #3A4C7B;
    line-height: 1.5em;
}
.page-title3 {
    width: 1000px;
  margin:30px auto 10px;
    background-color: #CEE9F3;
font-size: 32px;
color: #3A4C7B;
    text-align: center;
line-height: 1.5;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    margin-bottom: -10px;
}
.contents-title {
    width: 100%;
  margin:20px auto 20px;
    background-color: #EFFAFE;
font-size: 28px;
color: #3A4C7B;
    padding: 5px 10px
}
br {
letter-spacing: 0;
}
.page-title img {
  margin-right: 10px;
    width: 80px;
       /*コレ*/display: flex;
    /*コレ*/align-items: center;
        height: 80px;
}

.page-title div {
  margin-top: 18px;
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.05em;
    margin-bottom: 0;
}

.page-title div smo {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  color: #808080;
}

.snd-pager {
  margin-bottom: 0px;
}

.snd-pager li {
  color: #3972b7;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}

.snd-pager li a {
  color: #9d9d9e;
  font-weight: normal;
  position: relative;
}

.snd-pager li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.snd-pager li a:hover::after {
  width: 100%;
}
.h_title3{
	font-size: 24px;
	line-height: 1.3;
    color: #A87745;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
.page-title {
    margin: 0px auto 0px;
    font-size: 24px;
    
}
.page-title img {
margin-top: -20px;
  margin-right: 10px;


}
    .page-title div {
  margin-top: 18px;
  line-height: 1;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.05em;
margin-bottom: 0;
}

    h1.page-title {
  margin-bottom: 0px;
  letter-spacing: 0.1em;

}
h1.page-title img {
margin-top: 10px;
  margin-right: 10px;
}
h1.page-title div {
  text-align: center;
    font-size: 36px;
	line-height: 1.2;
}
    h2.page-title {
  margin-bottom: 30px;
font-size: 28px;
    }
    h2.h-title {
  margin-bottom: 0px;
font-size: 26px;
}
    .page-title img {
  margin-right: 10px;
    width: 80px;
   /*コレ*/display: flex;
    /*コレ*/align-items: center;
        height: 120px;
}
  .snd-pager li a:hover::after {
    display: none;
  }
    .page-title2 {
        width: 100%;
  margin-bottom: 10px;
font-size: 26px;
        letter-spacing: 0;
}
    .page-title-sub {
    width: 100%;
  margin:10px auto 20px;
font-size: 18px;
color: #3A4C7B;
         letter-spacing: 0em;
}
.page-title div smo {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.page-title3 {
    width: 100%;
  margin:30px auto 10px;
font-size: 24px;
color: #3A4C7B;
    padding: 10px;
}
.contents-title {
    width: 100%;
  margin:30px auto 10px;
font-size: 22px;
color: #3A4C7B;
    padding: 10px;
}
    .h_title3{
	font-size: 22px;
}
}

.snd-pager li a:hover {
  color: #3972b7;
}

.snd-other {
  margin-bottom: 50px;
}

.snd-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    margin-bottom: 30px;
}

.snd-other ul li {
  width: 32%;
  overflow: hidden;
  border-radius: 7px;
  background: #000;
}

.snd-other ul li a {
  display: block;
  position: relative;
}

.snd-other ul li a:hover img {
  opacity: 0.6;
}

.snd-other ul li a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: px;
  height: 27px;
  text-align: center;
  line-height: 1;
  color: white;
  letter-spacing: 0.05em;
  z-index: 999;
}

.snd-other ul li a .title span {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.snd-other ul li a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.snd-other2 {
  margin-bottom: 100px;
}

.snd-other2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.snd-other2 ul li {
  width: 49%;
  overflow: hidden;
  border-radius: 7px;
  background: #000;
}

.snd-other2 ul li a {
  display: block;
  position: relative;
}

.snd-other2 ul li a:hover img {
  opacity: 0.6;
}

.snd-other2 ul li a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 1.8rem;
  height: 27px;
  text-align: center;
  line-height: 1;
  color: white;
  letter-spacing: 0.05em;
  z-index: 999;
}

.snd-other2 ul li a .title span {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.snd-other2 ul li a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

body#about main,
body#inpatient main {
  margin-bottom: 50px;
}

body#about main aside,
body#inpatient main aside {
  position: absolute;
  left: 0;
  width: 260px;
  padding: 0 0 0 30px;
  z-index: 999;
}

body#about main aside .page-title,
body#inpatient main aside .page-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body#about main aside ul > li,
body#inpatient main aside ul > li {
  position: relative;
}

body#about main aside ul > li::after,
body#inpatient main aside ul > li::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#about main aside ul > li:hover::after,
body#inpatient main aside ul > li:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#about main aside ul > li:hover::after,
  body#inpatient main aside ul > li:hover::after {
    display: none;
  }
}

body#about main aside ul > li::after,
body#inpatient main aside ul > li::after {
  bottom: 0rem;
  height: 2px;
}

body#about main aside ul > li > a,
body#inpatient main aside ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body#about main aside ul > li > a::after,
body#inpatient main aside ul > li > a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 15px;
	 width: 15px;
  background: url(../images/bt_side_arrow.svg) no-repeat right center;
}

body#about main aside ul > li > a:hover,
body#inpatient main aside ul > li > a:hover {
  color: #3972b7;
}

body#about main aside ul > li.act a,
body#inpatient main aside ul > li.act a {
  color: #3972b7;
}

body#about main aside ul > li.act a::after,
body#inpatient main aside ul > li.act a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 18px;
  width: 18px;
  background: url(../images/bt_side_arrow_circle.svg) no-repeat right center;
}

body#about main aside ul > li.act.more,
body#inpatient main aside ul > li.act.more {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

body#about main aside ul > li.act.more::after,
body#inpatient main aside ul > li.act.more::after {
  display: none;
}

body#about main aside ul > li.act.more:hover > a,
body#inpatient main aside ul > li.act.more:hover > a {
  color: #3972b7 !important;
}

body#about main aside ul > li.act.more:hover::after,
body#inpatient main aside ul > li.act.more:hover::after {
  display: none;
}

body#about main aside ul > li.act.more > a,
body#inpatient main aside ul > li.act.more > a {
  color: #3f3a39;
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 10px;
}

body#about main aside ul > li.act.more > a::after,
body#inpatient main aside ul > li.act.more > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

body#about main aside ul > li.act.more ul,
body#inpatient main aside ul > li.act.more ul {
  padding-left: 20px;
}

body#about main aside ul > li.act.more ul li,
body#inpatient main aside ul > li.act.more ul li {
  position: relative;
}

body#about main aside ul > li.act.more ul li::after,
body#inpatient main aside ul > li.act.more ul li::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#about main aside ul > li.act.more ul li:hover::after,
body#inpatient main aside ul > li.act.more ul li:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#about main aside ul > li.act.more ul li:hover::after,
  body#inpatient main aside ul > li.act.more ul li:hover::after {
    display: none;
  }
}

body#about main aside ul > li.act.more ul li::after,
body#inpatient main aside ul > li.act.more ul li::after {
  bottom: 0rem;
  height: 1px;
}

body#about main aside ul > li.act.more ul li.act-more a,
body#inpatient main aside ul > li.act.more ul li.act-more a {
  padding: 5px 0;
  font-size: 1.4rem;
  border-bottom: none;
  color: #3972b7;
}

body#about main aside ul > li.act.more ul li a,
body#inpatient main aside ul > li.act.more ul li a {
  padding: 5px 0;
  font-size: 1.4rem;
  border-bottom: none;
  color: #a6a6a6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body#about main aside ul > li.act.more ul li a:hover,
body#inpatient main aside ul > li.act.more ul li a:hover {
  color: #3972b7;
}

body#about main aside ul > li.act.more ul li a::after,
body#inpatient main aside ul > li.act.more ul li a::after {
  display: none;
}

body#about main aside .bt_inpatient_side,
body#inpatient main aside .bt_inpatient_side {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

body#about main aside .bt_inpatient_side a,
body#inpatient main aside .bt_inpatient_side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 25px;
}

body#about main aside .bt_inpatient_side a img,
body#inpatient main aside .bt_inpatient_side a img {
  margin-right: 15px;
}

body#about main article,
body#inpatient main article {
  margin: 0 auto 0px;
}

body#about main article .page-link,
body#inpatient main article .page-link {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

body#about main article .page-link ul,
body#inpatient main article .page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#about main article .page-link ul li.act a,
body#inpatient main article .page-link ul li.act a {
  color: #3972b7;
}

body#about main article .page-link ul li a,
body#inpatient main article .page-link ul li a {
  font-size: 1.8rem;
  position: relative;
}

body#about main article .page-link ul li a::after,
body#inpatient main article .page-link ul li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#about main article .page-link ul li a:hover::after,
body#inpatient main article .page-link ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#about main article .page-link ul li a:hover::after,
  body#inpatient main article .page-link ul li a:hover::after {
    display: none;
  }
}

body#about main article .page-link ul li a:hover,
body#inpatient main article .page-link ul li a:hover {
  color: #3972b7;
}

body#about main article .page-link ul li::after, body#about main article .page-link ul li:first-child::before,
body#inpatient main article .page-link ul li::after,
body#inpatient main article .page-link ul li:first-child::before {
  content: "|";
  display: inline-block;
  color: #666666;
}

body#about main article .page-link ul li::after,
body#inpatient main article .page-link ul li::after {
  margin: 0 10px;
}

body#about main article .page-link ul li:first-child::before,
body#inpatient main article .page-link ul li:first-child::before {
  margin: 0 10px 0 0;
}

body#about main article .page-link ul li:last-child::before,
body#inpatient main article .page-link ul li:last-child::before {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1220px) {
  body#about main article .page-link ul li a,
  body#inpatient main article .page-link ul li a {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
  body#about main article .page-link ul li::after,
  body#inpatient main article .page-link ul li::after {
    margin: 0 7px;
  }
  body#about main article .page-link ul li:first-child::before,
  body#inpatient main article .page-link ul li:first-child::before {
    margin: 0 7px 0 0;
  }
  body#about main article .page-link ul li:last-child::before,
  body#inpatient main article .page-link ul li:last-child::before {
    margin: 0 0 0 7px;
  }
}

.border-contents,.border-contents {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}

body#about main article .main-contents,
body#inpatient main article .main-contents {
  margin-bottom: 0px;
}

body#about main article .main-contents h1,
body#inpatient main article .main-contents h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

body#about main article .main-contents .contents,
body#inpatient main article .main-contents .contents {
  margin-bottom: 70px;
}

body#about main article .main-contents .contents .content,
body#inpatient main article .main-contents .contents .content {
  margin-bottom: 20px;
}

body#about main article .main-contents .contents .content h2,
body#inpatient main article .main-contents .contents .content h2 {
  font-size: 32px;
	font-weight: normal;
  margin-bottom: 10px;
}

body#about main article .main-contents .contents .content.colorbox,
body#inpatient main article .main-contents .contents .content.colorbox {
  background: #E2DEEE;
  border-radius: 5px;
  padding: 30px;
	display: block;
}

body#about main article .main-contents .contents .content.colorbox dt,
body#inpatient main article .main-contents .contents .content.colorbox dt {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body#about main article .main-contents .contents .content figure,
body#inpatient main article .main-contents .contents .content figure {
  margin-bottom: 1px;
}

body#about main article .main-contents .contents .content figure img,
body#inpatient main article .main-contents .contents .content figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#about main article .main-contents .contents .content .img80,
body#inpatient main article .main-contents .contents .content .img80 {
  text-align: center;
}

body#about main article .main-contents .contents .content .img80 img,
body#inpatient main article .main-contents .contents .content .img80 img {
  width: 80%;
  height: auto;
}

body#about main article .main-contents .contents .content .img-img,
body#inpatient main article .main-contents .contents .content .img-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#about main article .main-contents .contents .content .img-img figure,
body#inpatient main article .main-contents .contents .content .img-img figure {
  width: calc(50% - 0.5px);
}

body#about main article .main-contents .contents .content .img-img figure:nth-child(2n),
body#inpatient main article .main-contents .contents .content .img-img figure:nth-child(2n) {
  margin-right: 0;
}

body#about main article .main-contents .contents .content .img-img-img-img,
body#inpatient main article .main-contents .contents .content .img-img-img-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#about main article .main-contents .contents .content .img-img-img-img figure,
body#inpatient main article .main-contents .contents .content .img-img-img-img figure {
  margin: 0 1px 1px 0;
  width: calc(25% - 1px);
}

body#about main article .main-contents .contents .content .img-img-img-img figure:nth-child(4n),
body#inpatient main article .main-contents .contents .content .img-img-img-img figure:nth-child(4n) {
  margin-right: 0;
}

body#about main article .main-contents .contents .content .txt-img,
body#inpatient main article .main-contents .contents .content .txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#about main article .main-contents .contents .content .txt-img .txt-content,
body#inpatient main article .main-contents .contents .content .txt-img .txt-content {
  width: 45%;
}

body#about main article .main-contents .contents .content .txt-img .txt-content p,
body#inpatient main article .main-contents .contents .content .txt-img .txt-content p {
  margin-bottom: 20px;
}

body#about main article .main-contents .contents .content .txt-img .txt-content dl dt,
body#inpatient main article .main-contents .contents .content .txt-img .txt-content dl dt {
  font-weight: bold;
}

body#about main article .main-contents .contents .content .txt-img figure,
body#inpatient main article .main-contents .contents .content .txt-img figure {
  width: 49.9%;
}

body#about main article .main-contents .contents .content .img-txt,
body#inpatient main article .main-contents .contents .content .img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#about main article .main-contents .contents .content .img-txt .txt-content,
body#inpatient main article .main-contents .contents .content .img-txt .txt-content {
  width: 50%;
}

body#about main article .main-contents .contents .content .img-txt .txt-content p,
body#inpatient main article .main-contents .contents .content .img-txt .txt-content p {
  margin-bottom: 20px;
}

body#about main article .main-contents .contents .content .img-txt .txt-content p.name,
body#inpatient main article .main-contents .contents .content .img-txt .txt-content p.name {
  text-align: right;
}

body#about main article .main-contents .contents .content .img-txt .txt-content p.name img,
body#inpatient main article .main-contents .contents .content .img-txt .txt-content p.name img {
  margin-left: 10px;
}

body#about main article .main-contents .contents .content .img-txt figure,
body#inpatient main article .main-contents .contents .content .img-txt figure {
  width: 42%;
}

body#about main article .main-contents .contents .content .map,
body#inpatient main article .main-contents .contents .content .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#about main article .main-contents .contents .content .map .number,
body#inpatient main article .main-contents .contents .content .map .number {
  padding-right: 50px;
  margin-right: 30px;
  border-right: 1px solid #231815;
}



@media screen and (min-width: 1300px) {
  body#about main,
  body#inpatient main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto 0px;
  }
  body#about main aside,
  body#inpatient main aside {
    position: static;
    padding: 0;
    width: 220px;
  }
  body#about main article,
  body#inpatient main article {
    margin: 0;
    width: 960px;
  }
  .snd-pager .wrapper {
    margin: 0;
  }

}

@media screen and (max-width: 960px) {
#snd-head,#snd-house-head,#snd-care-head,#snd-cost-head,#snd-business-head ,#snd-message-head,#snd-access-head {
    margin-top: 0px;
    height: 100px !important;
  }
  body#about main,
  body#inpatient main {
    min-height: auto;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body#about main aside,
  body#inpatient main aside {
    display: block;
    position: static;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
  body#about main article,
  body#inpatient main article {
    margin: 0 0 0px;
    padding-left: 0;
    border-left: none;
    padding: 0 10px;

  }
  body#about main article .page-link,
  body#inpatient main article .page-link {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  body#about main article .page-link ul,
  body#inpatient main article .page-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#about main article .page-link ul li,
  body#inpatient main article .page-link ul li {
    width: 49.8%;
    margin-bottom: 2px;
    text-align: center;
  }
  body#about main article .page-link ul li::after, body#about main article .page-link ul li::before,
  body#inpatient main article .page-link ul li::after,
  body#inpatient main article .page-link ul li::before {
    display: none;
  }
  body#about main article .page-link ul li a,
  body#inpatient main article .page-link ul li a {
    display: block;
    background: #efefef;
    font-size: 1rem;
    padding: 8px 0;
    font-size: 1.2rem !important;
  }
  body#about main article .page-link ul li::after, body#about main article .page-link ul li:first-child::before,
  body#inpatient main article .page-link ul li::after,
  body#inpatient main article .page-link ul li:first-child::before {
    display: none;
  }

}

@media screen and (max-width: 960px) and (max-width: 1220px) {
  body#about main article .page-link ul li a,
  body#inpatient main article .page-link ul li a {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
  body#about main article .page-link ul li::after,
  body#inpatient main article .page-link ul li::after {
    margin: 0 7px;
  }
  body#about main article .page-link ul li:first-child::before,
  body#inpatient main article .page-link ul li:first-child::before {
    margin: 0 7px 0 0;
  }
  body#about main article .page-link ul li:last-child::before,
  body#inpatient main article .page-link ul li:last-child::before {
    margin: 0 0 0 7px;
  }
}

@media screen and (max-width: 960px) {
.border-contents,.border-contents {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
  }
  body#about main article .main-contents,
  body#inpatient main article .main-contents {
    margin-bottom: 15px;
  }
  body#about main article .main-contents h1,
  body#inpatient main article .main-contents h1 {
    font-size: 32px;
    margin:-5px 0 10px;
	  
    text-align: center;
    letter-spacing: 0.1em;
  }
  body#about main article .main-contents .contents,
  body#inpatient main article .main-contents .contents {
    margin-bottom: 50px;
  }
  body#about main article .main-contents .contents .content,
  body#inpatient main article .main-contents .contents .content {
    margin-bottom: 20px;
  }
  body#about main article .main-contents .contents .content h2,
  body#inpatient main article .main-contents .contents .content h2 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  body#about main article .main-contents .contents .content.colorbox,
  body#inpatient main article .main-contents .contents .content.colorbox {
    background: #ccd8ee;
    border-radius: 5px;
    padding: 30px;
  }
  body#about main article .main-contents .contents .content.colorbox dt,
  body#inpatient main article .main-contents .contents .content.colorbox dt {
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body#about main article .main-contents .contents .content figure,
  body#inpatient main article .main-contents .contents .content figure {
    margin-bottom: 1px;
  }
  body#about main article .main-contents .contents .content figure img,
  body#inpatient main article .main-contents .contents .content figure img {
    width: 100%;
    height: auto;
  }
  body#about main article .main-contents .contents .content .img80 img,
  body#inpatient main article .main-contents .contents .content .img80 img {
    width: 100%;
    height: auto;
  }
  body#about main article .main-contents .contents .content .img-img,
  body#inpatient main article .main-contents .contents .content .img-img {
    display: block;
  }
  body#about main article .main-contents .contents .content .img-img figure,
  body#inpatient main article .main-contents .contents .content .img-img figure {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1px;
  }
  body#about main article .main-contents .contents .content .img-img-img-img,
  body#inpatient main article .main-contents .contents .content .img-img-img-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#about main article .main-contents .contents .content .img-img-img-img figure,
  body#inpatient main article .main-contents .contents .content .img-img-img-img figure {
    margin: 0 1px 1px 0;
    width: calc(50% - 0.5px);
  }
  body#about main article .main-contents .contents .content .img-img-img-img figure:nth-child(2n),
  body#inpatient main article .main-contents .contents .content .img-img-img-img figure:nth-child(2n) {
    margin-right: 0;
  }
  body#about main article .main-contents .contents .content .txt-img,
  body#inpatient main article .main-contents .contents .content .txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#about main article .main-contents .contents .content .txt-img .txt-content,
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content {
    width: 100%;
  }
  body#about main article .main-contents .contents .content .txt-img .txt-content p,
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content p {
    margin-bottom: 20px;
  }
  body#about main article .main-contents .contents .content .txt-img .txt-content dl dt,
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content dl dt {
    font-weight: bold;
  }
  body#about main article .main-contents .contents .content .txt-img .txt-content dl dd,
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content dl dd {
    line-height: 1;
  }
  body#about main article .main-contents .contents .content .txt-img figure,
  body#inpatient main article .main-contents .contents .content .txt-img figure {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  body#about main article .main-contents .contents .content .txt-img figure img,
  body#inpatient main article .main-contents .contents .content .txt-img figure img {
    margin-bottom: 0;
  }
  body#about main article .main-contents .contents .content .img-txt,
  body#inpatient main article .main-contents .contents .content .img-txt {
    display: block;
  }
  body#about main article .main-contents .contents .content .img-txt .txt-content,
  body#inpatient main article .main-contents .contents .content .img-txt .txt-content {
    width: 100%;
  }
  body#about main article .main-contents .contents .content .img-txt .txt-content p,
  body#inpatient main article .main-contents .contents .content .img-txt .txt-content p {
    margin-bottom: 20px;
  }
  body#about main article .main-contents .contents .content .img-txt .txt-content p.name,
  body#inpatient main article .main-contents .contents .content .img-txt .txt-content p.name {
    text-align: right;
  }
  body#about main article .main-contents .contents .content .img-txt .txt-content p.name img,
  body#inpatient main article .main-contents .contents .content .img-txt .txt-content p.name img {
    margin-left: 10px;
  }
  body#about main article .main-contents .contents .content .img-txt figure,
  body#inpatient main article .main-contents .contents .content .img-txt figure {
    margin-bottom: 40px;
    width: 100%;
  }
  body#about main article .main-contents .contents .content a,
  body#inpatient main article .main-contents .contents .content a {
    color: #3972b7;
  }
  body#about main article .main-contents .contents .content .map,
  body#inpatient main article .main-contents .contents .content .map {
    display: block;
  }
  body#about main article .main-contents .contents .content .map .number,
  body#inpatient main article .main-contents .contents .content .map .number {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #231815;
  }
  
  .snd-other {
    margin-bottom: 50px;
  }
  .snd-other ul {
    display: block;
  }
  .snd-other ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .snd-other ul li a {
    display: block;
    position: relative;
  }
  .snd-other ul li a .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 20px;
    height: 27px;
    text-align: center;
    line-height: 1;
    color: white;
    letter-spacing: 0.05em;
  }
  .snd-other ul li a .title span {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }
  .snd-other ul li a img {
    width: 100%;
    height: auto;
    border-radius: 7px;
  }
	
  .snd-other2 {
    margin-bottom: 100px;
  }
  .snd-other2 ul {
    display: block;
  }
  .snd-other2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .snd-other2 ul li a {
    display: block;
    position: relative;
  }
  .snd-other2 ul li a .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 1.8rem;
    height: 27px;
    text-align: center;
    line-height: 1;
    color: white;
    letter-spacing: 0.05em;
  }
  .snd-other2 ul li a .title span {
    display: block;
    margin-top: 8px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .snd-other2 ul li a img {
    width: 100%;
    height: auto;
    border-radius: 7px;
  }
}

/**
 * 共通ヘッダー
 */


@media screen and (max-width: 960px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

}

/**
 * 共通フッター
 */
footer .footer-sub {
  background: #f2f2f2;
  padding: 30px 0;
}

footer .footer-sub .tb-cath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

footer .footer-sub .tb-cath p {
  margin-left: 20px;
  margin-top: 8px;
}

footer .other-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .other-link ul li {
  margin-right: 30px;
    font-size: 16px;
}

footer .other-link ul li a {
  position: relative;
}

footer .other-link ul li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .other-link ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  footer .other-link ul li a:hover::after {
    display: none;
  }
}

footer .other-link ul li a img {
  margin-left: 6px;
  vertical-align: 0em;
}

footer .other-link ul li a .svg {
  margin-left: 4px;
}

footer .other-link ul li:last-child {
  margin-right: 0;
}

footer .other-link ul.sp {
  display: none;
}

footer .pager {
  padding: 20px 0;
}

footer .pager ul li {
  display: inline-block;
}

footer .pager ul li a {
  font-size: 1.2rem;
  font-weight: bold;
}

footer .footer-main {
  margin-bottom: 40px;
}

footer .footer-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main .wrapper .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo {
  margin-bottom: 20px;
}

footer .footer-main .wrapper .logo-wrap .info {
  margin-left: 40px;
}

footer .footer-main .wrapper .logo-wrap .info div {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

footer .footer-main .wrapper .logo-wrap .footer-recruit-banner {
  background: #000;
}

footer .footer-main .wrapper .logo-wrap .footer-recruit-banner a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer-main .wrapper .logo-wrap .footer-recruit-banner a:hover {
  opacity: 0.8;
}

footer .footer-main .wrapper .sitemap .sitemap-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content:last-child .sitemap-title {
  margin-bottom: 22px;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content:last-child .sitemap-title:last-child {
  margin-bottom: 0;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content {
  margin-left: 60px;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content:first-child {
  margin-left: 0;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: bold;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title a:hover::after {
    display: none;
  }
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title a:hover {
  color: #3972b7;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li {
  font-size: 1.3rem;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a {
  display: inline-block;
  position: relative;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a:hover::after {
    display: none;
  }
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a:hover {
  opacity: 0.6;
}

footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li a::after {
  bottom: 0rem;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #d8d7d0;
	text-align: center;
}

footer .footer-bottom .wrapper {

}

footer .footer-bottom .wrapper .sns-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .wrapper .sns-policy .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .wrapper .sns-policy .sns li {
  margin-right: 20px;
}

footer .footer-bottom .wrapper .sns-policy .sns li a .svg {
  vertical-align: middle;
}

footer .footer-bottom .wrapper .sns-policy .sns li a .svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer-bottom .wrapper .sns-policy .sns li a:hover .svg path {
  fill: #3972b7;
}

footer .footer-bottom .wrapper .sns-policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

footer .footer-bottom .wrapper .sns-policy .policy li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.3rem;
  line-height: 1;
  color: #666666;
  position: relative;
}

footer .footer-bottom .wrapper .sns-policy .policy li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .footer-bottom .wrapper .sns-policy .policy li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  footer .footer-bottom .wrapper .sns-policy .policy li a:hover::after {
    display: none;
  }
}

footer .footer-bottom .wrapper .sns-policy .policy li a img {
  margin-left: 4px;
  vertical-align: -0.01em;
}

footer .footer-bottom .wrapper .sns-policy .policy li a:hover {
  color: #3972b7;
}

footer .footer-bottom .wrapper .sns-policy .policy li a:hover .svg path {
  fill: #3972b7;
}

footer .footer-bottom .wrapper .sns-policy .policy li::after {
  content: "|";
  display: inline-block;
  margin: 0 20px;
  color: #666666;
}

footer .footer-bottom .wrapper .sns-policy .policy li:last-child::after {
  display: none;
}


  footer .footer-bottom .wrapper .footer-copyright {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    line-height: 1;

  }
@media screen and (max-width: 1300px) {
  footer .wrapper {
    width: 100%;
    max-width: 100%;
  }
  footer .footer-sub {
    padding: 30px 0;
  }
  footer .footer-sub .tb-cath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  footer .footer-sub .tb-cath p {
    margin-left: 20px;
    margin-top: 8px;
  }
  footer .pager {
    padding: 30px 40px;
  }
  footer .pager ul li {
    display: inline-block;
  }
  footer .pager ul li a {
    font-size: 1.2rem;
    font-weight: bold;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content {
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .logo-wrap .info {
    margin-left: 20px;
  }
  footer .footer-main .wrapper .logo-wrap .info div {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  footer .footer-main .wrapper .sitemap {
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content:last-child .sitemap-title {
    margin-bottom: 25px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content {
    margin-left: 50px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1215px) {
  footer .other-link ul li {
    margin-right: 20px;
  }
  footer .other-link ul li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1120px) {
  footer .other-link ul li {
    margin-right: 15px;
  }
  footer .other-link ul li a {
    font-size: 16px;
  }
  footer .other-link ul li a .svg {
    margin-left: 4px;
    width: 9px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1160px) {
  footer .wrapper {
    width: 100%;
    max-width: 100%;
  }
  footer .footer-sub {
    padding: 30px 0;
  }
  footer .footer-sub .tb-cath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  footer .footer-sub .tb-cath p {
    margin-left: 20px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1100px) {
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content {
    margin-bottom: 20px;
    width: 180px;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content img {
    width: 100%;
    height: auto;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .logo-wrap .info {
    margin-left: 15px;
  }
  footer .footer-main .wrapper .logo-wrap .info div {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  footer .footer-main .wrapper .sitemap {
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content:last-child .sitemap-title {
    margin-bottom: 25px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content {
    margin-left: 30px;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content .sitemap-title {
    font-size: 1.2rem;
  }
  footer .footer-main .wrapper .sitemap .sitemap-contents .sitemap-content ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  footer {
    z-index: 999;
    background: #fff;
    position: relative;
  }
  footer .footer-sub {
    padding: 30px 0 0;
    background: #fff;
  }
  footer .footer-sub .wrapper {
    padding: 0;
  }
  footer .footer-sub .tb-cath {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  footer .footer-sub .tb-cath p {
    margin-left: 0;
    margin-top: 15px;
    font-size: 16px;
    color: #00488a;
    font-weight: bold;
  }
  footer .other-link {
    margin-bottom: 30px;
  }
  footer .other-link ul.pc {
    display: none;
  }
  footer .other-link ul.sp {
    display: block;
  }
  footer .other-link ul {
    display: block;
  }
  footer .other-link ul li {
    margin-right: 0;
  }
  @-webkit-keyframes bumpUp {
    20% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bumpUp {
    20% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  footer .other-link .menu {
    list-style: none;
    padding: 0 30px;
    margin: 0 auto 30px;
    width: 100%;
  }
  footer .other-link .menu > li {
    display: block;
    border-bottom: 1px solid #808080;
  }
  footer .other-link .menu > li:first-child {
    border-top: 1px solid #808080;
  }
  footer .other-link .menu > li.no-toggle {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  footer .other-link .menu > li.no-toggle .sitemap-title {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #808080;
  }
  footer .other-link .menu > li.no-toggle .sitemap-title a {
    display: block;
    padding: 15px 0;
    font-weight: bold;
  }
  footer .other-link .menu > li.no-toggle .sitemap-title:nth-child(2n+1) {
    border-right: 1px solid #808080;
  }
  footer .other-link .menu > li > input {
    display: none;
  }
  footer .other-link .menu > li > input:checked ~ label > .toggleIcon::before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .other-link .menu > li > input:checked ~ label > .toggleIcon::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer .other-link .menu > li > input:checked ~ .options > ul > li {
    margin: 0;
    opacity: 1;
  }
  footer .other-link .menu > li > label {
    display: block;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    letter-spacing: 0.1em;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    color: #00488a;
  }
  footer .other-link .menu > li > .normal {
    letter-spacing: 0.1em;
  }
  footer .other-link .menu > li > .normal a {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  footer .other-link .menu > li > label > .toggleIcon {
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    right: .8em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .other-link .menu > li > label > .toggleIcon::before,
  footer .other-link .menu > li > label > .toggleIcon::after {
    content: '';
    position: absolute;
    background: #00488a;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
    transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
  }
  footer .other-link .menu > li > label > .toggleIcon::before {
    width: 1px;
    height: 100%;
    left: calc(50% - 1.5px);
    margin-left: 1px;
  }
  footer .other-link .menu > li > label > .toggleIcon::after {
    width: 100%;
    height: 1px;
    top: calc(50% - 0.6px);
  }
  footer .other-link .menu > li > .options {
    position: relative;
    overflow: hidden;
  }
  footer .other-link .menu > li > .options > ul {
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
  }
  footer .other-link .menu > li > .options > ul > li {
    padding: 1em 0;
    margin-top: -5em;
    position: relative;
    cursor: pointer;
    color: #00488a;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: margin, opacity;
    transition-property: margin, opacity;
    border-top: 1px solid #ccc;
  }
  footer .other-link .menu > li > .options > ul > li a {
    color: #00488a;
  }
  footer .other-link .menu > li > .options > ul > li a .svg {
    margin-left: 5px;
  }
  footer .other-link .menu > li > .options > ul > li.act a {
    position: relative;
    color: #fff;
  }
  footer .other-link .menu > li > .options > ul > li.act a::after {
    content: "　";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  footer .other-link .menu > li > .options > ul > li:last-child {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
  }
  footer .other-link .footer-recruit-banner {
    padding: 0 30px;
  }
  footer .other-link .footer-recruit-banner img {
    width: 100%;
    height: auto;
  }
  footer .footer-main {
    padding: 50px 0 0;
    margin-bottom: 0;
    background: #;
  }
  footer .footer-main .wrapper {
    display: block;
  }
  footer .footer-main .wrapper .logo-wrap {
    display: block;
    margin-bottom: 20px;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content {
    text-align: center;
    margin: 0 auto;
    width: 230px;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo {
    margin: 0 auto 40px;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo a {
    display: block;
  }
  footer .footer-main .wrapper .logo-wrap .logo-wrap-content .footer-logo img {
    margin: 0 auto;
  }
  footer .footer-main .wrapper .logo-wrap .info {
    margin-left: 0;
    text-align: center;
    color: #fff;
  }
  footer .footer-main .wrapper .logo-wrap .info div {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  footer .footer-main .wrapper .logo-wrap .info .tel, footer .footer-main .wrapper .logo-wrap .info .time,
  footer .footer-main .wrapper .logo-wrap .info .close {
    display: inline-block;
  }
  footer .footer-main .wrapper .logo-wrap .info .tel a, footer .footer-main .wrapper .logo-wrap .info .time a,
  footer .footer-main .wrapper .logo-wrap .info .close a {
    color: #fff;
  }
  footer .footer-main .wrapper .sitemap {
    display: none;
  }
  @-webkit-keyframes bumpUp {
    20% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bumpUp {
    20% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  footer .footer-main .menu {
    list-style: none;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
  }
  footer .footer-main .menu > li {
    display: block;
    border-bottom: 1px solid #093759;
  }
  footer .footer-main .menu > li:first-child {
    border-top: 1px solid #093759;
  }
  footer .footer-main .menu > li.no-toggle {
    display: block;
  }
  footer .footer-main .menu > li.no-toggle .sitemap-title {
    width: 100%;
    border-bottom: 1px solid #093759;
  }
  footer .footer-main .menu > li.no-toggle .sitemap-title a {
    display: block;
    padding: 15px 0 15px 0;
    color: #fff;
    font-weight: normal;
  }
  footer .footer-main .menu > li.no-toggle .sitemap-title:last-child {
    border-bottom: none;
  }
  footer .footer-main .menu > li > input {
    display: none;
  }
  footer .footer-main .menu > li > input:checked ~ label > .toggleIcon::before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .footer-main .menu > li > input:checked ~ label > .toggleIcon::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer .footer-main .menu > li > input:checked ~ .options > ul > li {
    margin: 0;
    opacity: 1;
  }
  footer .footer-main .menu > li > label {
    display: block;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    letter-spacing: 0.1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    color: #fff;
  }
  footer .footer-main .menu > li > .normal {
    letter-spacing: 0.1em;
  }
  footer .footer-main .menu > li > .normal a {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  footer .footer-main .menu > li > label > .toggleIcon {
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    right: .8em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .footer-main .menu > li > label > .toggleIcon::before,
  footer .footer-main .menu > li > label > .toggleIcon::after {
    content: '';
    position: absolute;
    background: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
    transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
  }
  footer .footer-main .menu > li > label > .toggleIcon::before {
    width: 1px;
    height: 100%;
    left: calc(50% - 1.5px);
    margin-left: 1px;
  }
  footer .footer-main .menu > li > label > .toggleIcon::after {
    width: 100%;
    height: 1px;
    top: calc(50% - 0.6px);
  }
  footer .footer-main .menu > li > .options {
    position: relative;
    overflow: hidden;
  }
  footer .footer-main .menu > li > .options > ul {
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
  }
  footer .footer-main .menu > li > .options > ul > li {
    padding: 0;
    margin-top: -5em;
    position: relative;
    cursor: pointer;
    color: #ADADAE;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: margin, opacity;
    transition-property: margin, opacity;
    border-top: 1px solid #004172;
  }
  footer .footer-main .menu > li > .options > ul > li a {
    display: block;
    color: #fff;
    padding: 15px 0 15px 0;
  }
  footer .footer-main .menu > li > .options > ul > li.act a {
    position: relative;
    color: #fff;
  }
  footer .footer-main .menu > li > .options > ul > li.act a::after {
    content: "　";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  footer .footer-main .menu > li > .options > ul > li:last-child {
    padding-bottom: 0;
  }
  footer .footer-bottom {
    padding: 0px 0 0;
    border-top: none;
    background: #00488a;
  }
  footer .footer-bottom .wrapper {
    display: block;
    padding: 0;
  }
  footer .footer-bottom .wrapper .sns-policy {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .wrapper .sns-policy .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer-bottom .wrapper .sns-policy .sns li {
    margin: 0 10px;
  }
  footer .footer-bottom .wrapper .sns-policy .sns li a .svg {
    vertical-align: middle;
  }
  footer .footer-bottom .wrapper .sns-policy .sns li a .svg path {
    fill: #fff;
  }
  footer .footer-bottom .wrapper .sns-policy .policy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-bottom: 20px;
  }
  footer .footer-bottom .wrapper .sns-policy .policy li a {
    font-size: 1rem;
    letter-spacing: -0.05em;
    color: #fff;
  }
  footer .footer-bottom .wrapper .sns-policy .policy li a img {
    margin-left: 2pxpx;
    vertical-align: -0em;
    width: 9px;
    height: auto;
  }
  footer .footer-bottom .wrapper .sns-policy .policy li a .svg {
    width: 9px;
    vertical-align: -0.16em;
    margin-left: 2px;
  }
  footer .footer-bottom .wrapper .sns-policy .policy li a .svg path {
    fill: #fff;
  }
  footer .footer-bottom .wrapper .sns-policy .policy li::after {
    font-size: 1rem;
    margin: 0 5px;
    color: #fff;
  }
  footer .footer-bottom .wrapper .footer-copyright {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    line-height: 1;
    padding: 20px 0;
  }
}



body#index section#mainvisual {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  /*最初スライドフェードイン*/
  /*画像拡大*/
}

body#index section#mainvisual .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}

body#index section#mainvisual .swiper-container .swiper-slide {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body#index section#mainvisual .swiper-container .swiper-slide .slide-img {
  position: relative;
  overflow: hidden;
}

body#index section#mainvisual .swiper-container .swiper-slide .slide-img img {
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
}

body#index section#mainvisual .txt {
  z-index: 2;
  position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

}

body#index section#mainvisual .txt p {
  /*透明*/
  -moz-opacity: 0;
  opacity: 0;
}

body#index section#mainvisual .txt .cath_jp {
  margin-bottom: 10px;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

body#index section#mainvisual .txt .cath_en {
  position: relative;
  font-size: 1.6rem;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

body#index section#mainvisual .txt.txt.move .cath_jp {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
  transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body#index section#mainvisual .txt.txt.move .cath_en {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
  transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body#index section#mainvisual .swiper-container {
  -webkit-animation: fadein 2s ease 0s 1 normal both;
          animation: fadein 2s ease 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 960px) {


}
body#index section#mainvisual .swiper-slide-active .slide-img,
body#index section#mainvisual .swiper-slide-duplicate-active .slide-img,
body#index section#mainvisual .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
}

body#index #about {
  padding: 0 ;
  margin:0 auto 50px;
width: 1000px;
}

body#index #about h2.page-title {
  text-align: center;
    font-size: 28px;
}

body#index #about h2.page-title div {
  font-size: 2.8rem;
}

body#index #about h2.page-title div smo.en {
  display: block;
}

body#index #about h2.page-title div smo.maru {
  display: inline-block;
  letter-spacing: -0.2em;
  color: #3f3a39;
  font-size: 2rem;
}

body#index #about #about2.cath {

  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
    color: #2C3F7A;
}

body#index #about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

body#index #about ul li {
  width: 386px;
  margin-bottom: 50px;
}

body#index #about ul li a {
  display: block;
}

body#index #about ul li a:hover figure img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  opacity: 0.6;
}

body#index #about ul li a:hover .page-title .svg path {
  fill: #3972b7;
}

body#index #about ul li a:hover .page-title div {
  color: #3972b7;
}

body#index #about ul li a:hover .page-title div smo {
  color: #3972b7;
}

body#index #about ul li a figure {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body#index #about ul li a figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

body#index #about ul li a .page-title .svg {
  margin-right: 10px;
}

body#index #about ul li a .page-title .svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body#index #about ul li a .page-title div {
  font-size: 2.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body#index #about ul li a p {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}

body#index #about .recruit-banner {
  text-align: center;
  margin-top: 40px;
}

body#index #about .recruit-banner a {
  display: inline-block;
  background: #000;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body#index #about .recruit-banner a:hover {
  border: 2px solid #3972b7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body#index #about .recruit-banner a:hover img {
  opacity: 0.9;
}

body#index #about .recruit-banner img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {

body#index #about {

width: 100%;
    padding: 0 3%;
}

}
body#index #news {
  padding: 140px 0;
  background: #f2f2f2;
}

body#index #news ol {
  width: 1000px;
  margin: 0 auto;
}

body#index #news ol li {
  list-style-type: none;
}

body#index #news ol li:last-child a {
  border-bottom: 1px solid #d8d7d0;
}

body#index #news ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d8d7d0;
  padding: 20px 0;
}

body#index #news ol li a .day-cat {
  margin-right: 80px;
}

body#index #news ol li a .day-cat span {
  display: inline-block;
  letter-spacing: 0.1em;
}

body#index #news ol li a .day-cat .day {
  width: 100px;
  font-size: 1.5rem;
}

body#index #news ol li a .day-cat .cat {
  width: 180px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

body#index #news ol li a .day-cat .c-hp {
  background: #9D96BF;
}

body#index #news ol li a .day-cat .c-tb {
  background: #7c869d;
}

body#index #news ol li a p {
  -webkit-transition: all 0.2s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.2s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  font-size: 1.5rem;
}

body#index #news ol li a:hover p {
  position: relative;
  color: #3972b7;
}

body#index #news ol li a:hover p::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#index #news ol li a:hover p:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#index #news ol li a:hover p:hover::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
body#index header {
  top: 0px;
}
  body#index #about ul li a p {
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
  }

}
body#index #news .bt-link {
  position: relative;
  width: 200px;
  margin: 50px auto 0;
  background: #6691b9;
}

body#index #news .bt-link a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 15px 50px;
  line-height: 1;
}

body#index #news .bt-link a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  height: 30px;
  background: url(/wp/wp-content/themes/hospital/images/bt_arrow_right.svg) no-repeat right center;
}

body#index #news .bt-link::before, body#index #news .bt-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  content: '';
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

body#index #news .bt-link::before {
  background: #3f3a39;
}

body#index #news .bt-link::after {
  background: #3972b7;
}

body#index #news .bt-link:hover::before, body#index #news .bt-link:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body#index #news .bt-link:hover::after {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

body#index #news .bt-link:hover a {
  color: #fff;
  z-index: 99999;
}

body#index #news .bt-link:hover a::after {
  background: url(/wp/wp-content/themes/hospital/images/bt_arrow_right.svg) no-repeat right center;
}

body#index #concept {
  position: relative;
  height: 570px;
  background: url(../images/top_about_content_bg@2x.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 70px;
}

body#index #concept .contents .content {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

body#index #concept .contents .content .cath {
  margin-bottom: 30px;
}

body#index #concept .contents .content .bt-link {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body#index #concept .contents .content .bt-link .bt-link-content {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.5);
}

body#index #concept .contents .content .bt-link .bt-link-content a {
  position: relative;
  display: block;
  width: 240px;
  color: #333;
  text-align: center;
  padding: 15px 50px;
  line-height: 1;
  font-size: 2rem;
}

body#index #concept .contents .content .bt-link .bt-link-content::before, body#index #concept .contents .content .bt-link .bt-link-content::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  content: '';
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

body#index #concept .contents .content .bt-link .bt-link-content::before {
  background: #3f3a39;
}

body#index #concept .contents .content .bt-link .bt-link-content::after {
  background: #3972b7;
}

body#index #concept .contents .content .bt-link .bt-link-content:hover::before, body#index #concept .contents .content .bt-link .bt-link-content:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body#index #concept .contents .content .bt-link .bt-link-content:hover::after {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

body#index #concept .contents .content .bt-link .bt-link-content:hover a {
  color: #fff;
  z-index: 99999;
}

@media screen and (max-width: 1300px) {
  body#index #about ul {
    width: 100%;
  }
  body#index #about ul li {
    width: 30%;
    margin-bottom: 50px;
  }
  body#index #about ul li a {
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-filter: brightness(1.2);
    filter: brightness(1);
  }
  body#index #about ul li a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    /* 明るくする */
    opacity: 0.8;
  }
  body#index #about ul li a:hover figure img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  body#index #about ul li a figure {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  body#index #about ul li a figure img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }

  body#index #about .recruit-banner {
    text-align: center;
  }
  body#index #about .recruit-banner a {
    display: inline-block;
  }
  body#index #about .recruit-banner img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-filter: brightness(1.2);
    filter: brightness(1);
  }
  body#index #about .recruit-banner img:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    /* 明るくする */
    opacity: 0.8;
  }
  body#index #news ol {
    width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 1260px) {

  #about ul li a p br {
    display: none;
  }
  #about .recruit-banner {
    text-align: center;
    margin-top: 40px;
  }
  #about .recruit-banner a {
    display: inline-block;
    background: #000;
    border: 2px solid #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #about .recruit-banner a:hover {
    border: 2px solid #3972b7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #about .recruit-banner a:hover img {
    opacity: 0.9;
  }
  #about .recruit-banner img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 960px) {
  body#index section#mainvisual {
    margin-bottom: 10px;
    /*最初スライドフェードイン*/
  }
  body#index section#mainvisual .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }
  body#index section#mainvisual .swiper-container .slide-img img {
    min-width: 100%;
    height: 100vh;
  }
  body#index section#mainvisual .txt {
    z-index: 2;
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 0px;
        transform: translate(0%, 0%);
    }
  body#index section#mainvisual .txt p {
    /*透明*/
    -moz-opacity: 0;
    opacity: 0;
  }
  body#index section#mainvisual .txt .cath_jp {
    margin-bottom: 0;
    padding: 0 0%;

  }
  body#index section#mainvisual .txt .cath_jp img {
    width: 100%;
    height: auto;
  }
  body#index section#mainvisual .txt.txt.move .cath_jp {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
    transition: all 1.8s 1s cubic-bezier(0.32, 0.09, 0.26, 0.98);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body#index section#mainvisual .swiper-container {
    -webkit-animation: fadein 2s ease 0s 1 normal both;
            animation: fadein 2s ease 0s 1 normal both;
  }
  body#index #about {
    margin-bottom: 80px;
  }
  body#index #about h2.page-title div {
    font-size: 2.3rem;
  }
  body#index #about .cath {
    text-align: left;
    margin-bottom: 50px;
  }
  body#index #about ul {
    display: block;
    width: 100%;
  }
  body#index #about ul li {
    width: 100%;
  }
  body#index #about ul li a figure {
    margin-bottom: 20px;
  }
  body#index #about ul li a .page-title div {
    font-size: 2.8rem;
  }
  body#index #about ul li:last-child {
    margin-bottom: 80px;
  }
  body#index #about .recruit-banner {
    text-align: center;
    margin-top: 0;
  }
  body#index #about .recruit-banner a {
    display: block;
  }
  body#index #about .recruit-banner img {
    width: 100%;
    height: auto;
  }
  body#index #news {
    padding: 60px 0 50px;
  }
  body#index #news ol {
    width: 100%;
    padding: 0 5%;
  }
  body#index #news ol li a {
    display: block;
  }
  body#index #news ol li a .day-cat {
    margin-right: 0;
  }
  body#index #news ol li a .day-cat span {
    display: inline-block;
    letter-spacing: 0.1em;
  }
  body#index #news ol li a .day-cat .day {
    width: 110px;
    font-size: 1.5rem;
  }
  body#index #news ol li a .day-cat .cat {
    width: 180px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
  body#index #news ol li a .day-cat .c-hp {
    background: #9D96BF;
    vertical-align: 0.1em;
  }
  body#index #news ol li a .day-cat .c-tb {
    background: #7c869d;
  }
  body#index #news ol li a p {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  body#index #news .bt-link {
    margin-top: 50px;
  }
  body#index #news .bt-link a {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #6691b9;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    line-height: 1;
  }
  body#index #news .bt-link a::after {
    content: "　";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    height: 30px;
    background: url(/wp/wp-content/themes/hospital/images/bt_arrow_right.svg) no-repeat right center;
  }
  body#index #concept {
    height: 430px;
    background: url(../images/top_about_content_bg_sp@2x.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
  }
  body#index #concept .contents .content {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 70%;
  }
  body#index #concept .contents .content .cath {
    margin-bottom: 20px;
    width: 100%;
  }
  body#index #concept .contents .content .cath img {
    width: 100%;
    height: auto;
  }
  body#index #concept .contents .content .bt-link {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body#index #concept .contents .content .bt-link a {
    position: relative;
    display: block;
    width: 240px;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    text-align: center;
    padding: 15px 50px;
    line-height: 1;
    font-size: 2rem;
  }
}

#snd-head {
  margin-bottom: 10px;
  height: 242px;
  background: url(../images/snd_about_head@2x.jpg) no-repeat right center;
  background-size: cover;
  border-bottom: 2px #279CC6 solid;
}
#snd-care-head {
  margin-bottom: 10px;
  height: 242px;
  background: url(../images/snd_about_care_head@2x.jpg) no-repeat right center;
  background-size: cover;
 border-bottom: 2px #D994E3 solid;
}
#snd-house-head {
  margin-bottom: 10px;
  height: 242px;
  background: url(../images/snd_about_house_head@2x.jpg) no-repeat right center;
  background-size: cover;
 border-bottom: 2px #FFAC25 solid;
}
#snd-cost-head {
  margin-bottom: 10px;
  height: 242px;
  background: url(../images/snd_about_cost_head@2x.jpg) no-repeat right center;
  background-size: cover;
 border-bottom: 2px #58BC97 solid;
}
#snd-business-head {
  margin-bottom: 10px;
  height: 242px;
  background: url(../images/snd_about_business_head@2x.jpg) no-repeat right center;
  background-size: cover;
 border-bottom: 2px #3972B7 solid;
}
#snd-message-head {
  margin-bottom: 20px;
  height: 242px;
  background: url(../images/snd_about_message_head@2x.jpg) no-repeat right center;
  background-size: cover;
  border-bottom: 2px #3972B7 solid;
}
#snd-access-head {
  margin-bottom: 20px;
  height: 242px;
  background: url(../images/snd_about_access_head@2x.jpg) no-repeat right center;
  background-size: cover;
}
#snd-clinic-head {
  margin-bottom: 20px;
  height: 242px;
  background: url("../images/snd-about_clinic_head@2x.jpg") no-repeat right center;
  background-size: cover;
}
body#about.about_careathome main article .main-contents,
body#about.about_facility main article .main-contents {
  margin-top: -100px;
  padding-top: 100px;
}

body#about.about_careathome main article .main-contents h1,
body#about.about_facility main article .main-contents h1 {
  color: #3972b7;
}

.border-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 960px) {
#snd-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
#snd-house-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_house_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
#snd-care-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_care_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
#snd-cost-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_cost_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
#snd-business-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_business_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
	#snd-message-head {
    margin-bottom: 0px;
    height: 70px;
    background: url(../images/snd_about_message_head@2x.jpg) no-repeat right center;
    background-size: cover;
  }
	#snd-access-head {
    margin-bottom: 0px;
    height: 70px;
    background: url("../images/snd_about_access_head@2x.jpg") no-repeat right center;
    background-size: cover;
  }
}

body#inpatient #snd-head {
  margin-bottom: 20px;
  height: 242px;
  background: url(../images/snd_inpatient_head@2x.jpg) no-repeat right center;
  background-size: cover;
}

body#inpatient main article .main-contents .contents .content {
  margin-bottom: 50px;
}

body#inpatient main article .main-contents .contents .content h2 {
  margin-bottom: 10px;
}

body#inpatient main article .main-contents .contents .content .txt-img .txt-content {
  width: 48%;
}

body#inpatient main article .main-contents .contents .content .txt-img .txt-content h2 {
  font-size: 2rem;
}

body#inpatient main article .main-contents .contents .content .txt-img .txt-content p {
  margin-bottom: 50px;
}

body#inpatient main article .main-contents .contents .content .txt-img figure {
  width: 45%;
}

@media screen and (min-width: 1440px) {
  body#inpatient main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto 100px;
  }
  body#inpatient main aside {
    position: static;
    padding: 0;
    width: 220px;
  }
  body#inpatient main article {
    margin: 0;
    width: 960px;
  }
}

@media screen and (max-width: 960px) {
  body#inpatient main article .main-contents .contents .content {
    margin-bottom: 50px;
  }
  body#inpatient main article .main-contents .contents .content h2 {
    margin-bottom: 5px;
    text-align: left;
  }
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content {
    width: 100%;
  }
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content h2 {
    font-size: 2rem;
  }
  body#inpatient main article .main-contents .contents .content .txt-img .txt-content p {
    margin-bottom: 50px;
  }
  body#inpatient main article .main-contents .contents .content .txt-img figure {
    width: 100%;
  }
}

body#news #snd-head {
  margin-bottom: 20px;
  height: 242px;
  background: url(/wp/wp-content/themes/hospital/images/snd_news_head@2x.jpg) no-repeat right center;
  background-size: cover;
}

body#news .main-contents {
  width: 960px;
  margin: 0 auto 100px;
}

body#news .main-contents ol {
  margin-left: 0;
  padding-left: 0;
}

body#news .main-contents ol li {
  list-style-type: none;
}

body#news .main-contents ol li:last-child a {
  border-bottom: 1px solid #d8d7d0;
}

body#news .main-contents ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d8d7d0;
  padding: 20px 0;
}

body#news .main-contents ol li a .day-cat {
  margin-right: 80px;
}

body#news .main-contents ol li a .day-cat span {
  display: inline-block;
  letter-spacing: 0.1em;
}

body#news .main-contents ol li a .day-cat .day {
  width: 100px;
  font-size: 1.5rem;
}

body#news .main-contents ol li a .day-cat .cat {
  width: 140px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

body#news .main-contents ol li a .day-cat .c-hp {
  background: #7d92c3;
}

body#news .main-contents ol li a .day-cat .c-tb {
  background: #7c869d;
}

body#news .main-contents ol li a p {
  -webkit-transition: all 0.2s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.2s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  font-size: 1.5rem;
}

body#news .main-contents ol li a:hover p {
  position: relative;
  color: #3972b7;
}

body#news .main-contents ol li a:hover p::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#news .main-contents ol li a:hover p:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#news .main-contents ol li a:hover p:hover::after {
    display: none;
  }
}

body#news .main-contents .page_navi {
  margin-top: 120px;
}

body#news .main-contents .page_navi .is_disabled {
  display: none;
}

body#news .main-contents .page_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#news .main-contents .page_navi ul li {
  margin-right: 10px;
}

body#news .main-contents .page_navi ul li:last-child {
  margin-right: 0;
}

body#news .main-contents .page_navi ul li.act a {
  background: #6691b9;
  color: #fff;
}

body#news .main-contents .page_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #e6e6e6;
  border: 1px solid #d8d7d0;
  border-radius: 10px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

body#news .main-contents .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d8d7d0;
  padding-top: 40px;
  margin-top: 100px;
}

body#news .main-contents .control .btn_link a {
  font-weight: bold;
  color: #3f3a39;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

body#news .main-contents .control .btn_link a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#news .main-contents .control .btn_link a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#news .main-contents .control .btn_link a:hover::after {
    display: none;
  }
}

body#news .main-contents .control .btn_link a:hover {
  color: #3972b7;
}

body#news.detail .snd-pager {
  padding-top: 140px;
}

body#news.detail .content .cat {
  width: 140px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

body#news.detail .content .c-hp {
  background: #7d92c3;
}

body#news.detail .content .c-tb {
  background: #7c869d;
}

body#news.detail .content .day {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d8d7d0;
}

body#news.detail .content h1 {
  margin-top: 5px;
  margin-bottom: 70px;
  font-size: 2.3rem;
  font-weight: normal;
}

body#news.detail .content a {
  color: #3972b7;
  word-break: break-all;
}

body#news.detail .content strong {
  font-weight: bold;
}

body#news.detail .content img {
  max-width: 960px;
  height: auto;
}

@media screen and (max-width: 960px) {
  body#news h1.page-title {
    margin-bottom: 40px;
  }
  body#news .main-contents {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 30px;
  }
  body#news .main-contents ol {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body#news .main-contents ol li a {
    display: block;
  }
  body#news .main-contents ol li a .day-cat {
    margin-right: 0;
  }
  body#news .main-contents ol li a .day-cat span {
    display: inline-block;
    letter-spacing: 0.1em;
  }
  body#news .main-contents ol li a .day-cat .day {
    width: 110px;
    font-size: 1.5rem;
  }
  body#news .main-contents ol li a .day-cat .cat {
    width: 140px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
  body#news .main-contents ol li a .day-cat .c-hp {
    background: #7d92c3;
    vertical-align: 0.1em;
  }
  body#news .main-contents ol li a .day-cat .c-tb {
    background: #7c869d;
  }
  body#news .main-contents ol li a p {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  body#news .main-contents .page_navi {
    margin-top: 40px;
  }
  body#news .main-contents .control {
    padding-top: 40px;
    margin-top: 60px;
  }
  body#news .main-contents .control .btn_link a {
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
  }
  body#news .main-contents .control img {
    width: 10px;
    height: auto;
  }
  body#news.detail .snd-pager {
    padding-top: 80px;
  }
  body#news.detail .content .cat {
    width: 140px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
  body#news.detail .content .c-hp {
    background: #7d92c3;
  }
  body#news.detail .content .c-tb {
    background: #7c869d;
  }
  body#news.detail .content .day {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d7d0;
  }
  body#news.detail .content h1 {
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  body#news.detail .content img {
    max-width: 100%;
    height: auto;
  }
}

body#qa #snd-head {
  margin-bottom: 0px;
  height: 242px;
  background: url(../images/snd_qa_head@2x.jpg) no-repeat right center;
  background-size: cover;
}

body#qa .main-contents {
  margin-bottom: 100px;
  width: 960px;
  margin: 0 auto 100px;
}

body#qa .main-contents .page-link {
  margin-bottom: 100px;
}

body#qa .main-contents .page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#qa .main-contents .page-link ul li {
  width: 20%;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid #ccc;
}

body#qa .main-contents .page-link ul li.act {
  position: relative;
  border-bottom: 2px solid #3972b7;
}

body#qa .main-contents .page-link ul li.act::after {
  content: "　";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3972b7;
  border-left: 5px solid transparent;
}

body#qa .main-contents .page-link ul li:hover {
  position: relative;
}

body#qa .main-contents .page-link ul li:hover::after {
  content: "　";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3972b7;
  border-left: 5px solid transparent;
}

body#qa .main-contents .page-link ul li a {
  display: block;
  position: relative;
  padding-bottom: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body#qa .main-contents .page-link ul li a::after {
  position: absolute;
  bottom: -.2rem;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #3972b7;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#qa .main-contents .page-link ul li a:hover {
  color: #3972b7;
}

body#qa .main-contents .page-link ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#qa .main-contents .page-link ul li a:hover::after {
    display: none;
  }
}

body#qa .main-contents .menu {
  border-bottom: 1px dotted #b3b3b3;
}

body#qa .main-contents .menu dl dt {
  position: relative;
  background: url("/wp/wp-content/themes/hospital/images/question_q.svg") no-repeat left 19px;
  background-size: 17px;
  padding: 20px 0 20px 28px;
  font-size: 1.4rem;
  border-top: 1px dotted #b3b3b3;
}

body#qa .main-contents .menu dl dt::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 19px;
  height: 10px;
  background: url("/wp/wp-content/themes/hospital/images/qa_arrow.svg") no-repeat right center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

body#qa .main-contents .menu dl dt.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

body#qa .main-contents .menu dl dt span {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body#qa .main-contents .menu dl dt span::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3972b7;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#qa .main-contents .menu dl dt:hover span {
  color: #3972b7;
}

body#qa .main-contents .menu dl dt:hover span::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#qa .main-contents .menu dl dt:hover span::after {
    display: none;
  }
}

body#qa .main-contents .menu dl dd {
  display: none;
  position: relative;
  background: url("/wp/wp-content/themes/hospital/images/question_a.svg") no-repeat left 22px;
  background-size: 15px;
  padding: 20px 0 20px 28px;
  font-size: 1.4rem;
  border-top: 2px solid #f2f2f2;
  font-weight: bold;
}

body#qa .main-contents .menu dl dd a {
  color: #3972b7;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  body#qa h1.page-title {
    margin-bottom: 20px;
  }
  body#qa .main-contents {
    width: 100%;
    margin: 0 auto 100px;
  }
  body#qa .main-contents .page-link {
    margin-bottom: 70px;
  }
  body#qa .main-contents .page-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#qa .main-contents .page-link ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  body#qa .main-contents .page-link ul li.act a {
    color: #3972b7;
  }
  body#qa .main-contents .page-link ul li a {
    padding-bottom: 5px;
  }
  body#qa .main-contents .menu {
    border-bottom: 1px dotted #b3b3b3;
  }
  body#qa .main-contents .menu dl dt {
    background: url("/wp/wp-content/themes/hospital/images/question_q.svg") no-repeat left center;
    padding: 20px 25px 20px 28px;
  }
  body#qa .main-contents .menu dl dt::after {
    background: url("/wp/wp-content/themes/hospital/images/qa_arrow.svg") no-repeat right center;
  }
  body#qa .main-contents .menu dl dd {
    background: url("/wp/wp-content/themes/hospital/images/question_a.svg") no-repeat left 22px;
    background-size: 15px;
    padding: 20px 0 20px 28px;
  }
}

body#contact .page-title div {
  margin-top: 10px;
}

body#contact .snd-pager {
  padding-top: 108px;
}

body#contact .page-title {
  margin-bottom: 30px;
}

body#contact .main-contents {
  width: 980px;
  margin: 0 auto 100px;
}

body#contact #contact_contents {
  margin-bottom: 60px;
}

body#contact #contact_contents .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#contact #contact_contents .content .ouchi_content {
  width: 100%;
  text-align: center;
  margin: 0 auto 80px;
}

body#contact #contact_contents .content .ouchi_content ul {
  margin-top: 60px;
}

body#contact #contact_contents .content .ouchi_content ul li {
  margin-bottom: 40px;
}

body#contact #contact_contents .content .ouchi_content ul li:last-child {
  margin-bottom: 0;
}

body#contact #contact_contents .content .ouchi_content ul li a {
  display: block;
  margin-bottom: 20px;
}

body#contact #contact_contents .content .mail_content,
body#contact #contact_contents .content .qa_content {
  width: 48.5%;
  background: #efefef;
  border: 1px solid #D6D7D7;
  padding: 40px;
  color: #595656;
}

body#contact #contact_contents .content .mail_content h3,
body#contact #contact_contents .content .qa_content h3 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: normal;
}

body#contact #contact_contents .content .mail_content h3 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: normal;
}

body#contact #contact_contents .content .mail_content ul {
  margin-bottom: 40px;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form {
  position: relative;
  margin-bottom: 25px;
  background: none;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form a {
  position: relative;
  display: block;
  border: 1px solid #AFAFB1;
  padding: 0 15px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #595656;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form a span {
  display: block;
  padding: 20px 0;
  z-index: 999;
  position: relative;
  vertical-align: middle;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form a span .svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("/wp/wp-content/themes/hospital/images/bt_side_arrow.svg") no-repeat right center;
  z-index: 99999;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form::before, body#contact #contact_contents .content .mail_content ul .btn_link_form::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form::before {
  background: #3f3a39;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form::after {
  background: #3972b7;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover::before, body#contact #contact_contents .content .mail_content ul .btn_link_form:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover::after {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover a {
  color: #fff;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover a span {
  color: #fff;
  z-index: 99999;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover a span .svg path {
  fill: #fff;
}

body#contact #contact_contents .content .mail_content ul .btn_link_form:hover a::after {
  background: url("/wp/wp-content/themes/hospital/images/bt_arrow_right.svg") no-repeat right center;
  z-index: 99999;
}

body#contact #contact_contents .content .mail_content ul li:last-child {
  margin-bottom: 0;
}

body#contact #contact_contents .content .mail_content .other {
  font-size: 1.5rem;
  line-height: 1.5;
}

body#contact #contact_contents .content .mail_content .other .btn_link_form_blue {
  margin-top: 20px;
}

body#contact #contact_contents .content .qa_content p {
  margin-bottom: 50px;
}

body#contact #contact_contents .content .qa_content ul {
  margin-bottom: 100px;
}

body#contact #contact_contents .content .qa_content ul li {
  margin-bottom: 20px;
}

body#contact #contact_contents .content .qa_content ul li a {
  display: inline-block;
  color: #6691b9;
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

body#contact #contact_contents .content .qa_content ul li a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #6691b9;
  -webkit-transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
  transition: all 0.15s cubic-bezier(0.6, 0.06, 0.46, 0.95) 0s;
}

body#contact #contact_contents .content .qa_content ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 960px) {
  body#contact #contact_contents .content .qa_content ul li a:hover::after {
    display: none;
  }
}

body#contact #contact_contents .content .qa_content ul li a img {
  margin-right: 10px;
  vertical-align: 0.01em;
}

body#contact #contact_contents .content .qa_content .btn_link_form_blue a {
  display: block;
  position: relative;
  padding: 20px 15px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: #6691b9;
  color: #fff;
  position: relative;
}

body#contact #contact_contents .content .qa_content .btn_link_form_blue a::before {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#contact #contact_contents .content .qa_content .btn_link_form_blue a:hover::before {
  width: 90%;
}

@media screen and (max-width: 960px) {
  body#contact #contact_contents .content .qa_content .btn_link_form_blue a:hover::before {
    display: none;
  }
}

body#contact #contact_contents .content .qa_content .btn_link_form_blue a img {
  vertical-align: 0;
}

body#contact #contact_contents .content .btn_link_form_blue a {
  display: block;
  position: relative;
  padding: 20px 15px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: #6691b9;
  color: #fff;
  position: relative;
}

body#contact #contact_contents .content .btn_link_form_blue a::before {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body#contact #contact_contents .content .btn_link_form_blue a:hover::before {
  width: 90%;
}

@media screen and (max-width: 960px) {
  body#contact #contact_contents .content .btn_link_form_blue a:hover::before {
    display: none;
  }
}

body#contact #contact_contents .content .btn_link_form_blue a img {
  vertical-align: 0;
}

body#contact #contact_contents .content .btn_link_form_blue a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("/wp/wp-content/themes/hospital/images/bt_arrow_right.svg") no-repeat right center;
}

body#contact #form_contents {
  margin-bottom: 80px;
  /*form*/
}

body#contact #form_contents h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 2.7rem;
  color: #595656;
}

body#contact #form_contents form {
  /*スマホにデザイン反映*/
}



body#contact #form_contents form input[type="text"],
body#contact #form_contents form input[type="email"],
body#contact #form_contents form textarea {
  border: 1px solid #ccc;
  padding: 10px;
  width: 70%;
}

body#contact #form_contents form textarea {
  width: 100%;
  height: 220px;
}

body#contact #form_contents form .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#contact #form_contents form .action-buttons input[type="submit"] {
  position: relative;
  width: 400px;
  font-size: 1.6rem;
  display: block;
  padding: 20px 0;
  margin: 0 5px;
  color: #fff;
  text-align: center;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url("/wp/wp-content/themes/hospital/images/icon_arrowR_white.svg") no-repeat 95% center #3972b7;
}

body#contact #form_contents form .action-buttons input[type="submit"][name="submitBack"] {
  color: #595656;
  border: 1px solid #D6D7D7;
  background: url("/wp/wp-content/themes/hospital/images/bt_side_arrow.svg") no-repeat 95% center #efefef;
}

body#contact #form_contents form input[type="submit"],
body#contact #form_contents form input[type="reset"],
body#contact #form_contents form input[type="button"] {
  -webkit-appearance: none;
}

@media screen and (max-width: 1300px) {
  body#contact .main-contents .wrapper {
    padding: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
.wrapper {
    padding: 0px 4%;
  }
  body#contact .main-contents .wrapper {
    padding: 0 30px;
  }
  body#contact .main-contents {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }
  body#contact #contact_contents {
    margin-bottom: 0;
    display: block;
  }
  body#contact #contact_contents .content {
    display: block;
  }
  body#contact #contact_contents .content .ouchi_content {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  body#contact #contact_contents .content .ouchi_content ul {
    margin-top: 20px;
  }
  body#contact #contact_contents .content .ouchi_content ul li {
    margin-bottom: 40px;
  }
  body#contact #contact_contents .content .ouchi_content ul li a img {
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  body#contact #contact_contents .content .qa_content,
  body#contact #contact_contents .content .mail_content {
    width: 100%;
    padding: 30px;
  }
  body#contact #contact_contents .content .mail_content {
    margin-bottom: 40px;
  }
  body#contact #contact_contents .content .mail_content h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  body#contact #contact_contents .content .mail_content ul {
    margin-bottom: 20px;
  }
  body#contact #contact_contents .content .mail_content ul li {
    margin-bottom: 25px;
  }
  body#contact #contact_contents .content .mail_content .other {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  body#contact #contact_contents .content .mail_content .other .btn_link_form_blue {
    margin-top: 30px;
  }
  body#contact #contact_contents .content .qa_content h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  body#contact #contact_contents .content .qa_content p {
    margin-bottom: 20px;
  }
  body#contact #contact_contents .content .qa_content ul {
    margin-bottom: 20px;
  }
  body#contact #contact_contents .content .qa_content ul li {
    margin-bottom: 15px;
  }
  body#contact #contact_contents .content .qa_content ul li a {
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body#contact #contact_contents .content .qa_content .btn_link_form_blue a {
    font-size: 1.2rem;
  }
  body#contact #contact_contents .content .btn_link_form a {
    padding: 15px 15px;
    font-size: 1.4rem;
  }
  body#contact #contact_contents .content .btn_link_form a::after {
    right: 14px;
  }
  body#contact #contact_contents .content .btn_link_form_blue {
    margin-top: 5px !important;
  }
  body#contact #contact_contents .content .btn_link_form_blue a {
    padding: 20px 25px;
    font-size: 1.2rem;
  }
  body#contact #contact_contents .content .btn_link_form_blue a img {
    vertical-align: 0;
    width: 10px;
    height: auto;
  }
  body#contact #contact_contents .content .btn_link_form_blue a::after {
    right: 15px;
  }
  body#contact #form_contents {
    margin-bottom: 40px;
    /*form*/
  }
  body#contact #form_contents h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  body#contact #form_contents form {
    /*スマホにデザイン反映*/
  }
  b
  body#contact #form_contents form input[type="text"],
  body#contact #form_contents form input[type="email"],
  body#contact #form_contents form textarea {
    width: 100%;
    -webkit-appearance: none;
  }
  body#contact #form_contents form input[type="text"][name="電話番号[data][0]"],
  body#contact #form_contents form input[type="text"][name="電話番号[data][1]"],
  body#contact #form_contents form input[type="text"][name="電話番号[data][2]"] {
    width: 25% !important;
  }
  body#contact #form_contents form input[type="submit"],
  body#contact #form_contents form input[type="reset"],
  body#contact #form_contents form input[type="button"] {
    -webkit-appearance: none;
  }
}

body#access #snd-head {
  margin-bottom: 20px;
  height: 242px;
  background: url(/wp/wp-content/themes/hospital/images/snd_access_head@2x.jpg) no-repeat right center;
  background-size: cover;
}

body#access h1.page-title img {
  width: 42px;
  height: auto;
}

body#access .main-contents {
  width: 960px;
  margin: 0 auto 50px;
}

body#access .main-contents .map {
  padding-top: 20px;
  border-top: 1px solid #d8d7d0;
}

body#access .main-contents .map dl {
  margin-bottom: 30px;
}

body#access .main-contents .map dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

body#access .main-contents .map dl dd {
  margin-bottom: 5px;
}

body#access .main-contents .map .google-map #map_canvas {
  width: 100%;
  height: 428px;
}

body#access .main-contents .access .content {
  padding: 50px 0;
  border-bottom: 1px solid #d4d3cc;
}
 .content_underline {
  padding: 50px 0;
  border-top: 1px solid #d4d3cc;
     width: 100%;
}
body#access .main-contents .access .content:first-child {
  padding-top: 0;
}

body#access .main-contents .access .content:last-child {
  border: none;
}

body#access .main-contents .access .content .info {
  background: #eee;
  padding: 35px;
  font-weight: bold;
  border-radius: 7px;
}

body#access .main-contents .access .content .info .icon {
  margin-bottom: 10px;
}

body#access .main-contents .access .content .info .icon img {
  margin-right: 10px;
  vertical-align: middle;
}

body#access .main-contents .access .content .info p {
  padding-left: 44px;
}

body#access .main-contents .access .content dl dt {
  margin-bottom: 20px;
  color: #A197C3;
  font-size: 2.2rem;
  vertical-align: middle;
}

body#access .main-contents .access .content dl dt img {
  margin-right: 10px;
}

body#access .main-contents .access .content dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body#access .main-contents .access .content dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

body#access .main-contents .access .content dl dd ul li div {
  width: auto;
  display: inline-block;
}

body#access .main-contents .access .content dl dd ul li img {
  margin: 0 10px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  body#access h1.page-title {
    margin-bottom: 40px;
  }
  body#access h1.page-title img {
    width: 42px;
    height: auto;
  }
  body#access .main-contents {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
  body#access .main-contents .map {
    padding-top: 20px;
    border-top: 1px solid #d8d7d0;
  }
  body#access .main-contents .map dl {
    margin-bottom: 30px;
  }
  body#access .main-contents .map dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  body#access .main-contents .map dl dd {
    margin-bottom: 5px;
  }
  body#access .main-contents .access .content {
    padding: 50px 0;
    border-bottom: 1px solid #d4d3cc;
  }
  body#access .main-contents .access .content:first-child {
    padding-top: 0;
  }
  body#access .main-contents .access .content:last-child {
    border: none;
  }
  body#access .main-contents .access .content .info {
    margin-top: 20px;
    background: #eee;
    padding: 20px 20px;
    font-weight: bold;
    border-radius: 7px;
    font-size: 1.3rem;
  }
  body#access .main-contents .access .content .info .icon {
    margin-bottom: 10px;
  }
  body#access .main-contents .access .content .info .icon img {
    margin-right: 10px;
    vertical-align: middle;
  }
  body#access .main-contents .access .content .info p {
    padding-left: 44px;
  }
  body#access .main-contents .access .content.train dl dd {
    margin-bottom: 0;
  }
  body#access .main-contents .access .content dl dt {
    margin-bottom: 20px;
    color: #A197C3;
    font-size: 2.2rem;
    vertical-align: middle;
  }
  body#access .main-contents .access .content dl dt img {
    margin-right: 10px;
  }
  body#access .main-contents .access .content dl dd {
    margin-bottom: 50px;
  }
  body#access .main-contents .access .content dl dd:last-child {
    margin-bottom: 0;
  }
  body#access .main-contents .access .content dl dd ul {
    display: block;
  }
  body#access .main-contents .access .content dl dd ul li {
    display: block;
    margin-bottom: 0px;
  }
  body#access .main-contents .access .content dl dd ul li div {
    display: block;
    margin-bottom: 7px;
  }
  body#access .main-contents .access .content dl dd ul li img {
    margin: 0 10px 0 0;
  }
  body#access .main-contents .access .content dl dd ul li img.sp {
    display: block;
    margin-left: 10px;
  }
}

body#concept .mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1;
  z-index: 999;
}

body#concept .mainvisual::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/wp/wp-content/themes/hospital/images/concept_mainvisual@2x.jpg) no-repeat center;
  background-size: cover;
}

body#concept .mainvisual .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

body#concept .mainvisual .bg img {
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
}

body#concept .mainvisual h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  z-index: 9999;
}

body#concept .mainvisual h1 img {
  display: block;
  margin: 25px auto 0;
  width: 50%;
  height: auto;
}

body#concept .mainvisual h1 {
  opacity: 0;
  -webkit-animation: rotation 1.4s ease-in 0.2s 1 normal both;
          animation: rotation 1.4s ease-in 0.2s 1 normal both;
}

@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes rotation {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

body#concept .slide-bg {
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

body#concept .slide-bg::before {
  top: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100vh;
  background: #004480;
  z-index: 1;
  right: 0;
  left: 0;
}

body#concept [data-effect=slide_bg].effect {
  /*::after*/
}

body#concept [data-effect=slide_bg].effect::before {
  -webkit-animation: slide_bg 1s cubic-bezier(0.65, 0.05, 0.36, 1) 3s 1 normal both;
          animation: slide_bg 1s cubic-bezier(0.65, 0.05, 0.36, 1) 3s 1 normal both;
}

@-webkit-keyframes slide_bg {
  0% {
    height: 100%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    /* Safari and Chrome */
    /* Firefox */
    /* Opera */
    transform: right top;
    -webkit-transform: right top;
    /* Safari and Chrome */
    -moz-transform: right top;
    /* Firefox */
    -o-transform: right top;
    /* Opera */
  }
  100% {
    height: 0%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    /* Safari and Chrome */
    /* Firefox */
    /* Opera */
    transform: right top;
    -webkit-transform: right top;
    /* Safari and Chrome */
    -moz-transform: right top;
    /* Firefox */
    -o-transform: right top;
    /* Opera */
  }
}

@keyframes slide_bg {
  0% {
    height: 100%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    /* Safari and Chrome */
    /* Firefox */
    /* Opera */
    transform: right top;
    -webkit-transform: right top;
    /* Safari and Chrome */
    -moz-transform: right top;
    /* Firefox */
    -o-transform: right top;
    /* Opera */
  }
  100% {
    height: 0%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    /* Safari and Chrome */
    /* Firefox */
    /* Opera */
    transform: right top;
    -webkit-transform: right top;
    /* Safari and Chrome */
    -moz-transform: right top;
    /* Firefox */
    -o-transform: right top;
    /* Opera */
  }
}

body#concept main {
  position: relative;
  background: #fff;
  z-index: 999;
}

body#concept footer {
  position: relative;
  background: #fff;
  z-index: 999;
}

body#concept .main-wrap {
  overflow: hidden;
}

body#concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}

body#concept .contents .bg {
  width: 50%;
  position: relative;
  overflow: hidden;
}

body#concept .contents .bg .bg-move {
  position: relative;
}

body#concept .contents .bg img {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body#concept .contents .txt-content {
  position: relative;
  background: #333;
  padding: 5vw 5vw 8vw 5vw;
  color: #fff;
  width: 50%;
}

body#concept .contents .txt-content .snd-pager {
  margin: 10px 0 0;
}

body#concept .contents .txt-content figure {
  padding: 3vw 0;
}

body#concept .contents .txt-content figure img {
  width: 100%;
  vertical-align: middle;
}

body#concept .contents .txt-content h2 {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 2;
}

body#concept .main-contents {
  position: relative;
  padding-bottom: 0;
}

body#concept .main-contents .normal {
  display: block;
}

body#concept .main-contents .middle {
  display: none;
}

body#concept .main-contents .bg {
  z-index: 10;
}

body#concept .main-contents .txt-content {
  z-index: 10;
}

body#concept .main-contents .line-right {
  right: 0;
}

body#concept .main-contents .line-right::before {
  right: 0;
}

body#concept .main-contents .line-left {
  left: 0;
}

body#concept .main-contents .line-left::before {
  left: 0;
}

body#concept .main-contents .line {
  position: relative;
  height: 40%;
  z-index: 1;
  width: 100%;
  bottom: 0;
}

body#concept .main-contents .line::before {
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 0%;
  height: 200vh;
  background: #b3b3b3;
  z-index: 1;
}

body#concept .main-contents .line.last::before {
  bottom: 0;
}

body#concept .main-contents:last-child {
  padding-bottom: 0;
}

body#concept .main-contents [data-effect=slide_line-right].effect {
  /*::after*/
}

body#concept .main-contents [data-effect=slide_line-right].effect::before {
  -webkit-animation: slide_line1 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both;
          animation: slide_line1 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both;
}

@-webkit-keyframes slide_line1 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    width: 0%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    width: 100%;
  }
}

@keyframes slide_line1 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    width: 0%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    width: 100%;
  }
}

body#concept .main-contents [data-effect=slide_line-left].effect {
  /*::after*/
}

body#concept .main-contents [data-effect=slide_line-left].effect::before {
  -webkit-animation: slide_line2 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both;
          animation: slide_line2 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both;
}

@-webkit-keyframes slide_line2 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 0%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 100%;
  }
}

@keyframes slide_line2 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 0%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 100%;
  }
}

body#concept .main-contents01,
body#concept .main-contents02,
body#concept .main-contents03 {
  overflow: hidden;
}

body#concept .main-contents02 .contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 1440px) {
  body#concept .contents {
    padding: 0;
  }
  body#concept .contents .bg {
    width: 50%;
    max-width: 800px;
  }
  body#concept .contents .bg img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  body#concept .contents .txt-content .snd-pager {
    margin-top: 10px;
  }
  body#concept .contents .txt-content figure {
    padding: 60px 0;
    width: 100%;
    max-width: 474px;
    margin: 0 auto;
  }
  body#concept .contents .txt-content figure img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  body#concept main {
    background: #fff;
    overflow: hidden;
  }
  body#concept .mainvisual {
    position: relative;
    background: none;
    z-index: -1;
  }
  body#concept .mainvisual::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/wp/wp-content/themes/hospital/images/concept_mainvisual_sp@2x.jpg) no-repeat center;
    background-size: cover;
  }
  body#concept .mainvisual h1 {
    height: 100px;
    font-size: 2rem;
    z-index: 9999;
  }
  body#concept .mainvisual h1 img {
    margin: 25px auto 0;
    width: 90%;
  }
  body#concept .main-wrap {
    background: #fff;
    z-index: 2;
  }
  body#concept .main-wrap .main-contents {
    z-index: 2;
  }
  body#concept .contents {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
  body#concept .contents .bg {
    position: absolute;
    width: 90%;
  }
  body#concept .contents .bg .bg-move {
    height: 50vh;
  }
  body#concept .contents .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  body#concept .contents .txt-content {
    padding: 4vw 8vw 4vw 8vw;
    width: 90%;
    float: right;
    margin-top: 30vh;
  }
  body#concept .contents .txt-content figure {
    padding: 3vw 0;
  }
  body#concept .contents .txt-content h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  body#concept .main-contents02 .contents .bg {
    right: 0;
  }
  body#concept .main-contents02 .contents .txt-content {
    float: left;
  }

}

@media screen and (min-width: 720px) and (max-width: 960px) {
  body#concept .main-contents .normal {
    display: none;
  }
  body#concept .main-contents .middle {
    display: block;
  }
  body#concept .contents .txt-content {
    margin-top: 32vh;
  }
  body#concept .contents .bg img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
p{
		font-size: 16px; 
	}
}
.u-image-left {
  clear: both;
  float: left !important;
  margin: 0 1em .5em 0 !important;
}
.u-image-left img {
  border-radius: 5px;
}

.u-image-right {
  clear: both;
  float: right ;
  margin: 0 0 .5em .5em;
}
.u-image-right img {
  border-radius: 5px;
}
img {
 max-width: 100%;
}
p{
	font-size: 20px;
	font-weight: normal;
    color: #495A86;
    line-height: 1.5;
}
.c-table2 {
  width: 100%;
  border-spacing:1px;
  border-collapse: collapse;
border: #A3A3A3 solid 1px;
	margin: 15px 0;
}
.c-table2 tr th{
font-size: 18px;
	padding: 5px ;
	border: #A3A3A3 solid 1px;
	background-color: #D8D4E9;
	font-weight: normal;
}
.c-table2 tr td{
font-size: 16px;
	padding: 5px 5px;
	text-align: center;
	border: #A3A3A3 solid 1px;
}
.ad{
	color: #004fa3;
}
@media screen and (min-width: 720px) and (max-width: 960px) {
 .c-table2 {
    margin-bottom: 10px;
	  width: 100%;
  }
  .c-table2 tbody tr th, .c-table2 tbody tr td{
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }
  .c-table2 tbody tr th{
    padding-right: 20px;
  }
  .c-table2.type-spblock tbody{
    display: block !important;
    width: 100% !important;
  }
  .c-table2.type-spblock tbody tr, .c-table2.type-spblock tbody tr {
    display: block !important;
    width: 100% !important;
  }
  .c-table2.type-spblock tbody tr th, .c-table2.type-spblock tbody tr td {
    display: block !important;
    width: 100% !important;
  }
  .c-table2.type-spblock tbody tr th{
    margin-top: -1px;
  }
  .c-table2.type-spblock tbody tr td{
    margin-top: -1px;
  }
}


.s-fade-text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FF9828;
  font-size: 48px;
	text-shadow: 1px 1px 0px #284591;
}

.swiper-slide-active .s-fade-text {
  animation: slideTextFade 3.75s ease 0s 1 normal;
}

@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 960px) {
	
	.s-fade-text {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
	text-shadow: 1px 1px 0px #284591;
}
	.movie{
		margin-top: 60px;
		width: 100%
	}
}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
    width: 1000px;
    margin: 0 auto;
}
.oneBox{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #DCEDF4;
    border: #279CC6 1px solid;
    border-radius: 5px;
    color: #3A4C7B;
}
.oneBox_no{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 5px 10px;
    margin: 5px;
    color: #3A4C7B;
}
@media screen and (max-width: 960px) {
.oneArea {
    width: 100%;
}
.oneBox{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 10px;

}
}
.silver-img{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
	width: 100%;
	margin-bottom: 0px;
}
.silver-img .flexitem {
display: flex;
flex-direction: column;
width: 49%;
padding-bottom: 5px ;
box-sizing: border-box;
	margin-bottom: 10px;
}
.silver-img .flexitem_s {
display: flex;
flex-direction: column;
width: 49%;
padding-bottom: 5px ;
box-sizing: border-box;
	margin: 5px 0;
}
.silver-img .flexitem_l {
display: flex;
flex-direction: column;
width: 100%;
padding-bottom: 5px ;
box-sizing: border-box;
	margin: 5px 0;
}
.silver-img .flexitem_30 {
display: flex;
flex-direction: column;
width: 30%;
padding-bottom: 5px ;
box-sizing: border-box;
	margin-bottom: 0px;
}
.silver-img .flexitem_65 {
display: flex;
flex-direction: column;
width: 65%;
padding-bottom: 5px ;
box-sizing: border-box;
	margin-bottom: 10px;
}
.silver-img .flexitem p{
	font-size: 20px;
	margin-bottom: 10px;
}
.silver-img .flexitem h3{
	font-size: 22px;
	line-height: 1.5;
	color: #B9874E;
	padding-top: 5px;
}
@media screen and (max-width: 960px) {
.silver-img .flexitem {
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 0 10px;
box-sizing: border-box;
margin-bottom: 0px;
}
.silver-img .flexitem_s {
display: flex;
flex-direction: column;
width: 49%;
padding: 0px 0 0px;
box-sizing: border-box;
margin: 0 0 5px;
}
.silver-img .flexitem_30 {
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 0 10px;
box-sizing: border-box;
margin-bottom: 30px;
}
.silver-img .flexitem_65 {
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 0 10px;
box-sizing: border-box;
margin-bottom: 0px;
}
.silver-img .flexitem h3{
	font-size: 22px;
	line-height: 1.2;
	padding-top: 0px;
	margin: 10px 0 5px;
}
.silver-img .flexitem p{
	font-size: 18px;
}
}
.silver_links {
  list-style: none;
  margin: 10px auto 20px;
  padding: 0;
    width: 80%;

}

.silver_links li {
  display: inline-block;
  margin: 10px 5px;
 width: 100%
}
.silver_links li a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #A4713F;
  background-color: #FAF2F2;
  border-radius: 24px;
  color: #A4713F;
  font-size: 28px;
    font-weight: bolder;
  line-height: 1.3;
  text-align: left;
width: 98%;
}
@media screen and (max-width: 960px) {
.silver_links {
    width: 98%;
    margin: 0px auto 0px;
}
.silver_links li {
  display: inline-block;
  margin: 5px 0px;

}
.silver_links li a {
  display: inline-block;
  padding: 5px 0px 5px 5px;
  border: 1px solid #A4713F;
  border-radius: 10px;
  color: #A4713F;
  font-size: 22px;
font-weight: bold;
  line-height: 1.3;
  text-align: left;
width: 100%;
    }
}
.btn_01{
    padding: 5px 10px;
    font-size: 20px;
    border: #279CC6 1px solid; 
    color: #279CC6 ; 
    background-color: #EBF9FF ;
    border-radius: 5px;
}
.btn_02 a{
    padding: 5px 10px;
    font-size: 20px;
    border: #DC549D 1px solid; 
    color: #DC549D  ; 
    background-color: #FFF1F8  ;
    border-radius: 5px;
}
.silver_links2 {
  display: inline-block;
  margin: 0px;
  color: #ffffff;
}
.silver_links2 li a {
  display: inline-block;
  padding: 5px 18px;
  border: 0px solid #535e83;
  border-radius: 20px;
  background-color: #279CC6;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.66667;
  text-align: center;
}
.silver_links2 li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 16px;
  line-height: 1;
  margin-right: 5px;
}

.silver_timetable *, .silver_timetable *:before, .silver_timetable *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.silver_timetable {
	width: 100%;
	height: 100%;
	margin: 0px auto 0;
	border-spacing: 0px 0px;
	border-collapse: separate;

}
.silver_timetable th, .silver_timetable td {
	padding: 10px 10px;
}
/*Headerブロック*/
.silver_timetable th {
	position: relative;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #3A4C7B;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1em;
}

/*メインブロック*/
.silver_timetable tr td {
	border: none;
	font-size: 20px;
	line-height: 1.3;
	color:#00488A;
	vertical-align: top;

}
 
.silver_timetable tr:last-child td {
	border-radius: 0 0 0px 0px;
}
.silver_timetable tr:nth-child(2n+1) td.group1 {
	background: #FFE8F3;
}
.silver_timetable tr:nth-child(2n+0) td.group1 {
	background: #FFF3F9;
}
.contents{
    width: 1000px;
    margin:0 auto 20px
}
.content{
    margin-bottom: 30px
}
.table-type-silver{
	width: 100%;
	margin: 0px 0;
	border-spacing: 0;
  border-collapse: collapse;
}
.table-type-silver tr th{
	background-color: rgba(227,180,213,0.6);
	font-size: 18px;
	padding: 5px 4px;
	border: 1px solid #c3bfb6;
	vertical-align: middle;
	text-align: center;
	line-height: 1.875;
}

.table-type-silver tr td {
  padding: 5px 4px;
  border: 1px solid #c3bfb6;
  vertical-align: middle;
	text-align: center;
  font-size: 18px;
	letter-spacing: 2px;
  line-height: 1.875;
	
}
@media screen and (max-width: 960px) {
  .table-type-silver{
	width: 100%;
	margin: 0px 0;
}
.table-type-silver tr th{
	font-size: 16px;
	padding: 3px 2px;
	line-height: 1.5;
}

.table-type-silver tr td {
  padding: 5px 2px;
  font-size: 16px;
  line-height: 1.5;
}  
    .contents{
    width: 100%;
        padding: 0 2%;

}   
}
.table-type-silver2{
	width: 100%;
	margin: 0px 0 20px;
	border-spacing: 0;
  border-collapse: collapse;
    color: #495A86;
}
.table-type-silver2 tr th{
	font-size: 20px;
	vertical-align: middle;
	line-height: 2;
    color: #A87745;
}

.table-type-silver2 tr td {
	text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.3;
	
}

/* CSSアニメーションの指定 */
.fade-in{ 
  animation-name:sample01;
  animation-duration:4s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(-30px);
}
  100%{
    opacity: 1;
     transform: translateY(0);
  }

}
.arrow{
    text-align: center;
    width: 100%;
}
.arrow img{
    width: 15%;
}
@media screen and (max-width: 960px) {
   .arrow img{
    width: 30%;
       margin-bottom: -30;
} 
}