<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*CSSDocument*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;display=swap&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;display=swap');

/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/


html {
 font-size: 62.5%;
}


* {
 margin: 0px;
 padding: 0px;
}

body {
 color: #1a1a1a;
 margin: 0;
 padding: 0;
 background: #fff;
 font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
 text-align: center;
 font-size: 1.6rem;
 line-height: 1.6;
 -webkit-text-size-adjust: 100%;
 font-feature-setting: "palt";
 min-width: 320px;
 position: relative;
}


body.open {
 position: fixed;
}

a {
 color: #195c9e;
 text-decoration: none;
}

a:visited {
 color: #195c9e;
 text-decoration: none;
}

a:hover {
 color: #195c9e;
 text-decoration: underline;
}

a:active {
 color: #195c9e;
 text-decoration: underline;
}

ul {
 list-style: none;
}

a:hover img {
 filter: alpha(opacity=70) !important;
 -moz-opacity: 0.70 !important;
 opacity: 0.70 !important;
 -webkit-transition: all .2s linear;
}

img {
 margin: 0;
 padding: 0;
 vertical-align: top;
 max-width: 100%;
 height: auto;
 image-rendering: -webkit-optimize-contrast;
}






.sp {
 display: none;
}

.pc {
 display: block;
}


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


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

 .sp {
  display: block;
 }

 .pc {
  display: none;
 }

}




/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.main-wrap {
 display: flex;
 justify-content: space-between;
}

main {
 width: 77%;
 padding-right: 20px;
 padding-left: 20px;
 box-sizing: border-box;
}


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

 .main-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
 }

 main {
  width: calc(100%);
  padding-right: 0;
  padding-left: 0;
 }

}


/* header
===============================================================*/

header {
 background: #EEEEEE;
 width: 23%;
 z-index: 200;
 height: 100%;
 transition: all ease .5s;
 padding-bottom: 3%;
 position: relative;
 display: flex;
 flex-direction: column;
 top: 0;
 position: sticky;
}


header .logo {
 margin: auto;
 padding: 4%;
 margin-bottom: 2%;
}

header .logo h1 {
 font-size: 14px;
 text-align: left;
 font-weight: normal;
 margin-bottom: .8em;
}


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

 header {
  width: 100%;
  overflow: hidden;
  height: 100px;
  box-sizing: border-box;
 }

 header .logo {
  padding: 2%;
  text-align: left;
 }

 header .logo img {
  height: 40px;
 }

}




header nav.global {}

header nav.global ul {}

header nav.global ul li {
 text-align: left;
}

header nav.global ul li a {
 color: #1a1a1a;
 background: #F5F5F5;
 display: block;
 margin-bottom: 4px;
 padding: 4% 6%;
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.5357))), 20px);
 transition: all ease .4s;
}

header nav.global ul li.lvl2 a {
 color: #1a1a1a;
 background: #f2f2f2;
 display: block;
 margin-bottom: 4px;
 padding: 2% 6% 2% 10%;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 0.5357))), 18px);
 transition: all ease .4s;
}

header nav.global ul li a:hover {
 background: #fff;
 text-decoration: none;
}

header nav.global ul li.lock a {
 color: #fff;
 background: #00009E url('../images/ico-lock.svg') no-repeat 96%;
 display: block;
 margin-bottom: 4px;
 padding: 4% 6%;
}

header nav.global ul li.lock a:hover {
 background: #000054 url('../images/ico-lock.svg') no-repeat 96%;
}

header nav.global ul.lvl2 {
 margin-bottom: 15%;
}


header nav.global ul.lvl2 li a {
 color: #1a1a1a;
 background: #EEEEEE;
 display: block;
 margin-bottom: 4px;
 padding: 3% 6%;
 transition: all ease .4s;
}

header nav.global ul.lvl2 li.access a {
 background: url('../images/ico-map.svg') no-repeat 6% 50% / 6%;
 padding: 3% 6% 3% 14%;
 transition: all ease .4s;
}

header nav.global ul.lvl2 li.contact a {
 background: url('../images/ico-contact.svg') no-repeat 5% 50% / 6%;
 padding: 3% 6% 3% 14%;
 transition: all ease .4s;
}

header nav.global ul.lvl2 li.access a:hover {
 background: #fff url('../images/ico-map.svg') no-repeat 6% 50% / 6%;
 padding: 3% 6% 3% 14%;
}

header nav.global ul.lvl2 li.contact a:hover {
 background: #fff url('../images/ico-contact.svg') no-repeat 5% 50% / 6%;
 padding: 3% 6% 3% 14%;
}


header nav.global ul li a span {
 display: block;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 0.1786))), 14px);
 color: #8B8B8B;
}

header nav.global ul.sns {
 display: flex;
 justify-content: center;
 margin-bottom: 5%;
}

header nav.global ul.sns li {
 margin: 0 3%;
}

header nav.global ul.sns li a {
 background: none;
}



