@charset "UTF-8";
@import url("/wp/wp-content/themes/ouhs_main/assets/js/modal-video/modal-video.min.css");
/*児云ベタカラ`*/
/*ナビカラ`*/
/*寄悶寄カラ`苧るい邦弼*/
/*@mixin Bg01{
	background: #e0e2e3;
	position:relative;
	overflow:hidden;
	&:before,&:after{
		content: "";
		position: absolute;
		top: 0;
		z-index:1;
		background: #f3f3f3;
		display: block;
	}
	&:before{
		width: 1400px;
		height: 2000px;
		left: 50%;
		transform: skew(-45deg);
		margin-left: -1100px;
	}
	&:after{
		width: 100%;
		left: 50%;
		bottom: 0;
	}
}*/
/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊COMMON
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#footer {
  margin-top: 0;
}

#container {
  padding-top: 0;
}

#header {
  position: absolute;
  padding-left: 38px;
  transition: all 0.25s ease-out;
}

#header .w1280 {
  max-width: inherit;
}

#header .w1280 .w1280 {
  max-width: 1280px;
}

#header:before {
  content: none;
}

#header .hd .logo a {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/index/logo.png);
}

#spMenuBtn {
  padding: 25px 25px 15px 15px;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
    background-color: #fff;
  }
  .BK #spMenuBtn .spMenuBtn_bar span, .BK #spMenuBtn .spMenuBtn_bar:before, .BK #spMenuBtn .spMenuBtn_bar:after {
    background-color: #041c28;
  }
  .BK #spMenuBtn {
    padding: 20px;
  }
  #container {
    padding-top: 0;
  }
  #header {
    background: none;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .nav_wrap {
    opacity: 1;
  }
  #header .hd .logo {
    padding-left: 18px !important;
  }
  #header .hd .logo a {
    margin-top: 18px !important;
    background-size: auto 32px;
    -webkit-transition: none;
    transition: none;
  }
  #header.fix {
    position: fixed;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease-out;
  }
  #header.fix .hd .logo {
    padding-left: 18px !important;
  }
  #header.fix .hd .logo a {
    margin-top: 16px !important;
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/logo.png);
    background-size: auto 27px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊main
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#video-background {
  z-index: -2;
}

#video-overlay {
  z-index: -1;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/pt01.png) center top;
}

#main {
  position: relative;
  background-color:#0e3167;
}

#main .scroll {
  position: absolute;
  bottom: 0px;
  right: 30px;
  /*text-align:center;*/
}

#main .scroll a {
  display: inline-block;
  padding-bottom: 100px;
  /*background: url(/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow02_d.png) no-repeat center bottom;
  background-size: 7px auto;*/
}
#main .scroll a::before{
  content:'';
  position: absolute;
  left:1px;
  bottom:0;
  width:1px;
  height:90px;
  background-color:#fff;
}

#main .scroll img {
  width: 10px;
  height: auto;
}

#main .nav {
  position: absolute;
  bottom: 0;
  width: 1280px;
		left: 50%;
		margin-left: -640px;
}

#main .nav .nav_menu > li {
  border-right: none;
  width: calc(11.11% - 1px);
}

#main .nav .nav_menu > li a {
  background-color: rgba(25, 68, 134, 0.8);
  border-bottom: none;
}

#main .nav .nav_menu > li a.ro:hover {
  background-color: #194486;
  opacity: 1;
}

#main .nav .nav_menu .box li a {
  background-color: #194486;
}


#main .slider {
/*  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}
#main .slider li {
  width: 100vw;
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
#main .slider li img{
  width:100%;
  height:100%;
  object-fit: cover;
}
#main .slider li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/index/bg_slide.png) repeat left top;
  z-index: 99;
  pointer-events : none;
}

#main .slider .slick-dots {
  width:auto;
  margin-left: 15px;
  bottom: 14px;
}
#main .slick-dots li{
  margin:10px 5px;
  display:block;
  background-color:#fff !important;
}
#main .slick-dots li.slick-active{
  background-color:#0085ce !important;
}

/* スライドズ`ム喘 */
.slide-animation{
  animation: fadezoom 7s 0s ease-out;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#main .slider li *{
  z-index: 100;
}
#main .slider li p{
  text-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}
