/* Scss Document */
.pc, .ipad_view {
  display: none !important;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (max-width: 860px) {
  .ipad_view {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_r {
  text-align: right;
}
i {
  font-style: normal;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk_in {
  display: inline-block;
}
.box_shadown {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img_shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 756px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
@media screen and (max-width: 816px) {
  .wrap {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
h2, h3 {
  color: #0075B2;
  font-weight: 500;
  text-align: left;
}
h3 {
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 27px;
  margin-right: -70px;
  white-space: nowrap;
}
header {
  background: url("../img/index/key.jpg") no-repeat center 0;
}
header h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  width: 409px;
  padding: 27px 0 17px;
}
header .logo {
  width: 240px;
  margin: 0 0 0 90px;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1160px) {
  header {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: url("../img/index/key_sp.jpg") no-repeat 0 0/100%;
    padding-bottom: 19px;
  }
  header h1 {
    font-size: 12px;
    line-height: 14px;
    width: 162px;
    padding: 28px 0 2px;
  }
  header .logo {
    width: 65px;
    margin: 0 0 0 44px;
  }
}
footer {
  background: url("../img/index/ft_bg.png") repeat-x center 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  padding: 84px 0 97px;
  position: relative;
}
footer:before {
  content: '';
  background: url("../img/index/ft_deco.png") no-repeat 0 0/100%;
  width: 555px;
  height: 215px;
  position: absolute;
  top: -120px;
  right: calc(50% + 236px);
}
@media screen and (max-width: 1680px) {
  footer:before {
    right: auto;
    left: 40px;
  }
}
footer address {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer {
    background: url("../img/index/ft_bg_sp.png") repeat-x center 0/375px;
    font-size: 16px;
    line-height: 25px;
    padding: 48px 0 33px;
  }
  footer:before {
    width: 143px;
    height: 70px;
    left: 30px;
    top: 0px;
  }
}
section {
  position: relative;
}
section * {
  box-sizing: border-box;
}
/* page csss*/
.map {
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  padding: 27px 55px 62px 49px;
  margin-bottom: 90px;
}
.map h3 {
  color: #000;
  font-size: 35px;
  margin-bottom: 0px;
  font-weight: 400;
  padding: 0 0 19px;
}
.map ul {
  padding-bottom: 42px;
}
.map ul li {
  font-size: 20px;
  margin: 0px 38px 0 0px;
  display: inline-block;
  line-height: 1;
}
.map ul li:last-child {
  margin-right: 0;
}
.map ul li img {
  width: 82px !important;
  height: auto;
  margin-right: 10px;
}
.map .photo {
  margin: 0 -35px 0 -16px;
}
.map .photo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 29px;
    padding-bottom: 17px;
    margin-right: -30px;
  }
  .map {
    border-radius: 10px;
    padding: 11px 0px 31px 28px;
    margin: 0 -10px 80px;
  }
  .map h3 {
    font-size: 19px;
    line-height: 36px;
    padding: 0 0 6px;
  }
  .map ul {
    padding-bottom: 20px;
  }
  .map ul li {
    font-size: 16px;
    margin: 0px 38px 0 0px;
    display: inline-block;
    line-height: 1;
  }
  .map ul li img {
    width: 54px !important;
    margin-right: 10px;
  }
  .map .photo {
    margin: 0 0 0 -28px;
  }
}
#sec1 {
  padding-bottom: 50px;
}
#sec1 img {
  width: 100%;
  height: auto;
}
#sec1 h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 90px;
  margin-right: -70px;
  padding: 36px 0 50px;
}
#sec1 .lead {
  position: relative;
  padding-left: 299px;
  min-height: 678px;
}
#sec1 .lead .logo {
  position: absolute;
  top: -16px;
  left: -86px;
  width: 380px;
  font-size: 29px;
  color: #036EAC;
  line-height: 1;
}
#sec1 .lead .logo dd {
  padding: 14px 0 0 87px;
}
#sec1 .catch1 dt {
  color: #0075B2;
  font-weight: 500;
  font-size: 31px;
  line-height: 45px;
  background: url("../img/index/deco2.png") no-repeat 0 0/100% 100%;
  width: 475px;
  height: 181px;
  padding: 46px 0px 20px 87px;
  letter-spacing: 0;
  text-align: left;
  text-indent: -16px;
  margin: -20px 0 2px 240px;
}
#sec1 .catch1 dt span {
  margin-right: -18px;
}
#sec1 .catch2 {
  padding-bottom: 40px;
}
#sec1 .catch2 ul {
  padding: 9px 35px 10px;
}
#sec1 .catch2 li {
  color: #0075B2;
  font-weight: 700;
  text-align: center;
  font-size: 84px;
  line-height: 99px;
}
#sec1 .catch2 li .tt {
  font-size: 42px;
  display: inline-block;
  line-height: 50px;
}
#sec1 .catch2 li .tt span {
  font-size: 31px;
}
#sec1 .info {
	position: relative;
}
#sec1 .info .deco_fish {
	
    position: absolute;
    top: 530px;
    right: -444px;
}
#sec1 .menu {
  padding-bottom: 30px;
}
#sec1 .menu .item {
  padding-bottom: 77px;
}
#sec1 .menu .item:last-child {
  padding-bottom: 0;
}
#sec1 .menu .item .photo {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  overflow: hidden;
}
#sec1 .menu .item h3 {
  position: relative;
  margin-right: -100px;
}
#sec1 .menu .item h3 span {
  display: inline-block;
  margin-left: -20px;
}
#sec1 .menu .item h3 span.char2 {
  width: 18px;
  margin: 0;
}
#sec1 .menu .item h3.ext {
  padding: 97px 0 0 135px;
  margin: 0 -50px 20px 0;
  text-indent: -8px;
}
#sec1 .menu .item h3.ext:before {
  content: '';
  background: url("../img/index/deco11.png") no-repeat 0 0/100%;
  position: absolute;
  top: -100px;
  left: -110px;
  z-index: 5;
  width: 317px;
  height: 305px;
}
#sec1 .end h3 {
  line-height: 58px;
}
@media screen and (max-width: 816px) {
  #sec1 h2 {
    font-size: 45px;
    padding: 0;
  }
  #sec1 .lead {
    padding-left: 48%;
    min-height: 60px;
    padding-bottom: 50px;
  }
  #sec1 .lead .logo {
    left: 0;
    width: 43%;
    font-size: 29px;
    top: 16px;
  }
  #sec1 .lead .logo dd {
    padding: 14px 0 0 0;
    text-align: center;
  }
  #sec1 .catch1 {
    padding-top: 20px;
  }
  #sec1 .menu {
    padding-bottom: 30px;
  }
  #sec1 .menu .item {
    padding-bottom: 77px;
  }
  #sec1 .menu .item:last-child {
    padding-bottom: 0;
  }
  #sec1 .menu .item h3 .char1 {
    margin-left: -10px;
  }
  #sec1 .menu .item h3.ext {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding-bottom: 22px;
  }
  #sec1 h2 {
    font-size: 23px;
    line-height: 34px;
  }

  #sec1 .catch1 dt span {
    margin: 0;
  }

  #sec1 .lead {
    padding-left: 44%;
    min-height: 60px;
    padding-bottom: 63px;
  }
  #sec1 .lead .logo {
    font-size: 14px;
    width: 40.5%;
    top: 9px;
  }
  #sec1 .lead .logo dd {
    text-align: left;
    padding: 6px 0 0;
    letter-spacing: 0;
  }
  #sec1 .catch1 {
    padding-top: 80px;
  }
  #sec1 .catch1 dt {
    font-size: 19px;
    line-height: 29px;
    margin: 0 auto 9px;
    width: 315px;
    height: 127px;
    padding: 32px 0px 0px 62px;
  }
  #sec1 .catch2 {
    padding-bottom: 80px;
  }
  #sec1 .catch2 dd {
    margin: 0 -6px;
  }
  #sec1 .catch2 ul {
    padding: 10px 0;
  }
  #sec1 .catch2 li {
    font-size: 39px;
    line-height: 40px;
  }
  #sec1 .catch2 li .tt {
    font-size: 21px;
    line-height: 28px;
  }
  #sec1 .catch2 li .tt span {
    font-size: 18px;
  }
  #sec1 .menu {
    padding-bottom: 20px;
  }
  #sec1 .menu .item .photo {
    border-radius: 10px;
  }
  #sec1 .menu .item h3.ext {
    padding: 24px 0 0 78px;
  }
  #sec1 .menu .item h3.ext:before {
    width: 159px;
    left: -39px;
    top: -46px;
  }
  #sec1 .end h3 {
    line-height: 29px;
  }
}
#sec2 {
  padding: 90px 0 100px;
}
#sec2 .group .staff {
  position: relative;
  padding-left: 335px;
  margin-bottom: 70px;
  min-height: 680px;
}
#sec2 .group .staff h2 {
  color: #fff;
  font-size: 31px;
  line-height: 45px;
  font-weight: 500;
  background-image: url("../img/index/bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  width: 359px;
  height: 158px;
  padding: 31px 20px 20px 70px;
  margin-bottom: 46px;
}
#sec2 .group .staff .txt {
  background-image: url("../img/index/txt_bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 426px;
  min-height: 453px;
  box-sizing: border-box;
  padding: 40px 35px 20px 83px;
  font-size: 18px;
  line-height: 36px;
}
#sec2 .group .staff .person {
  position: absolute;
  left: 9px;
  top: 15px;
  width: 326px;
}
#sec2 .group .staff .person dt {
  font-size: 36px;
  line-height: 43px;
  background: url("../img/index/dot.png") repeat-x 0 bottom;
  padding-bottom: 17px;
  margin-bottom: 8px;
}
#sec2 .group .staff .person dt span {
  font-size: 28px;
  padding-left: 10px;
}
#sec2 .group .staff .person dd {
  font-size: 18px;
  line-height: 28px;
  padding-top: 7px;
}
#sec2 .group .staff:nth-child(even) {
  padding-left: 0;
}
#sec2 .group .staff:nth-child(even) .person {
  left: auto;
  right: 0;
}
#sec2 .group .staff.staff2 {
  margin-bottom: -10px;
}
#sec2 .group .staff.staff2 h2 {
  background-image: url("../img/index/bg2.png");
  width: 322px;
  height: 154px;
  padding: 34px 20px 0px 42px;
  margin-left: 110px;
}
#sec2 .group .staff.staff2 .txt {
  background-image: url("../img/index/txt_bg2.png");
  padding: 51px 66px 20px 45px;
  min-height: 381px;
  width: 426px;
  margin-left: 7px;
}
#sec2 .group .staff.staff2 .person {
  top: -47px;
  right: -19px;
}
#sec2 .group .staff.staff3 {
  min-height: 700px;
	position: relative;
}
#sec2 .group .staff.staff3 .deco_f2 {
       position: absolute;
    top: 143px;
    left: -488px;
}
#sec2 .group .staff.staff3 h2 {
  background-image: url("../img/index/bg3.png");
  width: 419px;
  height: 197px;
  padding: 26px 20px 0px 80px;
}
#sec2 .group .staff.staff3 .txt {
  background-image: url("../img/index/txt_bg3.png");
  padding: 43px 40px 20px 84px;
  min-height: 309px;
  width: 427px;
}
#sec2 .group .staff.staff3 .person {
  top: -41px;
}
#sec2 .group .staff.staff3 .person .photo {
  margin-bottom: 7px;
}
#sec2 .group .staff.staff4 {
  margin-bottom: 42px;
  min-height: 600px;
}
#sec2 .group .staff.staff4 h2 {
  background-image: url("../img/index/bg4.png");
  width: 418px;
  height: 157px;
  padding: 34px 20px 0px 42px;
  margin-left: -7px;
  margin-bottom: 44px;
}
#sec2 .group .staff.staff4 .txt {
  background-image: url("../img/index/txt_bg4.png");
  padding: 73px 40px 20px 51px;
  min-height: 288px;
  width: 400px;
  margin-left: -11px;
}
#sec2 .group .staff.staff4 .person {
  top: -107px;
  right: -1px;
}
#sec2 .group .staff.staff5 {
  margin-bottom: 60px;
}
#sec2 .group .staff.staff5 h2 {
  background-image: url("../img/index/bg5.png");
  width: 411px;
  height: 151px;
  padding: 30px 0px 0px 83px;
}
#sec2 .group .staff.staff5 .txt {
  background-image: url("../img/index/txt_bg5.png");
  padding: 73px 40px 20px 51px;
  min-height: 365px;
  width: 394px;
  margin: 0 0 0 37px;
}
#sec2 .group .staff.staff5 .person {
  top: -68px;
}
#sec2 .group .staff.staff5 .person .photo {
  margin-bottom: 7px;
}
#sec2 .group .staff.staff6 {
  margin-bottom: 42px;
  min-height: 645px;
}
#sec2 .group .staff.staff6 h2 {
  background-image: url("../img/index/bg6.png");
  width: 379px;
  height: 154px;
  padding: 27px 20px 0px 42px;
  margin-left: 53px;
  margin-bottom: 44px;
}
#sec2 .group .staff.staff6 .txt {
  background-image: url("../img/index/txt_bg6.png");
  padding: 80px 40px 20px 44px;
  min-height: 373px;
  width: 393px;
}
#sec2 .group .staff.staff6 .person {
  top: -78px;
  right: 20px;
}
#sec2 .group .staff.staff6 .person .photo {
  margin-bottom: 10px;
}
#sec2 .group .staff.staff6 .person dl {
  margin-left: 20px;
}
#sec2 .group .staff.staff7 {
  margin-bottom: 80px;
}
#sec2 .group .staff.staff7 h2 {
  background-image: url("../img/index/bg7.png");
  width: 409px;
  height: 150px;
  padding: 30px 0px 0px 83px;
}
#sec2 .group .staff.staff7 .txt {
  background-image: url("../img/index/txt_bg7.png");
  padding: 46px 40px 20px 80px;
  min-height: 313px;
  width: 427px;
  margin: 0 0 0 13px;
}
#sec2 .group .staff.staff7 .person {
  top: -3px;
}
#sec2 .group .staff.staff7 .person .photo {
  margin-bottom: 7px;
}
#sec2 .item {
  padding-bottom: 40px;
}
#sec2 .item .photo {
  margin-left: -265px;
}
#sec2 .info-add img {
	
	width: 100%;
	height: auto;
}
#sec2 .info-add {
	text-align: center;
	line-height: 35px;
	padding: 40px 0 120px;
	
}
#sec2 .info-add dl  {
	padding-bottom: 35px;
	
}

