
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
selector {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}

body {
	font-family: "Open Sans", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
	background-color: #fff;
	width: 100%;
	height: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.08em;
	margin:0;
}

.fuwatAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fade-layer,
body:before{
    content: '';
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:99999;
}
body.fade-layer-off:before{
    content: none;
}

/* common
--------------------------- */
a {
    outline: none;
}
a img {
    border-style:none;
}
a:link,
a:visited{
	color: #1e2160;
	text-decoration: none;
}
a:hover,
a:active{
	color: #ccc;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor:default;
		color:#1e2160;
	}
}

footer, header, section {
    display: block;
}

div.mds {
    display: block;
	text-align:center;
	position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
span.yds{
    font-size:1.3rem;
	font-weight:bold;
	color:#1e2160;
	vertical-align: top;
}
span.ydssub{
    font-size:1rem;
	font-weight:normal;
	color:#828282;
}
@media screen and (max-width: 479px) { 
	div.mds {
    margin-top: 2rem;
    margin-bottom: 2rem;
	}
	span.yds{
    font-size:1.0rem;
	}
	span.ydssub{
    font-size:0.8rem;
	color:#828282;
	}
}

@media screen and (min-width: 479px) {
    .br-sp { display:none; }
}
@media screen and (max-width: 479px) {
    .br-kp { display:none; }
}



@media screen and (min-width: 1401px) {
	header,section#MI {
		width: 100%;
    	max-width: 1400px;
	}
	section#section1,section#section2,section#section3,section#section4,section#section5,footer {
		width: 75%;
    	max-width: 1080px;
	}
}
@media screen and (max-width: 1400px) {
	header,section#MI {
		width: 90%;
		height:auto;
	}
	section#section1,section#section2,section#section3,section#section4,section#section5,footer {
		width: 75%;
	}
}
@media screen and (max-width: 979px) {
	header,section#MI {
		width: 90%;
	}
	section#section1,section#section2,section#section3,section#section4,section#section5,footer {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	header,section#MI,section#section1,section#section2,section#section3,section#section4,section#section5,footer {
		width: 90%;
	}
	section#section1,section#section2,section#section3,section#section4,section#section5,footer {
		width: 90%;
	}
}

/* top
--------------------------- */
header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom:0;
}


/* nav pc
--------------------------- */
nav.menu {
	text-align: right;
	font-weight:600;
}
nav.menu ul {
  width: 100%;
  margin-left: auto;
  padding:0;
  font-size:0px;
}

nav.menu ul li {
  width:auto;
  display: inline-block;
  text-align: right;
  font-size:16px;
  padding:1rem;
}
nav.menu ul li:first-child {
  height:60px;
}
nav.menu ul li a {
  display: block;
}


/* nav smf
--------------------------- */
#ham-menu {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px;
    position: fixed;
    right: -270px;
    top: 0;
    transition: transform 0.3s linear 0s;
    width: 270px;
    z-index: 1000;
}
#ham-menu::before {
    background-color: #f4f4f4;
    border-radius: 0 0 0 10px;
    color: #1e2160;
    content: "≡";
    display: block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}
#menu-background {
    background-color: #333;
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: -1;
}
#ham-menu:hover {
    transform: translate(-270px);
}
#ham-menu:hover + #menu-background {
    opacity: 0.5;
    z-index: 999;
}
#ham-menu ul li {
  text-align: left;
  font-size:16px;
  padding:1rem;
  font-weight:bold;
}
@media screen and (max-width: 767px) {
	nav.menu {
    display:none;
  }
}
@media screen and (min-width: 767px) {
	#ham-menu {
    display:none;
  }
}

.he_con {
	width:100%;
	display: inline-block;
}
.logo {
	width:15%;
	display: inline-block;
	z-index:99;
	position:relative;
}
.logo img {
	width:100%;
}
.comm {
	width:84%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	z-index:99;
	position:relative;
	margin:0;
}
.comm p {
	vertical-align: bottom;
	display: inline-block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	line-height:1;
	margin-bottom:3px;
}
.comm address {
	font-style:normal;
	font-size:2.8rem;
	font-weight:bold;
	color:#1e2160;
	display: inline-block;
	margin-left:0.5rem;
	vertical-align: bottom;
	line-height:1;
	margin-bottom:0;
}
@media all and (-ms-high-contrast:none){
	.comm address {
	line-height:1.6rem;
	}
}