#main .slider li p.copy{
  position:absolute;
  left:calc(50% - 278px);
  top:calc(50% - 22px);
}
#main .slider li p.copy img{
  width:556px;
  height: auto;
}
#main .slider li div.txt{
  position:absolute;
  left:calc(50% - 640px);
  bottom:224px;
  color:#fff;
}
#main .slider li div.txt div{
  display: flex;
  justify-content: flex-start;
}
#main .slider li .adttl{
  font-size:24px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.025em;
  padding:10px 22px 0;
}
#main .slider li .adttl strong{
  font-size:200%;
  font-weight: 300;
}
#main .slider li .adttl strong,
#main .slider li .adttl span{
  font-family: 'Source Sans Pro', sans-serif;
}
#main .slider li .adttl span{
  display: block;
}
#main .slider li .adjp{
  font-size:48px;
  padding:7px 10px;
}
#main .slider li .aden{
  font-size:148px;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0.025em;
}
#main .slider li div.txt div::after{
  color:rgba(255,255,255,0.3);
  font-family: 'Source Sans Pro', sans-serif;
  font-size:160px;
  font-style:italic;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: 0.03em;
  position: absolute;
  left:0;
  top:0;
}
.ad01 div::after{content:'01';}
.ad02 div::after{content:'02';}
.ad03 div::after{content:'03';}
.ad04 div::after{content:'04';}

.nav_wrap {
  opacity: 0;
  z-index: -1;
  position: relative;
}

.nav_wrap.fix_none {
  top: -90px;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.nav_wrap.fix {
  opacity: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all 0.25s ease-out;
}

.nav_wrap.fix .nav_menu > li {
  border-right: 1px solid #2f5467;
  width: 11.11%;
}

@media only screen and (max-width: 1320px) {
  #main .w1280 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #main .slider li img.pcCont{
    display: none;
  }
  #main .slider li p.copy{
    padding:0 30px;
    left:auto;
    right:auto;
    top:40%;
  }
  #main .slider li p.copy img{
    width:100%;
  }
  #main .slider li div.txt{
    width:100%;
    box-sizing: border-box;
    left:0;
    top:33%;
    bottom:auto;
    color:#fff;
    padding:0 25px;
  }
  #main .slider li div.txt div{
    display: block;
    text-align: center;
  }
  #main .slider li .adttl{
    font-size:20px;
    padding:10px 22px 0;
  }
  #main .slider li .adttl strong{
    font-size:200%;
  }
  #main .slider li .adttl strong,
  #main .slider li .adttl span{
  }
  #main .slider li .adttl span{
    display: inline;
  }
  #main .slider li .adjp{
    font-size:36px;
    line-height: 1;
    padding:20px 0 10px;
  }
  #main .slider li .aden{
    font-size:14vw;
    text-align: center;
  }
  #main .slider li div.txt div::after{
    color:rgba(255,255,255,0.4);
    font-size:90px;
    line-height: 0.6;
    position: absolute;
    left:calc(50% - 45px);
    top:0;
  }

  #main .bnt {
    width: 262px;
    margin: 0 auto;
    text-align: center;
    margin:13px 0 0;
  }
  #main .bnt a {
    opacity: 0.5;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-style: italic;
    padding: 11px;
    display: block;
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/sp/index/ico_movie.png) no-repeat 19px center #000;
    background-size: 27px auto;
    padding-left: 30px;
  }
  #main .scroll {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  #main .scroll a {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 60px;
    background: none;
    background-size: 7px auto;
  }
  #main .scroll a::before{
    content:'';
    position: absolute;
    left:0px;
    bottom:0;
    width:1px;
    height:50px;
    background-color:#fff;
  }
  #main .scroll img {
    width: 10px;
    height: auto;
  }

}