#nav-toggle {
 display: none;
}



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


 .global {
  z-index: -100;
  visibility: hidden;
  height: 0;
  width: 100%;
 }


 #nav-toggle {
  width: 30px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999;
 }

 #nav-toggle div {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  z-index: 9999;
 }

 #nav-toggle span {
  height: 2px;
  width: 30px;
  left: 0;
  position: absolute;
  display: block;
  background: #00009E;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  z-index: 1000;
 }

 #nav-toggle.is-black span {
  background: #000;
 }

 #nav-toggle span:nth-child(1) {
  top: 0;
 }

 #nav-toggle span:nth-child(2) {
  top: 10px;
 }

 #nav-toggle span:nth-child(3) {
  top: 20px;
 }



 .open #nav-toggle span {
  background: #00009E;
  right: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
 }

 .open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
 }

 .open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
 }

 .open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }




 .open header nav.global {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  box-sizing: border-box;
  overflow: auto;
  margin-top: 0;
  transition: all .4s ease-in;
  display: block;
  padding: 0;
  background: #EEEEEE;
  padding-bottom: 20%;
 }


 header nav.global {
  width: 100vw;
  display: block;
  vertical-align: middle;
 }






}




/* footer
===============================================================*/


#gototop {
 position: fixed;
 bottom: 4%;
 right: 2%;
 z-index: 100;
}


footer {
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 padding-top: 4%;
 box-sizing: border-box;
}

.footer-wrap {
 display: flex;
 justify-content: space-between;
 width: 100%;
}

footer small {
 text-align: right;
 display: block;
 padding: 1% 0;
 box-sizing: border-box;
 font-size: 12px;
 letter-spacing: 2px;
 display: block;
 width: 50%;
 box-sizing: border-box;

}

footer ul.f-menu {
 display: flex;
 width: 50%;
}

footer ul.f-menu li a {
 padding: 0 1em;
 border-right: 1px solid #030303;
 font-size: 14px;
 color: #030303;
}

footer ul.f-menu li:last-child a {
 border: none;
}

footer ul.banner {
 display: flex;
 justify-content: flex-end;
 width: 100%;
}

footer ul.banner li {
 margin: 0 1% 2%;
}

footer ul.banner li a {
 padding: 0;
 background: none;
}


.banner{
 display: flex;
 /*justify-content: flex-end;*/
 width: 100%;
 /*align-items: flex-end;*/
	align-items: center;
 margin-bottom: 2%;
}

/*
.banner-01,
.banner-02{
 width: 20%;
 box-sizing: border-box;
 padding: 0 1%;
}
*/
.banner-01{
 width: 15%;
 box-sizing: border-box;
 padding: 0 1%;
}
.banner-02{
 width: 25%;
 box-sizing: border-box;
 padding: 0 1%;
}
.banner-03{
 width: 60%;
 box-sizing: border-box;
 padding: 0 1%;
}
.banner-03 .banner-03-wrap{
 display: flex;
}
.banner-03 .banner-03-wrap a{
 width: calc(100% / 3);
 box-sizing: border-box;
 padding: 0 1%;
}

.banner h3{
 text-align: left;
 border-bottom: 1px solid #ddd;
 margin-bottom: .5em;
}

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

 #gototop {
  width: 40px;
 }

 footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
 }

 .footer-wrap {
  flex-direction: column;
 }


 footer small {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 1%;
  font-size: 10px;
  letter-spacing: 1px;
  width: 100%;
 }

 footer ul.f-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 2%;
  box-sizing: border-box;
 }
 
.banner{
 display: flex;
 /*justify-content: flex-end;*/
 flex-direction: column;
 width: 100%;
 align-items: flex-start;
 box-sizing: border-box;
 padding: 0 5%;
}

.banner-01,
.banner-02{
 width: 100%;
}
 .banner-01 a img,
.banner-02 a img{
 width: 60%;
}
 
.banner-03{
 width: 100%;
}
.banner-03 .banner-03-wrap{
 display: flex;
 flex-wrap: wrap;
}
.banner-03 .banner-03-wrap a{
 width: calc(100% / 2);
}


}





/* top page
===============================================================*/


.top-wrap {
 display: flex;
 flex-wrap: wrap;
}

.top-wrap .top-first {
 display: flex;
 width: 100%;
}


.top-logo{
 background: #F5F5F5;
 padding: 1.5% 2%;
 text-align: left;
}
.top-logo img{
 width: 70%;
}

.top-wrap .top-first-01 {
 width: 55%;
 height: 100%;
 position: relative;
 display: flex;
}

.top-wrap .top-first-01:before {
 content: "";
 display: flex;
 padding-top: 75%;
 height: 100%;
}

.top-wrap .top-first-01 a {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: url('../images/top-first-01.jpg') no-repeat center center / cover;
 display: flex;
 height: 100%;
 flex-direction: column;
 justify-content: space-between;
 padding: 5%;
 box-sizing: border-box;
}

.top-wrap .top-first-01 a:hover {
 text-decoration: none;
}

.top-wrap .top-first-01 a h2 {
 color: #fff;
 z-index: 2;
 position: relative;
 top: 0%;
 transform: translateY(-0%);
 -webkit-transform: translateY(-0%);
 text-align: left;
 font-size: min(max(18px, calc(1.25rem + ((1vw - 4.8px) * 1.25))), 34px);
 text-shadow: 0 0 10px #000;
}

.top-wrap .top-first-01 a p {
 color: #fff;
 z-index: 2;
 position: relative;
 top: -25%;
 text-align: left;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 0.5357))), 18px);
 text-shadow: 0 0 10px #000;
}

.top-wrap .top-first-01 a .btn-more {
 color: #fff;
 z-index: 2;
 position: absolute;
 bottom: 5%;
 width: 20%;
 right: 0;
 text-align: left;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 1.1029))), 18px);
 border-bottom: 4px solid #fff;
 background: url('../images/ico-arrow-w.svg') no-repeat 92% 50%;
 transition: all ease .4s;