@supports (-ms-ime-align:auto){
	.comm address {
		line-height:2rem;
	}
}
.comm span.comm1 {
	font-size:1.7rem;
	font-weight:bold;
	color:#1e2160;
	display: inline-block;
	margin-left:0.5rem;
	vertical-align:text-bottom;
	line-height:1;
	margin-bottom:0;
}
@media screen and (max-width: 1400px) {
	.comm span.comm1 {
	margin-top:1rem;
	}
}
@media screen and (max-width: 979px) {
	.logo {
		width:30%;
	}
	.logo img {
	width:80%;
	}
	.comm {
	width:69%;
	}
	.comm address {
	font-size:2.5rem;
	margin-left:0.5rem;
	margin-top:1rem;
	}
	.comm span.comm1 {
	font-size:1.5rem;
	margin-left:0.5rem;
	margin-top:1rem;
	}
}
@media screen and (max-width: 767px) {
	.he_con {
	margin-top:1rem
	}
	.logo {
	width:25%;
	}
	.logo img {
	width:100%;
	}
	.comm {
	width:73%;
	}
	.comm address {
	font-size:2.5rem;
	}
	.comm span.comm1 {
	font-size:1.5rem;
	}
	_::-webkit-full-page-media, _:future, :root .comm p {
		padding:0;
		margin:0;
	}
}
@media screen and (max-width: 479px) {
	.logo {
	width:30%;
	}
	.logo img {
	width:100%;
	}
	.comm {
	width:68%;
	font-size:0.8rem;
	}
	.comm address {
	font-size:1.4rem;
	margin-left:0;
	}
	.comm span.comm1 {
	font-size:1.1rem;
	margin-left:0;
	}
	@-moz-document url-prefix() {
	.comm {
		width:67%;
		font-size:0.6rem;
	}
	}
}

main {
	margin-top:-3.4rem;
}

@media all and (-ms-high-contrast:none){
	main {
	position:relative;
	margin-top:-3.4rem;
	display: block;
	}
}

@media screen and (max-width: 767px) {
	main {
	margin-top:1rem;
	}
}

section#MI {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
	position:relative;
	font-size:0;
}
.slick-slide img {
    width: 100%;
    height: auto;
  }
section#MI .fllslider{
	width:100%;
	z-index:0;
	position: relative;
	font-size:0;
}
section#MI .kado_l{
	width:100%;
	z-index:98;
	position:absolute;
	top:0;
	left:0;
	font-size:0;
}
section#MI .kado_l img{
	width:10%;
	margin:0;
}
section#MI .kado_r{
	text-align:right;
	width:100%;
	z-index:98;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	font-size:0;
	vertical-align:bottom;
	display:block;
}
section#MI .kado_r img{
	width:5%;
	height:5%;
	margin:0;
	padding:0;
	font-size:0;
	background-color:#FFF;
}
section#MI .slider {
	font-size:0;
}
@-moz-document url-prefix() {
	.slider,.slick-initialized,.slick-slider {
		margin:0;
		padding:0;
	}
}
@media all and (-ms-high-contrast:none){
  .slider,.slick-initialized,.slick-slider {
		margin:0;
		padding:0;
	}
}
@supports (-ms-ime-align:auto) {
	.slider,.slick-initialized,.slick-slider {
		margin:0;
		padding:0;
	}
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

/* section1
--------------------------- */
.main_wa1 {
    width: 100%;
	background-color:#e7e8ef;
}
.main_wa2 {
    width: 100%;
	background-color:#f4f4f4;
}
.main_con {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

section#section1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -2rem;
    margin-bottom: 7rem;
}
@media screen and (max-width: 479px) {
	section#section1 {
		margin-bottom: 0;
	}
}
@media all and (-ms-high-contrast:none){
	section#section1 {
	position:relative;
    margin-top:-2rem;
	}
}

