@charset "UTF-8";
/* CSS Document */

body_top {
	background-image: url(../images/bg.gif);
	background-size: 100% auto;
}
a {
	color: #1D8E9F;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #1D8E9F;
	text-decoration: none;
	opacity: 0.7;
}
p {
	color: rgba(29,142,159,1.00);
	line-height: 2rem;
}
h3 {
	font-size: 22px;
	color: rgba(29,142,159,1.00);
	line-height: 2.5rem;
	font-weight: normal;
}
.h3-top {
	color: rgba(29,142,159,1.00);
	line-height: 1.5rem;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 20px;
}
.h3-top2 {
	color: rgba(29,142,159,1.00);
	line-height: 1.5rem;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}
ul, ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 5rem;
	list-style: none;
	background-color: #FFFFFF;
	border-radius: 0.25rem;
	color: rgba(29,142,159,1.00);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.pagetop {
	position: fixed;
	right: 2%;
	bottom: 10%;
}
.bg_green {
	background-color: rgba(238,242,243,1.00);
}
.bg_white {
	background-color: rgba(255,255,255,1.00);
}

@media (max-width: 767.98px) {
.bg_white2 {
	background-color: rgba(255,255,255,1.00);
}
}
.bg_dgreen {
	background-color: rgba(1,115,142,1.00);
}
.bg_dgreen2 {
	background-color: rgba(26,129,153,1.00);
}
.box {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: red;
}
.mb-100 {
	margin-bottom: 100px;
}
.animated:hover {
	animation: bounce 1s infinite;
}
.bg_s a, .bg_s2 a {
	opacity: 1;
}
/* loader */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #FFF;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/* navi */
#menu {
	position: fixed;
	right: 50px;
	z-index: 100;
	bottom: 50px;
}
#menu li {
	list-style-type: none;
	width: auto;
	margin-bottom: 20px;
}
#menu #first, #menu #last {
	transition: all 1s ease 0s;
}
#menu #first img:hover, #menu #last img:hover {
	opacity: 0.8;
}
.navbar-brand {
	padding-left: 50px;
}
.navbar {
	padding: 0.0rem 0rem;
}
.navbar-color .navbar-brand {
	color: #00748d;
}
.navbar-color .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #00748d;
}
.navbar-color .navbar-nav .nav-link {
	color: rgba(0,116,141, 0.5);
}
.navbar-color .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(29,142,159,1.00);
}
.navbar-color .navbar-nav .nav-link.disabled {
	color: rgba(29,142,159,1.00);
}
.navbar-color .navbar-nav .show > .nav-link, .navbar-color .navbar-nav .active > .nav-link, .navbar-color .navbar-nav .nav-link.show, .navbar-dcolor .navbar-nav .nav-link.active {
	color: #1D8E9F;
}
.navbar-color .navbar-toggler {
	color: rgba(0,116,141, 0.5);
	border-color: rgba(0,116,141, 0.1);
	background-color: rgba(29,142,159,1.00);
	background-size: 50% auto;
	background-repeat: no-repeat;
}
.navbar-color .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-color .navbar-text {
	color: rgba(0,116,141, 0.5);
}
.navbar-color .navbar-text a {
	color: #00748d;
}
.navbar-color .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #00748d;
}
.nav-item {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.nav-item {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) {
.smpbox {
    display: none!important;
  }
}
@media (max-width: 992px) {
.navbar-nav {
    display: none!important;
  }
        .navbar-brand {
	padding-left: 10px;
}
}
.smpbox {
	background-color: rgba(29,142,159,1.00);
	padding-top: 30px;
  }

.smpbox .row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.smpbox .col-4 a {
	color: rgba(29,142,159,1.00)!important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	font-weight: bold;
  }
.smpbox .col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	margin-top: 0px;
	height: 80px;
	text-align: center;
	margin-right: 20px;
  }
@media (max-width: 550px) {
.smpbox .mynavi,.smpbox .ibac {
	width: 68.7%;
  }
}
@media (max-width: 991.98px) {
.smpbox .mynavi,.smpbox .ibac {
	width: 68.7%;
  }
}
@media (max-width: 767.98px) {
.smpbox .mynavi,.smpbox .ibac {
	width: 69.4%;
  }
}
@media (max-width: 550px) {
.smpbox .mynavi,.smpbox .ibac {
	width: 70%;
  }
}
@media (max-width: 500px) {
.smpbox .mynavi,.smpbox .ibac {
	width: 70.5%;
  }
}
.smpbox .mynavi {
    background-color: rgba(255,255,255,1.00);
    margin-bottom: 40px;
    margin-top: 0px;
    height: 80px;
    text-align: center;
    margin-right: 20px;
    padding-top: 5px;
  }
