/*
Template:understrap
Theme Name:understrap_child
Author:DUCK WORKS
Version:1.0
*/

/* Common */
body {
	font-family: 'メイリオ', sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2em;
	margin: 0;
	padding: 0;
	background: url(https://s-victoire2007.raindrop.jp/images/bg.png) #FFF fixed;
	background-size: cover;
}

.content-area img{
	transition: .3s;
}

/* Paraglaph */
h1{
	max-width: 90%;
	font-size: 42px;
	font-weight: 700;
	margin: 10px auto;
	color: #FFF;
}

h2{
	max-width: 90%;
	font-size: 36px;
	color: #333;
	margin: 0 auto 60px;
	line-height: 1.5em;
}

h3{
	position: relative;
	max-width: 90%;
	font-size: 22px;
	color: #333;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	text-align: left;
}

h3:after{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 5px;
	background: #cc0000;
	bottom: 0;
	left: 0;
}

h4{
	max-width: 90%;
	font-size: 20px;
	color: #333;
	margin: 0 auto 20px;
}


h5{
	max-width: 90%;
	position: relative;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 10px;
}

h5:before{
	max-width: 90%;
	position: absolute;
	content: "";
	width: 5px;
	height: 22px;
	background: #333;
	left: 0;
	top: 3px;
}

.top h2{
	font-size: 36px;
	font-weight: 700;
	font-family: 'Anton','メイリオ',sans-serif;
	margin: 0 auto 10px;
	clear: both;
}

p{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 40px;
}

.site-footer p{
	margin-bottom: 0;
}

a{
	color: #cc0000;
	font-weight: 400;
	text-decoration: none;
}

a:hover{
	opacity: .6;
}

ul,ol,dl{
	width: 90%;
	margin: 0 auto 40px 5%;
	padding: 0;
	text-align: left;
}

li{
	margin-left: 1.5em;
}

dt{
	font-weight: 700;
	float: left;
	margin: 0 1em 0 0;
}

dd{
	margin: 0;
}

blockquote{
	text-align: left;
	width: 90%;
	background: #f2f2f2;
	overflow: hidden;
	margin: 0 auto 40px;
}

blockquote p{
	margin: 20px auto 10px !important;
}

blockquote cite{
	display: block;
	margin: 0 5% 20px 5%;
	font-size: 14px;
}

blockquote cite:before{
	content: "引用元：";
}

.strong_red{
	color: #cc0000;
	font-weight: 700;
}

.cnt_box .material-icons{
	position: absolute;
	font-size: 16px;
	margin: 8px 0 0 .5em;
}

/* Layout */
.entry-content,
.archive{
	padding-top: 100px;
	text-align: center;
}

.team_intro.cnt_box,
.single-post .cnt_box,
.inner_box,
.entry-footer,
.comments-area{
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.cnt_box{
	margin: auto;
	padding: 80px 0 60px;
	clear: both;
}

.inner_box{
	margin: 0 auto;
}

.wp-block-image{
	margin: 0 auto 40px;
}

/* Parts */
.page_title{
	height: calc(100vw * 0.186);
;
	display: flex;
  justify-content: center;
  align-items: center;
}

.page_title_cnt{
	width: 90%;
}

p.sub_title,
.page_title p.p_subtitle{
	font-family: 'Anton','メイリオ',sans-serif;
	margin-bottom: 0;
	color: #333;
}

.page_title p.p_subtitle{
	color: rgba(255, 255, 255, .5);
}

p.sub_title{
	margin-bottom: 60px;
}

ul.page_nav{
	width: 90%;
	margin: 100px auto 80px;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 0;
	line-height: 1.5em;
}

.page_nav li{
	width: auto;
	min-width: 5em;
	text-align: center;
	list-style: none;
	border: 2px #333 solid;
	border-right: none;
	margin-left: 0;
	padding: 10px ;
	color: #FFF;
	font-weight: 700;
}

.page_nav li:last-child{
	border: 2px #333 solid;
}

.page_nav li a{
	color: #333;
	font-weight: 700;
}

ul.page_nav_anchor{
	max-width: 1000px;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 80px auto;
}

ul.page_nav_anchor li{
	position: relative;
	width: auto;
	padding: 0;
	list-style: none;
	margin: 0 15px;
	padding-left: 1em;
}

ul.page_nav_anchor li:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	transform: rotate(135deg);
	top: 10px;
	left: 0;
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
}

ul.page_nav_anchor a{
	font-weight: 700;
}

.btn_wt,
.btn_red,
.btn_op,
.btn_anchor,
.wpcf7 input[type="submit"]{
	position: relative;
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 40px auto 0;
	padding: 0;
	clear: both;
}

.btn_wt{
	background: #FFF;
	border: 1px solid #FFF;
}

.btn_red,
.btn_anchor,
.wpcf7 input[type="submit"]{
	background: #cc0000;
	border: 1px solid #cc0000;
}

.btn_op{
	background: none;
	border: 1px solid #FFF;
}

.btn_wt a,
.btn_red a,
.btn_op a,
.btn_anchor a,
.wpcf7 input[type="submit"]{
	font-weight: 700;
}

.btn_red a,
.btn_op a,
.btn_anchor a,
.wpcf7 input[type="submit"]{
	color: #FFF !important;
}

.btn_wt:after,
.btn_red:after,
.btn_op:after,
.btn_anchor:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	top: 18px;
	right: 20px;
}