/* text-shadow: 0 0 10px #000;*/
}
.top-wrap .top-first-02-01 a .btn-more,
.top-wrap .top-first-02-02 a .btn-more,
.top-wrap .top-first-02-03 a .btn-more {
 color: #fff;
 z-index: 2;
 position: absolute;
 bottom: 5%;
 width: 30%;
 right: 0;
 text-align: left;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 1.1029))), 18px);
 border-bottom: 4px solid #fff;
 background: url('../images/ico-arrow-w.svg') no-repeat 92% 50%;
 transition: all ease .4s;
/* text-shadow: 0 0 10px #000;*/
}

.top-wrap .top-first-01 a:hover .btn-more,
.top-wrap .top-first-02-01 a:hover .btn-more,
.top-wrap .top-first-02-02 a:hover .btn-more,
.top-wrap .top-first-02-03 a:hover .btn-more {
 background: url('../images/ico-arrow-w.svg') no-repeat 96% 50%;
}

.top-wrap .top-first-02 {
 width: 45%;
 height: 100%;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 box-sizing: border-box;
 padding-left: 10px;
}

.top-wrap .top-first-02-01,
.top-wrap .top-first-02-02,
.top-wrap .top-first-02-03 {
 width: 100%;
 height: 16%;
 position: relative;
 display: flex;
}

.top-wrap .top-first-02-01,
.top-wrap .top-first-02-02,
.top-wrap .top-first-02-03 {
 margin-top: 10px;
}

.top-wrap .top-first-02-01:before,
.top-wrap .top-first-02-02:before,
.top-wrap .top-first-02-03:before {
 content: "";
 display: flex;
 padding-top: 25%;
}

.top-wrap .top-first-02-01 a,
.top-wrap .top-first-02-02 a {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 /*background: url('../images/top-first-02.jpg') no-repeat center center / cover;*/
background-color: #00009e;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 /*padding: 5% 0;*/
 padding: 3% 0;
}

.top-wrap .top-first-02-03 a {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 /*background: url('../images/top-first-02.jpg') no-repeat center center / cover;*/
/* background-color: #00009e;*/
	background: #fdac00;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 /*padding: 5% 0;*/
 padding: 3% 0;
}

.top-wrap .top-first-02-02 a {
 /*background: url('../images/top-first-03.jpg') no-repeat center center / cover;*/
/* background-color: #00009e;*/
}

.top-wrap .top-first-02-01 h3,
.top-wrap .top-first-02-02 h3,
.top-wrap .top-first-02-03 h3 {
 /*background: #2A2A2A;*/
 color: #fff;
 position: relative;
 display: inline-block;
 /*width: 50%;*/
 width: 100%;
 text-align: left;
 /*padding: 2%;*/
 padding-left: 2%;
 box-sizing: border-box;
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 30px);
 line-height: 1;
}

.top-wrap .top-first-02-01 h3 em,
.top-wrap .top-first-02-02 h3 em,
.top-wrap .top-first-02-03 h3 em {
 font-style: normal;
 display: inline-block;
}


/*.top-wrap .top-first-02-02 h3 {
 width: 60%;
}*/

.top-wrap .top-first-02-01 h3 span,
.top-wrap .top-first-02-02 h3 span,
.top-wrap .top-first-02-03 h3 span {
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.7143))), 22px);
}

.top-wrap .top-first-02-01 h3 br,
.top-wrap .top-first-02-02 h3 br,
.top-wrap .top-first-02-03 h3 br {
	display: none;
}


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

 .top-wrap .top-first {
  flex-direction: column;
 }

 .top-wrap .top-first-01 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
 }

 .top-wrap .top-first-02,
 .top-wrap .top-first-03 {
  width: 100%;
  flex-direction: row;
  padding-left: 0;
  padding-top: 20px;
 }
 
 .top-wrap .top-first-02-01,
	.top-wrap .top-first-02-02,
	.top-wrap .top-first-02-03{
 margin: 0;
}
 
 .top-wrap .top-first-02-01,
.top-wrap .top-first-02-02,
.top-wrap .top-first-02-03 {
 height: 100%;
}

 .top-wrap .top-first-02-01:before,
 .top-wrap .top-first-02-02:before,
 .top-wrap .top-first-02-03:before {
  content: "";
  display: flex;
  padding-top: 60%;
 }

 .top-wrap .top-first-02-01,
 .top-wrap .top-first-02-02,
 .top-wrap .top-first-02-03 {
  /*width: 49%;*/
  /*width: 32%;*/
	 width: 24%;
 }

.top-wrap .top-first-02-01 a,
.top-wrap .top-first-02-02 a,
.top-wrap .top-first-02-03 a {
 padding: 5% 0;
}

.top-wrap .top-first-02-01 h3,
.top-wrap .top-first-02-02 h3,
.top-wrap .top-first-02-03 h3 {
	padding: 5%;
}

.top-wrap .top-first-02-01 h3 br,
.top-wrap .top-first-02-02 h3 br,
.top-wrap .top-first-02-03 h3 br {
	display: inline;
}

}


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

.top-logo img{
 width: 98%;
}

 .top-wrap .top-first-02-01,
	.top-wrap .top-first-02-02 {
 margin: 5px 0;
}
 
 .top-wrap .top-first-02,
	 .top-wrap .top-first-03{
  flex-direction: column;
 }

 .top-wrap .top-first-02-01,
 .top-wrap .top-first-02-02,
 .top-wrap .top-first-02-03 {
  width: 100%;
 height: 16%;
 }
 
 .top-wrap .top-first-02-01 a,
