@charset "utf-8";

/*===============================================
●common.css  画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width:751px) {
/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

body {
	min-width_: 1200px;
	height: auto;
	color: #333;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	　　font-weight: bold;
	line-height: 1.6;
	background-size: 100%;
	display: block;
}
a {
	color: #555;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.1s;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.last {
	margin-bottom: 0 !important;
}
.for_sp {
	display: none !important;
}
/*--------------------------------------------
		Header / ヘッダー
--------------------------------------------*/
@media screen and (min-width:1151px) {
#header .hdr_pc .hdr_left {
	float: left;
	padding: 24px 0 21px 21px;
}
#header .hdr_pc .hdr_left img{
	width:269px;
}
#header .hdr_pc .hdr_right nav li a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 25px 20.5px;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@media screen and (min-width:750px) and (max-width:1530px) {
#header .hdr_pc .hdr_left {
width:20%;
}
#header .hdr_pc .hdr_right{
width:78%;
}
#header .hdr_pc .hdr_left img{
width:100%;
}
#header .hdr_pc .hdr_left {
	float: left;
	padding: 24px 0 21px 21px;
}
#header .hdr_pc .hdr_right nav li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 25px 20.5px;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
#header {
	width: 100%;
	min-width: 1100px;
	height: 94px;
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
}
#header .hdr_pc .hdr_left img {
	padding-top: 5px;
}
#header .hdr_pc .hdr_right {
	float: right;
}
#header .hdr_pc .hdr_right nav li {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
@media screen and (min-width:1349px) {
#header .hdr_pc .hdr_right nav li:last-child a {
	color: #fff;
	line-height: 1.5;
	background: #1b8c00;
}
#header .hdr_pc .hdr_right nav li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#header .hdr_pc .hdr_right nav li:last-child a:hover {
	color: #1b8c00;
	background: #fff;
}
}
@media screen and (max-width:1348px) {
#header .hdr_pc .hdr_right nav li:last-child a {
display:none;
}
}
#header .hdr_pc .hdr_right nav li:last-child a {
	color: #fff;
	line-height: 1.5;
	background: #1b8c00;
}
#header .hdr_pc .hdr_right nav li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#header .hdr_pc .hdr_right nav li:last-child a:hover {
	color: #1b8c00;
	background: #fff;
}
.hamburger {
	display: none!important;
}
/*--------------------------------------------
		Footer / フッター
--------------------------------------------*/

#footer {
	width: 100%;
	text-align: center;
}
#footer .company {
	background: #fe7b37;
	padding: 25px 0;
}
#footer .company a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}
#footer .copyright {
	color: #fff;
	font-size: 16px;
	background: #CA2922;
	padding: 8px 0;
}
/*-------------------------------------
	ファーストビュー
--------------------------------------*/
/*#mainimage {
    width: 100%;
    height: 700px;
    text-align: center;
    background-image: url("../Images/firstview.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 70%;
    position: relative;
}*/
.for_pc {
	position: relative;
}
.keyimage {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.new_maincopy {
	width: 43%;
	padding-top: 91px;
	position: absolute;
	left: 33%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.cat_mv_cont {
	width: 100%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}
#mainimage {

}
#mainimage .mainbg {
	position: absolute;
	right: 0;
}
#mainimage .maincopy {
	position: absolute;
	top: 88%;
	transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
	left: 8%;
	text-align: left;
}
.intro, .maincopy_price {
	font-weight: bold;
	padding: 28px 0;
	margin-right: -12%;
	text-align: center;
}
.intro_list {
	color: #111;
}
.intro {
	color: #fff;
	font-size: 30px;
	background-color: #FE7B37;
}
.maincopy_price {
	line-height: 1.5em;
	font-size: 35px;
	color: #FE7B37;
	background-color: #fff;
}
.smallword {
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	background-color: #FE7B37;
	padding: 12px 20px;
	border-radius: 60px;
}
.maincopy_number {
	font-size: 50px;
}
.desire {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.square {
	width: 25px;
	margin-right: 2px;
	margin-top: 6px;
}
.intro_list li {
	font-size: 24px;
	margin-bottom: 10px;
}
.rule {
	color: #FE7B37;
}
/*-------------------------------------
	コンテンツ
--------------------------------------*/

/*--　共通CSS　--*/

#contents .inner {
	padding: 55px 0 90px;
}
#contents .sec_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#contents h2 {
	font-size: 36px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	color: #000;
}
#contents h2 span {
	color: #ca2822;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.3em;
	line-height: 1;
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
}
#contents h2 span:before {
	left: 0;
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
#contents h2 span:after {
	right: 4px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#contents h2 span:before, #contents h2 span:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 29px;
	height: 2px;
	background-color: #ca2822;
	top: -3px;
}
#contents h2.white {
	color: #fff;
}
#contents h2.white span {
	color: #fff;
}
#contents h2.white span:before, #contents h2.white span:after {
	background-color: #fff;
}
#contents h2.cream {
	color: #fff;
}
#contents h2.cream span {
	color: #fff;
	font-size: 20px;
}
#contents h2.cream span:before, #contents h2.cream span:after {
	background-color: #fff;
}
/*#contents h2.green {
    color: #45b1ab;
}*/
/*#contents h2.green span {
    color: #45b1ab;
}*/
/*#contents h2.green span:before, #contents h2.green span:after {
    background-color: #45b1ab;
}*/
#contents h2.black {
	color: #333333;
}
/*--　お問合せ誘導　--*/