.btn_wt:after{
	border-top: solid 2px #cc0000;
	border-right: solid 2px #cc0000;
}

.btn_red:after,
.btn_op:after,
.btn_anchor:after{
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}

.btn_anchor:after{
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	top: 17px;
}

.btn_wt a,
.btn_red a,
.btn_op a,
.btn_anchor a{
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.btn_wt a:hover,
.btn_wt a:focus{
	background: #cc0000;
	color: #fff;
	opacity: 1;
}

.btn_wt:hover:after,
.btn_wt.btn_back:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.btn_back:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(225deg);
	top: 18px;
	left: 20px;
}

.btn_back:after{
	content: none;
}

.wpcf7 input[value]:hover{
	color: rgba(255, 255, 255, .6);
}

.list_box_3{
	margin: auto;
}

.list_box_3 ul{
	width: 100%;
	max-width: 1050px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	display:flex;
}

.list_box_3 li{
	width: 300px;
	margin: 0 25px;
	list-style: none;
	font-size :16px;
	padding: 0;
	background: #FFF;
}

.list_box_3 li:after{
	content: none;
}

.list_box_3 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.list_box_3 span{
	margin: 0 5%;
	display: block;
}

.list_box_3 li .lcp_post a{
	font-weight: 700;
	min-height: 4em;
	display: block;
	line-height: 1.5em;
}

.slider_box{
	position: relative;
}

.slider{
	width: 100%;
	height: calc(100vw * 0.54);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.slider_content{
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(100%);
}

.slider_img{
	max-width: 100%;
	min-width: 100%;
}

.slider_content:nth-child(1){
	animation: sliderAnime 12s ease-in-out infinite;
	z-index: 6;
}

.slider_content:nth-child(2){
	animation: sliderAnime2 12s ease-in-out 2s infinite;
	z-index: -1;
}

.slider_content:nth-child(3){
	animation: sliderAnime2 12s ease-in-out 6s infinite;
	z-index: -1;
}

@keyframes sliderAnime{
	0%{
		z-index: 5;
		transform: translateX(0);
	}
	16.6%{
		transform: translateX(0);
	}
	33.3%{
		transform: translateX(-100%);
	}
	50%{
		z-index: -1;
		transform: translateX(-100%);
	}
	66.6%{
		transform: translateX(100%);
	}
	83.2%{
		z-index: 5;
		transform: translateX(100%);
	}
	100%{
		z-index: 5;
		transform: translateX(0);
	}
}

@keyframes sliderAnime2{
	0%{
		z-index: 5;
		transform: translateX(100%);
	}
	16.5%{
		transform: translateX(0);
	}
	33.3%{
		transform: translateX(0);
	}
	50%{
		transform: translateX(-100%);
	}
	66.6%{
		z-index: -1;
		transform: translateX(-100%);
	}
	83.2%{
		transform: translateX(100%);
	}
	100%{
		z-index: 5;
		transform: translateX(100%);
	}
}

.slider_cnt{
	position: absolute;
	z-index: 98;
	width: 60%;
	bottom: -15px;
	margin-left: 40px;
}

.slider_cnt p{
	width: 12em;
	line-height: 60px;
	height: 60px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	background: #cc0000;
	margin-bottom: 20px;
	float: left;
}

.slider_cnt img{
	width: 100%;
	clear: both;
}

.wp-block-gallery{
	width: 100%;
	margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
	width: auto;
	background: none;
}

.wpcf7{
	width: 100%;
	margin: 40px auto;
}

.wpcf7 span{
	display: block;
	text-align: left;
}

.wpcf7 .form_box p{
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin: 20px auto;
}

.btn_submit{
	text-align: center !important;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
	width: 98%;
	min-height: 3em;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	border: #cc0000 1px solid;
	color: #333 !important;
}

.wpcf7 select{
	width: 100%;
	min-height: 3em;
}

.wpcf7 input{
	padding: 0 1%;
}

.wpcf7 textarea{
	padding: .5em 1%;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok {
	border: none;
	text-align: center;
	margin: 0;
}

#form .sub_element{
	width: 20em;
	text-align: center;
	position: relative;
}

#form .sub_element a:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #cc0000;
	border-right: solid 2px #cc0000;
	transform: rotate(45deg);
	top: 11px;
	left: 0;
}

/* Header */
#wrapper-navbar{
	position: absolute;
	z-index: 99;
}

.is-fixed {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
}

.navbar{
	width: 100%;
	height: 100px;
	background: #FFF;
}

.navbar .img-fluid{
	width: 70px;
	height: 70px;
	height: auto;
	float: left;
	margin: 15px 0 15px 30px;
}

.navbar .site-title{
	width: 6em;
	font-family: 'Anton',sans-serif;
	font-size: 32px;
	height: 90px;
	line-height: 100px;
	float: left;
	margin-left:20px; 
}

.navbar a.site-title{
	color: #000;
	text-decoration: none;
}