section#section1 .scroll {
    position: relative;
    margin-top: 0;
    margin-bottom: 7rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	section#section1 .scroll {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 479px) {
	section#section1 .scroll {
		margin-bottom: 0;
	}
}

section#section1 .txt_cc {
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
	color: #1e2160;
}
section#section1 .txt_c {
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
	color: #1e2160;
}
section#section1 .txt_l {
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
	color: #1e2160;
}
section#section1 .txt_r {
	margin-left: auto;
	width:70%;
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
	color: #1e2160;
}
section#section1 .txt_cc p{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	line-height: 2.2;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
	font-weight:bold;
}
section#section1 .txt_c p{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	line-height: 2.2;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
}
section#section1 .txt_l p{
    text-align: left;
    margin-left: 0;
    margin-right: auto;
	line-height: 2.2;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
}
section#section1 .txt_r p{
	text-align: left;
    margin-left: auto;
    margin-right: 0;
	line-height: 2.2;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
}
section#section1 .co_imgl {
	width: 100%;
}
section#section1 .img_l img {
	width: 62.5%;
}
section#section1 .co_imgr {
	width: 100%;
	text-align:right;
}
section#section1 .img_r img{
	width: 62.5%;
	height: 62.5%;
}
section#section1 .co_imgc {
	width: 100%;
	text-align:center;
}
section#section1 .img_c img{
	width: 100%;
	height: 100%;
}
@media screen and (min-width:480px) and (max-width:979px) {
	section#section1 .txt_cc {
    margin-top: 3rem;
    margin-bottom: 3rem;
	}
	section#section1 .txt_c {
    margin-top: 3rem;
    margin-bottom: 3rem;
	}
	section#section1 .txt_l {
    margin-top: 3rem;
    margin-bottom: 3rem;
	}
	section#section1 .txt_r {
    margin-top: 3rem;
    margin-bottom: 3rem;
	}
	section#section1 .txt_cc p{
	line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
	font-weight:bold;
	}
	section#section1 .txt_c p{
	line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
	section#section1 .txt_l p{
	line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
	section#section1 .txt_r p{
	line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
}
@media screen and (max-width: 479px) {
	section#section1 .txt_cc {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
	}
	section#section1 .txt_c {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
	}
	section#section1 .txt_l {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
	}
	section#section1 .txt_r {
	margin-left: auto;
	width:100%;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
	}
	section#section1 .txt_cc p{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
	font-weight:bold;
	}
	section#section1 .txt_c p{
	text-align: left;
    margin-left: auto;
    margin-right: auto;
	line-height: 1.9;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
	section#section1 .txt_l p{
    text-align: left;
    margin-left: 0;
    margin-right: auto;
	line-height: 1.9;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
	section#section1 .txt_r p{
	text-align: left;
    margin-left: auto;
    margin-right: 0;
	line-height: 1.9;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
	}
	section#section1 .co_imgl {
	width: 100%;
	}
	section#section1 .img_l img {
	width: 100%;
	}
	section#section1 .co_imgr {
	width: 100%;
	}
	section#section1 .img_r img{
	width: 100%;
	height:100%;
	}
	section#section1 .co_imgc {
	width: 100%;
	text-align:center;
	}
	section#section1 .img_c img{
	width: 100%;
	height: 100%;
}
}

/* section2
--------------------------- */
section#section2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
}
@media screen and (max-width: 479px) { 
	section#section2 {
	margin-top: 4em;
	}
}
.pt_tit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pt_tit_s {
	margin-bottom: 2rem;
	width: 32%;
	z-index:0;
	position: relative;
}
.pt_tit_s p {
	width:90%;
	position: absolute;
	top: 74%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1.1rem;
	text-align: center;
	color:#1e2160;
	font-weight:600;
	line-height: 1.7;
}
.pt_tit_s img {
	width: 100%;
}
.pt_tit_s:nth-child(1) img {
	width: 80%;
}
.pt_tit_s:nth-child(1) p {
	width:100%;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1.2rem;
	text-align: center;
	color:#1e2160;
	font-weight:600;
}
.pt_tit_s:nth-child(1) p span {
	font-size:5.3rem;
	color:#1e2160;
	font-weight:600;
}
.pt_tit_s:nth-child(2) span{
    position:absolute;
    top: 43%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:30%;
}
.pt_tit_s:nth-child(3) span{
    position:absolute;
    top: 43%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:40%;
}
.pt_tit_s:nth-child(4) span{
    position:absolute;
    top: 43%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:33%;
}
.pt_tit_s:nth-child(5) span{
    position:absolute;
    top: 43%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:23%;
}
.pt_tit_s:nth-child(6) span{
    position:absolute;
    top: 43%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:40%;
}