.contact {
	text-align: center;
	background-color: #EEEEEE;
}
.contact p.note {
	font-size: 40px;
	font-weight: bold;
	/*    margin-bottom: 35px;*/
	letter-spacing: 3px;
}
.contact p.note:after {
	content: url(../Images/contact_icon_new.png);
	top: 13px;
	right: -10px;
	position: relative;
}
.contact .btn {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	width: 90%;
	max-width: 530px;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	text-align: center;
	padding: 25px 49px;
	background: #CA2922;
	-moz-box-shadow: 0px 7px 0px 0px #B26B15;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-bottom: solid 6px #8c1a15;
	border-radius: 8px;
}
.contact .btn:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
.contact .btn:after {
	content: url(../Images/arrow.png);
	position: relative;
	right: -10px;
	top: 4px;
}
.action img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--　一度ご相談ください　--*/

#problem {
	background: url(../Images/trouble_bg.jpg) center no-repeat;
	background-size: cover;
}
#problem .main_txt {
	color: #ca2822;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #F0F0F0;
	border-top: 5px solid #ca2822;
	border-bottom: 5px solid #ca2822;
	display: inline-block;
	position: relative;
	padding: 20px 0;
	margin-bottom: 50px;
}
#problem .main_txt:before {
	content: "";
	border: 10px solid transparent;
	border-top: 17px solid #ca2922;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
#problem .sec_inner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#problem dl dt {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 8px 0;
	margin-bottom: 20px;
	padding-left: 367px;
}
#problem dl dd {
	padding-left: 456px;
}
#problem dl dd li {
	font-size: 18px;
	font-weight: bold;
	background: url(../Images/problem_icon.png) left no-repeat;
	background-size: 20px;
	padding-left: 39px;
	margin-bottom: 17px;
	border-bottom: solid 1px #b0adad;
	line-height: 2.6;
}
#problem dl dd li:last-child {
	margin-bottom: 0;
}
.break_sp {
	display: none;
}
/*--　サービス特徴　--*/
#service {
	background: #CA2822;
}
#service .sec_inner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#service ul.service_icon li {
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 0 16px 20px;
}
#service ul.service_content dt {
	font-size: 23px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
#service ul.service_content dd {
	text-align: left;
}
#service ul.service_content dd.img {
	text-align: center;
	padding: 20px 0;
}
#service ul.service_icon li img {
	margin-bottom: 10px;
}
#service ul.service_content li {
	background: #fff;
	float: left;
	width: 480px;
	height: 640px;
	margin-right: 40px;
	box-sizing: border-box;
	padding: 30px 30px;
	-webkit-border-radius: 20px 20px 20px 20px;
}
#service ul.service_content li:nth-child(2n) {
	margin-right: 0;
}
#service ul.service_content li:nth-child(n+3) {
	margin-top: 40px;
}
.service_img {
	width: 140px;
}
.stress {
	font-weight: bold;
	color: #b10605;
}
/*--　お悩み相談カテゴリ　--*/

section#category {
	background: url(../Images/category_bg.jpg) center no-repeat;
	background-size: cover;
}
#category ul.sec_inner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.support_list {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.support_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.support_list ul li {
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
.category_list {
	width: 23%;
	margin-bottom: 20px;
}
.support_list .title {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	padding-right: 1px;
	text-align: center;
	line-height: 1.4em;
}
.support_list .list_dot01 li {
	font-size: 14px;
	padding: 0 10px 0 20px;
}
.list_dot01 {
	padding-bottom: 15px;
}
#category ul.clr li {
	background: #fff;
	float: left;
	width: 310px;
	height: 93px;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 30px 40px;
	color: #ff6e12;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 8px 8px #757575;
}
#category ul.clr li:nth-child(3n) {
	margin-right: 0;
}
#category ul.clr li:nth-child(n+7) {
	margin-bottom: 0;
}
#category ul.clr li.pc2 {
	padding-top: 20px;
}
.check-mark {
	color: #fe6300;
}
#category h2 span {
	font-size: 20px;
}
/*--　お悩みご相談事例　--*/