.top-wrap .top-first-02-02 a,
.top-wrap .top-first-02-03 a {
 padding: 2% 0;
}
  
  .top-wrap .top-first-02-01:before,
 .top-wrap .top-first-02-02:before,
 .top-wrap .top-first-02-03:before {
  content: "";
  display: flex;
  padding-top: 34%;
 }
 
.top-wrap .top-first-02-01 h3,
.top-wrap .top-first-02-02 h3,
.top-wrap .top-first-02-03 h3 {
 width: 100%;
 padding: 1%;
}
 
 .top-wrap .top-first-02-01 h3 br,
.top-wrap .top-first-02-02 h3 br ,
.top-wrap .top-first-02-03 h3 br {
	display: none;
}

}






.top-news {
 margin-bottom: 20px;
}

.top-news .top-news-head {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 2% 0;
}

.top-news h2 {
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.8382))), 28px);
}

.top-news .btn-all {}

.top-news .btn-all a {
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 0.3676))), 14px);
 color: #fff;
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 92% 50%;
 padding: 1em 3em 1em 2em;
 border-radius: 50px;
 transition: all ease .4s;
}

.top-news .btn-all a:hover {
 color: #fff;
 text-decoration: none;
 background: #000054 url('../images/ico-arrow-w.svg') no-repeat 94% 50%;
}

.top-news ul {
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
}

.top-news li {
 width: calc((100% / 4) - 15px);
 border: 1px solid #707070;
 display: flex;
}

.top-news li a {
 padding: 6% 5%;
 box-sizing: border-box;
 width: 100%;
 display: flex;
 flex-direction: column;
 text-align: left;
 color: #000;
 transition: all ease .4s;
}

.top-news li a:hover {
 text-decoration: none;
 background: #E6E6FF;
}

.top-news .date {
 margin-bottom: .8em;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 1.1029))), 18px);
}

.top-news span {
 color: #fff;
 background: #00009E;
 padding: .2em 1em;
}

.top-news h3 {
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 1.1029))), 20px);
}



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

 .top-news {
  padding: 3% 3%;
  margin: 0;
 }

 .top-news .top-news-head {
  padding: 2% 0 4%;
 }


}



@media screen and (max-width: 1470px) {
 .top-news li {
  width: calc((100% / 2) - 15px);
  margin-bottom: 1%;
 }


}




.top-bottom {
 display: flex;
 justify-content: space-around;
}


.top-bottom .top-bottom-01,
.top-bottom .top-bottom-02,
.top-bottom .top-bottom-03 {
 width: calc((100% / 3) - 15px);
 height: 100%;
 position: relative;
 display: flex;
}

.top-bottom .top-bottom-01:before,
.top-bottom .top-bottom-02:before,
.top-bottom .top-bottom-03:before {
 content: "";
 display: flex;
 padding-top: 60%;
}

.top-bottom .top-bottom-01 a,
.top-bottom .top-bottom-02 a,
.top-bottom .top-bottom-03 a {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: url('../images/top-bottom-01.jpg') no-repeat center center / cover;
 display: flex;
 height: 100%;
 flex-direction: column;
 justify-content: space-between;
 padding: 8% 0;
 box-sizing: border-box;
}

.top-bottom .top-bottom-02 a {
 background: url('../images/top-bottom-02.jpg') no-repeat center center / cover;
}

.top-bottom .top-bottom-03 a {
 background: url('../images/top-bottom-03.jpg') no-repeat center center / cover;
}


.top-bottom h3 {
 color: #fff;
 z-index: 2;
 position: relative;
 top: 0%;
 background: #2A2A2A;
 display: inline-block;
 width: auto;
 text-align: left;
 padding: 3%;
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 30px);
 line-height: 1;
}

.top-bottom h3 span {
 display: inline-block;
}

.top-bottom .top-bottom-01 h3 {}

.top-bottom .top-bottom-02 h3 {}

.top-bottom .top-bottom-03 h3 {}

.top-bottom a .btn-more {
 color: #fff;
 z-index: 2;
 position: absolute;
 bottom: 10%;
 width: 20%;
 right: 0;
 text-align: left;
 font-size: min(max(12px, calc(0.75rem + ((1vw - 4.8px) * 1.1029))), 18px);
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 92% 50%;
 transition: all ease .4s;
 padding: .1em 1em
}

.top-bottom a:hover .btn-more {
 background: #000054 url('../images/ico-arrow-w.svg') no-repeat 96% 50%;
}



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


 .top-bottom {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
 }


 .top-bottom .top-bottom-01,
 .top-bottom .top-bottom-02,
 .top-bottom .top-bottom-03 {
  width: calc((100%));
  height: 100%;
  position: relative;
  display: flex;
  margin-bottom: 2%;
 }


}




/* contents
===============================================================*/



.tit-area.about {
 background: url('../images/tit-back-about.jpg') no-repeat top center / cover;
 padding: 4% 3%;
 text-align: left;
 box-sizing: border-box;
}
.tit-area.program {
 background: url('../images/tit-back-program.jpg') no-repeat top center / cover;
 padding: 4% 3%;
 text-align: left;
 box-sizing: border-box;
}