/*-------------------------
  2023/4/11 啝壅伏
-------------------------*/
@media only screen and (max-width: 767px) {
	#main.movie:not(.movie2) {
		height: auto !important;
	}
	#main.movie:not(.movie2) #most_important,
	.btn_movie + #most_important {
		position: relative;
		bottom: 0;
		right: auto;
		padding-bottom: 23px;
	}
}
.movie_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.movie_wrap {
		position: relative;
	}
}
.movie_wrap::before,
#spmove::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	/*
	background: url(/wp/wp-content/themes/ouhs_main/assets/img/index/bg_slide.png) repeat left top;
	*/
}
@media only screen and (max-width: 767px) {
	.movie_wrap::before{
		display: none;
	}
}
#player {
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
}
#youtube {
/*爺仇嶄刹塘崔*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*k罪嫌峺協*/
  width: 177.77777778vh; /* 16:9 の嫌★16 ‖ 9 177.77% */
  height: 56.25vw; /* 16:9の嫌 ★ 9 ‖ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#spmove {
	position: relative;
	padding-bottom: 100%;
}
#spmove video {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* SP啝畠中ver */
@media only screen and (max-width: 767px) {
	#main.movie2 .movie_wrap {
		position: absolute;
		background: #fff;
	}
	#main.movie2 #spmove {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: translate(-50% , -50%);
		width: 100%;
		height: 100%;
	}
	#main.movie2 #spmove video {
		display: block;
		position: relative;
		z-index: -1;
		width: auto;
		height: 100%;
	}
}

/* 啝をるボタン */
#main .btn_movie {
	position: absolute;
	bottom: 203px;
	left: 0;
	right: 0;
	max-width: inherit;
	max-width: 1280px;
	width: 100%;
	text-align: right;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	#main .btn_movie {
		position: static;
		text-align: center;
		margin: 23px auto 0;
	}
}
#main .btn_movie a {
	opacity: 1;
	display: block;
	width: 240px;
	background: url(/wp/wp-content/themes/ouhs_main/assets/img/sp/index/ico_movie.png) no-repeat 19px center rgba(14,49,103,0.7);
	background-size: 27px auto;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	text-align: center;
	padding: 15px 20px 15px 43px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
	#main .btn_movie a {
		width: 210px;
		font-size: 1.5rem;
		font-style: normal;
		letter-spacing: 0.15em;
		padding: 13px 13px 13px 43px;
		margin: 0 auto;
	}
}
#main .btn_movie a.ro:hover {
	opacity: 0.8;
}


/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊faculty_sec
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#faculty_sec {
  /*padding-top: 60px;*/
  padding-top: 40px;
  background: #f3f3f3;
}

#faculty_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  background: #0e3167;
}

#faculty_sec ul:before, #faculty_sec ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}

#faculty_sec ul:before {
  top: 0;
  left: -120px;
  border-width: 170px 120px 0 120px;
  border-color: #0e3167 transparent transparent transparent;
}

#faculty_sec ul:after {
  border-width: 0 120px 170px 120px;
  bottom: 0;
  right: -120px;
  border-color: transparent transparent #0e3167 transparent;
}

#faculty_sec ul li {
  width: calc(33.33% - 5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 0;
}

#faculty_sec ul a {
  height: 340px;
  /*background: #041c28;*/
  text-align: center;
  font-size: 7.2rem;
  color: #fff;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*overflow:hidden;*/
  z-index: 3;
}

#faculty_sec ul .wrap {
  /*transform:skewX(35deg);*/
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#faculty_sec ul p {
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 200;
  font-family: "嗄ゴシック", YuGothic, "嗄ゴシック悶", "嗄ゴシック Medium", "Yu Gothic Medium", "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Meiryo, sans-serif;
}

#faculty_sec ul p img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#faculty_sec ul p .en {
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  line-height: 1.3;
  font-style: italic;
  display: block;
  font-weight: 600;
  margin-top: 7px;
}

#faculty_sec ul .inner {
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#faculty_sec ul .img {
  position: absolute;
  left: -120px;
  top: 0;
  width: calc(100% + 240px);
  height: 100%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

#faculty_sec ul a:hover + .inner .img {
  -webkit-transform: skewX(35deg) scale(1.07, 1.07);
  transform: skewX(35deg) scale(1.07, 1.07);
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 870px) {
  #faculty_sec ul a {
    font-size: 5.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #faculty_sec {
    padding-top: 30px;
      padding-bottom: 0;
  }
  #faculty_sec ul {
    display: block;
  }
  #faculty_sec ul:before, #faculty_sec ul:after {
    content: none;
  }
  #faculty_sec ul li {
    width: 100%;
    position: relative;
  }
  #faculty_sec ul li:before, #faculty_sec ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -5px;
  }
  #faculty_sec ul li:before {
    content: none;
  }
  #faculty_sec ul li:after {
    content: none;
  }
  #faculty_sec ul a {
    height: 120px;
    width: 374px;
    margin: 0 auto;
    font-size: 3.7rem;
  }
  #faculty_sec ul p .en {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  #faculty_sec ul .img {
    /*left: 0-14px;*/
    left: -80px;
    top: -33%;
    width: calc(100% + 18px);
    width: calc(100% + 80px);
    margin-left: 0;
  }
  #faculty_sec ul .img img {
    width: 100%;
    height: auto;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊important_news
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#important_news {
  padding-top: 90px;
    padding-bottom: 30px;
  overflow: hidden;
  background: #f3f3f3;
}