nav.nav_animation{
	height: 80px;
  transition: .3s ease-in-out;
}

nav.nav_animation .img-fluid{
	width: 60px;
	height: auto;
	margin-top: 10px;
	transition: .3s ease-in-out;
}

nav.nav_animation .site-title{
	height: 80px;
	line-height: 80px;
}

.default_menu {
	width: calc( 100% - 70px - 6em);
}

.default_menu ul.menu {
	width: auto;
	position: absolute;
	top: 15px;
	right: 60px;
	display:flex;
	float: right;
}

.default_menu .menu li{
	width: auto;
	line-height: 70px;
	font-weight: 700;
	margin-left: 30px;
	list-style: none;
}

nav.nav_animation .default_menu .menu li{
	line-height: 45px;
  transition: .3s ease-in-out;
}

.default_menu a{
	font-weight: 700;
	text-decoration: none !important;
	color: #000;
}

/* Header Drop Down */
.default_menu li.menu-item-has-children {
	position: relative;
}

.default_menu li.menu-item-has-children ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	transition: all .2s ease;
}

.default_menu li.menu-item-has-children:hover ul {
	visibility: visible;
	opacity: 1;
	top: 60px;
}

.default_menu li.menu-item-has-children a:hover{
	opacity: 1;
}

.default_menu ul.sub-menu{
	position: absolute;
	left: 0;
	width: 12em;
	height: auto;
	background: #cc0000;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	flex-wrap: wrap;
}

.default_menu ul.sub-menu li{
	width: 100%;
	height: 2em;
	line-height: 2em;
	text-align: left;
	margin: 0 20px;
}

.default_menu ul.sub-menu a{
	color: #FFF;
	font-size: 14px;
}

.default_menu ul.sub-menu a:hover{
	opacity: .6;
}

nav.nav_animation .default_menu li.menu-item-has-children ul {
	top: 50px;
}

nav.nav_animation .default_menu li.menu-item-has-children:hover ul {
	top: 50px;
}

nav.nav_animation .default_menu ul.sub-menu{
	padding: 0 0 15px;
}

/* Header Drawer */
#nav-drawer {
	position: relative;
	display: none;
	float: right;
	line-height: 65px;
	margin: 10px 20px 0 0;
}

nav.nav_animation #nav-drawer {
	line-height: 55px;
}

.nav-unshown {
  display:none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 24px;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #cc0000;
  display: block;
  content: '';
  cursor: pointer;
	transition-duration: .2s;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-content {
  overflow: auto;
  position: fixed;
	top: 70px;
	left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #cc0000;
  transition: .3s ease-in-out;
  transform: translateX(-200%);
	padding: 20px 5%;
}

nav.nav_animation #nav-content {
	top: 60px;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
}

#nav-input:checked ~ #nav-open span:before{
	display: none;
}

#nav-input:checked ~ #nav-open span{
	transition-duration: .2s;
	transform: rotate(45deg);
	margin-top: 7px;
}

nav.nav_animation #nav-input:checked ~ #nav-open span{
	top: 20px;
}

#nav-input:checked ~ #nav-open span:after{
	transform: rotate(-90deg);
	top: 0;
}

#nav-content ul{
	margin: 0;
	padding: 0;
}

#nav-content li{
	list-style: none;
	line-height: 3em;
	text-align: left;
}

#nav-content a{
	position: relative;
	color: #FFF;
	font-weight: 700;
	padding-left: 1.5em;
}

#nav-content .menu-item-has-children .sub-menu a{
	padding-left: 1.5em;
}

#nav-content a:before,
#nav-content .menu-item-has-children .sub-menu a:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 5px;
	left: 0;
}

#nav-content .menu-item-has-children .sub-menu a:before{
	left: 0;
}


#nav-content li.menu-item-has-children a:hover{
	opacity: 1;
}

#nav-content li.menu-item-has-children .sub-menu li a:hover{
	opacity: .7;
}

#nav-content li.menu-item-has-children ul.sub-menu li{
	margin-top: -0.5em;
}

/* Header Drawer Media Screen */
@media screen and (max-width: 1280px){
	.default_menu{
	display: none;
	}
	#nav-drawer{
	display: block;
	}
	.menu-item-has-children{
		cursor: pointer;
	}
	.navbar{
		height: 70px;
	}
	nav.nav_animation{
		height: 60px;
	}
	.navbar .img-fluid{
		width: 50px;
		margin: 10px 0 0 20px;
	}
	.navbar .site-title{
		font-size: 28px;
		height: 70px;
		line-height: 70px;
	}
	.default_menu {
	position: relative;
	width: auto;
	float: right;
	text-align: right;
	padding-right: 30px;
	}
	nav.nav_animation .img-fluid{
		width: 40px;
		height: auto;
		margin-top: 10px;
		transition: .3s ease-in-out;
	}
	nav.nav_animation .site-title{
		font-size: 26px;
		height: 60px;
		line-height: 60px;
	}
	.site-main{
		margin: 70px 0 0 !important;
	}
}

/* Footer */
.footer_nav{
	height: 50px;
	background: #e5e5e5;
	padding: 10px 30px;
	overflow: hidden;
	clear: both;
}