#example {
	background: url(../Images/example_bg.jpg) center repeat;
	background-size: cover;
}
#example h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#example li {
	margin-bottom: 50px;
}
#example li:last-child {
	margin-bottom: 0;
}
#example li .imgArea {
	float: left;
	width: 600px;
}
#example li .imgArea img {
	width: 100%;
}
#example li .tArea {
	float: right;
	width: 656px;
	color: #fff;
	background: rgba(202, 41, 34, 0.8);
	box-sizing: border-box;
	padding: 40px 66px;
	margin-top: -216px;
}
#example li .tArea h3 {
	font-size: 28px;
	text-align: center;
	line-height: 1.3;
}
#example li .tArea h3 span {
	color: #08ffc8;
}
#example li .tArea h3 span.big {
	font-size: 40px;
}
#example li .tArea dl {
}
#example li .tArea dl dt {
	text-align: center;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	padding: 8px 0;
	margin: 10px 0 20px;
}
/*--相談員ご紹介--*/
section#member {
	background: url(../Images/member_bg.jpg) center no-repeat;
	background-size: cover;
}
#member ul.sec_inner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#member .member_intro p {
	font-size: 18px;
	background: #fff;
	text-align: left;
	line-height: 1.7;
}
@media print, screen and (min-width:751px) {
#member .member_intro li {
	float: left;
	width: 235px;
	margin-right: 20px;
}
#member .member_intro li .tArea {
	width: 235px;
	height: 340px;
	background-color: #CA2922;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
}
}
#member .member_intro li:last-child {
	margin-right: 0;
}
#member .member_intro li .tArea dt {
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-bottom: 5px;
}
#member .member_intro li .tArea dd {
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
}
/*--価格設定--*/
section#cost {
	background: #ca2922;
	background-size: cover;
}
#cost .sec_inner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#cost dl {
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-bottom: 70px;
}
#cost dl dt {
	color: #FE7B37;
	font-size: 24px;
	line-height: 1.7;
	margin-bottom: 25px;
}
#cost dl dd {
	font-size: 110px;
	line-height: 1;
}
#cost dl dd {
	font-size: 50px;
	line-height: 1;
}
#cost .tbody_title {
	font-size: 1.3rem;
	font-weight: bold;
}
#cost .roumu_table {
	background-color: #e34b14;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}
#cost table thead th {
	font-size: 1.5rem;
}
#cost table td {
	padding: 1rem;
	font-size: 20px;
	font-weight: bold;
}
#cost .table_line1 {
	background-color: #ebebeb;
}
#cost .table_line2 {
	background-color: #fff;
}
#cost p {
	/*    font-size: 20px;*/
	line-height: 1.5;
}
#cost .num {
	font-size: 110px;
	color: #FE7B37;
}
#cost dl:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;
	display: inline-block;
	width: 400px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #FE7B37;
}
.price_txt{
color:#000!important;
}
.price_border{
border:2px solid #b10605!important;
}
.roumu_table_title {
	font-size: 1.75rem;
	background-color: #fff;
	border: 5px #e34b14 solid;
	box-sizing: border-box;
	color: #333;
}
/* ========================================
    よくある質問
========================================= */
#faq {
	background: url(../Images/example_bg.jpg) center repeat;
	background-size: cover;
	padding: 85px 0 90px;
}
.answer {
	display: flex;
}
.answer p {
	margin-top: 14px;
}
.qa {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.white-background {
	background-color: #ca2922;
}
.white-background p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0 12px 60px;
	margin-bottom: 30px;
}
.bigsize {
	font-size: 30px;
	margin-right: 20px;
}
.pdd {
	padding: 0 60px;
}
.qa_container {
	padding-bottom: 50px;
}
.qa {
	padding: 0 30px;
}
.icon-a {
	color: #ca2922;
	font-weight: bold;
}
.last_qa {
	padding-bottom: 0;
}
#faq h2 span {
	font-size: 20px;
}
/*--問合せフォーム--*/
#contact .sec_inner {
	width: 800px;
}
#contact h2 span {
	font-size: 20px;
}
/*--solution-pr--*/
.solution_pr {
	display: flex;
	align-items: center;
	background: #fff;
	text-align: center;/*padding: 85px 0 90px;*/
}
.solution_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.solution_pr h3 {
	font-size: 36px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #CA2922;
	padding: 34px 27px 24px;
	border-radius: 20px;
	position: relative;
	width: 450px;
}
.solution_pr h3::before {
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-left: 0;
	border: 15px solid transparent;
	border-left: 15px solid #CA2822;
}
.solution_pr h3 span {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 3px;
}
.solution_pr h3 span:before {
	left: 0;
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.solution_pr h3 span:before {
	right: 4px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.solution_img {
	margin-right: -100px;
	margin-left: -80px;
	margin-top: -30px;
}
}
/* サポートの流れ */
.kikan {
	font-size: 1.2rem;
}
.kikan span{
	color: #FF8000;
}
.support_flow {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.support_flow li {
	padding: 20px 0 40px;
	position: relative;
}
.support_flow li:nth-of-type(even) {
	background: #F2F2F2;
}
.support_flow li:nth-of-type(even)::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 0;
	border-top: 30px solid #FFF;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	position: absolute;
	top: 0;
	left: calc(50% - 45px);
}
.support_flow li:nth-of-type(odd)::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 0;
	border-top: 30px solid #F2F2F2;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	position: absolute;
	top: 0;
	left: calc(50% - 45px);
}
.support_flow li:first-of-type::before {
	content: none;
}
.support_flow h3 {
	display: flex;
	align-items: center;
	color: #b10605!important;
	font-size: 1.9rem;
	margin-top: 20px;
}
.support_flow h3 .flow_num {
	margin-right: 20px;
	padding: 6px;
	box-sizing: border-box;
	min-width: 180px;
	background: #444;
	color: #fff;
	font-family: 'Montserrat', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.7rem;
	font-style: italic;
	line-height: 1;
	text-align: center;
}
.support_flow h3 .flow_num em {
	font-size: 2.5rem;
}
.support_flow p {
	margin: 20px 40px 0;
	font-weight: bold;
}