.smpbox .ibac {
	background-color: rgba(147,189,1,1.00);
	margin-bottom: 30px;
	margin-top: 10px;
	height: 100px;
	text-align: center;
	margin-right: 20px;
	padding-top: 10px;
  }
.navbar-toggler {
	border-radius: 0rem;
	width: 73px;
	height: 73px;
	background-position: 50% 50%;
}
.navbar .navbar-toggler[aria-expanded="true"] {
	background-image: url(../images/smpclose.png);
    transition: .2s;
}
.navbar .navbar-toggler[aria-expanded="false"] {
	background-image: url(../images/smpmenu.png);
    transition: .2s;
}
.btn_inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.br-pc {
	display: none;
}

@media screen and (max-width: 991.98px) {
.br-sp {
	display: none;
}
.br-pc {
	display: inherit;
}
}

@media (max-width: 991.98px) {
.nav-item {
	font-size: 120%!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media (max-width: 1068px) {
.nav-item {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
}
}

@media (max-width: 1169px) {
.nav-item {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media (max-width: 575.98px) {
#menu #first, #menu #last {
	width: 80px;
}
#menu {
	position: fixed;
	right: 10px!important;
	z-index: 100;
	bottom: 10px!important;
}
}
.btn_top {
	background-color: rgba(235,244,246,1.00);
}
.btn_top2 {
	background-color: rgba(147,189,1,1.00);
}
.btn_top img, .btn_top2 img {
	padding-bottom: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.btn_foot1 {
	background-color: rgba(255,255,255,1.00);
	width: 100%;
}
.btn_foot2 {
	background-color: rgba(147,189,1,1.00);
	width: 100%;
}
.btn_foot3 {
	background-color: rgba(147,189,1,1.00);
	width: 100%;
	margin-top: 30px;
}
.btn_foot4 {
	background-color: rgba(0,101,124,1.00);
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn_foot4 p {
	color: rgba(255,255,255,1.00);
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_foot3 img {
	width: 100%;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.navbar.navbar-expand-lg.navbar-color.bg-white.fixed-top .navbar-toggler img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.navbar-nav .btn_top2 a {
	color: rgba(255,255,255,1.00)!important;
}
.navbar-nav .btn_top a {
	color: rgba(0,116,142,1.00)!important;
}
/* top */
.top-img {
	margin-top: 100px;
}

@media (max-width: 767.98px) {
.inner2 {
	position: static;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
.vertical-center2 {
	text-align: center;
	width: 100%;
	position: static;
	top: 0%;
	transform: translateY(0%);
	margin-top: 200px;
}
.h_staff {
	margin-top: 100px;
}
}
.vertical-center {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0%;
	transform: translateY(47%);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.bg1 {
	background-image: url(../images/bg_top2.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: rgba(182,221,240,1.00);
}
.bg2 {
	background-image: url(../images/bg_top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 1000% center;
}
.img-staff {
	margin-top: auto;
	margin-bottom: auto;
}
.smessage {
	background-image: url(../images/top_sec.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	max-height: 622px;
	height: 622px;
}
.bg {
	position: absolute;
	left: 55%;
	top: 50%;
}
.bg_se {
	position: absolute;
	left: 0px;
	top: 55%;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 430px;
}
.bg_th {
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 430px;
	position: absolute;
	top: 35%;
}
.bg_th .conbox {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}
.bg_m {
	position: relative;
}
.bg_m_size {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1320px) {
.bg_th .conbox {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}
.bigimg {
	width: 320px;
}
}

@media (max-width: 1068px) {
.bg_th .conbox {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}
.bigimg {
	width: 280px;
}
}

@media (max-width: 991.98px) {
.bg_2 {
	position: absolute;
	left: 45%;
	top: 60%;
	width: 250px;
}
.bg_3 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
}
.bg_th .conbox {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
}

@media (max-width: 767.98px) {
.bg_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
}
.bg_3 {
	position: absolute;
	width: 200px;
}
}

@media (max-width: 575.98px) {
.bg_2, .bg_3 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
}
.bg1 {
	background-size: 100% auto!important;
	background-repeat: no-repeat;
	background-color: rgba(182,221,240,1.00);
	background-image: url(../images/bg_top3_2.jpg);
	background-position: center 0%!important;
}
}

@media (max-width: 550px) {
.bg_2, .bg_3 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140px;
}
.bg_se {
	width: 280px;
}
.bg_th {
	width: 280px;
}
}
.fuwafuwa {
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function: ease;
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function: ease;
}
 @-webkit-keyframes fuwafuwa {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes fuwafuwa {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}
/* fitness */
.topspace3 {
	margin-top: 170px;
}
.topspace {
	margin-top: 150px;
}

@media (max-width: 991.98px) {
.topspace {
	margin-top: 0px;
}
.ms-top {
	margin-top: 200px;
}
}
#finess h3 {
	margin-bottom: 55px;
	line-height: 1.5em;
}
#finess h3 span {
	font-size: 80%;
}
#finess p {
	margin-top: 40px;
	color: rgba(29,142,159,1.00);
}
.bg_box1 {
	background-image: url(../images/bg_box1.png);
}
.bg_box2 {
	background-image: url(../images/bg_box2.png);
}
.bg_box3 {
	background-image: url(../images/bg_box_sashi.png);
}
.bg_box4 {
	background-image: url(../images/bg_box4_2023.png);
}
.bg_box5 {
	background-image: url(../images/bg_box5.png);
}
.bg_box6 {
	background-image: url(../images/bg_box6.png);
}
.bg_box7 {
	background-image: url(../images/bg_box7.png);
}
.bg_box9 {
	background-image: url(../images/bg_box9.png);
}
.bg_b {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.00);
	border-radius: 0.25rem;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* staff */
#staffbody {
	margin-top: 150px;
}
.bg_s, .bg_s2 {
	background-image: url(../images/finese_second4.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

@media (max-width: 991.98px) {
.bg_s {
	background-size: auto auto;
}

.bg_s2 {
	background-image: url(../images/bg_smp.png);
	background-position: center center;
	background-size: 100% auto;
}
}
.para1 {
	background-image: url(../images/staff_para.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.para_requ {
	background-image: url(../images/top_requ.png);/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1320px) {
.para_requ {
	background-size: auto 100%;/*背景サイズ*/
	background-repeat: no-repeat;
}
}
.para_requ img {
	margin-top: 150px;
}
.photosec img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.frame {
	width: 100%;
	height: 532px;
	overflow-y: hidden;
	overflow-x: visible;
	cursor: pointer;
	margin-top: 23px;
}
.frame2 {
	width: 100%;
	height: 555px;
	overflow-y: hidden;
	overflow-x: visible;
	cursor: pointer;
}
.cell {
	width: 100%;
	height: 400%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 0, center 532px, center 1064px, center 1596px, center 2128px;
	animation-name: parapara;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(4);
	animation-play-state: paused;
}
.cell2 {
	width: 100%;
	height: 400%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 0, center 555px, center 1110px, center 1665px, center 2220px;
	animation-name: parapara;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(4);
	animation-play-state: paused;
}
.staff {
	background-image: url(../images/staff_01_01.png), url(../images/staff_01_02.png), url(../images/staff_01_03.png), url(../images/staff_01_04.png);
}
.staff2 {
	background-image: url(../images/staff_02_01.png), url(../images/staff_02_02.png), url(../images/staff_02_03.png), url(../images/staff_02_04.png);
}
.staff3 {
	background-image: url(../images/staff_03_01.png), url(../images/staff_03_02.png), url(../images/staff_03_03.png), url(../images/staff_03_04.png);
}
.staff4 {
	background-image: url(../images/staff_04_01.png), url(../images/staff_04_02.png), url(../images/staff_04_03.png), url(../images/staff_04_04.png);
}
.cell:hover, .cell2:hover {
	animation-play-state: running;
}
@keyframes parapara {
 0% {
 transform: translateY(0);
}
 100% {
 transform: translateY(-100%);
}
}

@media (max-width: 991.98px) {
.st2 {
	margin-top: 150px;
}
.st3 {
	margin-top: 60px;
}
.st4 {
	margin-top: 200px;
}
.frame {
	width: 100%;
	height: 798px;
	overflow: hidden;
	cursor: pointer;
}
    .frame2 {
	width: 100%;
	height: 832px;
	overflow-y: hidden;
	overflow-x: visible;
	cursor: pointer;
}
    .cell {
	background-position: center 0, center 798px, center 1596px, center 2394px, center 3192px;
	background-size: auto 798px;
}
    .cell2 {
	background-position: center 0, center 832px, center 1664px, center 2496px, center 3328px;
        background-size: auto 832px;
}
.st_smp2 {
	margin-top: 200px;
}
.st_smp3 {
	margin-top: -200px;
}
}

@media (max-width: 767.98px) {
.cell {
	background-size: auto 399px;
}
.frame {
	height: 399px!important;
}
    .frame2 {
	height: 416px!important;
}
.cell {
	background-position: center 0, center 399px, center 798px, center 1197px, center 1596px!important;
}
        .cell2 {
	background-position: center 0, center 416px, center 832px, center 1248px, center 1664px!important;
        background-size: auto 416px;
}
    .bg_s2 .name{
	font-size: 18px;
}
        .bg_s2 .name span {
	font-size: 14px;
}
}
@media (max-width: 550px) {
            .bg_s {
	background-image: url(../images/smp_sashi.gif);
	background-size: 100% auto;
}
     #topstaff4 {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media (max-width: 500px) {
        .bg_s2 .name{
	font-size: 16px;
}
        .bg_s2 .name span {
	font-size: 12px;
	line-height: 1em;
}
}
/* history */
.dlbox dt, .dlbox dd {
	color: rgba(255,255,255,1.00);
	font-weight: normal;
}
.dlbox dt {
	float: left;
	clear: left;
	width: 30%;
}
.dlbox dd {
	float: left;
	width: 70%;
}
.bg_his1 h3, .bg_his h3 {
	color: rgba(255,255,255,1.00);
}
.his_top {
	margin-top: 50px;
}
.para2 {
	background-image: url(../images/bg_sec1.jpg);/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0,0,0,1.00);
	padding-bottom: 150px;
}
.bg_his1 {
	background-color: rgba(0,0,0,1.00);
}
.bg_his {
	background-image: url(../images/bg_sec.jpg);/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
}
    .spb {
	margin-bottom: 150px;
}
.txts {
	margin-bottom: 150px;
}
@media (min-width: 991.98px) {
.para2 {
	background-image: url(../images/bg_sec1.jpg);/*画面からの相対位置（背景固定）*/
	background-size: 100% 800px;/*背景サイズ*/
	/* [disabled]height: 1400px; */
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
}

@media (max-width: 991.98px) {
.his_top {
	margin-top: 150px;
}
    .spb {
	margin-bottom: 100px;
}
    .para2 {
	background-image: url(../images/bg_sec1.jpg);/*画面からの相対位置（背景固定）*/
	background-size: 120% 670px;/*背景サイズ*/
	padding-bottom: 0px;
}
}

@media (max-width: 767.98px) {
.para2 {
	background-image: url(../images/bg_sec1.jpg);/*画面からの相対位置（背景固定）*/
	background-size: 170% 650px;/*背景サイズ*/
	background-repeat: no-repeat;
}
.dlbox dt {
	float: left;
	clear: left;
	width: 100%;
}
.dlbox dd {
	float: left;
	width: 100%;
	border-bottom: 1px dotted rgba(255,255,255,1.00);
	padding-bottom: 10px;
}
.bg_his1 h3, .bg_his h3 {
	border-bottom: 1px dotted rgba(255,255,255,1.00);
}
.bg_his {
	background-image: url(../images/bg_sec.jpg);/*画面からの相対位置（背景固定）*/
	background-size: auto 100%;/*背景サイズ*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100px;
}
}

@media (max-width: 500px) {
.his_top {
	margin-top: 200px;
}
.his_txt {
	margin-top: 150px;
}
}
#history {
	position: relative;
	top: -100px;
	background-color: rgba(255,254,254,1.00);
	padding-top: 50px;
}
.his_p {
	position: relative;
	top: -170px;
}
.btn-finese {
	color: rgba(29,142,159,1.00);
	border: 1px solid rgba(29,142,159,1.00);
	width: 100%;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,1.00);
}
.btn-contact {
	color: rgba(255,255,255,1.00);
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(1,115,142,1.00);
	margin-bottom: 20px;
}
.btn-contact:hover {
	background-color: rgba(94,163,192,1.00);
}
.btn-finese3 {
	color: rgba(29,142,159,1.00);
	border: 1px solid rgba(29,142,159,1.00);
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
.btn-finese:hover {
	background-color: rgba(238,242,243,1.00);
}
.btn-finese2 {
	color: rgba(255,250,250,1.00);
	border: 1px solid rgba(255,255,255,1.00);
	width: 100%;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.00);
	text-align: center;
	margin-bottom: 100px;
}

/* message */
.message {
	background-color: rgba(233,240,241,1.00);
}
.para3 {
	background-image: url(../images/messe_para.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.h_mess {
	margin-bottom: 300px;
}
/* staff_single */
.topspace2 {
	margin-top: 90px;
}
.st_sin {
	background-color: rgba(0,116,142,1.00);
}
#st_single h3 {
	margin-bottom: 50px;
	margin-top: 50px;
}
.headcopy {
	position: absolute;
	z-index: 3;
	left: 60%;
	margin-top: 20px;
}
.para_data {
	background-image: url(../images/para_data.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.para_st1 {
	background-image: url(../images/para_staff1.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.para_st2 {
	background-image: url(../images/para_staff2.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.para_st3 {
	background-image: url(../images/para_staff3.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}
.para_st4 {
	background-image: url(../images/para_staff4.jpg);/*背景画像*/
	background-attachment: fixed;/*画面からの相対位置（背景固定）*/
	background-size: 100% auto;/*背景サイズ*/
	height: 400px;
}

@media (max-width: 1320px) {
.headcopy {
	position: absolute;
	z-index: 3;
	left: 70%;
}
}

@media (max-width: 991.98px) {
.headcopy {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 300%;
}
    .headcopy2 {
	position: absolute;
	z-index: 3;
	left: 0px;
	width: 50%;
	top: 250%;
}
    
#st_single h3 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.h_mess {
	margin-bottom: 100px;
	margin-top: 100px;
}
.names {
	margin-top: 70px;
	margin-bottom: 100px;
	text-align: center!important;
}
}

@media (max-width: 767.98px) {
.headcopy {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 300%;
	width: 70%;
}
        .headcopy2 {
	position: absolute;
	z-index: 3;
	left: 0px;
	width: 50%;
	top: 280%;
}
}

@media (max-width: 575.98px) {
    .names {
	font-size: 80%;
}
.headcopy {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 330%;
	width: 70%;
}
            .headcopy2 {
	position: absolute;
	z-index: 3;
	left: 0px;
	width: 70%;
	top: 320%;
}
}
.nameposi {
	position: absolute;
	bottom: 0%;
	right: 10%;
}
.name {
	font-size: 24px;
}
.name span {
	font-size: 18px;
}
.names {
	margin-top: 70px;
	margin-bottom: 100px;
}
.names span {
	font-size: 120%;
}
.space {
	margin-bottom: 70px;
}
.headsp {
	margin-top: 70px;
}
.stbody {
	margin-top: 50px;
}
.stafffu {
	margin-top: 50px;
}
/* data */
.d_space {
	margin-top: 35px;
	margin-bottom: 50px;
}
/* footer */

.ft_banner {
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ft_menu {
	padding-bottom: 50px;
}
.ft_menu ul li {
	text-align: left;
	list-style-type: none;
	font-variant: normal;
	line-height: 3rem;
}
.ft_menu ul .small {
	line-height: 1.4rem;
}
.ft_menu ul li a {
	color: rgba(255,255,255,1.00);
}
.cr p {
	color: rgba(29,142,159,1.00);
	margin-top: 30px;
	margin-bottom: 30px;
}
.conp p,.conp p a {
	color: rgba(255,255,255,1.00);
}

@media (max-width: 991.98px) {
.ft_menu ul li {
	text-align: left;
	list-style-type: none;
	font-variant: normal;
	line-height: 3rem;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}
.ft_menu ul {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.ft_menu ul .smul {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.ft_menu ul .smul_l {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