.footer_logo{
	width: 50px;
	height: auto;
	float: left;
}

p.footer_title{
	width: 6em;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 26px;
	font-family: 'Anton' , sans-serif;
	text-align: left;
	margin-left: 20px;
	color: #000;
}

p.footer_phone{
	width: 16em;
	font-family: 'Anton' , sans-serif;
	font-size: 16px;
	float: left;
	line-height:50px;
	margin: 0;
}

.footer_right{
	width: 320px;
	float: right;
}

p.footer_policy{
	position: relative;
	width: 10em;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	float: left;
	text-align: right;
	margin-left: 1em;
}

.footer_policy .material-icons{
	position: absolute;
	top: 12px;
	left: -22px;
}

p.footer_bnr{
	width: 140px;
	float: right;
	margin-left: 20px;
}

.site-info{
	background: #012c5b;
	text-align: center;
	line-height: 1.5em;
	padding: 15px 0;
	color: #FFF;
	font-size: 12px;
}

.site-info a{
	color: #FFF;
}

/* Footer up */
#re-top {
	position:fixed;
	bottom: 8px;
	right:0;
	z-index:99;
	background-color:transparent; }

.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(0, 0, 0, .7);
	color:rgb(255,255,255);
	width:50px;
	height:50px;
	text-align: center;
}

.re-topB .material-icons{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 40px;
}

#re-top a:hover{
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, 0.8);
}

/* Top */
.cnt_box.top_about{
	padding-bottom: 60px;
}

.top_about p{
	width: 70%;
	margin-top: 50px;
}

.cnt_box.top_message{
	max-width: 1222px;
	margin: auto;
	padding: 0;
	text-align: left;
}

.cnt_box.top_message h3{
	width: auto;
	background: #cc0000;
	color: #FFF;
	display: inline-block;
	margin: 15% 0 20px 5%;
	padding: 0 20px;
	line-height: 2.5em;
}

.top_message.message_01,
.top_message.message_02{
	display: flex;
	background: #FFF;
}

.top_message .inner_left,
.top_message .inner_right{
	width: 50%;
	height: 450px;
	overflow: hidden;
}

.top_message .inner_left img,
.top_message .inner_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_news{
	margin-top: 100px;
	background: #f2f2f2;	
}

.top_news p.sub_title{
	margin-bottom: 10px;
}

