/*Common-----------------------------*/
body{
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.6;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Oswald", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	word-break: keep-all;
}
.main{
	background: unset;
}
.main > article{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section_title h2{
	font-size: 3.8rem;
	text-align: center;
	font-weight: 600;
	margin: 2rem auto 5rem;
}
.section_title h2 span{
	font-family: "Oswald", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/*font-family: "Oswald", sans-serif;*/
	display: block;
	font-size: 0.5em;
	font-weight: 400;
	margin-top: 1rem;
	line-height: 1.6;
}
.section_title h3{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 600;
	margin: 0;
}
.section_title .sub_text{
	font-size: 3rem;
	font-weight: 600;
	color: #e59652;
	text-align: center;
  margin-top: 1.4rem;
	margin-bottom: 0;
}
.section_title h3 span {
	font-family: "Oswald", sans-serif;
	display: block;
	color: #333;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.font_Oswald{
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}
ul{
	padding: 0 !important;
}
li{
	font-size: 1.6rem;
	line-height: 1.6 !important;
	margin: 0;
	padding: 0 !important;
}
p{
	font-size: 1.6rem;
	margin-bottom: 0 !important;
}
a:hover, a:focus {
	text-decoration: unset;
}
.center{
	text-align: center;
}
.flex{
	display: flex;
}
.fd_column{
	flex-direction: column;
}
.jc_center{
	justify-content: center;
}
.ai_center{
	align-items: center;
}
.br_sp, .br_npc, .only_sp{
	display: none;
}
.fw500{
	font-weight: 500;
}
.fw600{
	font-weight: 600;
}
.fw700{
	font-weight: 600;
}
.fw800{
	font-weight: 600;
}
.boxed-layout-header{
	padding-bottom: 0;
}
.main-raised{
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.red{
	color: #c12020 !important;
}
.hestia-bottom-footer-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gradation_bg-bl{
	background: linear-gradient(90deg, #1795be, #377bb7);
}
.gradation_bg-gd{
	background: linear-gradient(90deg, #c9bc83, #665500);
}
.btn_link a {
	color: #fff !important;
	font-size: 1.7rem !important;
	padding: 1rem 3.5rem 1rem 4.2rem !important;
	line-height: 1.4 !important;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.arrow {
  position: relative;
}
.arrow::after {
  content: '';
	box-sizing: border-box;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.arrow.arrow-right::after {
  transform: rotate(45deg);
}
.btn_link .arrow.arrow-right::after,
.Players_BtnSp .arrow.arrow-right::after{
  width: 10px;
  height: 10px;
	margin-left: 6px;
}
.btn_link.btn-bl a {
	background: #1795be;
}
.btn_link.btn-gd a {
	background: #968127;
}
.info_more {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}
.info_more a {
  color: #000;
}
.info_more::before {
  content: "";
  display: inline-block;
  background-color: #000;
  height: 1px;
  width: 14rem;
  position: absolute;
  bottom: -5px;
  left: -10px;
}
.info_more::after {
  content: "";
  display: inline-block;
  background-color: #000;
  height: 0.5px;
  width: 1.5rem;
  position: absolute;
  bottom: -5px;
  right: -3.5rem;
  transform: rotate(40deg);
  transform-origin: right bottom;
}
/*点滅-----------------------------*/
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
/*点滅ここまで-----------------------------*/

/*Content----------------------------*/
.container{
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (min-width: 1240px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 1200px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 1239px) and (min-width: 992px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 970px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 750px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 768px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0 4.5%;
	}
}

/*Kv --------------------------------*/
#kv{
	position: relative;
	margin-top: 70px;
	height: 800px;
}
#kv h1 {
	position: absolute;
	top: 40vh;
	left: 5vw;
	font-weight: 600;
	font-size: 3rem;
	max-width: 740px;
	width: 100%;
	margin: 0;
}
#kv h1 img{
	width: 100%;
}
.fadeIn_cp{
	animation-name:fadeInAnime;
	animation-duration:12s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn_bg{
	animation-name:fadeIn_bg;
	animation-duration:6s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeIn_bg{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 768px){
	#kv {
		height: 450px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px){
	#kv {
		height: 500px;
	}
	#kv h1 {
		top: 23vh;
		max-width: 350px;
	}
}
@media screen and (max-width: 480px){
	#kv h1 {
		top: 200px;
		max-width: 270px;
	}
}
/*footer -----------------------------*/
footer.footer.footer-black {
  color: #fff;
  background: center bottom/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/02/footer_bg.png);
  padding-bottom: 0;
}
footer.footer.footer-black{
	padding-bottom: 0;
}
footer.footer .footer_content {
  align-items: flex-start;
	padding: 7rem 2rem;
}
.footer_logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 3rem;
}
footer.footer .footer_content ul{
	flex-wrap: wrap;
}
.footer_content ul li {
	margin: 0.5rem 0;
  padding-right: 4rem !important;
}
.footer_content ul li a {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 600;
	line-height: 1.4;
  color: #000 !important;
	display: flex !important;
	flex-direction: column;
  align-items: flex-start;
	text-transform: unset !important;
}
.footer_content ul li a span {
  font-family: "Oswald", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
}
.footer_contact {
  word-break: keep-all;
}
.footer_contact .gradation_bg-gd {
  color: #fff !important;
  font-weight: 600;
  padding: 1rem 4rem;
  border-radius: 10px;
}
.footer_contact a{
	font-size: 1.6rem;
}
.footer-big{
	padding: 0;
}
.footer-big .copyright{
	width: 100%;
  background-color: #1596be;
	padding: 6px 0;
}
.copyright p{
	color: #fff;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px){
	footer.footer .footer_content {
	  align-items: center;
		padding: 2rem 2rem 7rem 2rem;
	}
	.footer_logo {
	  max-width: 150px;
	  width: 100%;
	  margin-bottom: 3rem;
	}
	footer.footer .footer_content ul {
	  padding: 0 2rem !important;
	  justify-content: center;
	}
	.footer_content ul li{
		padding-right: 2.5rem !important;
	}
	.footer_nav{
		flex-direction: column;
	}
	.footer_contact{
		margin-top: 4rem;
	}
}
/*------------------------------------*/