#important_news .ttl_area {
  text-align: center;
  /*float:left;
		width: 26%;*/
}

#important_news .ttl_area .btn01 a {
  width: 132px;
}

#important_news .ttl_area .btn01 a p {
  min-height: 34px;
}

.important_news_list {
  /*float:right;
	width: 74%;*/
  max-width: 800px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  #important_news {
    padding-top: 45px;
  }
  #important_news .ttl_area .btn01 a {
    width: 200px;
  }
  #important_news .ttl_area .btn01 a p {
    min-height: 38px;
  }
  .important_news_list {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊pick_up
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#pick_up {
  background: #f3f3f3;
}

#pick_up ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pick_up ul li {
  width: 50%;
  overflow: hidden;
}

#pick_up ul a {
  display: block;
  width: 100%;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #fff;
  position: relative;
}

#pick_up ul a:after, #pick_up ul a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#pick_up ul a:after {
  background: rgba(0, 0, 0, 0.3);
}

#pick_up ul a:before {
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.4s ease-in-out;
}

#pick_up ul p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

#pick_up ul p .en {
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

#pick_up ul .club a:before {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/index/img_club.jpg);
}

#pick_up ul .nyushi a:before {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/index/img_entrance.jpg);
}

#pick_up ul a:hover:before {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #pick_up {
    padding-bottom: 15px;
  }
  #pick_up ul {
    display: block;
  }
  #pick_up ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #pick_up ul a {
    height: 214px;
  }
  #pick_up ul p {
    font-size: 1.8rem;
  }
  #pick_up ul p .en {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊avtive_sec
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#avtive_sec {
  position: relative;
  background: #142d53;
  min-height: 560px;
  height: 560px;
}

#avtive_sec:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: 560px solid transparent;
  border-left: 560px solid #0b1a37;
  overflow: hidden;
}

/*#avtive_sec:after {
  content: "";
  width: 100%;
  height: 221px;
  display: block;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/index/active_bg.png) no-repeat center bottom;
  background-size: auto auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}*/

#avtive_sec .wrap {
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

#avtive_sec .innerWrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  padding-right: 0;
}
#avtive_sec .f_left{
  /*padding-top:40px;*/
  padding: 40px 0 0 60px;
}
#avtive_sec h2 {
  margin-bottom: 40px;
  line-height: 1;
}

#avtive_sec .h2p {
  font-family: "YakuHanJPs", "嗄苧劾" , "Yu Mincho" , "嗄苧劾悶" , "YuMincho" , "ヒラギノ苧劾 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS苧劾E" , "ＭＳ Ｐ苧劾" , "MS PMincho" , serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
  line-height: 1.85;
  margin-left: 27px;
  margin-bottom: 50px;
}

#avtive_sec .slide {
  width: 50%;
  margin-bottom: -50px;
  /*box-shadow: 1px 0px 21px 0px rgba(0,0,0,0.1);*/
}

#avtive_sec .slide .slick-list {
  padding-bottom: 30px;
}

#avtive_sec .slide .img {
  text-align: center;
	position: relative;
  z-index: 0;
}
#avtive_sec .slide .img:before{
	content: '';
	display: block;
	padding-bottom: 54%;
}

#avtive_sec .slide .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#avtive_sec .slide a {
  display: block;
}

#avtive_sec .txt_area {
  background: #fff;
  padding: 22px 40px 28px;
  line-height: 1.4;
}

#avtive_sec .txt_area .catch {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  color: #0e3167;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

#avtive_sec .txt_area .en {
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
}

#avtive_sec .txt_area .name {
  font-size: 1.8rem;
  margin-bottom: 13px;
}

#avtive_sec .txt_area .name span {
  font-size: 2.4rem;
  padding-right: 12px;
}