.tit-area h1 {
 color: #fff;
 border-left: min(max(5px, calc(0.3125rem + ((1vw - 4.8px) * 0.4464))), 10px) solid #fff;
 padding-left: 1em;
 font-size: min(max(20px, calc(1.25rem + ((1vw - 4.8px) * 1.4286))), 36px);
}

.tit-area h1 span {
 display: block;
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.5357))), 20px);
}


.contents {
 padding: 4%;
 text-align: left;
}

.topic-path{
 border-bottom: 1px solid #333;
 padding: 2% 2% .5em
}
.topic-path ul{
 display: flex;
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.3571))), 18px);
}
.topic-path ul li{
 margin-right: 1em;
}

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

.contents p {
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.5357))), 22px);
 line-height: 1.7;
 margin-bottom: 2em;
}
.contents p.indent {
 text-indent: 1em;
}
.contents p.indent.noMargin{
 margin-bottom: 0;
}

.indent{
 text-indent: -1em;
 display: block;
 margin-left: 1em;
}


.contents h3 + p,
.contents h3 + ul,
.contents h3 + ol,
.contents h4 + ol{
 padding-left: 1em;
}

.contents h2 + h3{
 padding-top: 0
}
.contents h2 + h4,
.contents h3 + h4{
 margin-top: 0;
}

.contents h2 {
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.25))), 32px);
 background: #F5F5F5;
 padding: .5em 1em;
 border-left: #00009E solid min(max(5px, calc(0.3125rem + ((1vw - 4.8px) * 0.4464))), 10px);
 margin-bottom: 5%;
}

.contents h3 {
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
 color: #00009E;
 padding-top: 3%;
 margin-bottom: 2em;
 font-weight: 600;
 position: relative;
 text-align: left;
}

.contents h3:after {
 content: "";
 height: 5px;
 width: 80px;
 display: block;
 position: absolute;
 bottom: -.5em;
 left: 0;
 background: #00009E;
}

.contents h4 {
 margin-top: 1em;
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.8333))), 20px);
 padding: .1em 1em .1em 1em;
 margin-bottom: 1em;
 font-weight: 400;
 background: #00009E;
 color: #fff;
 display: inline-block;
}

.contents table {
 border-collapse: collapse;
 border: 1px solid #fff;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.7813));
 margin-bottom: 3%;
}

.contents table th {
 margin: 0 auto;
 background: #1D009C;
 border: 1px solid #fff;
 color: #fff;
 padding: .6em 1.5em;
}

.contents table td {
 margin: 0 auto;
 background: #F2F8FF;
 border: 1px solid #fff;
 padding: .6em 1.5em;
}

.contents .info_tb {
 width: 100%;
}

.contents .info_tb_02 {
 width: 58%;
}
@media screen and (max-width: 768px) {
.sp_tb_box{
  overflow-x: scroll;
}
	
.contents .info_tb {
 width: 800px;
}
	
.contents .info_tb_02 {
 width: auto;
}
}

.contents .info_tb th,
.contents .info_tb_02 th {
 /*padding: .6em;*/
	padding: .3em;
 text-align: center;
	font-size: 1.4rem;
}

.contents .info_tb td,
.contents .info_tb_02 td {
 /*padding: .6em;*/
	padding: .3em;
 text-align: right;
	font-size: 1.4rem;
}

.contents .info_tb tr td:first-child,
.contents .info_tb_02 tr td:first-child {
 /*width: 17%;*/
	/*width: 15%;*/
	width: 125px;
 text-align: left;
}

.contents .info_tb tr:nth-last-child(1) td,
.contents .info_tb_02 tr:nth-last-child(1) td {
    background-color: #e5eef9;
    border-top: #fff 3px solid;
}

.contents ul {
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.5357))), 22px);
 list-style: none;
 margin-bottom: 5%;
}

.contents ol {
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.5357))), 22px);
 list-style: decimal;
 margin-bottom: 1.5em;
 counter-reset: item;
 list-style-type: none;
 padding-left: 0;
}
.contents ol.lp4 {
 padding-left: 4%;
}

.contents ol li{
 position: relative;
 padding-left: 3em;
 margin-bottom: 1em;
}

.contents ol li:before {
 counter-increment: item;
 content: counter(item)'';
 font-weight: bold;
 color: #fff;
 background: #00009E;
 border-radius: 50px;
 width: 2em;
 height: 2em;
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 border: 2px solid #00009E;
 left: 0;
 top: 0;
}
.contents ol.schedule-list-wrap li:before {
 counter-increment: item;
 content: counter(item)'';
 font-weight: bold;
 color: #00009E;
 background: none;
 border-radius: 50px;
 width: auto;
 height: auto;
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 border: none;
 left: 1em;
 top: -.2em;
 font-size: 24px;
}

.contents ul.schedule-list-wrap &gt; li{
 display: block;
 margin-bottom: 2em;
}

.contents ol li ol,
.contents ul li ol{
 margin-top: 1.5em;
}
.contents ul li ol{
 padding-left: 1em;
 
}

.contents ul.schedule-list-wrap li li:before {
 counter-increment: item;
 content: counter(item)'';
 font-weight: bold;
 color: #00009E;
 background: #fff;
 border-radius: 50px;
 width: 1.6em;
 height: 1.6em;
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 border: 2px solid #00009E;
 left: 0;
 top: 0;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.5357))), 22px);
}