/*g-nav -----------------------------*/
.navbar .navbar-nav > li:not(.btn) > a::before, .navbar .navbar-nav > li:not(.btn) .hestia-toggle-search::before {
  transform: unset;
}
#main-navigation a{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: unset;
	padding: 1.5rem 2.2rem;
}
#main-navigation a span{
	display: block;
	font-size: 0.7em;
  font-weight: 400;
	line-height: 1.4;
  letter-spacing: 0.5px;
	margin-top: 2px;
}
/*#main-navigation ul{
	align-items: center;
}*/
.navbar-default {
	background-color: #fff;
	box-shadow: 1px 1px 1px #eee;
}
.navbar .navbar-header .navbar-brand img{
	max-height: 45px;
}
@media screen and (min-width: 769px){
	#main-navigation ul.nav > li{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.navbar .navbar-nav > li a {
		color: #333;
		font-size: 1.7rem;
	}
	.nav_contact{
		display: flex !important;
		border-radius: 14px;
		margin-left: 2rem !important;
	}
	.nav_contact a{
		color: #fff !important;
		display: flex !important;
		align-items: center;
	}
	.nav_tel{
			border-radius: 14px;
		margin-left: 2rem !important;
	}
	.nav_tel a{
		font-family: "Oswald", sans-serif !important;
		color: #fff !important;
	}
	.navbar .navbar-header .navbar-brand{
		padding: 15px 20px;
	}
	.navbar.hestia_left .title-logo-wrapper {
		min-width: 200px;
	}
}
@media screen and (max-width: 768px){
	#main-navigation a{
		display: block;
		width: 100%;
	}
	.navbar .navbar-nav > li a {
		color: #333;
		font-size: 1.7rem;
	}
	.nav_contact{
		display: flex !important;
		border-radius: 14px;
		margin-bottom: 1rem !important;
	}
	.nav_contact a{
		color: #fff !important;
		display: flex !important;
		align-items: center;
	}
	.nav_tel{
		border-radius: 14px;
	}
	.nav_tel a{
		font-family: "Oswald", sans-serif !important;
		color: #fff !important;
	}
	.navbar .navbar-header .navbar-brand img{
		max-height: 40px;
	}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: unset;
}
.navbar > .container{
	padding: 10px 30px;
}
@media screen and (max-width: 768px){
	.navbar > .container{
		padding: 16px 0 16px 35px;
	}
	.navbar-default .navbar-nav > li > a{
		color: #333;
	}
	.page-header.header-small{
		margin-top: 70px !important;
	}
}
@media screen and (max-width: 930px) and (min-width: 769px){
	.navbar > .container {
		padding: 10px 25px;
	}
	#main-navigation a {
		padding: 1.5rem 1rem;
	}
	.nav_contact a, .nav_tel a {
		padding: 1rem 3rem !important;
	}
	.nav_tel {
		margin-left: 0 !important;
	}
	.page-header.header-small{
		margin-top: 140px !important;
	}
}
@media screen and (max-width: 1200px) and (min-width: 931px){
	.navbar.hestia_left .title-logo-wrapper {
		min-width: 150px;
	}
	#main-navigation a {
		font-size: 1.6rem;
		padding: 1.5rem 1rem;
	}
	.navbar .navbar-nav > li {
		margin: 0;
	}
}
/*===============================================
 *  HOME
===============================================*/
.wrapper.default {
  background: center center/cover repeat url(https://azuru.co.jp/wp-content/uploads/2024/02/body_bg.png);
}
#About{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
#About h2 {
	color: #000000;
	font-size: 3.4rem;
	text-align: left;
	width: 20%;
	margin: 0;
}
#About h2 span{
	color: #000000;
}
#About .about_content {
  width: 80%;
}
#About .about_content .gradation_bg-bl {
  color: #fff;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  padding: 1.5rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#About .about_content .gradation_bg-bl a {
  color: #1795be;
  font-size: 1.4rem;
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
}
#About .about_number {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin: 5rem 0 0 0;
  text-align: center;
	width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#About .about_number p {
  font-size: 2rem;
	margin-bottom: 1rem !important;
}
#About .about_number span {
	display: inline-block;
  font-size: 12rem;
  font-weight: 400;
	letter-spacing: 5px;
	margin-right: 10px;
}
#About .contracted_player,
#About .business_partner {
  color: #968127;
	align-items: flex-start;
}
#About .about_content .contracted_player{
	width: calc(100% * 2/3);
}
#About .about_content .business_partner{
	width: calc(100% * 1/3);
}
#About .about_content .contracted_player div p{
	font-size: 3.2rem;
	padding: 0 3rem 0 0;
}
#About .about_content .business_partner div p{
	font-size: 3.2rem;
	padding: 0 3rem 0 0;
}
#About .about_content .note{
	text-align: right;
	color: #968127;
}
#Service{
	position: relative;
	background-color: #fff;
	padding-top: 10rem;
	padding-bottom: 10rem;
	align-items: center;
	justify-content: center;
}
#Service::after {
  background: top right/cover url(https://azuru.co.jp/wp-content/uploads/2024/02/Service_decoration.png);
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
	pointer-events: none;
}
#Service p {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	word-break: keep-all;
}
#Service .top_Service_area{
	justify-content: center;
}
#Service .top_Service_box {
	margin: 3rem 0 5rem;
  padding: 1rem;
}
#Service .top_Service_box figure {
  padding: 0.7rem;
}
#Service .top_Service_box .btn_link {
  margin-top: 1.5rem;
	font-weight: 600;
}
#Service .top_Service_box h4 {
  font-size: 2rem;
  font-weight: 600;
	margin-bottom: 0.5rem;
}
#Service .top_Service_box span {
  font-size: 1.6rem;
}
#Players{
	position: relative;
	padding-top: 10rem;
	padding-bottom: 10rem;
	align-items: center;
	justify-content: center;
}
#Players h2{
	color: #3f83a4;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #3f83a4, #002e4d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#Players .top_Players_area .Players_box{
	padding: 0.2rem;
}
#Players .btn_link {
	margin: 4rem 0 2rem 0;
}
#News {
  padding: 5rem 0;
}
#News h2{
	color: #968127;
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	background: -webkit-linear-gradient(0deg, #c9bc83, #665500);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#News .news_list{
	width: 80%;
  margin-left: 20% !important;
}
#News .news_list li{
	font-family: "Oswald", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 10px;
	text-align: left;
}
#News .news_list .news_date {
  width: 120px;
  display: inline-block;
}
#News .news_list .news_title a {
  color: #333;
}
/*#News .news_list .news_title a{
	pointer-events: none;
}*/
#Partnership{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
#Partnership h2 {
	color: #000000;
	font-size: 3.4rem;
	text-align: left;
	width: 20%;
	margin: 0;
}
#Partnership h2 span{
	color: #000000;
}
#Partnership .partnership_content {
  width: 80%;
}
#Partnership .partnership_content .gradation_bg-gd {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  padding: 1.5rem 5rem;
}
#Partnership .partnership_content .gradation_bg-gd span{
	font-weight: 400;
}
#Partnership .partnership_message p {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
	margin-top: 3rem;
}
#Partnership .btn_link {
	margin: 4rem 0 2rem 0;
}