#avtive_sec .txt_area .tag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #fff;
  background: #0085ce;
  padding: 3px 8px;
}

#avtive_sec .slick-prev {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s_l.png) !important;
  left: -20px;
}

#avtive_sec .slick-next {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s_r.png) !important;
  right: -20px;
}

@media only screen and (max-width: 1030px) {
  #avtive_sec {
    min-height: inherit;
    height: auto;
  }
  #avtive_sec .innerWrap {
    padding-right: 20px;
  }
  #avtive_sec .f_left {
    padding: 0;
    /*padding-right: 20px;*/
  }
  #avtive_sec h2 img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #avtive_sec {
    overflow: hidden;
    /*&:before{
			width: 1400px;
			height: 2000px;
			left: 50%;
			transform: skew(45deg);
			margin-left: -1100px;
		}
		&:after{
			width: 100%;
			left: 50%;
			top: 0;
		}*/
  }
  #avtive_sec:before {
    bottom: auto;
    left: 0;
    right: 0;
    top: -40px;
    border-top: 95vw solid transparent;
    border-bottom: 78vw solid transparent;
    border-left: 100vw solid #0b1a37;
  }
/*  #avtive_sec:after {
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/sp/index/active_bg.png);
    height: 82px;
    background-size: auto 82px;
  }*/
  #avtive_sec .wrap {
    padding-top: 49px;
    padding-bottom: 45px;
  }
  #avtive_sec .innerWrap {
    display: block;
  }
  #avtive_sec h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #avtive_sec h2 img {
    width: auto;
    height: 63px;
  }
  #avtive_sec .h2p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.66;
    margin-left: 0;
    margin-bottom: 35px;
  }
  #avtive_sec .slide {
    width: 100%;
    margin-bottom: 0;
  }
  #avtive_sec .img img {
   /* width: 100%;
    height: auto;*/
  }
  #avtive_sec .txt_area {
    padding: 15px 25px 17px;
    line-height: 1.26;
  }
  #avtive_sec .txt_area .catch {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  #avtive_sec .txt_area .en {
    font-size: 2.9rem;
  }
  #avtive_sec .txt_area .name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #avtive_sec .txt_area .name span {
    font-size: 1.8rem;
    padding-right: 10px;
  }
  #avtive_sec .txt_area .tag span {
    font-size: 1.1rem;
    padding: 3px 4px;
  }
  #avtive_sec .slick-prev {
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_l.png) !important;
    left: -30px;
  }
  #avtive_sec .slick-next {
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_r.png) !important;
    right: -30px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊person_sec_list
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#person_sec_list {
  background: #f3f3f3;
  position: relative;
  padding: 170px 0 90px;
  overflow: hidden;
}

#person_sec_list:before, #person_sec_list:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
}

#person_sec_list:before {
  top: 0;
  left: 0;
  border-bottom: 45vw solid transparent;
  border-left: 45vw solid #e0e2e3;
}

#person_sec_list:after {
  border-top: 30vw solid transparent;
  border-right: 30vw solid #e0e2e3;
  right: 0;
  bottom: 0;
}

#person_sec_list .innerWrap {
  position: relative;
  z-index: 2;
}

#person_sec_list h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 22px;
}

#person_sec_list .h2p {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2rem;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
  #person_sec_list {
    padding: 46px 0 50px;
  }
  #person_sec_list:before {
    border-bottom: 75vw solid transparent;
    border-left: 75vw solid #e0e2e3;
  }
  #person_sec_list:after {
    border-top: 50vw solid transparent;
    border-right: 50vw solid #e0e2e3;
  }
  #person_sec_list h2 {
    margin-bottom: 17px;
  }
  #person_sec_list h2 img {
    width: auto;
    height: 54px;
  }
  #person_sec_list .h2p {
    font-size: 1.5rem;
    line-height: 1.56;
    margin-bottom: 25px;
  }
  #person_sec_list ul {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  #person_sec_list ul.slick-initialized {
    opacity: 1;
  }
  #person_sec_list .slick-prev {
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s03_l.png) !important;
    left: -15px;
  }
  #person_sec_list .slick-next {
    background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s03_r.png) !important;
    right: -15px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊facility_sec
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#facility_sec {
  background: #0e3167;
  padding: 25px 0;
  color: #fff;
    border-bottom: 95px solid #f3f3f3;
}