.contents ul li {
 margin-bottom: 1em;
 position: relative;
}
.contents ul.marker li span{
 position: relative;
 background: linear-gradient(transparent 0%, transparent 90%, #00009E 99%, #00009E 100%);
 padding-bottom: .1em;
} 
.contents ul.circle li {
 margin-bottom: 1em;
 padding-left: 1em;
 position: relative;
}
.contents ul.circle li:before {
 border-radius: 50%;
 width: 8px;
 height: 8px;
 display: block;
 position: absolute;
 left: 0;
 top: 0.6em;
 content: "";
 background: #1D009C;
}


.img-area {
 display: flex;
 margin-bottom: 8%;
}
.img-area.sMargin {
 display: flex;
 margin-bottom: 4%;
}

.img-area figure {
 width: 40%;
}

.img-area figure figcaption{
 padding-top: .5em;
}

.img-area figure figcaption strong{
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
}



.img-area-txt {
 width: 60%;
 padding-left: 4%;
 box-sizing: border-box;
}
.img-area-txt.all {
 width: 100%;
 padding-left: 0;
 box-sizing: border-box;
}

.img-area.right {
 display: flex;
 flex-direction: row-reverse;
}

.img-area.right .img-area-txt {
 width: 60%;
 padding-left: 0;
 padding-right: 4%;
 box-sizing: border-box;
}


@media screen and (max-width: 1024px) {
 
 
 
.img-area {
 display: flex;
 flex-direction: column;
 margin-bottom: 8%;
}

.img-area figure {
 width: 100%;
 margin-bottom: 5%;
}

.img-area-txt {
 width: 100%;
 padding-left: 0;
 box-sizing: border-box;
}

.img-area.right {
 display: flex;
 flex-direction: column-reverse;
}
.img-area.right.lvl2 {
 display: flex;
 flex-direction: column;
}

.img-area.right .img-area-txt {
 width: 100%;
 padding-left: 0;
 padding-right: 0;
 box-sizing: border-box;
}

 
}



.program-wrap {
 display: flex;
 flex-direction: column;
 margin-bottom: 3%;
}

.program-wrap .program {
 border: 1px solid #707070;
 width: 100%;
 box-sizing: border-box;
 padding: 3%;
 margin-bottom: 2%;
}


@media screen and (max-width: 1400px) {
 
 .program-wrap {
  flex-direction: column;
}

.program-wrap .program {
 border: 1px solid #707070;
 width: 100%;
 box-sizing: border-box;
 padding: 3%;
 margin-bottom: 3%
}
 
}




.special{
 border: 2px solid #1D009C;
 padding: 3%;
}
.special p{
 margin-bottom: 0;
}

.program-wrap .program-head {
 display: flex;
 flex-direction: column;
 margin-bottom: 2em;
}
.program-wrap .program-head dt {
 background: #2A2A2A;
 color: #fff;
 padding: .3em .5em;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
}



.program-wrap .program-head dd{
 padding: .3em .5em;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
}
.program-wrap .program-head dd span{
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.5357))), 20px);
}

.program-wrap .program-read dt {
 background: #00009E;
 display: inline-block;
 color: #fff; 
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.5357))), 20px);
 padding: .3em .8em;
 margin-bottom: 1.2em;
}
.program-wrap .program-read dd .btn {
 margin-left: .5em;
 display: inline-block;
}
/*.program-wrap .program-read dd .btn a {
 border: 1px solid #707070;
 padding: .5em 1.5em .5em .8em;
 display: inine-block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 94% 50%;
 transition: all ease .4s;
}
.program-wrap .program-read dd .btn a:hover{
 color: #fff;
 text-decoration: none;
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 94% 50%;
}*/
.program-wrap .program-read dd .btn a {
 color: #00009E;
 border: 2px solid #00009E;
 padding: .5em 2.5em .5em 1.5em;
 display: inine-block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 90% 50%;
 transition: all ease .4s;
}
.program-wrap .program-read dd .btn a:hover{
 color: #fff;
 text-decoration: none;
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 90% 50%;
}

.program-wrap .program-read dd .btn.syllabus_btn a {
 color: #00009E;
 border: 2px solid #fdac00;
 padding: .5em 2.5em .5em 1.5em;
 display: inine-block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 90% 50%;
 transition: all ease .4s;
}
.program-wrap .program-read dd .btn.syllabus_btn a:hover{
 color: #fff;
 text-decoration: none;
 background: #fdac00 url('../images/ico-arrow-w.svg') no-repeat 90% 50%;
}

.program-wrap .program-read dd {
 font-size: min(max(14px, calc(0.875rem + ((1vw - 4.8px) * 0.3571))), 18px);
 display: block;
 margin-bottom: 2em;
}
.program-wrap .program-read dd div{
 display: block;
 margin-bottom: 1.5em;
}

.prof-area{
 margin-bottom: 5%;
 border-bottom: 1px solid #707070;
 padding-bottom: 3%;
}
.prof-area:last-of-type{
 border-bottom: none;
}
.prof-area.min:last-of-type{
 border-bottom: 1px solid #707070;
}
.prof-area figure{
 width: 30%;
 float: left;
 margin: 0 5% 5% 0;
}
.prof-area.lvl2 figure{
 width: 20%;
 float: left;
 margin: 0 5% 5% 0;
}
.prof-area.right figure{
 width: 30%;
 float: right;
 margin: 0 0 5% 5%;
}
.prof-area figure figcaption{
 padding-top: .8em;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
}

.contents p.prof-label{
 margin-bottom: -1em;
 font-weight: bold;
}