/*会社概要*/
.table_company{
	border-collapse: initial;
}
.table_company td {
	color: #333 !important;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1.5rem 0;
	vertical-align: middle;
}
.table_company td a {
	pointer-events: none;
	color: #333 !important;
}
img.table_company-middle{
	margin: 10px 0;
}
/*お問い合わせ*/
/*#contact{
	padding-top: 10rem;
	padding-bottom: 10rem;
}*/
#contact h3 {
	margin: 0;
	color: #14174d;
}
#contact .attention {
	font-size: 1.4rem;
	display: inline-block;
	margin: 2rem 0.5rem;
	word-break: keep-all;
}
#contact .attention a {
	color: #c12020 !important;
	text-decoration: underline;
}
p.contact-intro {
  line-height: 2 !important;
  margin: 4rem 0 6rem 0 !important;
}
.form_wrap{
	margin: 5% 0 0;
}
.form_contact {
	text-align: left;
	color: #325c84;
}
.form_contact dt{
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.form_contact dd span {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 15px;
	/*white-space: nowrap;*/
}
.form_contact .btn_radio{
	display: flex;
	flex-direction: column;
}
.form_contact .btn_radio span{
	margin: 0.5rem 0 !important;
}
.required {
	background-color: #75032e;
	margin-left: 10px;
	font-size: 1.2rem;
	display: inline-block;
	color: #fff;
	padding: 1px 10px;
	line-height: 1.6;
}
.mw_wp_form .error{
	font-size: 1.5rem !important;
	color: #fff !important;
	display: block !important;
	background-color: #750303;
	padding: 1rem;
	margin-top: 0.5rem;
}
.form-group{
	margin-bottom: 30px;
}
.form_contact input,
.form_contact textarea{
	background: transparent !important;
	border: 1px solid #ddd !important;
	padding: 7px !important;
}
.submit{
	text-align: center;
	color: #fff;
}
.submit input[type="submit"]{
	background-color: #086886;
	padding: 1.5rem 1rem;
	font-weight: 600;
}
.submit input {
	font-size: 1.6rem !important;
	font-weight: 600;
	letter-spacing: 4px;
	background: #14174d;
	box-shadow: none !important;
	width: 100%;
}
.form_contact textarea{
	padding: 10px 10px !important;
}
input[type="submit"], input[type="submit"]:hover{
	background: #086886;
	box-shadow: none !important;
}
.mw_wp_form_complete {
	border: 1px solid #333;
	padding: 2rem 1rem;
	background-color: #f7f7f7;
}
.mw_wp_form_complete h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 2rem 0;
}
.mw_wp_form_complete p {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
}
.mw_wp_form_preview dd {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	background-color: #eee;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 1.5rem;
}
.contact_tel_box {
	width: 50%;
	margin: 0 auto;
	color: #1f3649;
	font-weight: 600;
}
.contact_tel_box p {
	font-size: 2rem;
	margin: 0 !important;
	text-align: center;
}
.contact_tel_boxin img {
	width: 50px;
	margin-right: 10px;
}
.contact_tel_boxin {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}
p.contact_tel_number {
	font-size: 3.6rem;
	line-height: 1.2;
	margin: 0 !important;
}
p.contact_tel_open {
	margin: 0 !important;
	line-height: 1;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.contact_mail_box {
	color: #1f3649;
	font-weight: 600;
	margin-top: 3rem;
}
.contact_mail_box p {
	font-size: 2rem;
	margin: 0 !important;
	text-align: center;
	font-weight: 400;
}
p.signature{
	text-align: right;
}
.Players_BtnSp a {
  color: #fff !important;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  border-radius: 50px;
  width: 240px;
  font-weight: 600;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
/*===============================================
 *  下層ページ
===============================================*/
body:not(.home) .main {
	padding-top: 5rem;
}
.page-header.header-small{
	transform: unset !important;
}
.page-header.header-small {
	transform: unset !important;
	margin-top: 90px;
	margin-bottom: 0;
	padding: 0;
	min-height: unset;
}
.page-header.header-small .container {
	padding: 80px 0 !important;
}
.page-header.header-small h1 {
  margin: 0 !important;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}
.error404 h1 {
	font-size: 2rem !important;
	margin: 0 !important;
	padding: 0 1rem;
}
.error404 .hestia-blogs {
	padding: 0 2rem;
}
.header-filter-gradient{
  background: #1596be;
}
.header-filter.header-filter-gradient::before{
	background-color: rgba(0, 0, 0, 0.7);
}
/*-下層ページヘッダ-------------------------*/

/*
.header-filter::before{
	background: none;
}
.header-filter-gradient{
	background: linear-gradient(45deg,#0b599d 0,#9f8601 100%);
}*/
/*===============================================
 *  プライバシーポリシー
===============================================*/
.page-header.header-small .hestia-title{
	font-size: 2.4rem;
}
.privacy-policy h3, .terms h3{
	font-size: 2.4rem;
	border-bottom: 1px solid #eee;
}
.privacy-policy ol, .terms ol{
	padding-left: 2rem;
}
.privacy-policy ul li, .terms ul li{
	list-style: inside disc;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 0.5em;
}
.privacy-policy dd, .terms dd{
	margin-top: 10rem;
}
/*===============================================
 *  企業概要
===============================================*/
#vmm .vmm_content {
  text-align: center;
  margin: 7rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#vmm .vmm_content dt{
	color: #968127;
	font-size: 2.2rem;
  font-weight: 400;
}
#vmm .vmm_content dd {
  font-weight: 600;
  font-size: 3.2rem;
  margin-top: 2rem;
}
#vmm .vmm_content p{
	line-height: 2 !important;
  margin-bottom: 2rem !important;
}
#Ceo_profile{
	background: rgba(255,255,255,0.9);
	padding: 10rem 0;
}
#Ceo_profile .profile_content{
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 5rem;
}
#Ceo_profile .profile_content h3{
	color: #968127;
	background: #fff;
  z-index: 5;
  padding: 0 3rem;
}
#Ceo_profile .profile_content h3 span{
	color: #968127;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
}
#Ceo_profile .profile_txt {
  border: 1px solid #1596be;
  padding: 3.5rem 3rem;
  position: relative;
  top: -2.5rem;
}
#Co_overview{
	background: rgba(255,255,255,0.9);
	padding: 0 0 10rem 0;
	position: relative;
	z-index: 5;
}
#Co_overview::before {
  content: "";
  background: center left/contain no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/02/Service_decoration.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 590px;
	z-index: -1;
}
#Co_overview .company_overview.flex .table_wrap {
  width: 100%;
}
#Co_overview .table_company .column-1 {
  text-align: right !important;
  padding-right: 2.5rem !important;
  width: 20%;
	box-sizing: border-box;
}
#Co_overview .table_company .column-2{
	background-color: #fff;
}
/*===============================================
 *  事業内容
===============================================*/