@media screen and (max-width:749px) {
/* サポートの流れ */
.support_flow {
	width: auto;
	max-width: 960px;
}
.support_flow li {
	padding-bottom: 24px;
}
.support_flow h3 {
	font-size: 1.4rem!important;
}
.support_flow h3 .flow_num {
	margin-right: 10px;
	min-width: 120px;
	font-size: 1rem!important;
}
.support_flow h3 .flow_num em {
	font-size: 1rem!important;
}
.support_flow p {
	margin: 12px 20px 0;
}
}

/*===============================================
●common.css  画面の横幅が410以下
===============================================*/
@media screen and (max-width:410px) {
#service ul.service_icon li {
	width: 100%;
}
}
.timeline-box-ttl{
text-align: center;
font-size:22px;
font-weight:bold;
padding-bottom:4%;
color:#b10605;
}
.timeline-box {
	border: 4px solid #b10605;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 920px;
	padding: 2%;
	background-color: #FAFAFA;
	margin-bottom: 3%;
}
.timeline {
	/* Used to position the left vertical line */
	position: relative;
}
.timeline__items {
	/* Reset styles */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.timeline__item {
	margin-bottom: 8px;
}
@media print, screen and (min-width:751px) {
.timeline__line {
	/* Border */
	border-right: 2px solid #b10605;
	left: 1.75rem;
	position: absolute;
	top: 0px;
	left: 67px;
	height: 90%;
}
.timeline__top {
	/* Center the content horizontally */
	align-items: center;
	display: flex;
}
.timeline__circle {
	background-color: #fff;
	border-radius: 4px;
	border:2px solid #b10605;
	width: 10%;
	text-align: center;
	padding: 2%;
	margin-bottom: 4%;
	z-index: 99;
	font-weight:bold;
}
.timeline__title {
	/* Take available width */
	flex: 1;
	margin-left: 1.5rem;
	margin-top: -3%;
	font-weight:bold;
}
}
.timeline__desc {
	/* Make it align with the title */
	margin-left: 2rem;
}

@media screen and (min-width:1150px) {
.cat_mv {
width: 28%;
position:absolute;
left: 69%;
top:29vw;
transform: translateY(-50%) translateX(-50%);
}
}
 @media screen and (min-width:750px) and (max-width:1149px) {
.cat_mv {
width: 28%;
position:absolute;
left: 73%;
top:29vw;
transform: translateY(-50%) translateX(-50%);
}
}
 @media screen and (min-width:410px) and (max-width:1199px) {
.cat_mv_ {
width: 28%;
position:absolute;
left: 69%;
top:50%;
transform: translateY(-50%) translateX(-50%);
}
}

.cat_mv img {
	width: 100%;
}