.prof-area-wrap{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.prof-area-wrap .prof-area.min{
 width: 48%;
}

.prof-area-wrap .prof-area.min figure{
 width: 25%;
 float: none;
}

.prof-area-in{
 display: flex;
}
.prof-in-right{
 width: 75%;
}

.staff-tab{
 display: flex;
 justify-content: space-around;
 border-bottom: 1px solid #666;
 padding: 0 2%;
}
.staff-tab li{
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 30px);
 padding: .5em;
 display: block;
 box-sizing: border-box;
 width: 48%;
 text-align: center;
 border:1px solid #666;
 border-bottom: none;
 cursor: pointer;
 color: #666;
 transition: all ease .4s;
}

.staff-tab li.is-current{
 background: #00009E;
 color: #fff;
 border:1px solid #00009E;
}

.staff-tab.schedule li{
 width: 32%;
 line-height: 1.4;
 font-size: min(max(12px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 24px);
}

.staff-tab.info li{
 /*width: 24%;*/
	width: 19%;
 line-height: 1.4;
 font-size: min(max(12px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 24px);
}


.panel {
 display: none;
}

.panel.is-show {
 display:block;
}


.prof-h3 {
	padding-top: 0!important;
}


@media screen and (max-width: 1024px) {
 
 .prof-area figure{
 width: 80%;
 float: none;
 margin: 0 auto 5%;
}
.prof-area.right figure{
 width: 80%;
 float: none;
 margin: 0 auto 5%;
}
 
 .prof-area-wrap .prof-area.min{
  width: 90%;
  margin: 0 auto 8%;
 }
  .prof-area-wrap .prof-area.min:last-of-type{
   border: none;
 }
 .prof-area-wrap .prof-area figure{
 width: 80%;
 float: none;
 margin: 0 auto 5%;
}
 
.prof-area-in{
  flex-direction: column;
}
 .prof-area-wrap .prof-area.min figure{
 width: 60%;
 float: none;
 margin: 0 auto 5%;
}
 .prof-in-right{
 width: 100%;
}

 
 .program-wrap .program-read dd div{
 display: flex;
  flex-direction: column;
 margin-bottom: 1.5em;
}
 .program-wrap .program-read dd .btn {
 margin-left: .5em;
  margin-top: .5em;
 display: block;
}
.program-wrap .program-read dd .btn a {
 border: 1px solid #707070;
 padding: .5em 1.5em .5em .8em;
 display: block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 94% 50%;
 transition: all ease .4s;
}
 
}


ol.schedule-list li{
 display: flex;
 position: relative;
 padding-right: 5%;
 /*align-items: center;
 flex-wrap: wrap;*/
 flex-direction: column;
}
ol.schedule-list li span{
 background: #fff;
 display: inline-block;
 /*padding: 0 1em;*/
 padding: 0;
 z-index: 2;
}
ol.schedule-list li span.date{
 /*width: 8em;*/
 /*width: 12em;*/
 display: block;
}

ol.schedule-list li span.tit{
 font-weight: bold;
}
/*
ol.schedule-list li::after{
 content: "";
 height: 1px;
 width: 90%;
 display: block;
 background: #ddd;
 position: absolute;
 top: 50%;
 z-index: 1;
 box-sizing: border-box;
}
*/
.contents ul.schedule-list-wrap &gt; li span.junre{
 background: #00009E;
 color: #fff;
 padding: .2em 1em;
 margin-right: 1em;
 line-height: 1;
}

ol.schedule-list li div.teach{
 /*width: 40%;*/
 /*padding-left: 1em;*/
 padding-top: .3em;
 box-sizing: border-box;
}
ol.schedule-list li div.teach em{
 font-size: 88%;
 font-style: normal;
}

ol.schedule-list li div.teach span.teach-head{
 background: #f1f1f1;
 padding: .2em 1em;
 line-height: 1;
 display: inline-block;
 margin-right: 1em;
}



@media screen and (max-width: 1024px) {
 
 ol.schedule-list li{
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #ddd 1px solid;
}

 ol.schedule-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
 
/*
 ol.schedule-list li::after{
 content: "";
 height: 1px;
 width: 90%;
 display: block;
 background: #ddd;
 position: absolute;
 top: auto;
 bottom: 20%;
 bottom: 0;
  left: 0;
 z-index: 1;
 box-sizing: border-box;
}
*/
ol.schedule-list li span.date{
 /*padding: 0 0 0 .5em;*/
 /*padding: 0;
 background: #fff;
 display: inline-block;
 position: relative;
 z-index: 2;
 width: auto;*/ 
 display: block;
}

 
}

.btn.normal {
 margin-left: .5em;
  margin-top: .5em;
 display: inline-block;
}
.btn.normal a {
 border: 1px solid #707070;
 padding: .5em 1.5em .5em .8em;
 display: block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 94% 50%;
 transition: all ease .4s;
}
.btn.normal a:hover{
 text-decoration: none;
 background: #ddd url('../images/ico-arrow.svg') no-repeat 96% 50%;
 border: 1px solid #707070;
}

.btn-bl a {
 color: #00009E;
 border: 2px solid #00009E;
 padding: .5em 2.5em .5em 1.5em;
 display: inine-block;
 border-radius: 15px;
 background: url('../images/ico-arrow.svg') no-repeat 90% 50%;
 transition: all ease .4s;
}
.btn-bl a:hover{
 color: #fff;
 text-decoration: none;
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 90% 50%;
}

@media screen and (max-width: 768px) {
.btn-bl {
margin: 7% 0 3%;
}
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 46.25%;
position: relative;
 width: 80%;
 margin: 5% auto;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.application-btn{
 text-align: center;
 padding: 2% 0;
}

.application-btn a{
 background: #00009E url('../images/ico-arrow-w.svg') no-repeat 90% 50%;
 display: inline-block;
 color: #fff;
 padding: .8em 3em;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
 border-radius: 50px;
 transition: all ease .4s;
}

.application-btn a:hover{
 background: #000054 url('../images/ico-arrow-w.svg') no-repeat 92% 50%;
 text-decoration: none;
}

.application-btn span{
 background: #070707 url('../images/ico-arrow-w.svg') no-repeat 90% 50%;
 display: inline-block;
 color: #fff;
 padding: .8em 3em;
 font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 0.7143))), 24px);
 border-radius: 50px;
 transition: all ease .4s;
}