#ovrview .ovrview-intro.flex{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 5rem;
}
#ovrview .ovrview_content {
	background: left center/cover url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_ovrview_content.png);
	flex-direction: column;
	padding: 5rem 0 10rem 0;
  margin: 5rem auto 0;
}
#ovrview .ovrview_content picture{
	max-width: 60%;
  width: 100%;
  display: block;
  margin: 5rem auto 10rem;
}
#ovrview .link_btn-area {
  justify-content: space-around;
  width: 100%;
	margin-bottom: 10rem;
}
#ovrview .link_btn {
  width: 45%;
  text-align: center;
	padding: 1rem;
	box-sizing: border-box;
}
#ovrview .link_btn a {
	color: #fff;
  font-weight: 600;
	box-sizing: border-box;
  padding: 6.5rem 1rem;
  display: inline-block;
  width: 100%;
	position: relative;
}
#ovrview .link_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 7%;
  margin: auto;
}
#ovrview .link_btn.pro-athlete {
  background: linear-gradient(90deg, #3f82a3, #002e4d);
}
#ovrview .link_btn.pro-athlete a {
  background: center center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_pro-athlete-mgt.png);
}
#ovrview .link_btn.abt-sports {
  background: linear-gradient(90deg, #c8bb82, #665500);
}
#ovrview .link_btn.abt-sports a {
  background: center center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_abt-sports-mkg.png);
}

#P-Athlete .title-intro.flex {
	color: #fff;
	text-align: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #3f82a3, #002e4d);
  padding: 7rem 1rem;
	position: relative;
	margin-bottom: 10rem;
}
#P-Athlete .title-intro.flex::before,
#S-Marketing .title-intro.flex::before{
  content: "";
  background: center center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/title_before-left.png);
  display: inline-block;
  width: 550px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#P-Athlete .title-intro.flex::after,
#S-Marketing .title-intro.flex::after {
  content: "";
  background: center center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/title_before-after.png);
  display: inline-block;
  width: 550px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#S-Marketing .title-intro.flex {
	color: #fff;
	text-align: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #c8bb82, #665500);
  padding: 5rem 1rem;
	position: relative;
	margin-bottom: 10rem;
}
#P-Athlete .title-intro.flex p,
#S-Marketing .title-intro.flex p{
	margin-top: 3rem;
}
#P-Athlete .bu-ov_content.flex,
#S-Marketing .bu-ov_content.flex {
  flex-direction: column;
}
.bu-ov_box.flex {
  justify-content: space-between;
  background-color: #fff;
  padding: 2rem;
	margin-bottom: 1.5rem;
  border: 1px solid #333;
}
.bu-ov_box.flex figure img{
	width: 100%;
  object-fit: cover;
}
.bu-ov_content.flex.inner h3 {
	font-size: 2.6rem;
  text-align: left;
}
.bu-ov_content figure {
  width: 48%;
}
.bu-ov_txt{
  width: 50%;
}
.bu-ov_txt .bu-ov_title h4 {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0 !important;
}
.bu-ov_txt .bu-ov_title h4 span {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 0.5rem;
}
.bu-ov_txt .bu-ov_title > span.font_Oswald {
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
  margin: 0.8rem 0 1.7rem 0;
}
#P-Athlete .bu-ov_txt .bu-ov_title h4 {
  color: #066b8d;
}
#P-Athlete .bu-ov_txt .bu-ov_title > span.font_Oswald {
  color: #ac924d;
}
#S-Marketing .bu-ov_txt .bu-ov_title h4 {
  color: #ac924d;
}
#S-Marketing .bu-ov_txt .bu-ov_title > span.font_Oswald {
  color: #066b8d;
}
.bu-ov_linup ul li dl,
.bu-ov_linup ul li dd {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 1rem;
}
.bu-ov_txt .bu-ov_linup dt {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.8rem;
}
.bu-ov_txt .bu-ov_linup ul li{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.7rem !important;
  line-height: 1.6 !important;
}
#P-Athlete .bu-ov_txt .bu-ov_linup ul li{
	position: relative;
}
#P-Athlete #Outside {
  margin-top: 5rem !important;
}
#P-Athlete #Outside .bu-ov_txt .bu-ov_linup > ul > li{
  font-weight: 600;
	margin-top: 0.5rem;
  margin-left: 1.5rem;
}
#P-Athlete #Outside .bu-ov_txt .bu-ov_linup > ul > li::before{
  width: 5px;
  height: 5px;
  content: "";
  background: #333;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(0, -50%);
}
.bu-ov_txt .bu-ov_linup ul li dl dd ul li {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-left: 1.6rem;
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
}
#P-Athlete .bu-ov_box .bu-ov_txt .bu-ov_linup dd li{
	position: relative;
}
#P-Athlete .bu-ov_box .bu-ov_txt .bu-ov_linup dd li::before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(0, -50%);
}
#S-Marketing .bu-ov_box .bu-ov_txt .bu-ov_linup dt {
  margin: 1.5rem 0;
}
#S-Marketing .bu-ov_box .bu-ov_txt .bu-ov_linup dd li{
  font-size: 1.5rem !important;
	line-height: 1.6 !important;
	position: relative;
}
#S-Marketing .bu-ov_box .bu-ov_txt .bu-ov_linup dd li::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -1rem;
}
#S-Marketing .bu-ov_content figure {
  width: 48%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