.top_news ul{
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.top_news li{
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #ccc;
	line-height: 4em;
	margin-left: 0;
}

.top_news li:last-child {
	border-bottom: none;
}

.top_news .lcp_post{
	margin-left: 40px;
}

.top_team{
	background: url(https://s-victoire2007.raindrop.jp/images/top_team_bg.jpg) no-repeat bottom;
}

.top_team ul{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 40px;
	padding: 0;
	overflow: hidden;
	display: flex;
}

.top_team li{
	position: relative;
	width: 180px;
	height: 180px;
	list-style: none;
	line-height: 1.5em;
	background: #cc0000;
	margin: 0 12px;
}

.top_team li a{
	position:absolute;
	display: inline-block;
	width: 70%;
	height: 100%;
	padding: 0 20% 0 10%;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_team li:nth-child(3) a{
	text-align: left;
	line-height: 1.5em;
}

.top_team li:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: rotate(45deg);
	top: 83px;
	right: 10px;
}

.cnt_box.top_school{
	background: url(https://s-victoire2007.raindrop.jp/images/top_shcool_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 80px;
}

.top_school h2,
.top_wanted h2,
.top_wanted p,
.top_school h3,
.top_school p,
.top .contact h2,
.top .contact .sub_title{
	color: #FFF;
}

.top_school h3{
	position: relative;
	font-size: 32px;
}

.top_school h3:after{
	position: absolute;
	content: "";
	width: 1em;
	height: 4px;
	background: #FFF;
	bottom: -15px;
	left: 0;
}

.top_school h3,
.top_school .inner_box p{
	width: 100%;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.top_school .inner_box{
	width: 100%;
	max-width: 1024px;
	margin: auto;
	display: flex;
}

.top_school .inner_box .inner_cnt{
	width: 300px;
	height: 200px;
	background: #cc0000;
	margin: 0 25px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_school .inner_box .btn_wt{
	margin-top: 0;
}

.top .cnt_box.top_wanted{
	max-width: 1000px;
	margin-top: 100px;
	padding-bottom: 80px;
	background: #012c5b;
	color: #FFF;
}

.top .cnt_box.top_wanted .sub_title{
	margin-bottom: 40px;
}

.top .cnt_box.top_wanted p{
	width: 70%;
}

.top .cnt_box.contact{
	background: url(https://s-victoire2007.raindrop.jp/images/top_contact_bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 100px;
	padding: 80px 0;
}

.top .contact .inner_box{
	position: relative;
	background: url(https://s-victoire2007.raindrop.jp/images/contact_bnr_bg.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
}

.top .contact .inner_box:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-top: #FFF 2px solid;
	border-right: #FFF 2px solid;
	transform: rotate(45deg);
	top: 100px;
	right: 30px;
}

.top .contact .inner_box p.sub_title{
	margin-bottom: 20px;
}

.top .contact .inner_box p{
	margin-bottom: 0;
}

.top .contact .inner_box a{
	display: block;
	max-width: 100%;
	height: 90%;
	color: #FFF;
	padding: 5% 0;
}

.top_bnrarea ul{
	width: 100%;
	max-width: 1050px;
	margin: auto;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.top_bnrarea li{
	width: 300px;
	color: #FFF;
	margin: 0 25px 20px;
	float: left;
}

.top_bnrarea li img{
	width: 100%;
	border: #999 solid 1px;
}

/* Team Introduction */
.club .page_title,
.top-team .page_title,
.jr-youth-team .page_title,
.jr-team .page_title,
.staff .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/top_team_bg.jpg) no-repeat center;
	background-size: cover;
}

.team_intro.cnt_box{
	text-align: left;
	padding: 0;
}

.team_intro.cnt_box .wp-block-image{
	text-align: center;
}

dl.team_conditions{
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0;
	text-align: left;
	display:flex;
	flex-wrap: wrap;
}

dl.team_conditions dt,
dl.team_conditions dd{
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 1em 0;
}

dl.team_conditions {
	border-bottom: 1px solid #ccc;
}

dl.team_conditions dt{
	width: 200px;
	padding-right: 20px;
}

dl.team_conditions dd{
	width: 780px;
	margin: 0;
}

.team_bnr_area{
	display: flex;
	max-width: 1040px;
	margin: 40px auto 80px;
	padding: 0;
}

.team_bnr_area div{
	width: 480px;
	height: 140px;
	margin: 0 20px;
	list-style: none;
}

.team_bnr_area .btn_member_wanted{
	background: #012c5b;
}

.team_bnr_area .btn_contact{
	background: #cc0000;
}

.team_bnr_area a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.team_bnr_area span{
	position: absolute;
	display: block;
	width: 100%;
	top: 30%;
	font-size: 36px;
	font-weight: 700;
}

.team_bnr_area span.sub_title{
	top: 55%;
	font-family: 'Anton' , sans-serif;
	font-size: 18px;
	font-weight: 400;
}

/* Club */
.club .page_nav li:nth-child(1){
	background: #333;
}

/* Top team */
.top-team .page_nav li:nth-child(2){
	background: #333;
}

/* Jr youth team */
.jr-youth-team .page_nav li:nth-child(3){
	background: #333;
}

/* Jr team */
.jr-team .page_nav li:nth-child(4){
	background: #333;
}

/* Staff Introduction */
.staff .page_nav li:nth-child(5){
	background: #333;
}

.staff .team_intro.cnt_box{
	max-width: 1000px;
	border-top: 1px solid #ccc;
	padding: 60px 0;
	display: flex;
	text-align: left;
}

.staff .inner_right{
	width: 100%;
}

.staff .staff_name_box{
	display: flex;
	margin: 0 5%;
}

.staff .staff_name{
	font-size: 28px;
	font-weight: 700;
	width: 7em;
}

.staff p.staff_title{
	width: 100%;
	font-weight: 700;
}

.staff p.staff_message{
	width: 80%;
	background: #cbdff6;
	margin: auto;
	padding: 2% 5%;
}

.staff .team_bnr_area.cnt_box{
	margin-top: 20px;
}

/* Team Gallery */
.archive.category-team-gallery .cnt_box{
	margin-top: 0;
}

.category-team-gallery .page_nav li:nth-child(6){
	background: #333;
}

/* School */
.school-saiwai .page_title,
.school-watarida .page_title,
.school-todoroki .page_title,
.school-rinkou .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_school.jpg) no-repeat center;
	background-size: cover;
}

.school-saiwai .cnt_box,
.school-watarida .cnt_box,
.school-todoroki .cnt_box,
.school-rinkou .cnt_box{
	max-width: 1000px;
	margin: auto;
	padding: 0 0 40px 0;
	text-align: left;
}

.school-saiwai .page_nav li:nth-child(1),
.school-watarida .page_nav li:nth-child(2),
.school-todoroki .page_nav li:nth-child(2),
.school-rinkou .page_nav li:nth-child(3){
	background: #333;
}

.school_box h4,
.school_box h5{
	margin-left: 5%;
}

/* Schedule */
.schedule .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/top_team_bg.jpg) no-repeat center;
	background-size: cover;
}

.schedule .cnt_box.team_color{
	max-width: 1000px;
	margin: auto;
	padding: 60px 0 0;
}

.schedule .team_color ul{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.schedule .team_color li{
	position: relative;
	width: auto;
	list-style: none;
	margin: 0 auto;
	padding-left: 1.5em;
	float: left;
}

.schedule .team_color li:before{
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	top: 11px;
	left: .5em;
}

.schedule .team_color li:nth-child(1):before{
	background: #ed6e05;
}

.schedule .team_color li:nth-child(2):before{
	background: #f7be26;
}

.schedule .team_color li:nth-child(3):before{
	background: #7db344;
}

.schedule .team_color li:nth-child(4):before{
	background: #3f4faf;
}

.schedule .team_color li:nth-child(5):before{
	background: #b39ddb;
}

.schedule .team_color li:nth-child(6):before{
	background: #4285f6;
}

.schedule .team_color li:nth-child(7):before{
	background: #d40001;
}

.schedule .cnt_box.calendar{
	padding-top: 60px;
}

.schedule .cnt_box.calendar iframe{
	width: 90%;
}

/* Schedule logged-in */
.post-password-form{
	padding: 150px 0;
}

/* Member Wanted */
.member-wanted .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_member.jpg) no-repeat center;
	background-size: cover;
}