#facility_sec .vs_area {
  line-height: 1;
  background: url(/wp/wp-content/themes/ouhs_main/assets/img/index/facility_img.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 104px;
  height: 360px;
  margin-bottom: 5px;
  position: relative;
}

#facility_sec .vs_area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

#facility_sec .vs_area h2 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#facility_sec .vs_area h2 span {
  display: block;
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

#facility_sec .slider li {
  border-right: 1px solid #0e3167;
  width: 239px;
}

#facility_sec .slider li img {
  width: 100%;
  height: auto;
}

#facility_sec .slider li a {
  position: relative;
  display: block;
}

#facility_sec .slider li .mask {
  position: absolute;
  opacity: 0;
  background: rgba(4, 28, 40, 0.7);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}

#facility_sec .slider li a:hover .mask {
  opacity: 1;
  transition: all 0.25s ease-out;
}

#facility_sec .slick-prev {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_l.png) !important;
}

#facility_sec .slick-next {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_r.png) !important;
}

@media only screen and (max-width: 767px) {
  #facility_sec {
    padding: 15px 0 10px;
      border-bottom-width: 45px;
  }
  #facility_sec .vs_area {
    padding-top: 77px;
    height: 290px;
  }
  #facility_sec .vs_area h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #facility_sec .vs_area h2 span {
    font-size: 4rem;
    margin-bottom: 7px;
  }
  #facility_sec .slider li {
    width: 178px;
  }
  #facility_sec .slider li a {
    position: static;
  }
  #facility_sec .slider li .mask {
    position: static;
    background: none;
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    opacity: 1;
    padding: 7px 5px 0;
  }
  #facility_sec .slick-arrow {
    top: 45px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊news_sec
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#news_sec {
  background: #f3f3f3;
  position: relative;
  padding: 75px 0 148px;
  overflow: hidden;
}

#news_sec:before, #news_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
}

#news_sec:before {
  top: 0;
  left: 0;
  border-bottom: 45vw solid transparent;
  border-left: 45vw solid #e0e2e3;
}

#news_sec:after {
  border-top: 30vw solid transparent;
  border-right: 30vw solid #e0e2e3;
  right: 0;
  bottom: 0;
}

#news_sec:after {
  content: none;
}

#news_sec .innerWrap {
  position: relative;
  z-index: 2;
}

#news_sec .hd01 {
  margin-bottom: 40px;
}

#news_sec .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #194486;
  margin-bottom: 25px;
}

#news_sec .tabs li {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  width: 218px;
  margin-right: 10px;
  margin-bottom: -1px;
  padding: 11px;
  border: 1px solid #194486;
  color: #fff;
  background: #194486;
  border-bottom: none;
}

#news_sec .tabs li.active {
  color: #194486;
  background: #fff;
}

#news_sec .tabs li.active:hover {
  opacity: 1;
}

#news_sec .news_list {
  display: none;
}

#news_sec .news_list.active {
  display: block;
}

#news_sec .btn01 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #news_sec {
    padding: 50px 0 75px;
  }
	#news_sec .innerWrap{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
  #news_sec:before {
    border-bottom: 75vw solid transparent;
    border-left: 75vw solid #e0e2e3;
  }
  #news_sec:after {
    border-top: 50vw solid transparent;
    border-right: 50vw solid #e0e2e3;
  }
  #news_sec .tabs {
    margin-bottom: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #news_sec .tabs li {
    width: calc(25% - 4px);
    margin-right: 0;
    padding: 11px 3px;
    font-size: 1.3rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #news_sec .btn01 {
    margin-top: 23px;
  }
}

#news_sec .info_txt{
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	#news_sec .info_txt{
		margin-top: -10px;
		margin-bottom: 25px;
	}
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊bnr_sec
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#bnr_sec {
  background: #0e3167;
  padding: 23px 0 35px;
}

#bnr_sec li {
  width: 310px;
  margin: 0 8px;
}

#bnr_sec li a {
  display: block;
}

#bnr_sec li img {
  width: 100%;
  height: auto;
}

#bnr_sec .slick-dots {
  bottom: -43px;
  text-align: center;
}

#bnr_sec .slick-prev {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_l.png) !important;
}