#sec2 .info-add  dt  {
	
	max-width: 756px;
	margin: 0 auto 10px;
}
@media screen and (max-width: 1290px) {
  #sec2 .item .photo {
    margin: 0 -130px 0 -250px;
  }
  #sec2 .item .photo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  #sec2 .item .photo {
    margin: 0 -30px 0 -119px;
  }
}
@media screen and (max-width: 816px) {
  #sec2 .item .photo {
    margin: 0 0 0 -13%;
  }
}
#sec2 .video {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 94px 0 0;
}
#sec2 .video dl {
  padding-bottom: 20px;
}
#sec2 .video dd {
  padding: 6px 0 18px;
  letter-spacing: 0.05em;
}
#sec2 .video img {
  width: 100%;
  height: auto;
}
#sec2 .map {
  padding-bottom: 96px;
}
#sec2 .map h3 {
  padding-bottom: 10px;
}
#sec2 .item2 h3 {
  padding-bottom: 7px;
}
#sec2 .info h3 {
  background: url("../img/index/bg10.png") no-repeat center 0/100% 100%;
  width: 818px;
  height: 335px;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  padding: 44px 0 20px;
  margin: 0 0 33px -40px;
}
@media screen and (max-width: 900px) {
  #sec2 .info h3 {
    font-size: 40px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 816px) {
  #sec2 .group .staff {
    padding-left: 290px;
  }
  #sec2 .group .staff .person {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
	
	#sec2 .info-add {
		
		line-height: 25px;
	padding: 71px 0 40px;
	}
  #sec2 {
    padding: 30px 0 24px;
  }
  #sec2 .group .staff {
    padding: 0 !important;
    margin-bottom: 130px;
    min-height: 50px !important;
  }
  #sec2 .group .staff h2 {
    font-size: 19px;
    line-height: 29px;
    background-image: url("../img/index/bg1_sp.png");
    max-width: 329px;
    width: 100% !important;
    height: 92px;
    margin: 0 auto -20px !important;
    padding: 15px 0 0;
    text-align: center;
  }
  #sec2 .group .staff h2 span {
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
  }
  #sec2 .group .staff .person {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    margin-bottom: -26px;
  }
  #sec2 .group .staff .person img {
    width: 100%;
    height: auto;
  }
  #sec2 .group .staff .person .photo {
    margin: 0 0 0 -13px;
    width: 198px;
  }
  #sec2 .group .staff .person dl {
    position: absolute;
    bottom: 35px;
    left: 133px;
    z-index: 2;
    right: 0;
    letter-spacing: 0;
  }
  #sec2 .group .staff .person dt {
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 8px;
    margin-bottom: 4px;
  }
  #sec2 .group .staff .person dt span {
    font-size: 19px;
    padding-left: 2px;
  }
  #sec2 .group .staff .person dd {
    font-size: 16px;
    line-height: 23px;
    padding: 0;
  }
  #sec2 .group .staff .txt {
    width: auto !important;
    height: auto !important;
    background-image: url("../img/index/txt_bg1_sp.png");
    padding: 44px 25px 20px 25px !important;
    line-height: 30px;
    min-height: 100px !important;
    margin: 0 -10px !important;
    font-size: 16px;
  }
  #sec2 .group .staff:nth-child(even) .person:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  #sec2 .group .staff:nth-child(even) .person .photo {
    text-align: right;
    float: right;
    margin-right: -35px;
    width: 214px;
  }
  #sec2 .group .staff:nth-child(even) .person dl {
    right: auto;
    left: 0;
    bottom: 23px;
  }
  #sec2 .group .staff.staff1 h2 span {
    letter-spacing: -0.05em;
  }
  #sec2 .group .staff.staff2 {
    margin-bottom: 130px;
  }
  #sec2 .group .staff.staff2 h2 {
    background-image: url("../img/index/bg2_sp.png");
    max-width: 322px;
    height: 91px;
    padding: 19px 0px 0px 0px;
  }
  #sec2 .group .staff.staff2 .txt {
    background-image: url("../img/index/txt_bg2_sp.png");
    padding: 35px 34px 24px 28px !important;
    margin: 0 -10px;
  }
  #sec2 .group .staff.staff2 .person {
    margin-bottom: -14px;
  }
  #sec2 .group .staff.staff3 h2 {
    background-image: url("../img/index/bg3_sp.png");
    max-width: 324px;
    height: 152px;
    padding: 15px 0 0 0;
    margin-bottom: -34px !important;
  }
  #sec2 .group .staff.staff3 .txt {
    background-image: url("../img/index/txt_bg3_sp.png");
    padding: 38px 31px 14px 29px !important;
  }
  #sec2 .group .staff.staff3 .person dl {
    bottom: 26px;
  }
  #sec2 .group .staff.staff3 .person .photo {
    margin-bottom: 12px;
    width: 213px;
    margin-left: -30px;
  }
  #sec2 .group .staff.staff4 {
    margin-bottom: 123px;
  }
  #sec2 .group .staff.staff4 h2 {
    background-image: url("../img/index/bg4_sp.png");
    max-width: 330px;
    height: 114px;
    padding: 13px 0 0 0;
    margin-bottom: -28px !important;
  }
  #sec2 .group .staff.staff4 .txt {
    background-image: url("../img/index/txt_bg4_sp.png");
    padding: 39px 28px 20px 27px !important;
  }
  #sec2 .group .staff.staff4 .person {
    margin-bottom: -18px;
  }
  #sec2 .group .staff.staff4 .person .photo {
    width: 240px;
    margin: 0 -68px 0 0;
  }
  #sec2 .group .staff.staff4 .person dl {
    bottom: 29px;
  }
  #sec2 .group .staff.staff5 {
    margin-bottom: 128px;
  }
  #sec2 .group .staff.staff5 h2 {
    background-image: url("../img/index/bg5_sp.png");
    max-width: 322px;
    height: 117px;
    padding: 19px 0 0 10px;
    margin-bottom: -22px !important;
  }
  #sec2 .group .staff.staff5 .txt {
    background-image: url("../img/index/txt_bg5_sp.png");
    padding: 31px 31px 20px 30px !important;
  }
  #sec2 .group .staff.staff5 .person .photo {
    margin: 0 0 15px -48px;
    width: 213px;
  }
  #sec2 .group .staff.staff5 .person dl {
    bottom: 19px;
    right: -18px;
  }
  #sec2 .group .staff.staff6 {
    margin-bottom: 122px;
  }
  #sec2 .group .staff.staff6 h2 {
    background-image: url("../img/index/bg6_sp.png");
    max-width: 321px;
    height: 88px;
    margin-bottom: -23px !important;
    padding: 15px 0 0 0;
  }
  #sec2 .group .staff.staff6 .txt {
    background-image: url("../img/index/txt_bg6_sp.png");
    padding: 39px 31px 19px 26px !important;
  }
  #sec2 .group .staff.staff6 .person .photo {
    margin-right: -44px;
    width: 238px;
  }
  #sec2 .group .staff.staff6 .person dl {
    margin-left: 0;
    bottom: 31px !important;
  }
  #sec2 .group .staff.staff7 {
    margin-bottom: 92px;
  }
  #sec2 .group .staff.staff7 h2 {
    background-image: url("../img/index/bg7_sp_1.png");
    max-width: 326px;
    height: 125px;
    margin-bottom: -23px !important;
    padding: 15px 0 0 0;
  }
  #sec2 .group .staff.staff7 .txt {
    background-image: url("../img/index/txt_bg7_sp.png");
    padding: 39px 31px 19px 26px !important;
  }
  #sec2 .group .staff.staff7 .person .photo {
    width: 208px;
    margin: 0 0 12px -33px;
  }
  #sec2 .group .staff.staff7 .person dl {
    bottom: 19px;
  }
  #sec2 .video {
    padding: 20px 0;
  }
  #sec2 .info h3 {
    background: url("../img/index/bg8_sp.png") no-repeat center 0/100% 100%;
    font-size: 23px;
    line-height: 34px;
    max-width: 333px;
    height: 206px;
    padding: 20px 0 0;
  }
  #sec2 .item {
    padding-bottom: 22px;
  }
  #sec2 .item .photo {
    margin: 0 -3vw 0 -15vw;
  }
  #sec2 .item2 h3 {
    padding-bottom: 15px;
  }
  #sec2 .map {
    padding-bottom: 27px;
    margin-bottom: 75px;
  }
  #sec2 .map h3 {
    padding-bottom: 0;
  }
  #sec2 .video {
    padding: 60px 0 44px;
  }
  #sec2 .info h3 {
    background: url("../img/index/bg8_sp.png") no-repeat center 0/100% 100%;
    font-size: 23px;
    line-height: 34px;
    max-width: 333px;
    height: 206px;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}