#S-Marketing .bu-ov_content figure img {
	width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.P-Athlete_btn,
.S-Marketing_btn {
	position: relative;
  text-align: center;
  margin: 5rem auto 10rem;
	max-width: 580px;
  border-radius: 50px;
}
.P-Athlete_btn a,
.S-Marketing_btn a {
	font-size: 2rem;
	font-weight: 600;
  color: #fff !important;
	padding: 2rem 1rem;
	display: inline-block;
	width: 100%;
}
.P-Athlete_btn a::after,
.S-Marketing_btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) translate(-50%,-50%);
	position: absolute;
	margin: auto;
	top: 42%;
	right: 3%;
}
.P-Athlete_btn {
	background-color: #1794bd;
}
.S-Marketing_btn{
	background-color: #ac924d;
}

/*===============================================
 *  募集職種
===============================================*/
.recruitment-content h3{
	font-size: 2.3rem;
	color: #968127;
	align-items: baseline;
}
.recruitment-content h3 span{
	font-weight: 300;
  font-size: 0.8em;
	color: #968127;
  margin-top: 0;
}
.recruitment-content > div{
	margin: 6rem 0;
}
.application_address{
	margin: 3rem 0 10rem 0 !important;
}


/*===============================================
 *  アスリート
===============================================*/
/*韓浩康*/
.page-id-476 #primary {
  display: none;
}
.page-id-476 .main {
  padding-top: 95px !important;
  position: relative;
}
.page-id-476 article {
  padding-top: 0;
  z-index: 5;
  position: relative;
}
.page-id-476 #athlete-Message{
		background: right top/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_Message_Hogang-Han.png);
}
/*清水慶記*/
.page-id-545 #primary {
  display: none;
}
.page-id-545 .main {
  padding-top: 95px !important;
  position: relative;
}
.page-id-545 article {
  padding-top: 0;
  z-index: 5;
  position: relative;
}
.page-id-545 #athlete-Message{
		background: right top/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_Message_k-shimizu.png);
}
/*平安山良馬*/
.page-id-780 #primary {
  display: none;
}
.page-id-780 .main {
  padding-top: 95px !important;
  position: relative;
}
.page-id-780 article {
  padding-top: 0;
  z-index: 5;
  position: relative;
}
.page-id-780 #athlete-Message{
  background: center center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/12/LINE_ALBUM_20241031_241212_3.jpg);
  position: relative;
  z-index: 1;
}
.page-id-780 #athlete-Message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*山本実*/
.page-id-567 #primary {
  display: none;
}
.page-id-567 .main {
  padding-top: 95px !important;
  position: relative;
}
.page-id-567 article {
  padding-top: 0;
  z-index: 5;
  position: relative;
}
.page-id-567 #athlete-Message{
		background: right top/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_Message_Minori_Yamamoto.png);
}
.page-id-567 #athlete::before {
  background: linear-gradient(160deg, #c9bc83, #650 50%, transparent 50%);
}
/*永井葉月*/
.page-id-586 #primary {
  display: none;
}
.page-id-586 .main {
  padding-top: 95px !important;
  position: relative;
}
.page-id-586 article {
  padding-top: 0;
  z-index: 5;
  position: relative;
}
.page-id-586 #athlete-Message{
		background: right top/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/bg_Message_Hazuki-Nagai.png);
}
.page-id-586 #athlete::before {
  background: linear-gradient(160deg, #c9bc83, #650 50%, transparent 50%);
}

.W-Sup_list dl {
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  background: linear-gradient(90deg,#1795be 35%, transparent 30%);
}

/**/
@media screen and (max-width: 768px){
	.page-id-476 .main,
	.page-id-545 .main,
	.page-id-567 .main,
	.page-id-586 .main{
		padding-top: 80px !important;
	}
	.page-id-476 article,
	.page-id-545 article,
	.page-id-567 article,
	.page-id-586 article{
		padding-top: 0 !important;
	}
}
#athlete{
	position: relative;
}
#athlete::before {
  background: linear-gradient(160deg, #1795be, #377bb7 50%, transparent 50%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.athlete-intro .athlete-ThumbImg {
  display: flex;
  margin-top: 3rem !important;
}
#athlete .prof {
  width: 53%;
	color: #fff;
  font-weight: 600;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#athlete .athlete-MainImg {
  width: 45%;
}
#athlete .prof h2 {
  color: #fff;
  display: flex;
  align-items: center;
}
#athlete .prof h2 span {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 1rem;
}
#athlete .athlete-intro {
  justify-content: space-between;
  padding: 5rem 0;
}
#athlete .prof p {
  font-size: 2rem;
}
#athlete .prof .sns {
  margin: 3rem 0 6rem 0;
}
#athlete .prof .sns li {
  width: 30px;
  margin-right: 1.5rem;
}
#athlete .athlete-ThumbImg {
  display: flex;
  justify-content: space-between;
}
#athlete .athlete-ThumbImg li {
  width: 32.5%;
}
#athlete .media_Pub-media{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 3rem 0 6rem 0 !important;
}
#athlete .media_Pub-media ul li a {
  font-family: "Oswald", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #333;
  font-weight: 600;
}
#athlete-Message .message-content {
  padding: 5rem 0;
  color: #fff;
}
#athlete-Message .athlete-MessageImg{
	width: 30%;
}
#athlete-Message .athlete-MessageTxt{
	width: 65%;
}
#athlete-Message .athlete-MessageTxt dt{
	margin-bottom: 1rem;
}
#athlete-Message .athlete-MessageTxt dd{
	font-size: 1.6rem;
}
#athlete-Message .Ath-Mes-Ttle{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
}
#athlete-Message .Ath-Mes-Ttle.flex h2 {
  align-items: center;
  font-weight: 300 !important;
  position: relative;
  width: 100%;
  justify-content: center;
}
#athlete-Message .Ath-Mes-Ttle.flex h2::before {
  content: "";
  background-color: #fff;
  width: calc(50% - 120px);
  height: 1px;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