#bnr_sec .slick-next {
  background-image: url(/wp/wp-content/themes/ouhs_main/assets/img/arrow_s02_r.png) !important;
}

@media only screen and (max-width: 767px) {
  #bnr_sec {
    padding: 10px 0 25px;
  }
  #bnr_sec li {
    width: 225px;
    margin: 0 3px;
  }
  #bnr_sec .slick-dots {
    bottom: -30px;
  }
  #bnr_sec .slick-dots li {
    margin: 0 8px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊bnr_athletics
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
.bnr_athletics {
  text-align: center;
  background: #f3f3f3;
  padding-top: 40px;
}

.bnr_athletics a {
  display: inline-block;
}

.bnr_athletics img {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .bnr_athletics {
    padding-top: 30px;
  }
  .bnr_athletics img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
　＊footer_menu
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#footer_menu {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f3f3f3;
}

#footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
#footer_menu .innerWrap {
  max-width:1200px;
}

#footer_menu ul li {
  width: calc(20% - 2px);
  /*width: calc(20% - 2px);*/
  min-height: 64px;
}

#footer_menu ul li a {
  display: block;
  height: 100%;
  background: #194486;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer_menu ul li span {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}

#footer_menu ul li:nth-of-type(2) a {
  background: #163f7d;
}

#footer_menu ul li:nth-of-type(3) a {
  background: #143c78;
}

#footer_menu ul li:nth-of-type(4) a {
  background: #153464;
}

#footer_menu ul li:nth-of-type(5) a {
  background: #142e57;
}

#footer_menu ul li:nth-of-type(6) a {
  background: #142d53;
}

@media only screen and (max-width: 767px) {
  #footer_menu {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  #footer_menu .innerWrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #footer_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-right: 23px;
  }
  #footer_menu ul li {
    width: calc(50% - 0.5px);
    margin-bottom: 1px;
  }
  #footer_menu ul li a {
    font-size: 1.5rem;
  }
  #footer_menu ul li:nth-of-type(1) {
    margin-left: 38px;
  }
  #footer_menu ul li:nth-of-type(2) {
    margin-right: -38px;
  }
  #footer_menu ul li:nth-of-type(2) a {
    padding-right: 10px;
  }
  #footer_menu ul li:nth-of-type(3) {
    margin-left: 14px;
  }
  #footer_menu ul li:nth-of-type(4) {
    margin-right: -14px;
  }
  #footer_menu ul li:nth-of-type(5) {
    margin-left: -10px;
  }
  #footer_menu ul li:nth-of-type(5) a{
    padding-left:10px;
  }
  #footer_menu ul li:nth-of-type(6) {
    margin-right: 10px;
  }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
＊most_important
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
#most_important{
    position: absolute;
    bottom: 113px;
    left: calc(50% - 640px);
    max-width: 1280px;
}
#most_important span{
    margin-top: 20px;
    margin-right: 17px;
    display: inline-block;
}
#most_important span:last-of-type{
    margin-right: 0;
}
#most_important a{
    width: 450px;
    padding: 18px 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    background: rgba(142,35,41,0.8);
    line-height: 1.3;
    border: 1px solid #8e2329;
    text-align: center;
}
#most_important .oc a{
    background: rgba(105,191,238,0.8);
    border-color: #345992;
    text-align: center;
}
#most_important .oc2 a{
    background: rgba(29,132,205,0.8);
    border-color: #345992;
    text-align: center;
}

/*#most_important .oc a{
    background: rgba(105,191,238,0.6);
    border-color: #345992;
    padding-left: 73px;
    position: relative;
}
#most_important .oc a:after{
    content: "";
    display: block;
    background: url(/wp/wp-content/themes/ouhs_main/assets/img/index/oc_img.png) no-repeat left bottom;
    -webkit-background-size: auto 75px;
    background-size: auto 75px;
    width: 63px;
    height: 75px;
    position: absolute;
    left: 21px;
    bottom: 0;
}*/
@media only screen and (max-width: 767px) {
    #most_important{
        width: 262px;
        bottom: 30px;
        left: 50%;
        margin-left: -131px;
        text-align: center;
    }
    #most_important span{
        display: block;
        margin: 13px 0 0 0;
    }
    #most_important a{
        width: 100%;
        padding: 13px;
        font-size: 1.6rem;
    }
    /*#most_important .oc a{
        padding-left: 61px;
    }
    #most_important .oc a:after{
        -webkit-background-size: 61px auto;
        background-size: 61px auto;
        width: 61px;
        left: 5px;
    }*/
}