.news-wrap{
 display: flex;
 justify-content: space-between;
}

.news-body{
 width: 80%;
}

.news_list{
 width: 100%;
 margin-bottom: 5%;
}
.news_list.lvl2{
 width: 100%;
 margin-bottom: 5%;
 display: flex;
}

.news_list dt{
 padding: 1em .5em .5em;
}
.news_list.lvl2 dt{
 padding: 1em .5em;
 width: 10em;
 box-sizing: border-box;
 border-bottom: 1px solid #ddd;
}

.news_list dt span {
 color: #fff;
 background: #00009E;
 padding: .2em 1em;
 display: inline-block;
 margin-left: 1em;
}

.news_list dd{
 border-bottom: 1px solid #ddd;
 padding: .5em .5em 1em;
 width: 100%;
 display: block;
 box-sizing: border-box;
}
.news_list.lvl2 dd{
 width: calc( 100% - 10em);
 padding: 1em .5em;
}

.news-archive{
 width: 20%;
 box-sizing: border-box;
 padding-left: 2%;
}
.news-body h3{
 padding-top: 0;
}

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

 .news-body{
 width: 100%;
}
 
 .news-wrap{
 display: flex;
  flex-direction: column;
}
 .news_list{
 width: 100%;
  margin-bottom: 10%;
}
 .news_list.lvl2{
  flex-direction: column;
}
.news_list.lvl2 dt,
 .news_list.lvl2 dd{
 width: 100%;
}
 .news_list.lvl2 dt{
  border: none;
  padding-bottom: 0;
 }
 
 .news-archive{
 width: 100%;
 box-sizing: border-box;
 padding-left: 0;
 margin-bottom: 5%;
}

}


.pdf{
 background: url('../images/ico-pdf.svg') no-repeat right 50% / 2em;
 padding: .5em 2.5em 1em 0;
}

.sitemap dt{
 font-size: 18px;
 border-bottom: 1px solid #ddd;
 padding: .5em;
 font-weight: bold;
}
.sitemap dt span{
 font-size: 14px;
 font-weight: normal;
 padding-left: 1em;
}

.sitemap dd{
 padding: .5em .5em .5em 1.5em;
 font-size: 16px;
 background: url('../images/ico-arrow.svg') no-repeat 1% 50%;
 
}


form.password-wrap{
 border: 1px solid #ddd;
 padding: 5%;
 text-align: center;
}

form.password-wrap div{
 text-align: left;
}

form.password-wrap div label{
 display: flex;
 flex-direction: column;
}
form.password-wrap div label input[type="email"]{
 margin: .2em;
 border: 1px solid #666;
 padding: .3em;
 font-size: 18px;
 width: 100%;
 box-sizing: border-box;
 font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
form.password-wrap div.password-form label{
 flex-direction: row;
 align-items: center;
 margin-bottom: 3%;
}
form.password-wrap div.password-form label input{
 margin: 0 .5em 0 0;
}
form.password-wrap button{
 background: #000054;
 color: #fff;
 font-size: 20px;
 padding: .5em 2em;
 border: none;
 border-radius: 50px;
 margin: auto;
 font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}


/***** st追加 *****/
.movie_btn {
	height: 100%;
}

.movie_btn a {
	height: 100%;
	display: block;
	background: url("../images/movie_btn.jpg") 50% 50% no-repeat;
	background-size: cover;
	transition: 0.5s;
}

@media screen and (max-width: 1470px) {
.movie_btn {
	/*width: 32%;*/
	width: 24%;
}
}

@media screen and (max-width: 1024px) {
.movie_btn {
	width: 100%;
}
}

/*.movie_btn a:hover {
	opacity: 0.7;
}*/


.movie_btn h3 {
 background-color: #2A2A2A;
 color: #fff;
 position: relative;
 display: inline-block;
 /*width: 50%;*/
 width: 80%;
 text-align: left;
 padding: 2%;
 box-sizing: border-box;
 font-size: min(max(18px, calc(1.125rem + ((1vw - 4.8px) * 1.0714))), 30px);
 line-height: 1;
}

.movie_btn h3 em {
 font-style: normal;
 display: inline-block;
}

.video-area {
 width: 40%;
}

.video-area video {
	width: 100%;
}

.movie {
    display: none;
}

.movie_in {
    padding: 20px 20px 0;
}

.movie_in video {
	width: 100%;
}

@media screen and (max-width: 1024px) {
.video-area {
 width: 100%;
 margin-bottom: 5%;
}

.video-area video {
	width: 100%;
}
}</pre></body></html>