@media screen and (max-width: 1400px){
	.pt_tit_s p {
		font-size: 1rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 979px){
	.pt_tit {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pt_tit_s {
		width: 48%;
		margin:0 auto;
	}
	.pt_tit_s p {
		font-size: 1rem;
		line-height: 1.7;
	}
}
@media screen and (max-width: 767px){
	.pt_tit {
		flex-direction: column;
	}
	.pt_tit_s {
		width: 80%;
		margin-bottom:1.5rem
	}
	.pt_tit_s p {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.pt_tit_s:nth-child(1) img {
		display:none;
	}
	.pt_tit_s:nth-child(1) {
	margin-bottom:3rem;
	background-color:#1e2160;
	width:100%;
	height:8rem;
	}
	.pt_tit_s:nth-child(1) p {
	width:100%;
	position: absolute;
	top: 65%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1.3rem;
	font-weight:600;
	color:#FFF;
	margin-bottom:1rem;
	}
	.pt_tit_s:nth-child(1) p span {
		font-size:3rem;
		color:#FFF;
	}
	.pt_tit_s:nth-child(1) .stit {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	position:absolute;
	top: 20%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:100%;
	}
}
@media screen and (min-width: 767px) { 
	.pt_tit_s:nth-child(1) .stit {
	display:none;
	}
}
@media screen and (max-width: 479px){
	.pt_tit {
		flex-direction: column;
	}
	.pt_tit_s {
		width: 85%;
	}
	.pt_tit_s p {
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.pt_tit_s:nth-child(1) img {
		display:none;
	}
	.pt_tit_s:nth-child(1) {
	margin-bottom:3rem;
	background-color:#1e2160;
	width:100%;
	height:8rem;
	}
	.pt_tit_s:nth-child(1) p {
	width:100%;
	position: absolute;
	top: 65%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1.3rem;
	font-weight:600;
	color:#FFF;
	margin-bottom:1rem;
	}
	.pt_tit_s:nth-child(1) p span {
		font-size:3rem;
		color:#FFF;
	}
	.pt_tit_s:nth-child(1) .stit {
	font-weight:bold;
	color:#FFF;
	text-align:center;
	position:absolute;
	top: 20%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width:100%;
	}
}


/* section3
--------------------------- */
section#section3 {
    margin-left: auto;
    margin-right: auto;
}
section#section3 .sr_con1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section#section3 .sr_con2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section#section3 .sr_con1 h3 {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 2px #666666;
	color:#1e2160;
}
section#section3 .sr_con2 h3 {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 2px #666666;
	color:#1e2160;
}

dl.tb {
  display: table;
  width: 100%;
  padding: 2rem 0;
}
dl.tb dt, dl.tb dd {
  display: table-cell;
  vertical-align: middle;
}
dl.tb dt {
  line-height: 2;
  width: 15%;
}
dl.tb dt.mc_tll {
	font-weight:bold;
	display: table-cell;
	color:#1e2160;
}
dl.tb dd.hr {
	font-weight:bold;
	display: table-cell;
	border-left: solid 1px #666666;
}
dl.tb dd.mc_desc {
	padding: 0 0 0 8%;
	line-height: 1.7;
}

@media screen and (max-width: 979px) { 
	section#section3 .sr_con1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
	}
	section#section3 .sr_con2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
	}
	dl.tb {
	display: block;
	width: 100%;
	padding: 1rem 0;
	}
	dl.tb dt, dl.tb dd {
	display:block;
	}
	dl.tb dt {
	line-height: 2;
	width: 100%;
	}
	dl.tb dt.mc_tll {
	font-weight:bold;
	color:#1e2160;
	border-bottom: solid 2px #666666;
	}
	dl.tb dd.hr {
		display:none;
	}
	dl.tb dd.mc_desc {
	width: 100%;
	padding: 1rem 0 0 0;
	line-height: 1.7;
	}
	dd {
    display: block;
    -webkit-margin-start: 0px;
	}
}