#most_important .bnr_img {
}
#most_important .bnr_img a{
	padding: 0;
	background: none;
	border: none;
}
#most_important .bnr_img img{
	max-width: 100%;
	height: auto;
	transform: translateY(-7.609px);
}
@media only screen and (max-width: 837px) {
	#most_important .bnr_img img.pcCont {
		display: none;
	}
	#most_important .bnr_img img.spCont {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	#most_important .bnr_img img{
		transform: translateY(0);
	}
}

#most_important_term {
	text-align:center;
	background: #8e2329;
	color:#fff;
	font-size: 1.5rem;
	padding:10px 0;
}
#most_important_term a {
	text-decoration: underline;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#most_important_term a:hover {
    opacity: 0.75;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media only screen and (max-width: 767px) {
	#most_important_term{
	padding:10px 20px;
	font-size: 1.4rem;
	}
}


/*-------------------------
  2023/4/11 啝壅伏
-------------------------*/
#most_important {
	left: 0;
	right: 0;
	max-width: inherit;
}
@media only screen and (max-width: 767px) {
	#most_important {
		left: 50%;
		margin-left: 0;
		transform: translateX(-50%);
	}
}
#most_important .w1280 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*
	justify-content: center;
	max-width: 1330px;
	*/
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#most_important .w1280 {
		display: block;
	}
}
#most_important .w1280::before {
	content: '';
	order: 1;
	width: calc((100% - 50px) / 3);
}
#most_important span {
	max-width: 410px;
	width: calc((100% - 50px) / 3);
	margin-top: 25px;
	/*
	width: calc((100% - 100px) / 3);
	margin-left: 13px;
	margin-right: 12px;
	*/
}
@media only screen and (max-width: 767px) {
	#most_important span {
		max-width: inherit;
		width: 100%;
		margin-top: 13px;
		margin-left: 0;
		margin-right: 0;
	}
}
#most_important span:last-of-type {
	margin-right: 12px;
}
@media only screen and (max-width: 767px) {
	#most_important span:last-of-type {
		margin-right: 0;
	}
}
#most_important a {
	width: 100%;
	padding: 20px;
}
@media only screen and (max-width: 767px) {
	#most_important a {
		padding: 13px;
	}
}
#most_important .bnt {
	max-width: inherit;
	width: 100%;
	text-align: center;
}
#most_important .bnt a {
	opacity: 1;
	/*
	width: 339px;
	*/
	width: 240px;
	background: url(/wp/wp-content/themes/ouhs_main/assets/img/sp/index/ico_movie.png) no-repeat 19px center rgba(14,49,103,0.7);
	background-size: 27px auto;
	border: 1px solid #fff;
	border-radius: 100px;
	font-style: normal;
	padding: 15px 20px 15px 43px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	#most_important .bnt a {
		width: 210px;
		padding: 13px 13px 13px 43px;
	}
}
#most_important .bnt a.ro:hover {
	opacity: 0.8;
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
＊pickup_bnr
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
.pickup_bnr{
    padding: 70px 0 42px;
    background: #f3f3f3;
}
.pickup_bnr ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pickup_bnr ul li{
    width: calc(40% + 30px);
    padding: 0 15px;
    margin-bottom: 28px;
}
.pickup_bnr ul li img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
    .pickup_bnr{
        padding: 15px 0 30px;
    }
    .pickup_bnr ul{
        display: block;
        margin: 0;
    }
    .pickup_bnr ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .pickup_bnr ul li img{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
＊term_description
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
.term_description{
	text-align: center;
	font-size: 1.7rem;
	color: #b10e17;
	margin-top:40px;
}
@media only screen and (max-width: 767px) {
	.term_description {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top:30px;
	}
}

/* ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ
＊strong-point-10
ォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォォ */
.strong-point-10 {
	display: block;
	margin: 40px auto 0;
	padding: 0;
	width: 1000px;
	clear: both;
}

.strong-point-10 p img {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: auto;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.strong-point-10 {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		clear: both;
	}
	
	.strong-point-10 p img {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		clear: both;
	}
}