#athlete-Message .Ath-Mes-Ttle.flex h2::after {
  content: "";
  background-color: #fff;
  width: calc(50% - 120px);
  height: 1px;
  position: absolute;
  right: 0;
  top: 2.5rem;
}
#athlete-Message .Ath-Mes-Ttle.flex h2 span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #c9bc83;
  border-radius: 50%;
  margin: 1rem 2rem 0;
}
#athlete-Message .Ath-AZR {
  justify-content: space-between;
}
#athlete-Message2 .message-content {
  padding: 5rem 0;
}
#athlete-Message2 .message-content p {
  margin: 2.5rem 0 !important;
}
.ath-sup.for-Man .column-1 {
  background-color: #968127 !important;
  color: #fff;
  vertical-align: middle;
}
.ath-sup td {
  padding: 2rem !important;
}
.ath-sup.for-Man .column-1 {
  background-color: #968127 !important;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}
.ath-sup.for-Man .column-2 {
  background-color: rgba(255,255,255,0.7);
  width: 70%;
}
.azr_logo {
  margin-bottom: 4rem !important;
  display: flex;
  align-items: center;
}
.azr_logo::after {
  background: #333;
  width: 100%;
  height: 1px;
  display: inline-block;
  content: "";
  position: relative;
  top: 1.5rem;
  margin-left: 3rem;
}
.azr_logo img {
  max-width: 140px;
}
.Sup_cont {
  margin: 5rem 0;
}
.Sup_cont h3 {
  text-align: left;
}
.M-Sup_list dl {
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  background: linear-gradient(90deg,#968127 35%, transparent 30%);
}
.Sup_cont ul li dt {
  color: #fff;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.8rem;
  padding: 2rem;
	box-sizing: border-box;
  width: 35%;
}
.Sup_cont ul li dd {
  margin-bottom: 0;
  background-color: rgba(255,255,255,0.7);
  padding: 2rem;
  box-sizing: border-box;
  width: 64.5%;
  border: 1px solid #ddd;
}
.Sup_cont ul li dd ul li{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
ul.M-Sup_list {
  margin-top: 4rem;
}

/*===============================================
 *  プライバシーポリシー
===============================================*/
.policy-content h3{
	font-size: 2.3rem;
	color: #968127;
	align-items: baseline;
	word-break: unset;
  text-align: left;
}
.policy-content h3 span{
	font-weight: 300;
  font-size: 0.8em;
	color: #968127;
  margin-top: 0;
	word-break: keep-all;
}
.policy-content > div{
	margin: 6rem 0;
}
.policy-content p, .policy-content ul li {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  line-height: 2 !important;
}
.policy-content ul {
  margin-left: 1rem;
	margin-top: 1rem;
}
.policy-content ul li{
	text-indent: -1em;
  margin-left: 2.5em;
}
.policy-content ul li ul{
  margin-left: 2.5em;
}
.policy-content span {
  display: inline-block;
  margin-right: 1rem;
}
.policy-content ul li ul, .policy-content ul li ul li{
	margin-left: 0;
}
.policy-content ul li ul{
	margin-bottom: 1.5rem;
}
/*===============================================
 *  Coming Soon
===============================================*/
.page-id-323 .page-header.header-small h1 {
  font-family: "Oswald", sans-serif !important;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1170px){
	.table_wrap, .form_wrap{
		margin: 5% 20%;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){
	.table_wrap, .form_wrap{
		margin: 5% 15%;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
	.table_wrap, .form_wrap{
		margin: 5%;
	}
	#About .about_number{
		width: 100%;
	}
}
@media screen and (min-width: 769px){
	.home .page-header.header-small .container{
		padding-top: 380px !important;
		padding-bottom: 310px !important;
		width: 100%;
	}
	.home .page-header.header-small .container > .row > div{
		margin: 0;
		text-align: right;
		width: 100%;
	}
}
@media screen and (max-width: 991px){
	.contact_tel_box {
	width: 100%;
	}
}
@media screen and (max-width: 768px){
	.home .page-header.header-small .container{
		padding-top: 200px !important;
		padding-bottom: 100px !important;
	}
	.home .page-header.header-small .hestia-title{
		font-size: 2.5rem;
	}
	.home .page-header.header-small .hestia-title span{
		display: block;
	}
	.navbar.navbar-fixed-top .navbar-collapse{
		background: rgba(255,255,255,0.95);
		margin-top: 70px;
	}
	.attachment-full{
		display: none !important;
	}
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block !important;
	}
	.section_title h3 {
		font-size: 2.2rem !important;
		line-height: 1.5;
	}
	.btn_link{
		text-align: center;
	}
	.btn_link a {
	  font-size: 1.6rem !important;
	  padding: 1rem 2.5rem !important;
	}
	.section_title h2{
		font-size: 2.8rem;
	}
	#About, #Service, #Players, #Partnership {
	  padding-top: 5rem;
	  padding-bottom: 5rem;
	}
	#About .flex {
	  flex-direction: column;
	}
	#About h2 {
	  width: 100%;
	  font-size: 2.8rem;
	  line-height: 1.4;
		text-align: center;
	}
	#About h2 span {
	  margin-top: 0;
	}
	#About .about_content {
	  margin-top: 2rem;
	  width: 100%;
	}
	#About .about_content .gradation_bg-bl {
	  padding: 1rem;
	  font-size: 2rem;
		text-align: center;
		justify-content: center;
	}
	#About .about_number{
		width: 80%;
	}
	#About .about_number p{
		font-size: 1.6rem;
	}
	#About .about_number {
	  margin: 3rem auto 2rem;
	  flex-direction: unset;
	}
	#About .about_number span {
	  font-size: 12rem;
	}
	#About .about_content .contracted_player div p,
	#About .about_content .business_partner div p {
	  font-size: 1.6rem;
	  padding:0 1rem 0 0;
	}
	#About .about_content .contracted_player.flex.fd_column .flex,
	#About .about_content .business_partner.flex.fd_column .flex {
	  flex-direction: unset !important;
	}
	#About .about_content .note{
		margin-bottom: 3rem !important;
	}
	#Service .top_Service_area {
	  flex-direction: column;
		margin-bottom: 5rem;
	}
	#Service .top_Service_box{
		margin: 3rem 0 0;
		padding: 1rem 0;
	}
	#News .news_list .news_title {
	  width: 100%;
	  display: block;
	}
	#News h2 {
		font-size: 2.8rem;
	  margin: 2rem 0 3rem;
		text-align: center;
		display: block;
	}
	#News .section_title h2 span {
	  margin-top: 0;
	}
	#News .news_list {
	  width: 100%;
	  margin-left: 0 !important;
	}
	#Players .top_Players_area.flex {
	  flex-wrap: wrap;
		justify-content: space-around;
	}
	#Players .btn_link{
		text-align: center;
	}
	#Players .Players_box {
	  width: 49%;
	}
	#Partnership .flex {
	  flex-direction: column;
	}
	#Partnership h2 {
	  width: 100%;
	  font-size: 2.8rem;
	  line-height: 1.4;
		text-align: center;
	}
	#Partnership h2 span {
	  margin-top: 0;
	}
	#Partnership .partnership_content {
		margin-top: 2rem;
		width: 100%;
	}
	#Partnership .partnership_content .gradation_bg-gd {
		padding: 1rem;
		font-size: 2rem;
		text-align: center;
	}
	#Partnership .partnership_message{
		text-align: center;
	}
	#Partnership .partnership_message p {
		font-size: 1.7rem !important;
		word-break: keep-all;
		line-height: 2 !important;
	}
	#company{
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-right: 4%;
		padding-left: 4%;	
	}
	.table_company {
		margin-top: 3rem;
	}
	#ovrview .link_btn-area {
	  flex-direction: column;
		margin-bottom: 0;
	}
	#ovrview .link_btn {
	  width: 100%;
		margin: 1rem 0;
	}
	#P-Athlete .bu-ov_txt,
	#S-Marketing .bu-ov_txt{
		width: 100%;
	  margin-top: 2rem;
	}
	#P-Athlete .bu-ov_content figure,
	#S-Marketing .bu-ov_content figure{
		width: 100%;
	}
	.bu-ov_box.flex {
		flex-direction: column;
	}
	.P-Athlete_btn,
	.S-Marketing_btn {
			max-width: 80%;
	}
	#P-Athlete #Outside figure {
		height: 260px;
		overflow: hidden;
	}
	.athlete-intro.flex.inner {
	  flex-direction: column-reverse;
	  align-items: center;
	}
	#athlete .prof, #athlete .athlete-MainImg {
	  width: 100%;
    padding: 0 4.5%;
	}
	#athlete .prof {
		margin-top: 2rem;
	}
	#athlete .prof .sns {
		margin: 3rem 0 0;
	}
	#athlete .athlete-intro {
		padding: 5rem 0 0;
	}
	#athlete::before {
	  background: linear-gradient(135deg, #1795be, #377bb7 58%, transparent 58%);
	}
	#athlete .media_Pub-media {
		width: 100%;
		padding: 3rem 4.5% 6rem 4.5% !important;
	}
	#athlete .media_Pub-media li {
		margin-bottom: 1.5rem;
	}
	#athlete .media_Pub-media li a {
	  line-height: 1.5;
	}
	#athlete-Message .Ath-AZR {
		flex-direction: column;
	}
	#athlete-Message .athlete-MessageImg {
		width: 100%;
		padding: 0 4.5%;
		margin-bottom: 2rem;
		text-align: center;
	}
	#athlete-Message .athlete-MessageTxt {
		width: 100%;
		padding: 0 4.5%;
	}
	#athlete-Message2 .message-content {
		padding: 1rem 4.5%;
	}
	.M-Sup_list dl {
	  flex-direction: column;
	  background: unset;
	}
	#athlete .prof h2, #athlete .prof p{
		color: #333;
	}
	.Sup_cont ul li dt {
	  width: 100%;
	  background-color: #968127;
	}
	.Sup_cont ul li dd {
	  width: 100%;
	}
	#athlete .prof p {
		font-size: 1.8rem;
	}
	/*#contact{
		padding-right: 4%;
		padding-left: 4%;	
	}*/
	#athlete::before {
	  background: linear-gradient(165deg, #1795be, #377bb7 66%, transparent 66%);
		height: 800px;
	}
	.page-id-567 #athlete::before {
	  background: linear-gradient(165deg, #c9bc83, #650 66%, transparent 66%);
	}
	.page-id-586 #athlete::before {
	  background: linear-gradient(165deg, #c9bc83, #650 66%, transparent 66%);
	}
	#athlete-Message .Ath-Mes-Ttle.flex h2::before{
		top: 2rem;
		left: 1.5rem;
	}
	#athlete-Message .Ath-Mes-Ttle.flex h2::after{
		top: 2rem;
		right: 1.5rem;
	}
	#athlete-Message{
		background: rgba(0,0,0,0.85) !important;
	}
	.Sup_cont .M-Sup_list li dl {
		flex-direction: column;
		background: unset;
	}
	.Sup_cont .M-Sup_list li dt {
		background-color: #968127;
	}
	.Sup_cont .W-Sup_list li dl {
		flex-direction: column;
		background: unset;
	}
	.Sup_cont .W-Sup_list li dt {
		background-color: #1795be;
	}
	#ovrview .ovrview_content picture{
		max-width: 100%;
		margin: 0 auto 5rem;
	}
	#ovrview .ovrview_content{
		margin: 0 auto 0;
	}
}
@media screen and (max-width: 640px){

}
@media screen and (max-width: 480px){
	.br_sp{
		display: block;
	}
	.br_pc{
		display: none;
	}
	.btn_link a {
	  font-size: 1.4rem !important;
	}
	#Service .top_Service_box .btn_link a {
	  font-size: 1.4rem !important;
		width: 100%;
	}
	#About .about_number{
		width: 100%;
	}
	#About .about_number span {
	  font-size: 7rem;
	}
	#company{
		background-position: center left;
		background-size: auto;
	}
	.table_company td{
		display: block;
	}
	.table_company .column-2 {
		border: unset;
		padding-top: 0;
	}
	.form_contact dt{
		text-align: left;
	} 
	.contact_tel_boxin {
		width: 100%;
	}
	.contact_tel_box p {
		font-size: 1.5rem;
		margin: 0 0 15px !important;
	}
	p.contact_tel_number {
		font-size: 3rem;
		margin-top: 2rem !important;
	}
	.contact_tel_box {
		text-align: center;
	}
	.form_contact .btn_radio label {
		display: flex;
		align-items: center;
	}
	.form_contact .btn_radio label input {
		margin-right: 10px;
	}
	.footer_content ul li a{
		align-items: center;
	}
	#vmm .vmm_content {
	  text-align: left;
	  align-items: flex-start;
	}
	#vmm .vmm_content p{
		font-size: 1.5rem !important;
	}
	#vmm .vmm_content dd {
	  font-size: 2.8rem;
	}
	.vmm_content p{
		text-align: left;
	}
	#vmm .vmm_content {
	  margin: 7rem 0 2rem;
	}
	#Ceo_profile {
	  padding: 7rem 0 5rem 0;
	}
	#Co_overview {
	  padding-bottom: 5rem;
	}
	#Co_overview .table_company .column-1 {
		display: block;
		width: 100%;
		text-align: center !important;
		background-color: #ddd;
	}
	#Co_overview .table_company .column-2 {
		padding: 2.5rem 1rem;
		text-align: center;
	}
	.table_company {
	  border: 1px solid #bbb !important;
	}
	#Ceo_profile .profile_content h3 {
	  font-size: 2rem !important;
		padding: 0 1.5rem;
	}
	#Ceo_profile .profile_txt {
	  top: -3rem;
	}
	#post-367.section.section-text{
		padding-bottom: 0 !important;
	}
	.P-Athlete_btn,
	.S-Marketing_btn {
			max-width: 90%;
	}
	.P-Athlete_btn a, .S-Marketing_btn a {
		font-size: 1.8rem;
		padding: 1.5rem 1rem;
	}
	#P-Athlete .title-intro h2,
	#S-Marketing .title-intro h2 {
		font-size: 2.2rem;
	}
	#P-Athlete #Outside figure,
	#S-Marketing .bu-ov_content figure {
		height: 190px;
	}
	.bu-ov_box.flex{
		padding: 1rem;
	}
	.bu-ov_txt .bu-ov_title h4 {
		font-size: 2rem;
	}
	#ovrview .link_btn a{
		line-height: 1.4;
	}
	#P-Athlete .title-intro.flex,
	#S-Marketing .title-intro.flex{
		padding: 7rem 1rem;
		margin-bottom: 5rem;
	}
	#P-Athlete .title-intro.flex::after, #S-Marketing .title-intro.flex::after{
		background: left center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/title_before-after.png);
		width: 200px;
		top: -50px;
	}
	#P-Athlete .title-intro.flex::before, #S-Marketing .title-intro.flex::before {
		background: right center/cover no-repeat url(https://azuru.co.jp/wp-content/uploads/2024/04/title_before-left.png);
		width: 200px;
		top: unset;
		bottom: -70px;
	}
	.section_title h2 span {
	  font-size: 0.7em;
	}
	#S-Marketing .title-intro.flex p {
	  word-break: keep-all;
	}
	#Co_overview .table_company .column-1{
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}
	#P-Athlete .bu-ov_txt .bu-ov_title h4{
		font-size: 2.1rem;
	}
	#P-Athlete .bu-ov_linup ul li dd{
		margin-top: 0.5rem;
	  margin-bottom: 2rem;
	}
	#athlete::before {
	  background: linear-gradient(150deg, #1795be, #377bb7 66%, transparent 66%);
		height: 500px;
	}
	.page-id-567 #athlete::before {
	  background: linear-gradient(150deg, #c9bc83, #650 66%, transparent 66%);
	}
	.page-id-586 #athlete::before {
	  background: linear-gradient(150deg, #c9bc83, #650 66%, transparent 66%);
	}
}
@media screen and (max-width: 640px) and (min-width: 481px){
	 #About .about_number{
		width: 95%;
	}
}
@media screen and (min-width: 360px) and (max-width: 1239px){
	.br_npc{
		display: block;
	}
}
.post-password-form {
  width: 80%;
  margin: 0 auto;
}
/* 契約選手一覧 ---------------------------*/