#sec3 {
  text-align: center;
  padding: 50px 0 270px;
}
#sec3 .wrap {
  max-width: 1400px;
}
#sec3 .logo {
  margin: 131px 0 70px 0;
}
#sec3 h2 {
  text-align: center;
  font-size: 36px;
  background: url("../img/index/bg9.png") no-repeat center 0;
  padding: 24px 0 173px;
  margin-bottom: 50px;
}
#sec3 .group {
  max-width: 1300px;
  margin: 0 auto;
}
#sec3 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#sec3 ul li {
  font-size: 19px;
  line-height: 24px;
  color: #0075B2;
  text-align: center;
  font-weight: 500;
  width: 25%;
  margin-bottom: 30px;
}
#sec3 ul li a {
  display: block;
}
@media screen and (max-width: 840px) {
  #sec3 ul li {
    width: 32%;
  }
}
@media screen and (max-width: 1400px) {
  #sec3 .logo {
    margin-left: -11vw;
  }
  #sec3 .logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 0px 0 63px;
  }
  #sec3 .logo {
    margin: 0 -6vw 15px -16vw;
  }
  #sec3 h2 {
    font-size: 19px;
    line-height: 29px;
    background: url("../img/index/bg9_sp.png") no-repeat center 0/100%;
    padding: 17px 0 0;
    width: 100%;
    max-width: 316px;
    margin: 0 auto 79px;
    height: 61px;
    box-sizing: border-box;
  }
  #sec3 ul {
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -30px;
    justify-content: space-between;
  }
  #sec3 ul li {
    width: 50%;
    font-size: 16px;
    line-height: 19px;
  }
  #sec3 ul li img {
    width: 156px;
    height: auto;
  }
  #sec3 ul li:nth-child(odd) a {
    padding-left: 24px;
  }
  #sec3 ul li:nth-child(odd) img {
    margin-left: 18px;
  }
}
@media screen and (max-width: 374px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  h3 {
    font-size: 16px;
  }
  #sec1 h2 {
    font-size: 20px;
  }
  #sec1 .lead .logo {
    font-size: 12px;
  }
  #sec1 .catch1 dt {
    width: 290px;
  }
  .map ul li {
    font-size: 15px;
  }
  #sec2 .group .staff h2 {
    font-size: 18px;
  }
  #sec2 .info h3 {
    font-size: 21px;
  }
}


.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    max-width: 855px;
    max-height: 482px;
    margin: 0;
}

@media screen and (max-width: 767px) {
	
	.fancybox-slide {
		padding: 20px !important;
	}
}