/* section4
--------------------------- */
section#section4 {
    margin-left: auto;
    margin-right: auto;
}
section#section4 .staff {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#section4 .staff img {
	width: 48%;
	height:48%;
}
section#section4 .staff .st_p {
	width: 48%;
	margin:0;
}
section#section4 .staff .st_p p {
	line-height:1.7;
}
section#section4 .staff .st_p p:first-line {
  line-height: 1;
}
section#section4 .staff .st_p p span.tit {
	color: #1e2160;
}
section#section4 .staff .st_p p span.name {
	font-size:1.3rem;
	margin-right: 1rem;
}
section#section4 .staff .st_p p span.yomi {
	font-size:1rem;
	color:#828282;
}
@media screen and (max-width: 768px){
	section#section4 .staff {
		flex-direction: column;
	}
	section#section4 .staff img,section#section4 .staff .st_p {
		width: 100%;
	}
}
@media screen and (max-width: 479px) { 
	section#section4 .staff .st_p p{
		font-size:0.9rem;
	}
}
.sss{
	width:100%;
	height:1rem;
	background-image:url("img/sss.svg");
	background-repeat: repeat-x;
	margin-top: 5rem;
}
@media screen and (max-width: 479px) { 
	.sss {
		margin-top: 2rem;
	}
}

/* section5
--------------------------- */
section#section5 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7rem;
}

#sche {
	width:100%;
	height:auto;
}
#sche .schedule {
	width: 100%;
	margin: 0;
}
#sche .schedule table {
	width: 100%;
	margin: 0 0 15px 0;
	color: #1e2160;
	line-height: 2.2;
	border-bottom: 1px solid #e4eeef;
	border-collapse: collapse;
	border-spacing: 0;
}
#sche .schedule tr.tr-line th,
#sche .schedule tr.tr-line td {
	border-top: 1px solid #CCE0EF;
}
#sche .schedule th {
	background: #e4eeef;
	width: 70px;
	padding: 8px 0 7px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.1em;
}
#sche .schedule tr:first-child th {
	background: #fff;
	border-bottom: 1px solid #e4eeef;
	border-top: 1px solid #e4eeef;
	width: auto;
	padding: 7px 0;
	color: #1e2160;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}
@media all and (-ms-high-contrast:none){
#sche .schedule th {
	padding: 9px 0 2px;
}
#sche .schedule tr:first-child th {
	padding: 8px 0 2px;
}
}
#sche .schedule tr:first-child th:first-child {
	border-left: none;
	width: 30% !important;
	font-size: 15px;
	letter-spacing: 0.1em;
}
#sche .schedule td {
	background: #FFFFFF;
	border-bottom: 1px solid #e4eeef;
	width: 2rem;
	padding: 5px 0 4px;
	text-align: center;
}
#sche .schedule tr:nth-child(odd) td {
	border-bottom: none;
}
#sche .schedule td.time {
	width: 100px;
	letter-spacing: 0.08em;
}
#sche .shp {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:3rem;
}
#sche .shp p {
	width:48%;
	text-align:center;
}
@media screen and (max-width: 768px){
	#sche .shp {
		flex-direction: column;
	}
	#sche .shp p {
		width: 100%;
	}
}
@media screen and (max-width: 479px) { 
	#sche .schedule table {
	width: 100%;
	line-height: 1.7;
	border-bottom: 1px solid #e4eeef;
	}
	#sche .schedule td.time {
		font-size:0.9rem;
	}
	#sche .shp {
	margin-bottom:2rem;
}
}