.main-athletes.flex {
  padding: 5rem 0 15rem 0;
	flex-wrap: wrap;
}
.main-athletes.flex .Players_box {
  position: relative;
  margin: 0.25rem;
	display: flex;
	flex-direction: column-reverse;
	max-width: calc((100% / 4) - 0.5rem);
	width: 100%;
}
.main-athletes.flex .Players_box h3 a{
  color: #fff;
	font-weight: 400;
  text-align: center;
	display: block;
  width: 100%;
  margin: 0 !important;
  padding: 2rem 0.5rem;
	box-sizing: border-box;
}
.main-athletes.flex .Players_box.bg_blue h3 a{
  background: linear-gradient(160deg, #1795be, #377bb7);
}
.main-athletes.flex .Players_box.bg_gold h3 a{
  background: linear-gradient(160deg, #c9bc83, #650);
}
.main-athletes.flex .Players_box h3 {
  margin: 0 !important;
}
.main-athletes.flex .Players_box h3 .name-small {
  color: #fff !important;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
  font-size: 0.7em !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
}
.main-athletes.flex .Players_box h3 .name-sport {
  color: #fff !important;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
  font-size: 0.45em !important;
}
.main-athletes.flex .Players_box h3 a:hover {
  opacity: 0.95;
}
@media screen and (max-width: 991px){
  .main-athletes.flex .Players_box h3 {
    font-size: 1.8rem;
  }
	.main-athletes.flex .Players_box h3 span {
    line-height: 1;
  }
	.main-athletes.flex .Players_box h3 .name-sport {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px){
	.main-athletes.flex{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.main-athletes.flex .Players_box h3 {
		font-size: 1.8rem;
    line-height: 1;
	}
	.main-athletes.flex .Players_box h3 span {
    line-height: 1;
  }
  .main-athletes.flex .Players_box {
    width: 48%;
    margin: 0 0.25rem 5rem 0.25rem;
  }
	.main-athletes.flex {
    padding: 5rem 0 5rem 0;
  }
	.main-athletes.flex .Players_box{
		max-width: calc((100% / 2) - 0.5rem);
		margin: 0 0.25rem 1rem 0.25rem;
	}
}
@media screen and (max-width: 480px){
  .main-athletes.flex .Players_box {
    width: 100%;
  }
	.main-athletes.flex .Players_box h3 {
    line-height: 1;
    font-size: 3rem !important;
  }
	.main-athletes.flex .Players_box h3 span {
    line-height: 1;
  }
	.policy-content h3 {
		font-size: 2rem !important;
	}
	.main-athletes.flex .Players_box{
		max-width: 100%;
	}
}
.policy-content a {
  font-size: 1.45rem;
}
.section.section-blog-info,
.author{
	display: none;
}
.header-filter.header-filter-gradient::before{
	background-color: unset;
}
.single .main {
  padding: 10rem 2rem 10rem !important;
}
.single .main {
  padding: 10rem 2rem 10rem !important;
}
.single article {
  padding: 0;
}
.single .page-header.header-small h1{
	font-size: 2rem !important;
}