.member-wanted .cnt_box{
	max-width: 1000px;
	border-top: 1px solid #ccc;
	padding: 50px 0;
}

.member-wanted .cnt_box p{
	text-align: left;
}

/* Contact */
.contact .page_title,
.policy .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_contact.jpg) no-repeat center;
	background-size: cover;
}

.contact .cnt_box{
	max-width: 1000px;
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
}

.contact .cnt_box:last-child{
	border-bottom: none;
}

.contact h2{
	color: #333;
}

.contact .phone_no{
	font-size: 32px;
	font-weight: 700;
}

.contact p.phone_time,
.contact p.phone_time{
	margin: 0 auto;
}

/* Policy */
.policy .cnt_box{
	max-width: 1000px;
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
}

.policy .cnt_box:last-child{
	border-bottom: none;
}

.policy .cnt_box p{
	text-align: left;
}

/* Archive Title */
.archive.category-news .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_news.jpg) no-repeat;
	background-size: cover;
}

.archive.category-team-gallery .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_team.jpg) no-repeat;
	background-size: cover;
}

.archive.category-activity .page_title{
	background: url(https://s-victoire2007.raindrop.jp/images/title_matchresult.jpg) no-repeat;
	background-size: cover;
}

/* Archives */
.archive .cnt_box{
	max-width: 1020px;
	margin: 80px auto 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.archive article{
	margin: 0;
}

.archive_cnt_inner{
	width: 320px;
	height: 420px;
	margin: 0 10px;
	float: left;
}

.archive_cnt_inner img{
	width: 100%;
	height: auto;
}

.archive .entry-title{
	margin: 0;
	text-align: left;
}

.archive .entry-content{
	padding: 0;
}

.archive .entry-content p{
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.archive .entry-content p.post_date{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}

.archive_cnt_inner h2,
.archive_cnt_inner a{
	font-size: 18px;
	font-weight: 700;
}

.archive .btn_area{
	position: relative;
	max-width: 1000px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 60px;
	clear: both;
}

.archive .btn_red{
	margin-top: 0;
}

.archive .btn_left{
	position: absolute;
	left: 0;
}

.archive .btn_right{
	position: absolute;
	right: 0;
}

/* Post */
.single-post h1.entry-title{
	text-align: center;
	color: #333;
	margin-top: 100px;
	line-height: 1.5em;
}

.single-post .entry-content{
	padding: 60px 0 20px;
}

.single-post .entry-content h2,
.single-post .entry-content h3{
	width: 90%;
	text-align: left;
	margin: 0 auto 40px;
}

.single-post .entry-content h4{
	font-size: 20px;
}

.single-post .entry-content h4,
.single-post .entry-content p{
	width: 90%;
	text-align: left;
	margin: 0 auto 40px;
}

.single-post .entry-content a{
	text-decoration: underline;
}

.single-post .entry-content .btn_red a{
	text-decoration: none;
}

.comments-area {
	margin: 0 auto 80px;
}

.comments-area h2.comments-title{
	width: 100%;
	font-size: 18px;
	margin: 0 auto 20px;
}

.comments-area h3{
	margin-left: 0;
}

.comments-area p{
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-list{
	margin-left: 0;
	padding-left: 2em;
}

.comments-area label{
	display: block;
}

.comments-area textarea{
	width: 50%;
	height: 8em;
}

.comments-area input[type="checkbox"]{
	float: left;
	margin: 10px 10px 0 0;
}

.comments-area .form-check,
p.comment-subscription-form{
	margin: 5px 0 0;
}

.comment-subscription-form{
	margin-bottom: 0;
}

.comments-area input[type="submit"]{
	margin: 30px 0 0;
}

.akismet_comment_form_privacy_notice{
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0 60px;
}

/* 404 */
.error404 .content-area{
	padding: 100px 0;
}

.error404 .site-main{
	margin-top: 0 !important;
	padding: 10% 0;
}

.error404 .page-header,
.error404 .page-content{
	width: 90%;
	margin: auto;
	text-align: center;
}

.error404 .page-header{
	padding:  0;
}

.error404 .page-header h1{
	color: #333;
	margin-bottom: 80px;
}

.error404 .input-group input[type=text]{
	width: 50%;
	line-height: 2em;
}

.error404 .input-group input[type=submit]{
	width: 10%;
	padding: 6px;
	background: #cc0000;
	border: none;
	color: #FFF;
	font-weight: 700;
}

.error404 .sr-only{
	display: none;
}

/* Media Screen */
@media screen and (max-width: 1280px){
	.cnt_box.top_message,
	.staff .team_intro.cnt_box,
	dl.team_conditions,
	.team_bnr_area,
	.archive .cnt_box,
	.member-wanted .cnt_box,
	.schedule .cnt_box.team_color,
	.single-post .cnt_box,
	.entry-footer,
	.comments-area,
	.archive .btn_area{
		width: 90%;
	}
	.list_box_3,
	.top_news ul,
	.top_school .inner_box,
	.cnt_box.top_wanted,
	.contact .inner_box{
		width: 80%;
	}
	.entry-content,
	.archive{
		padding-top: 0;
	}
	.list_box_3 li{
		width: 30%;
		margin: 0 1.5%;
	}
	.cnt_box.top_message h3{
		font-size: 18px;
		margin: 20px 5%;
		padding: 10px;
		line-height: 1.2em;
	}
	.top_team ul{
		width: 850px;
	}
	.top_team li{
		width: 150px;
		height: 150px;
	}
	.top_team li:after{
		top: 70px;
	}
	.top_school h3, .top_school .inner_box p{
		margin: 0 10%;
	}
	.top_school .inner_box .inner_cnt{
		width: 47%;
		margin: 0 1.5%;
	}
	.top_school .inner_box .btn_wt{
		width: 80%;
	}
	.top_bnrarea{
		width: 700px;
	}
	.team_intro .wp-block-image img{
		max-width: 90%;
	}
	dl.team_conditions dt{
		width: 28%;
		padding-right: 2%;
	}
	dl.team_conditions dd{
		width: 70%;
	}
	.team_bnr_area{
		max-width: 980px;
	}
	.team_bnr_area div{
		height: 100px;
		margin: 0;
	}
	.team_bnr_area div:nth-child(1){
		margin-right: 10px;
	}
	.team_bnr_area div:nth-child(2){
		margin-left: 10px;
	}
	.team_bnr_area span{
		font-size: 30px;
		top: 22%;
	}
	.team_bnr_area span.sub_title{
		top: 50%;
		font-size: 16px;
	}
	.staff .team_intro.cnt_box{
		width: 90%;
	}
	.single-post h1.entry-title{
		margin-top: 0;
	}
	.archive_cnt_inner{
		width: 40%;
		margin: 0 5%;
	}
}

@media screen and (max-width: 960px){
	.cnt_box.top_news,
	.cnt_box.top_team,
	.cnt_box.top_school,
	.top .cnt_box.contact{
		padding: 60px 0;
	}
	h1{
		font-size: 36px;
	}
	p.sub_title{
		margin-bottom: 40px;
	}
	.page_title{
		height: calc(100vw * 0.3);
	}
	.list_box_3 ul,
	.top_bnrarea ul{
		width: 80%;
		display: block;		
	}
	.list_box_3 li{
		width: 100%;
		margin-bottom: 40px;
	}
	.list_box_3 li .lcp_post a{
		min-height: 3em;
	}
	ul.page_nav_anchor{
		margin: 60px auto;
	}
	ul.page_nav{
		display: block;
		width: 80%;
		line-height: 1em;
		margin: 40px auto 60px;
	}
	ul.page_nav li{
		border-right: #000 solid 2px;
		border-bottom: none;
	}
	.footer_nav{
		height: 200px;
		padding: 20px 0;
	}
	.footer_cnt_box,
	.footer_right{
		width: 230px;
		margin: auto;
		text-align: center;
	}
	.footer_phone,
	.footer_right,
	p.footer_policy,
	p.footer_bnr{
		clear: both;
		float: none;
		margin: auto;
	}
	.top_about p{
		text-align: left;
	}
	.top_message.message_01, .top_message.message_02{
		flex-wrap: wrap;
		width: 100%;
		position: relative;
	}
	.top_message.message_02{
		padding-bottom: 600px;
	}
	.top_message .inner_left,
	.top_message .inner_right	{
		width: 100%;
		height: 300px;
	}
	.top_message.message_01 img, .top_message.message_02 img{
		width: 90%;
		margin: 5%;
	}
	.top_message.message_01 .inner_left,
	.top_message.message_02 .inner_right{
		height: 300px;
	}
	.top_message.message_01 .inner_right{
		height: auto;
	}
	.top_message.message_02 .inner_right{
		position: absolute;
		top: 0;
	}
	.top_message.message_02 .inner_left{
		position: absolute;
		bottom: 0;
	}
	.cnt_box.top_news{
		padding-top: 60px;
	}
	.top_team ul{
		width: 80%;
		flex-wrap: wrap;
	}
	.top_team li{
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #FFF;
	}
	.top_team li:last-child{
		border-bottom: none;
	}
	.top_team li:after{
		top: 20px;
		right: 1.5em;
	}
	.top_team li a{
		justify-content: flex-start;
		padding: 0 1em;
	}
	.top_school .inner_box{
		display: block;
	}
	.top_school .inner_box .inner_cnt{
		width: 100%;
		margin: 0 auto 40px;
	}
	.top_school .inner_box .inner_cnt:last-child{
		margin-bottom: 0;
	}
	.top_school .inner_box .btn_wt{
		width: 240px;
	}
	.top .cnt_box.top_wanted,
	.top .cnt_box.contact{
		margin: 60px auto;
	}
	.cnt_box.top_bnrarea{
		padding-top: 0;
	}
	.top_bnrarea{
		width: 100%;
	}
	.top_bnrarea li:nth-child(odd){
		width: 45%;
		margin: 0 1% 0 4% ;
	}
	.top_bnrarea li:nth-child(even){
		width: 45%;
		margin: 0 4% 0 1% ;
	}
	.top_bnrarea li{
		width: 40%;
		margin: 10px 5%;
	}
	.archive_cnt_inner{
		width: 45%;
		height: 380px;
		margin: 0 2.5%;
	}
	.single-post .wp-block-image{
		width: 90%;
	}
	.member-wanted .cnt_box:last-child{
		padding-bottom: 40px;
	}
	.schedule .team_color ul{
		width: 100%;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 600px){
	.cnt_box.top_wanted{
		width: 100%;
	}
	.list_box_3,
	.top_team ul,
	.top .cnt_box.top_wanted p,
	.top_school .inner_box{
		width: 90%;
	}
	.wp-block-image{
		margin-bottom: 40px;
	}
	h1{
		font-size: 28px;
		margin-bottom: 0;
	}
	h2{
		font-size: 24px;
	}
	.navbar .site-title{
		font-size: 24px;
		margin-left: 10px;
	}
	.btn_red,
	.btn_wt,
	.btn_back,
	.top_school .inner_box .btn_wt{
		width: 80%;
	}
	.archive_cnt_inner{
		margin: auto;
	}
	.archive .btn_area{
		position: relative;
		width: 80%;
		height: 120px;
		margin: 40px auto 60px;
	}
	.archive .btn_area .btn_red{
		width: 100%;
	}
	.archive .btn_area .btn_left{
		bottom: 0;
		left: 0;
	}
	.archive .btn_area .btn_right{
		top: 0;
		left: 0;
	}
	.list_box_3 ul,
	.top_bnrarea ul{
		width: 100%;
	}
	ul.page_nav_anchor li{
		width: 100%;
	}
	.slider_cnt{
		margin-left: 20px;
	}
	.slider_cnt p{
		position: absolute;
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		margin-bottom: 0;
		bottom: 0;
	}
	.slider_cnt img{
		position: absolute;
		bottom: 40px;
		left: 0;
	}
	.page_title{
		height: 150px;
	}
	.cnt_box.top_news{
		margin-top: 60px;
	}
	.top_about.cnt_box{
		padding-top: 60px;
	}
	.top_about h2{
		font-size: 28px;
	}
	.top_about p{
		width: 90%;
	}
	.top_message.message_02{
		padding-bottom: 750px;
	}
	.top_message .inner_left,
	.top_message .inner_right	{
		width: 100%;
		height: 450px;
	}
	.top_message.message_01 img, .top_message.message_02 img{
		width: 90%;
		margin: 5%;
	}
	.top_message.message_01 .inner_left,
	.top_message.message_02 .inner_right{
		height: 300px;
	}
	.top_message.message_01 .inner_right{
		height: auto;
	}
	.top_message.message_02 .inner_right{
		position: absolute;
		top: 0;
	}
	.top_message.message_02 .inner_left{
		position: absolute;
		bottom: 0;
	}	
	.top_news li{
		min-height: 3em;
		padding: 20px 0;
		line-height: 2em;
	}
	.top_news span{
		display: block;
	}
	.top_news .lcp_post{
		width: 100%;
		margin-left: 0;
	}
	.top_team li{
		margin: 0;
	}
	.top_team .btn_op{
		width: 90%;
	}
	.top_activity .btn_red{
		margin-top: 20px;
	}
	.top .contact .inner_box{
		height: 280px;
		padding-top: 10px;
	}
	.top .contact .inner_box:after{
		top: 130px;
		right: 15px;
	}
	.top .contact .inner_box p{
		width: 70%;
		bottom: 30px;
	}
	.top .contact .inner_box:after{
		width: 15px;
		height: 15px;
		top: 140px;
		right: 10px;
	}
	.team_bnr_area{
		flex-wrap: wrap;
	}
	.team_bnr_area div:nth-child(1),
	.team_bnr_area div:nth-child(2){
		margin: 10px 0;
	}
	.staff .team_intro.cnt_box,
	.staff .staff_name_box{
		flex-wrap: wrap;
	}
	.staff .team_intro .inner_left{
		margin: auto;
	}
	.staff .staff_name,
	.staff_title{
		width: 100%;
		text-align: left;
		margin: 20px 0 10px;
	}
	.staff_title{
		margin-top: 0;
	}
	.staff .team_bnr_area.cnt_box{
		margin-top: 0;
	}
	.schedule .cnt_box.team_color,
	.schedule .cnt_box.calendar{
		padding-top: 40px;
	}	
	.schedule .cnt_box.calendar iframe{
		height: 400px;
	}
	.logged-in .entry-content{
		padding: 60px 0;
	}
	.archive_cnt_inner{
		width: 100%;
		height: 420px;
	}
}

.bnr_area {
	margin: 0 auto 50px;
	width: 300px;
}

.bnr_area img {
	max-width: 100%;
}