section#section5 .ac_con {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#section5 .ac_con img {
	width: 50%;
	height:48%;
}
section#section5 .ac_con .access {
	width: 48%;
	margin:0;
	text-align:center;
}
section#section5 .ac_con .access img {
	width: 68%;
	height:auto;
	margin-bottom:1rem;
}
section#section5 .ac_con .access .button {
	display: inline-block;
	width: 70%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-weight:bold;
	background-color: #1e2160;
	border: 2px solid #1e2160;
	color: #fff;
	line-height: 50px;
	margin:1rem 0;
}
section#section5 .ac_con .access .button::before,
section#section5 .ac_con .access .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
section#section5 .ac_con .access .button,
section#section5 .ac_con .access .button::before,
section#section5 .ac_con .access .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section#section5 .ac_con .access .button:hover {
	background-color: #fff;
	border-color: #1e2160;
	color: #1e2160;
}

section#section5 .ac_con .access span.dnw {
	font-size:2.2rem;
	font-weight:bold;
	color: #1e2160;
	letter-spacing:0.1em;
	border-bottom: solid 3px #1e2160;
}
@media screen and (max-width: 979px){
	section#section5 {
	margin-bottom:2rem;
	}
}
@media screen and (max-width: 767px){
	section#section5 .ac_con {
		flex-direction: column;
	}
	section#section5 .ac_con img,section#section5 .ac_con .access,section#section5 .ac_con .access img,section#section5 .ac_con .access .button,section#section5 .ac_con .access span.dnw {
		width: 100%;
	}
	#sche .schedule table {
	width: 100%;
	line-height: 1.7;
	border-bottom: 1px solid #e4eeef;
	}
	section#section5 .ac_con .access img {
	width: 70%;
	height:auto;
	margin-top:2rem;
	margin-bottom:0;
	}
	section#section5 {
	margin-bottom:2rem;
	}
}



/* section6
--------------------------- */
section#section6 {
	width: 100%;
	margin:0;
}
#map_canvas{
	position: relative;
	padding: 0 0 30%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 479px) { 
	#map_canvas{
	position: relative;
	padding: 0 0 80%;
	height: 0;
	overflow: hidden;
	}
}


/* footer
--------------------------- */
footer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
@media screen and (max-width: 979px) { 
	footer {
	margin-top: 3rem;
    margin-bottom: 3rem;
	}
}

.link_box{
    position:relative;
    width:100%;
}
 
.link_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.link_box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

div.horidc_tit {
	text-align:center;
	width:12%;
	margin:0 auto;
	border:dashed #f4f4f4;
	padding:1rem;
	background:#FFF;
	position:relative;
	z-index:1;
	color:#1e2160;
}
div.horidc {
	border:dashed #f4f4f4;
	padding:0 1.5rem;
	z-index:0;
	position:relative;
	margin-top:-2rem;
}
dl.tb_hori {
  display: table;
  width: 100%;
  padding: 2rem 0;
}
dl.tb_hori dt, dl.tb_hori dd {
  display: table-cell;
  vertical-align: middle;
}
dl.tb_hori dt {
  line-height: 2;
  width: 15%;
}
dl.tb_hori dt.dc_tll {
	font-weight:bold;
	display: table-cell;
	color:#1e2160;
}
dl.tb_hori dd.hr {
	font-weight:bold;
	display: table-cell;
	border-left: solid 1px #666666;
}
dl.tb_hori dd.dc_desc {
	padding: 0 0 0 8%;
	line-height: 1.7;
}

.copy{
	margin-top:3rem;
	margin-bottom:3rem;
	text-align:center;
}


@media screen and (max-width: 979px) {
	div.horidc_tit {
	width:40%;
	}

	dl.tb_hori {
	display: block;
	width: 100%;
	padding: 2rem 0;
	}
	dl.tb_hori dt, dl.tb_hori dd {
	display:block;
	}
	dl.tb_hori dt {
	line-height: 2;
	width: 100%;
	}
	dl.tb_hori dt.dc_tll {
	font-weight:bold;
	color:#1e2160;
	border-bottom: solid 2px #666666;
	}
	dl.tb_hori dd.hr {
		display:none;
	}
	dl.tb_hori dd.dc_desc {
	width: 100%;
	padding: 1rem 0 0 0;
	line-height: 1.7;
	}
	dd {
    display: block;
    -webkit-margin-start: 0px;
	}
}

