@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* BIZ UDPGothic */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Regular.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* BIZ UDPGothic-Bold */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Bold.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: ' Barlow-Semi ';
    src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format('woff2'),
             url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: ' Barlow-Semi ';
    src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'),
             url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:normal;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top: 0px;
position: relative;
overflow: hidden;
background:white;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top: 0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.8;
letter-spacing: 0.08rem;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb10-md{margin-bottom: 10px;}
.mb80mb50{margin-bottom:50px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb10-sm{margin-bottom: 10px;}

.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}


[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 700;font-family: ' BIZUDPGothic-Bold ';}

.white { color: #ffffff; }
.red { color:#CD0000; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}




/*header 
------------------------------------------------------------------*/

.header {
  color: #fff;
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 60;
  height: 60px;
  padding-right: 55px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header .logo {position: relative;padding-left: 10px;width: 170px;}
.header .info{height: 60px; display: flex;align-items: center;justify-content: flex-end;}
.header .info .tel{display: none;}
.header .info .tel-ico{width: 30px;margin-right: 10px;}
.header .info .bn-line-xs{width: 30px;}
.header .info .bn-line{display: none;}

/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #fff;
  background: #000;
  height: 60px;
  transition: color 2s ease-out;
}
.header.headerColorScroll .logo {}



@media (min-width: 667px) {
.header {padding-right: 60px;}

.header .logo {position: relative;padding-left: 10px;width: 240px;}


}

@media (min-width: 992px) {

.header {height: 100px;padding-right: 90px;}
.header .logo {position: relative;padding-left: 15px;width: 300px;}
.header .info{height: 100px; }
.header .info .tel{display: block;font-family: ' Barlow-Semi ';font-weight: 600;color: white;margin-right: 20px;}
.header .info .tel span{font-size: 26px;color: white;letter-spacing: .2rem;}
.header .info .tel-ico{display: none;}
.header .info .bn-line-xs{display: none;}
.header .info .bn-line{display:block;}
.header .info .bn-line a{display:flex;height: 50px;align-items: center;justify-content: space-between; width: 200px;padding: 0 1em 0 .5em; background: #06c755;}
.header .info .bn-line a img{width: 35px;height: auto;}
.header .info .bn-line a .txt{color: white;width: calc(100% - 45px);height: 50px;line-height: 50px;padding-left: 1.2em; text-align: left;border-left: 1px solid rgba(255,255,255,.3);}


.header.headerColorScroll {
  height: 100px;
  transition: color 3s ease-out;
}
.header.headerColorScroll .logo {width: 300px;}



}



@media (min-width: 1680px){
.header {padding-right: 100px;}

.header .logo {position: relative;padding-left: 50px;width: auto;}
.header .info .tel{font-size: 18px;margin-right: 30px;}
.header .info .tel span{font-size: 36px;}
.header.headerColorScroll .logo {width: auto;}


}










/*main
------------------------------------------------------------------*/

#main{position: relative;width: 100%;height:auto;}
.mv02{background: #b61908; width:100%;position: relative;padding: 100px 20px 40px;}
.mv02 .bg-black{position: absolute;top:0;left:45%;bottom:-40px;display: flex;justify-content: flex-end;}
.swiper {
position: relative;
max-width: 1820px;
margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;

  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;

  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}
.swiper-slide img{width: 100%;height: auto;}
.mv02 .swiper-pagination {
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display:flex;
  justify-content: center;
  left: 50%!important;
  transform: translateX(-50%)!important;
}
.mv02 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
  cursor: pointer;
  margin-right: .5em;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color:#999;
}
.mv02 .swiper-pagination-bullet:not(:first-child) {}
.mv02 .swiper-pagination-bullet-active {background-color:#FFFF00;}






@media (max-width: 1680px){


}



@media (max-width: 1280px){




}


@media (max-width: 1199px){

}




@media only screen and (max-width: 991px) {
#main{}
.mv02{ width:100%;position: relative;padding: 60px 15px 20px;}
.mv02 .bg-black{position: absolute;right:auto;left:35%;bottom:-20px;width: 100%;display: flex;justify-content: flex-end;}
.swiper {padding-bottom: 40px;}




}

@media only screen and (max-width: 767px) {
.mv02{ width:100%;position: relative;padding: 60px 0px 20px;}



}


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


}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 50px 0;}
.nav-tabs {
border-bottom: none;
display:flex;
flex-wrap:wrap;
box-sizing: border-box;
width: 100%;
padding: 0;
margin-bottom: 0px;
}

.nav-tabs .nav-item {
  margin-bottom:0px;
  width:auto;
  box-sizing: border-box;
  margin: 0;
  border: none;border-radius: 0;
}
.nav-tabs .nav-item a {color: #111;background: none;display: flex;align-items: center;transition: .3s;font-size: 15px;line-height: 1.3;padding:0.3em .8em .2em;margin: 0.3em .3em 0em 0;border-bottom: 3px solid rgba(199,0,0,.00);border:1px solid #ddd; border-radius: .7em;}
.nav-tabs .nav-item a:hover {color:black;background: none;border-bottom: 3px solid rgba(199,0,0,1);}
.nav-tabs .nav-item a.active {color:black;background:none;border-bottom: 3px solid rgba(199,0,0,1);}
.nav-tabs .nav-link {
  border:none;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {border-color: none;}

.home #section01 .tab-content{margin-bottom: 25px;}

.newsarea{position: relative;padding-right:0px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}

.newsarea .set{padding: .8em .2em;border-top: 1px solid #ddd;transition: .5s;position: relative;}

.newsarea .set .date{margin-bottom:.6em;line-height: 1.4;display: flex;align-items: center;}
.newsarea .set .date .day{font-family: ' Barlow-Semi ';font-weight:700;color: #000;}
.newsarea .set .date span.new{color: #b61908;margin-left: 5px;letter-spacing: 0;font-size: .9em;}
.newsarea .set .date span.cate{display: block;margin-left: 10px; color: #111; padding: .2em .5em;font-size: .8em;text-align: center;letter-spacing: 0;width: 13em;border:1px solid #ddd;border-radius: 20px;}
.newstext{display: flex;justify-content: space-between;color: #222;}
.newshtml{width: 100%;line-height: 1.4;}
.newshtml .title{font-weight: 700;color: black;margin-bottom: .2em;}

.newstext .bt-more{display: none;}

.newsarea a:hover .set{background: #fafafa;}
.newsarea .set:hover .bt-more img{filter: grayscale(100%);}
.newsarea a .set .newstext{display: flex;align-items: center;justify-content: space-between;color: #222;}
.newsarea a .set .newshtml{width: calc(100% - 50px);}
.newsarea .set .bt-more{width: 29px;}
.newsarea .set .bt-more img{transition: .5s;}
.newsarea a .set .newstext .bt-more{display: block;width: 29px;}

.home #section02{position: relative;background: #b61908;}
.home #section02 .title-txt{font-family: ' Barlow-Semi ';font-weight:700;color: #fff;font-size: 38px;padding-left: .5em;margin-bottom: 10px;}
.home #section02 .bg-black{width: 90%;background: black;padding: 1em 1em 0;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{color: #ff0;font-weight: 700;font-size: 1em;margin-bottom: 1em;font-style: oblique;}
.home #section02 .bg-black .txt2{color: #fff;margin-bottom: 1.5em;}
.home #section02 .player{position: relative;width: 50%;margin-left: 65%;}
.home #section02 .logo{position:absolute;width: 20%;left: 20%;bottom:20px;}


.home #section03{position: relative;padding: 50px 0;background: #f2f2f2;}
.deco_player1{position: absolute;right:-10px;top:-30px;z-index: 1;width: 100px;}
.deco_player2{position: absolute;left:-10px;bottom:-40px;z-index: 1;width: 100px}
.home #section03 .headline{margin-bottom: 20px;z-index: 10;}
.home #section03 .subtitle{color: #b61908;font-weight: 700;font-style: oblique;font-size: 1.3em;margin-bottom: 1em;}
.home #section03 .txt{margin-bottom: 30px;}
.oneArea {position: relative;z-index: 10;
  max-width: 100%;
  margin: 0 auto;
}
.oneArea .oneBox {
  background: #fff;
  border: 1px solid #C70000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.oneArea .oneBox:last-child {margin-bottom: 0;}

.oneArea .oneBox p.one_title{padding: .5em; background:  #b61908;color: white;font-family: ' Barlow-Semi ';font-weight:700;text-align: center;font-size: 1.6em;font-style: oblique;line-height: 1.4;}
.oneArea .oneBox p.one_title span{display: block;color: #ffff00;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: normal;font-size: 15px;font-style: normal;}

.oneArea .oneBox .one_inner {padding: 0 20px 20px; flex-grow: 1;}
.oneArea .oneBox p.one_text {margin-bottom: 1.5em;}
.oneArea .oneBox > *:not(:last-child) {margin-bottom: 15px;}

.oneArea .oneBox .one_inner .txt1{margin-bottom: 1em;line-height: 1.5;display: block;}
.oneArea .oneBox .one_inner dl{display: block;}
.oneArea .oneBox .one_inner dl .list{border-bottom: 1px dotted #ccc;padding-bottom: .5em;margin-bottom: .5em;font-size: .9em;display: flex; align-items: center;flex-wrap: wrap;}
.oneArea .oneBox .one_inner .list dt {width: 75px;font-weight: 400;}
.oneArea .oneBox .one_inner .list dd {flex: 1;}

.oneArea .oneBox .one_inner .txt2{margin-bottom: 1em;line-height: 1.5;display: block;font-size: .9em;padding-top: .5em;}


/**************
.oneArea a.btn
**************/
.one_btn{padding: 0 20px 20px;}
.oneArea a.btn {
  display: flex;
  align-items: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 1.0rem;
  background: #000;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 0;
  font-family: ' Barlow-Semi ';font-weight:700;
}
.oneArea a.btn:hover {background-color:#CF0000}
.oneArea a.btn .b__text {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
}
.oneArea a.btn .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}




.home #section04{position: relative;max-width: 1920px;margin: 0 auto;background: url("../images/bg-insta.jpg");background-position: center;background-repeat: no-repeat;background-size: cover; padding: 50px 0;color: white;}
.home #section04 .dummytxt{margin-bottom: 1.5em;}
.deco_player3{position: absolute;right:-10px;top:-90px;z-index: 3;width: 100px;}
.home #section04 h3{font-family: ' Barlow-Semi ';font-weight:700;color: white;font-size: 1.8em;font-style: oblique;margin-bottom: 1em;}
.deco-inac{position: absolute;width: 150px;top:-20px;right:0;z-index: 2;}
.home #section04 .txt{}
.home #section04 .tagcolle-btn-default{font-family: ' Barlow-Semi ';font-weight:700;color: white;}
.home #section04 .btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 250px;
  text-align: center;
  padding: 0 1em;
  font-family: ' Barlow-Semi ';font-weight:600;
  height: 50px;
  line-height: 50px;
  background: #000;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: .4s;
  margin-top: 2em;
}
.home #section04 .btn-edge:hover {cursor: pointer;}

.home #section04 .btn-edge:before {display: none;}
.home #section04 .btn-edge:after {display: none;}

.home #section05{position: relative;padding: 50px 0;background: #eae8e8;overflow: hidden;}
.home #section05 .bg1{position:absolute;z-index: 1;left:-15%;bottom:-50%; width: 130%;height: 80%; background:rgba(182,25,8,.07);transform: rotate(18deg);}
.home #section05 .bg2{position:absolute;z-index: 2;right:-15%;bottom:-50%; width: 130%;height: 80%; background:rgba(0,0,0,.07);transform: rotate(-18deg);}
.home #section05 .headline{text-align: center;}
.partners{position: relative;z-index: 3;}
.partners li{margin-bottom: 10px;}
.partner-item{background: rgba(255,255,255,1);display: flex;align-items: center;justify-content: center;text-align: center;padding: .4em;height: 75px;}
a.partner-item{transition: .4s;}
a.partner-item:hover{background: rgba(255,255,255,.7);}
/* スライダー全体 */
.slider-partner {position: relative;z-index: 3;margin-top: 3em;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.partner-slide {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.partner-thumb {width: calc(100vw / 3);}
/* スライドの画像 */
.partner-thumb img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.gmap{}
.gmap iframe{width: 100%;height: 220px;margin-bottom: 0;vertical-align: bottom;}

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-posi-center{display: flex;justify-content:center;}

.btn-arrow {}
.btn-arrow a {
width: 230px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
	background:#393;
    color: #fff;
	padding: 0 .5em;
	transition: .5s;
	font-family: ' ReemKufi ';
	font-weight: 500;
	position: relative;}
.btn-arrow a::after {
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: .5s;
}
.btn-arrow a:hover {
    align-items: center;background:#3c3;
    color: #fff;
    }
.btn-arrow a:hover::after {width: 50px;}

.btn-dummy {position: relative;z-index: 10;}
.btn-dummy span {
width: 230px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
	background:#393;
    color: #fff;
	padding: 0 .5em;
	transition: .5s;
	font-family: ' ReemKufi ';
	font-weight: 500;
	position: relative;}
.btn-dummy span::after {
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: .5s;
}

.btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 250px;
  text-align: center;
  padding: 0 1em;
  font-family: ' Barlow-Semi ';font-weight:600;
  height: 50px;
  line-height: 50px;
  background: #b61908;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: .4s;
}
.btn-edge:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px white;
  border-bottom: solid 51px transparent;
  z-index: 1;
  transition: .4s;
}
.btn-edge:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px transparent;
  border-bottom: solid 51px white;
  z-index: 1;
  transition: .4s;
}
.btn-edge:hover:before, .btn-edge:hover:after {border-left-width: 21px;}
.btn-edge:hover {background: #000;color: white;}
.arrow {
  position: absolute;
  right:40px;
  top:50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {transform: rotate(45deg);}
.arrow::after {transform: rotate(-45deg);}
.arrow.back {
  position: absolute;
  right:auto;
  left:45px;
  top:50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
.arrow.back::before,
.arrow.back::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: auto;
  left:-8px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow.back::before {transform: rotate(-135deg);}
.arrow.back::after {transform: rotate(135deg);}


.btn-edge:hover .arrow {right:30px;transition: all 0.5s ease-out;}
.btn-edge:hover .arrow.back {right:auto;left:15px;transition: all 0.5s ease-out;}

.btn-edge.kuro {background: #000;}
.btn-edge.kuro.ja {font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.btn-edge.kuro:hover {background: #b61908;}

.home #section02 .btn-edge {
width: 270px;
  text-align: left;
  padding: 0 1em 0 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight:400;
  font-size: 14px;
}
.home #section02 .btn-edge .arrow {right:25px;}

.home #section02 .btn-edge:before {border-left: solid 21px black;}
.home #section02 .btn-edge:after { border-bottom: solid 51px black;}
.home #section02 .btn-edge:hover {background: #333;color: white;}

@media (min-width: 667px) {
.home #section02 .title-txt{font-size: 68px;padding-left: .5em;margin-bottom: 10px;}
.home #section02 .bg-black{width: 80%;background: black;padding: 1.5em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{color: #ff0;font-weight: 700;font-size: 1.1em;margin-bottom: 1em;}
.home #section02 .bg-black .txt2{color: #fff;margin-bottom: 2em;width: 65%;}
.home #section02 .player{position: absolute;z-index: 20;width: 60%;right:-25%;bottom:0px;}
.home #section02 .logo{display: none;}

.deco_player2{position: absolute;left:-70px;bottom:-40px;z-index: 1;width: 100px}

.deco_player3{position: absolute;right:-70px;top:-90px;width: 120px;}
.home #section04 h3{font-size: 2.8em;font-style: oblique;margin-bottom: 1em;}
.deco-inac{position: absolute;width: 220px;top:-20px;right:0;}
.partners li{margin-bottom: 20px;}

/* スライド */
.partner-thumb {width: calc(100vw / 5);}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0;}
.nav-tabs .nav-item a {margin: .5em .5em 0 0}

.home #section01 .tab-content{margin-bottom: 35px;}


.home #section02{}
.home #section02 .title-txt{font-size: 88px;padding-left: .5em;margin-bottom: 10px;}
.home #section02 .bg-black{width: 80%;background: black;padding: 1.5em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{color: #ff0;font-weight: 700;font-size: 1.1em;margin-bottom: 1em;}
.home #section02 .bg-black .txt2{color: #fff;margin-bottom: 2em;width: 65%;}
.home #section02 .player{position: absolute;z-index: 20;width: 55%;right:-25%;bottom:0px;}



.home #section03{padding: 70px 0;}
.home #section03 .container {max-width: 540px;}
.deco_player1{position: absolute;right:-100px;top:-40px;z-index: 1;width: 120px;}
.deco_player2{position: absolute;left:-100px;bottom:-60px;z-index: 1;width: 110px}

.home #section03 .subtitle{font-size: 1.5em;margin-bottom: 2em;}
.home #section03 .box .inner dl {}
.home #section03 .box .inner dl .list { display: flex; align-items: center;flex-wrap: wrap;}
.home #section03 .box .inner dt .list {
    width: 100px;
    padding: 5px;
	font-weight: normal;
}
.home #section03 .box .inner dd .list {
    flex: 1;
    padding: 5px;
}

.home #section04{padding: 70px 0;}
.deco_player3{position: absolute;right:-20px;top:-130px;width: 150px;}
.home #section04 h3{font-size: 2.8em;font-style: oblique;margin-bottom: 1em;}
.deco-inac{position: absolute;width: 280px;top:-50px;right:50px;}
.home #section04 .dummytxt{margin-bottom: 1.5em;}

.home #section05{padding: 70px 0;}



.link-pdf{width: 100px;}

.gmap{}
.gmap iframe{height: 300px;}


}



@media (min-width: 992px) {
.home #section01 .headline{margin-bottom: 0;}
.home #section01 .nav-tabs {margin-bottom: 0px;}

.nav-tabs .nav-item a {margin: .5em .5em 0em 0}

.newsarea .set{padding: 1.5em .2em;display: flex;justify-content: space-between;align-items:center;}
.newsarea .set .date{margin-bottom:0;display: flex;align-items: center;width: 280px;}
.newsarea .set .date .day{width: 110px;}
.newsarea .set .date span.new{color: red;}
.newsarea .set .date span.cate{width: 15em;}
.newstext{line-height: 1.4;width: calc(100% - 300px);}
.newsarea .set .bt-more{width: 37px;}
.newsarea a .set .newstext .bt-more{display: block;width: 37px;}


.btn-arrow a {
width: 250px;
    height: 60px;   
	padding: 0;
	}

.btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 1em;
  font-family: ' Barlow-Semi ';font-weight:600;
  width: 380px;
  height: 70px;
  line-height: 70px;
  background: #b61908;
  font-size: 16px;
}
.btn-edge:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px white;
  border-bottom: solid 71px transparent;
  z-index: 1;
  transition: .4s;
}
.btn-edge:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px transparent;
  border-bottom: solid 71px white;
  z-index: 1;
  transition: .4s;
}

.home #section02 .btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 1em 0 1.7em;
  margin-left: 30%;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight:normal;
  width: 350px;
  height: 70px;
  line-height: 70px;
  background: #b61908;
  font-size: 16px;
}
.home #section02 .btn-edge:before {border-bottom: solid 71px transparent;}
.home #section02 .btn-edge:after { border-bottom: solid 71px black;}
.home #section02 .title-txt{font-size: 110px;padding-left: .5em;margin-bottom: 10px;}
.home #section02 .bg-black{width: 80%;background: black;padding: 3em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{color: #ff0;font-weight: 700;font-size: 1.1em;margin-bottom: 1em;padding-left: 30%;}
.home #section02 .bg-black .txt2{color: #fff;margin-bottom: 2em;width: 75%;padding-left: 30%;}
.home #section02 .player{position: absolute;z-index: 20;width: 50%;right:-25%;bottom:0px;}
.home #section02 .logo{display: block; position:absolute;width: 15%;left: 10%;bottom:auto;top:20px;}

.home #section03 .container {max-width: 900px;}
.deco_player1{position: absolute;right:-40px;top:-40px;z-index: 1;width: 180px;}
.deco_player2{position: absolute;left:-80px;bottom:-60px;z-index: 1;width: 110px}

.home #section03 .subtitle{font-size: 1.8em;}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
}
.oneArea .oneBox {
  width: 32%;
  background: #fff;
  border: 1px solid #C70000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.oneArea .oneBox p.one_title{padding: .5em; background:  #b61908;color: white;font-family: ' Barlow-Semi ';font-weight:700;text-align: center;font-size: 1.8em;font-style: oblique;line-height: 1.4;}
.oneArea .oneBox p.one_title span{display: block;color: #ffff00;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: normal;font-size: 18px;font-style: normal;}


.home #section04{background: url("../images/layer.png"),url("../images/bg-insta.jpg");background-position: left top, center;background-repeat: no-repeat;background-size:auto,cover;}

.deco_player3{position: absolute;right:-20px;top:-130px;width: 150px;}
.home #section04 h3{font-size: 3.8em;font-style: oblique;margin-bottom: 1em;}
.deco-inac{position: absolute;width: 350px;top:-50px;right:50px;}

.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 350px;}

}

@media (min-width: 1199px) {

}


@media (min-width: 1200px) {

.home #section01{padding: 120px 0;}
.newsarea .set{padding: 2em .2em;}
.newsarea .set .date{margin-bottom:0;display: flex;align-items: center;width: 340px;}
.newsarea .set .date .day{width: 130px;}
.newsarea .set .date span.cate{width: 15em;}

.newstext{line-height: 1.4;width: calc(100% - 360px);}


.home #section01 .tab-content{margin-bottom: 50px;}

.home #section02{}
.home #section02 .title-txt{font-size: 150px;padding-left: .3em;margin-bottom: 10px;letter-spacing: .2rem;}
.home #section02 .bg-black{width: 80%;background: black;padding: 3em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{font-size: 1.4em;margin-bottom: 1.2em;padding-left: 30%;}
.home #section02 .bg-black .txt2{margin-bottom: 2.5em;width: 75%;padding-left: 30%;line-height: 2;}
.home #section02 .player{position: absolute;z-index: 20;width: 47%;right:-25%;bottom:0px;}
.home #section02 .logo{display: block; position:absolute;width: 15%;left: 10%;bottom:auto;top:30px;}
.home #section02 .btn-edge {width: 380px;}


.home #section03{padding: 100px 0;}
.home #section03 .container {max-width: 970px;}



.home #section04{padding: 100px 0;}
.deco_player3{position: absolute;right:-40px;top:-200px;width: 250px;}
.deco-inac{position: absolute;width: 400px;top:-80px;right:100px;}
.home #section04 .dummytxt{margin-bottom: 2em;width: 70%;}
.home #section04 .btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 320px;
  text-align: center;
  padding: 0 1em;
  font-family: ' Barlow-Semi ';font-weight:600;
  height: 70px;
  line-height:70px;
  background: #000;
  font-size: 18px;
  color: rgb(255, 255, 255);
  transition: .4s;
  margin-top: 2em;
}



.home #section05{padding: 100px 0;}


.btn-arrow a {
width: 350px;
height: 75px;}

.btn-arrow a::after {width: 50px;}
.btn-arrow a:hover::after {width: 80px;}


}





@media (min-width: 1440px) {
.newsarea .set{padding: 2.3em .2em;}
.home #section02 .title-txt{font-size: 180px;padding-left: .3em;margin-bottom: 10px;letter-spacing: .2rem;}
.home #section02 .bg-black{width: 80%;background: black;padding: 3em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{font-size: 30px;margin-bottom: 1.2em;padding-left: 30%;}
.home #section02 .bg-black .txt2{margin-bottom: 2.5em;width: 550px;padding-left: 0%;margin-left: 30%; line-height: 2;}
.home #section02 .player{position: absolute;z-index: 20;width: 47%;right:-25%;bottom:0px;}
.home #section02 .logo{display: block; position:absolute;width: 15%;left: 10%;bottom:auto;top:30px;}

.home #section03 .container {max-width: 1140px;}
.deco_player1{position: absolute;right:-40px;top:-40px;z-index: 1;width: 200px;}
.deco_player2{position: absolute;left:-150px;bottom:-60px;z-index: 1;width: 180px}

.home #section03 .subtitle{font-size:36px;}
.home #section03 .txt{margin-bottom: 50px;}
.oneArea .oneBox .one_inner dl .list{border-bottom: 1px dotted #ccc;padding-bottom: .5em;margin-bottom: .5em;font-size: 1em;display: flex; align-items: center;flex-wrap: wrap;}
.oneArea .oneBox .one_inner .list dt {width: 75px;}
.oneArea .oneBox .one_inner .list dd {flex: 1;}
.oneArea .oneBox .one_inner .txt2{margin-bottom: 1em;line-height: 1.5;display: block;font-size:1em;padding-top: .5em;}

.deco_player3{position: absolute;right:-100px;top:-200px;width: 250px;}
.deco-inac{position: absolute;width: 450px;top:-80px;right:50px;}



}

@media (min-width: 1680px) {
.home #section02 .title-txt{font-size: 180px;padding-left:.8em;margin-bottom: 10px;letter-spacing: .2rem;}
.home #section02 .bg-black{width: 80%;background: black;padding: 5em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{font-size: 30px;margin-bottom: 1.5em;padding-left: 30%;}
.home #section02 .bg-black .txt2{margin-bottom: 4.5em;width: 550px;padding-left: 0%;margin-left: 30%; line-height: 2.2;}
.home #section02 .player{position: absolute;z-index: 20;width: 47%;right:-25%;bottom:0px;}
.home #section02 .logo{display: block; position:absolute;width: 15%;left: 10%;bottom:auto;top:6em;}

.deco_player1{position: absolute;right:-140px;top:0px;z-index: 1;width: 244px;}
.deco_player2{position: absolute;left:-200px;bottom:-80px;z-index: 1;width: 217px}

.home #section04 h3{font-size: 4em;font-style: oblique;margin-bottom: 1em;letter-spacing: .2rem;}
.deco_player3{position: absolute;right:-360px;top:-420px;width: 400px;}
.deco-inac{position: absolute;width: 599px;top:-80px;right:-300px;}

}




.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}



.btn-view {position: relative;display: flex;align-items: center;color: #333;font-size: .9em;letter-spacing: .05rem;transition: .5s;}
.btn-view::after{
content: "";
display: inline-block;
  width: 50px;
  height: 50px;
  border:1px solid #06f;
  margin-left: 3em;
  transition: .5s;
}
.btn-view::before {
content: "";
    width: 60px;
    height: 6px;
    position: absolute;
	left:9em;
    border-bottom: 1px solid #06f;
    border-right: 1px solid #06f;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
.btn-view:hover {color: #069;}
.btn-view:hover::after{background:rgba(247,130,9,.5);}


a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {
.cp_button {
  width: 230px;
  padding: 1em;
}

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.cp_button {
  width: 290px;
  padding: 1em;
}

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
bottom: 15px;
right: 15px;
}

}

@media (max-width: 568px) {
#pagetop {
width: 40px;
bottom: 15px;
right: 10px;
}

}


/* -----  footer ------- */

footer{ padding: 40px 0px 15px;position: relative;background:url("../images/bg-footer.jpg");background-position: center;background-repeat: no-repeat;background-size: cover; color: white;}
footer .logoblock{position: relative;text-align: center;width: 200px; margin: 0 auto; margin-bottom: 15px;}


footer .address{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: .5em;}
footer .address a{color:#ff0033;transition: .4s;}
footer .address a:hover{color:#fff;}
footer .tel{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: 1em;}
footer .tel .call{color: white;}


.footer-menu{width: 100%;padding: 0 30px; margin: 0 auto; margin-bottom: 2em;}
.footer-menu ul{display: block;border-top: 1px solid #666;}
.footer-menu li{width:100%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .8em 0;border-bottom: 1px solid #555;display: block;transition: .3s;}
.footer-menu li a:hover{color:#ff0033;}
footer .line{margin: 0 auto;margin-bottom: 1em;}
footer a img{transition: .4s;}
footer a:hover img{transition: .4s;opacity: .8;}
footer .bn2{margin: 0 auto;margin-bottom: 1em;display: flex;}
footer .bn2 a{width: 50%;}
footer .bn3{max-width: 350px; margin: 0 auto;margin-bottom: 1em;}
footer .bn3 a{margin-bottom: 5px;display: block;}

footer .btn-arrow {text-align: center;display: flex;justify-content: center;}

.copy{text-align: center;color: #999; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {

footer{ padding: 40px 0px 20px;}
footer .container {max-width: 100%;}

footer .address{text-align: center;}

footer .tel{text-align: center;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.8em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 .5em;text-align: left;border-bottom: none;line-height: 1;font-size: .9em;}
footer .line{width: 320px; margin: 0 auto;margin-bottom: 1em;}
footer .bn2{width: 530px; margin: 0 auto;margin-bottom: 1em;display: flex;justify-content: center;}
footer .bn2 a{width: 49%;margin: 0 .5%;}
footer .bn3{max-width: 100%; margin: 0 auto;margin-bottom: 1em;display: flex;justify-content: center;}
footer .bn3 a{margin-bottom: 0;display: block;width: 32%;margin: 0 .5%;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {

footer .address{font-size: .9em;}

footer .txt{margin-bottom: 1.6em;text-align: center;}



.copy{font-size: 12px;}
.copy{padding-top: 2em;}


}


@media (min-width: 992px) {

footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;width: 280px;}
footer .address{font-size: .9em;text-align: left;}
footer .tel{font-size: .9em;letter-spacing: 0;text-align: left;margin-bottom: 1em;}

.footer-menu{width: 100%;border-top: none;margin-bottom: 20px;padding: 0;padding-top: 30px;}
.footer-menu ul{border-top: none;border-left:none;display: flex;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0em .6em;letter-spacing: .08rem;}
footer .line{width: 320px;margin-right: 0;margin-bottom: 1em;}
footer .bn2{width: 530px; margin-right: 0;margin-bottom: 1em;display: flex;justify-content: flex-end;}
footer .bn2 a{width: 49%;margin: 0 0 0 1%;}
footer .bn3{max-width: 100%; margin: 0 auto;margin-bottom: 1em;display: flex;justify-content: space-between;}
footer .bn3 a{margin-bottom: 0;display: block;width: 32%;margin: 0;}



.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 12px;}

}




@media (min-width: 1200px) {

footer{padding: 90px 0 30px;}
footer .logoblock{position: relative;width: 300px; margin-bottom: 40px;}
footer .address{font-size: .9em;}
.footer-menu li {font-size: 16px;}
footer .bn2{width: 580px; margin-right: 0;margin-bottom: 1em;display: flex;justify-content: flex-end;text-align: right;}
footer .bn2 a{width: 50%;margin: 0 0 0 15px;}
footer .bn2 a:first-child{margin: 0;}
footer .bn3 a{margin-bottom: 0;display: block;width: auto;margin: 0;}

.copy{font-size: 12px;}
.copy{padding-top: 3.5em;}



}

@media (min-width: 1440px) {
footer .container {max-width: 1200px;}


footer .logoblock{position: relative;width: 357px; margin-bottom: 60px;}

footer .line{width: 420px;margin-right: 0;margin-bottom: 1em;}

}




/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
position: relative;
width:100%;
height: 300px;
background: url("../images/bg-h2.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;align-items:center;justify-content: center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(10,30,0,.4);
}

.h2-txt{position:relative;z-index: 10;font-family: ' Barlow-Semi ';font-weight: 600;font-size: 130px;font-style: oblique;letter-spacing: .3rem;color: #fff;text-align: center;text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);}
.h2-txt.ja{font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 50px;font-style: oblique;letter-spacing: .3rem;}

.h2-txt span { display: block;font-size: 24px;font-family: ' BIZUDPGothic ';font-weight: 400;letter-spacing: .2rem;margin-top: .3em;}


@media (max-width: 1440px){
.h2area{height:380px;}
.h2-txt{font-size: 90px;}
.h2-txt.ja{font-size: 46px;}



}


@media (max-width: 1199px){
.h2area{height: 300px;}

.h2-txt.ja {font-size: 36px;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 220px;}

.h2-txt{font-size: 78px;}
.h2-txt.ja {font-size: 24px;}



}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}

.h2-txt{font-size: 38px;}
.h2-txt.ja {font-size: 20px;}



}

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

.h2area{height: 160px;}
.h2-txt{font-size: 25px;letter-spacing: .1rem;}



}

/*------------------------------　　下層ページ style　　------------------------------------------*/
.headline{ font-family: ' Barlow-Semi ';font-weight:700;font-style: oblique; color: black;font-size: 30px;margin-bottom: 1em;}

.headline-h3 {
color: #000;
  position: relative;
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: .05rem;
  line-height: 1.4;
font-family: ' BIZUDPGothic-Bold ';font-weight: 700;}
.headline-h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1e3";
font-weight: 900;
color: #D00000;
margin-right: .2em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.headline-h4 {
  font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 1.3em;
 position: relative;
  margin-bottom: 1.2em;
  text-align: left;
}
.headline-h4::before {
  content: "";
  background: #D00000;
  width: 1.2em;
  height: 2px;
  position: absolute;
  left:0;
  bottom:-.3em;
}



@media (min-width: 667px) {




}



@media (min-width: 768px) {
.heading{font-size: 35px;margin-bottom: 1em;}
.heading span{font-size: 15px;margin-top: 1.5em;}


.headline-h3 {font-size: 24px;margin-bottom: 30px; }

.headline-h4 {font-size: 20px;}

.headline {font-size: 40px;}


}


@media (min-width: 992px) {
.heading{font-size: 45px;margin-bottom: 1em;}
.heading span{font-size: 18px;margin-top: 1.5em;}

.headline {font-size: 60px;letter-spacing: .2rem;font-weight: 700;}


.headline-h3 {font-size: 26px;margin-bottom: 40px;letter-spacing: .1rem;}

.headline-h3 span{font-size: 20px;}


 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {
.heading{font-size: 65px;margin-bottom: .7em;}
.heading span{font-size: 20px;margin-top: 1.5em;}

.headline {letter-spacing: .4rem;}

.headline-h3 {font-size: 30px;letter-spacing: .2rem;}


.headline-h4 { font-size: 24px;letter-spacing: .1rem;}


}


@media (min-width: 1680px) {
.heading{font-size: 75px;margin-bottom: .7em;}
.heading span{font-size: 23px;margin-top: 1.5em;}

.headline {font-size: 68px;}
.headline-h3 {font-size: 36px;letter-spacing: .2rem;margin-bottom: 50px;}

.headline-h4 { font-size: 28px;letter-spacing: .2rem;}



}

@media (min-width: 1920px) {

}


#pankuzu{}





.marker {background: linear-gradient(transparent 55%, #ff0 55%);padding-bottom: 5px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(162,131,79,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {text-decoration: none;}
.btn-pdf{display:flex;align-items: center;padding: 10px 10px 10px 40px;background: #fff;color: #111;border:2px solid #b61908;transition: .5s;border-radius: 5px;width: 100%;margin: 0 auto;line-height: 1.4;}
.btn-pdf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #D20000;
  position: absolute;
  left:20px;
  top:50%;
  transform: translateY(-50%);
  font-size: 1.6em;
}
.btn-pdf:hover{
  color: #fff;
  background:#000;
  border:2px solid #000;
}
.btn-pdf:hover::before {color: #fff;}


@media (min-width: 768px) {
.btn-read{width: 325px;}

.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: ' Barlow-Semi ';font-weight: 600;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#b61908;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#b61908;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#999;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: 650px;
width:100%;
margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:20%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid #D30000;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

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

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}







/* news.html
--------------------------------------------------------- */

.news #section01{padding: 50px 0px;position: relative;}
.news #section01 .nav-tabs {margin-bottom: 20px;}
.news #section01 .newsarea{margin-bottom: 40px;}
.news #section01 .newsdetail {margin-bottom: 30px;}
.news #section01 .newsdetail .date{margin-bottom:1em;line-height: 1.4;padding-bottom: .9em;border-bottom: 1px solid #ccc;}
.news #section01 .newsdetail .date .day{font-family: ' Barlow-Semi ';font-weight:700;color: #000;margin-bottom: .3em;}
.news #section01 .newsdetail .date span.new{color: #b61908;margin-left: 5px;letter-spacing: 0;font-size: .9em;}
.news #section01 .newsdetail .date span.cate{display: block;margin-left: 0px; color: #111; padding: .2em .5em;font-size: .8em;text-align: center;letter-spacing: 0;width: 13em;border:1px solid #ddd;border-radius: 20px;}
.news #section01 .newsdetail .newstext{display:block;color: #222;width: 100%;}
.news #section01 .newsdetail .newshtml{width: 100%;line-height: 1.6;}
.news #section01 .newsdetail .newshtml .title{font-weight: 700;color: black;margin-bottom: .8em;}
.news .pic-list{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.news .pic-list div{width: 24%;margin:0 .5% 1%;border: 1px solid #ddd;box-sizing: border-box;}
.htmlbox{margin-bottom: 30px;border:1px solid #ddd;border-radius: 10px;padding: 1em;}

.news #section02{padding:50px 0px;position: relative;}


#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.news #section01 .newsdetail .date{margin-bottom:1em;line-height: 1.4;display: flex;flex-wrap: wrap;align-items: center;padding-bottom: .9em;border-bottom: 1px solid #ccc;}
.news #section01 .newsdetail .date span.cate{display: block;margin-left: 10px; color: #111; padding: .2em .5em;font-size: .8em;text-align: center;letter-spacing: 0;width: 13em;border:1px solid #ddd;border-radius: 20px;}
.news .pic-list div{width: 19%;margin:0 .5% 1%;border: 1px solid #ddd;box-sizing: border-box;}
}



@media (min-width: 768px) {


.news #section01{padding: 70px 0px 70px;}
.news #section01 .nav-tabs {margin-bottom: 40px;}

.news #section01 .newsdetail .newshtml .title{margin-bottom: .8em;font-size: 1.2em;}
.news #section01 .newsdetail .newshtml{width: 100%;line-height: 1.8;}
.news .pic-list{margin-bottom: 40px;}
.news .pic-list div{width: 9%;margin:0 .5% 1%;}
.htmlbox{margin-bottom: 50px;padding: 1.6em;}

.news #section02{padding: 70px 0px 70px;}




}



@media (min-width: 992px) {
.news #section01 .newsdetail .newshtml .title{margin-bottom: .8em;font-size: 1.5em;}
.news #section01 .newsdetail .newshtml{width: 100%;line-height: 2;}

#target1{position: absolute;left:0;top:-100px;}
#target2{position: absolute;left:0;top:-100px;}


}



@media (min-width: 1200px) {
.news #section01{padding:120px 0px 100px;}
.news #section01 .nav-tabs {margin-bottom: 70px;}

.news #section01 .newsdetail .date{margin-bottom:1.5em;}

.news .pic-list{margin-bottom: 60px;}
.htmlbox{margin-bottom: 60px;padding: 2em;}




}







/* team.html
--------------------------------------------------------- */


.team #section01{padding: 70px 0px 50px;position: relative;}
.team #section01 .logo-pic{text-align: center;margin-bottom: 30px;}
.team #section01 .index{color: #C70000;font-weight: 700; margin-bottom: 20px;text-align: center;font-size: 1.3em;}
.team #section01 .txt{color: #C70000;font-weight: 700; margin-bottom: 30px;}
.team #section01 .pic{width: 100%; margin-bottom: 30px;}
.team #section01 .txt2{margin-bottom: 30px;}
.team #section01 .txt2 span{color: black;}
.team #section01 .txt3{margin-bottom: 30px;}
.team #section01 .txt.sm{margin-bottom: 0;}

.team #section01 .pic2{width: 100%; margin-bottom: 0px;}
.deco_player4{position: absolute;left:0px;bottom:0px;z-index: 1;width: 100px}
.deco_player5{position: absolute;left:40%;top:30px;z-index: 1;width: 100px}
.contact-box{background: #D20000;padding: 1em 1em 0;color: white;}
.contact-box .title{color: white;font-weight: 700;font-size: 1.2em;text-align: center;margin-bottom: 15px;}
.contact-box .box{background: black;color: white;padding: 1em;}
.contact-box .box .tel{color: white;text-align: center;font-family: ' Barlow-Semi ';font-weight:700;}
.contact-box .box .tel span{color: white;font-size: 1.8em;font-weight: 600;letter-spacing: .1rem;}
.email{text-align: center;color: white;font-family: ' Barlow-Semi ';font-weight:600;margin-bottom: .5em;line-height: 1.7;}
.email a{color: white;border-bottom: 1px solid #999;padding-bottom: .2em;}
.tanto{text-align: center;color: white;}
.rain{padding-top: .8em;font-size: .9em;line-height: 1.5;}
.contact-box .link{color: white;text-align: left;font-weight:700;line-height: 1.3;margin-bottom: .8em;}
.contact-box .link span{display: block; color: white;font-family: ' Barlow-Semi ';font-weight:600;}
.contact-box .link span a{color: white;transition: .4s;}
.contact-box .link span a:hover{color: #ccc;}

.cut_img {clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);}

.team #section02{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.team .table{font-size: .9em;letter-spacing: .03rem;border-bottom: 1px solid #dee2e6;}
.team .table th{font-weight:normal;background:black!important;color: white; padding: 12px .5em;text-align: center;}
.team .table td{background: white!important;padding: 10px .5em;}
.team .school-table{margin-bottom: 0;}
.team .school-table th{background: none!important;color:#CE0000;font-weight: 700; width: 100%;display: block;text-align: left;}
.team .school-table td{background: none!important;width: 100%;display: block;}

.team #section02 .gmap iframe{width: 100%;height: 250px;}

.team #section03{padding: 50px 0px 50px;position: relative;}
.staffbox{border:1px solid #ddd;border-radius: 10px;padding: 1em;margin-bottom: 1.5em;position: relative;}
.staffbox .badge{position: absolute;right:0px;top:-10px;width: 60px;}
.staffbox:last-child{margin-bottom:0;}
.staffbox .thumb{width: 230px;margin: 0 auto; margin-bottom: 1.5em;}
.staffbox .thumb img{border-radius: 10px;}
.staffbox .panel{}
.staffbox .panel .name{margin-bottom: 1em;}
.staffbox .panel .name span{font-weight: 700;color: black;font-size: 1.3em;margin-left: .6em;}
.team .staffbox .table{font-size: .9em;letter-spacing: .03rem;border-bottom: 1px solid #dee2e6;margin-bottom: 0;}
.team .staffbox .table th{font-weight:normal;background:white!important;color: #000; padding: 12px .5em;text-align: left;width: 85px;}
.team .staffbox .table td{background: white!important;padding: 10px .5em;width: auto;}
.team #section03 .txt3{margin-bottom: 30px;}
.team #section03 .txt.sm{margin-bottom: 0;}


.team #section04{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.bg-ground{display: none;}
.team #section04 .ground-table{}
.team #section04 .ground-table th{background: none!important;color: #E40000;font-weight: 700;text-align: left;width: 100px;}
.team #section04 .ground-table td{background: none!important;width: auto;}
.team #section04 .txt3{margin-bottom: 30px;}

.team #section05{padding: 50px 0px 50px;position: relative;}
.team #section05 .partner p{padding-bottom: .7em;border-bottom: 1px solid #ddd;margin-bottom: .7em;}



@media (min-width: 667px) {
.team #section01 .txt{padding: 0 1em; margin-bottom: 30px;}
.team #section01 .txt.sm{text-align: center;line-height: 1.7;}
.team #section01 .pic{width: 500px;margin: 0 auto; margin-bottom: 30px;}
.team .school-table th{background: none!important;color:#CE0000;font-weight: 700; width: 150px;display: table-cell;text-align: left;}
.team .school-table td{background: none!important;width: auto;display: table-cell;}
.deco_player4{position: absolute;left:30px;bottom:0px;z-index: 1;width: 120px}
.deco_player5{position: absolute;left:auto;right:20px;top:50px;z-index: 1;width: 140px}

.staffbox .badge{position: absolute;right:10px;top:10px;width: 80px;}
.team #section04 .ground-table th{width: 140px;}




}



@media (min-width: 768px) {
.team #section01{padding: 90px 0px 70px;}
.team #section01 .txt{padding: 0 0em; text-align: center;line-height: 2; margin-bottom: 30px;}
.team #section01 .pic{width: 600px;margin: 0 auto; margin-bottom: 30px;}
.team #section01 .deco_player1{position: absolute;right:20px;top:-40px;z-index: 1;width: 120px;}
.team #section01 .deco_player2{position: absolute;left:-10px;bottom:50%;z-index: 1;width: 120px}
.team .school-table th{width: 180px;}



.team #section02{padding: 70px 0px 70px;}
.team .table{font-size: 1em;}

.team #section03{padding: 70px 0px 70px;}
.staffbox{padding: 2em;margin-bottom: 1.5em;}
.staffbox .panel .name{margin-bottom: 1em;font-size: 18px;}
.staffbox .panel .name span{font-size: 1.3em;margin-left: .6em;}

.team #section04{padding: 70px 0px;}

.team #section05{padding: 70px 0px;}

.team #section06{padding: 70px 0px;}



}




@media (min-width: 992px) {
.team #section01 .txt{line-height: 2; margin-bottom: 50px;font-size: 1.1em;}
.team #section01 .index{font-size: 1.5em;}
.team #section01 .txt.sm{text-align: center;line-height: 1.7;margin-bottom: 0px;}

.team #section01 .deco_player1{position: absolute;right:-10px;top:40px;z-index: 1;width: 160px;}
.team #section01 .deco_player2{position: absolute;left:-10px;bottom:40%;z-index: 1;width: 150px}
.team #section01 .txt2{margin-bottom: 50px;line-height: 2;}
.deco_player4{position: absolute;left:40px;bottom:0px;z-index: 1;width: 180px}
.deco_player5{position: absolute;left:auto;right:60px;top:100px;z-index: 1;width: 200px}

.team .table th{ padding: 12px .5em;}
.team .table td{padding: 12px .5em;}

.staffbox{display: flex;justify-content: space-between;padding: 2em;margin-bottom: 2em;}
.staffbox .thumb{width: 300px;margin-left: 0; margin-bottom: 0;}
.staffbox .panel{width: calc(100% - 350px);}
.team .staffbox .table{font-size: 1em;letter-spacing: .03rem;border-bottom: 1px solid #dee2e6;margin-bottom: 0;}
.team .staffbox .table th{font-weight:normal;background:white!important;color: #000; padding: 12px .5em;text-align: left;width: 120px;}
.team .staffbox .table td{background: white!important;padding: 12px .5em;width: auto;}

.bg-ground{display: block; width: 90%; position: absolute;top: 15%;left: -100px;opacity: .09;}
.team #section04 .ground-table th{width: 140px;}
.team .school-table th{width: 165px;}
.rain{padding-top: .8em;padding-left: 2em;padding-right: 2em; font-size: .9em;line-height: 1.5;}

}



@media (min-width: 1200px) {
.team #section01{padding: 120px 0px 100px;}
.team #section01 .logo-pic{text-align: center;margin-bottom: 50px;}

.team #section01 .txt{line-height: 2.2; margin-bottom: 40px;font-size: 1.5em;}
.team #section01 .index{font-size: 2em;}

.team #section01 .pic{width: 800px;margin: 0 auto; margin-bottom: 50px;}
.team #section01 .txt2{margin-bottom: 50px;line-height: 2.2;font-size: 1.1em;}
.deco_player4{position: absolute;left:40px;bottom:0px;z-index: 1;width: 200px}
.deco_player5{position: absolute;left:auto;right:60px;top:100px;z-index: 1;width: 250px}
.contact-box .box .tel span{color: white;font-size: 2.5em;font-weight: 600;letter-spacing: .1rem;}

.team #section02{padding: 100px 0px 100px;}

.team #section03{padding: 100px 0px 100px;}
.staffbox{display: flex;justify-content: space-between;padding: 3.5em;margin-bottom: 2em;}
.staffbox .badge{position: absolute;right:20px;top:20px;}
.staffbox .panel .name{margin-bottom: 1em;font-size: 20px;}
.staffbox .panel .name span{font-size: 1.3em;margin-left: .6em;}

.team #section04{padding: 100px 0px;}
.bg-ground{width: 75%; top: 15%;left: -150px;opacity: .09;}


}


@media (min-width: 1440px) {

.team #section01 .deco_player1{position: absolute;right:-140px;top:40px;z-index: 1;width:250px;}
.team #section01 .deco_player2{position: absolute;left:-90px;bottom:40%;z-index: 1;width: 220px}

}


@media (min-width: 1680px) {
.bg-ground{width: 60%; top: 0%;left: -150px;opacity: .09;}
.deco_player4{position: absolute;left:10%;bottom:10px;z-index: 1;width: 300px}
.deco_player5{position: absolute;left:auto;right:10%;top:80px;z-index: 1;width: 400px}
.team .school-table th{width: 180px;}

}


/* supporter.html
--------------------------------------------------------- */
.supporter #section01{padding: 70px 0px 50px;position: relative;}




.supporter #section02{padding: 50px 0px;position: relative;background:rgba(255,255,0,.05);}
.companylogo{background: white;padding: .5em;border:1px solid #ccc;text-align: center;margin-bottom: .8em;}
.companylogo a{display: block;transition: .4s;}
.companylogo a:hover{opacity: .7;}

.companyname{font-weight: 700;font-size: 1.1em;color: black;margin-bottom: .6em;}
.companytxt{line-height: 1.6;margin-bottom: 1em;}
.bt-link{color: black;transition: .4s;display: flex;align-items: center;}
.bt-link .fas{color:rgba(211,0,0,1.00);font-size: 1.6em;margin-left: .2em;}
.bt-link:hover{color:rgba(211,0,0,1.00);}

.supporter #section03{padding: 50px 0px;position: relative;}

.supporter #section04{padding: 50px 0px;position: relative;}

.table.yoko{margin-bottom: 50px;font-size: .9em;}
.table.yoko th{background: rgba(50,50,50,.03)!important;width: 100px;font-weight: 400;}
.table.yoko td{background: white!important;width: auto;}



@media (min-width: 667px) {
.supporter #section01 .thumb{width: 55%; position: absolute;left:0;top:50px;z-index: 1;}
.supporter #section01 .container{z-index: 5;padding-top:80px;}
.supporter #section01 .wrap{width: 100%;background: white;padding:1.6em;margin-bottom: 0;}
.deco-logo{width: 160px;position: absolute;bottom:auto;right:auto;top:10px;left:25px;}

.supporter #section02 .wrap .box{position: relative;width: 100%;padding:20px 40px 40px;}
.companylogo{background: white;padding: .5em;border:1px solid #ccc;text-align: center;margin-bottom: 0;}



}


@media (min-width: 768px) {
.supporter #section01{padding: 70px 0px;}

.supporter #section02{padding: 70px 0px;}
.companyname{font-size: 1.5em;margin-bottom: .6em;}


.supporter #section03{padding: 70px 0px;}

.supporter #section04{padding: 70px 0px;}




}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {
.supporter #section01{padding: 120px 0px 100px;}

.supporter #section02{padding: 100px 0px;}
.companyname{font-size: 1.8em;margin-bottom: .4em;}


.supporter #section03{padding: 100px 0px;}

.supporter #section04{padding: 100px 0px;}



}






/* cravo.html
--------------------------------------------------------- */
.cravo #section01{padding: 70px 0px 50px;position: relative;}
.cravo #section01 p{color: #CF0000;font-weight: 700;margin-bottom: 1.5em;font-size: 1.2em;text-align: center;}
.cravo #section01 .pic{width: 98%;margin: 0 auto;}

.cravo #section02{padding: 50px 0px 50px;position: relative;background: #f6f6f6;}
.cravo #section02 .box{border:2px solid #CF0000;background: white;}
.cravo #section02 .box .index{background: #CF0000;color: white;font-weight: 700;text-align: center;padding: .6em 0;}
.cravo #section02 .box .wrap{padding: 1em;}


@media (min-width: 667px) {
.cravo #section01 .pic{width: 400px;margin: 0 auto;}
.cravo #section02 .container{max-width: 98%;}


}

@media (min-width: 768px) {
.cravo #section01{padding: 90px 0px 70px;}
.cravo #section01 p{font-size: 1.4em;text-align: center;}


.cravo #section02{padding: 70px 0px;}


}

@media (min-width:992px) {
.cravo #section01 .pic{width: 600px;margin: 0 auto;}


}

@media (min-width: 1200px) {
.cravo #section01{padding: 120px 0px 100px;}
.cravo #section01 p{font-size: 2em;text-align: center;}


.cravo #section02{padding: 100px 0px;}
.cravo #section02 .container{max-width: 1140px;}



}






/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 50px;position: relative;}


.contact #section02{padding: 50px 0px;position: relative;}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}
.contact .table{font-size: .9em;margin-bottom: 50px;}
.contact span.hissu{color: white;background:red; padding: 3px 5px;border-radius: 2px;font-size: 12px;}
.contact .table th{position: relative;background: rgba(0,106,1,.03)!important;display: block;font-weight: 700;}
.contact .table th span.hissu{color: white!important;background: red; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;}
.contact .table td{position: relative;background:white;display: block;}
.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}
.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {



}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}

.contact #section02{padding: 70px 0px;}
.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {

.contact .table th{width: 240px;}

}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table{font-size: 1em;margin-bottom:80px;}

.contact .table th{width: 280px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

}




.doi-box{padding: 30px 15px;border-radius: .4em;background:rgba(162,202,171,.2);border:1px solid rgba(162,202,171,.9);}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}
.captcha-area{text-align: center;margin-bottom: 1.5em;}
.captcha_code{margin-bottom: .3em;}


@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid red!important;}

input::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.header {position: absolute;}
.hamburger-fade {position: absolute;}

.mv02{ width:100%;position: relative;padding: 60px 0px 20px;}
.mv02 .bg-black{position: absolute;right:auto;left:35%;bottom:-20px;width: 100%;display: flex;justify-content: flex-end;}
.swiper {padding-bottom: 40px;}

.home #section01{padding: 80px 0;} 
.home #section01 .headline{margin-bottom: 0;font-size: 3.5em;}
.home #section01 .nav-tabs {margin-bottom: 0px;}

.nav-tabs .nav-item a {margin: 2em 2em 0em 0}

.newsarea .set{padding: 1.5em .2em;display: flex;justify-content: space-between;align-items:center;}
.newsarea .set .date{margin-bottom:0;display: flex;align-items: center;width: 260px;}
.newsarea .set .date .day{width: 110px;}
.newsarea .set .date span.new{color: red;}
.newsarea .set .date span.cate{width: 11em;}
.newstext{line-height: 1.4;width: calc(100% - 280px);}
.newsarea .set .bt-more{width: 37px;}
.newsarea a .set .newstext .bt-more{display: block;width: 37px;}

.home #section02 .btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 1em;
  margin-left: 30%;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight:normal;
  width: 350px;
  height: 70px;
  line-height: 70px;
  background: #b61908;
  font-size: 16px;
}
.home #section02 .btn-edge:before {border-bottom: solid 71px transparent;}
.home #section02 .btn-edge:after { border-bottom: solid 71px black;}
.home #section02 .title-txt{font-size: 110px;padding-left: .5em;margin-bottom: 10px;}
.home #section02 .bg-black{width: 80%;background: black;padding: 3em;position: relative;z-index: 10;}
.home #section02 .bg-black .txt1{color: #ff0;font-weight: 700;font-size: 1.1em;margin-bottom: 1em;padding-left: 30%;}
.home #section02 .bg-black .txt2{color: #fff;margin-bottom: 2em;width: 75%;padding-left: 30%;}
.home #section02 .player{position: absolute;z-index: 20;width: 50%;right:-25%;bottom:0px;}
.home #section02 .logo{display: block; position:absolute;width: 15%;left: 10%;bottom:auto;top:20px;}

.home #section03 .container {max-width: 100%;}
.deco_player1{position: absolute;right:-40px;top:-40px;z-index: 1;width: 180px;}
.deco_player2{position: absolute;left:-80px;bottom:-60px;z-index: 1;width: 110px}

.home #section03 .subtitle{font-size: 1.8em;}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
}
.oneArea .oneBox {
  width: 32%;
  background: #fff;
  border: 1px solid #C70000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.oneArea .oneBox p.one_title{padding: .5em; background:  #b61908;color: white;font-family: ' Barlow-Semi ';font-weight:700;text-align: center;font-size: 1.8em;font-style: oblique;line-height: 1.4;}
.oneArea .oneBox p.one_title span{display: block;color: #ffff00;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: normal;font-size: 18px;font-style: normal;}
.deco_player3{position: absolute;right:-10px;top:-90px;width: 120px;}

.staffbox{display: flex;justify-content: space-between;padding: 2em;margin-bottom: 2em;}
.staffbox .badge{position: absolute;right:0px;top:-10px;width: 60px;border:none!important;}
.staffbox .badge img{border:none!important;}
.staffbox .thumb{width: 250px;margin-left: 0; margin-bottom: 0;}
.staffbox .panel{width: calc(100% - 280px);}
.team .staffbox .table{font-size: 1em;letter-spacing: .03rem;border-bottom: 1px solid #dee2e6;margin-bottom: 0;}
.team .staffbox .table th{font-weight:normal;background:white!important;color: #000; padding: 12px .5em;text-align: left;width: 120px;}
.team .staffbox .table td{background: white!important;padding: 12px .5em;width: auto;}

footer .logoblock{margin-bottom: 20px;text-align: left;margin-left: 0;width: 280px;}
footer .address{font-size: .9em;text-align: left;}
footer .tel{font-size: .9em;letter-spacing: 0;text-align: left;margin-bottom: 1em;}

.footer-menu{width: 100%;border-top: none;margin-bottom: 20px;padding: 0;padding-top: 30px;}
.footer-menu ul{border-top: none;border-left:none;display: flex;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0em .5em;letter-spacing:0;}
footer .line{width: 320px;margin-right: 0;margin-bottom: 1em;}
footer .bn2{width: 530px; margin-right: 0;margin-bottom: 1em;display: flex;justify-content: flex-end;}
footer .bn2 a{width: 49%;margin: 0 0 0 1%;}
footer .bn3{max-width: 100%; margin: 0 auto;margin-bottom: 1em;display: flex;justify-content: space-between;}
footer .bn3 a{margin-bottom: 0;display: block;width: 32%;margin: 0;}





.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
