/*============================
MV
============================*/
#mv {
	width: calc(100% - 0.80rem);
	margin-left:auto;
	height: 5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0.2rem 0 0 0.2rem;
	transition: all 0.3s;
}
@media screen and (max-width: 1150px) {
	#mv {
		width: calc(100% - 0.60rem);
	}
}
@media screen and (max-width: 1100px) {
	#mv {
		width: calc(100% - 0.40rem);
	}
}
@media screen and (max-width: 599px) {
	#mv {
		width: 100%;
		margin-left:0.2rem;
		height: 2.00rem;
		border-radius: 0.1rem 0 0 0.1rem;
	}
}

/* タイトル */
#mv .title_box {
	width:100%;
	max-width: 6.00rem;
	background: #fff;
	padding: 0.40rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0 0.20rem 0.20rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#mv .title_box {
		width:80%;
		max-width: 3.00rem;
		padding: 0.20rem 0.10rem;
		border-radius: 0 0.10rem 0.10rem 0;
	}
}


#mv .title_box .title {
	font-size: 0.36rem;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	#mv .title_box .title {
		font-size: 0.20rem;
	}
}

#mv .title_box .title span {
	font-size: 0.15rem;
	color: #FF7A59;
	display: block;
	padding-top: 0.15rem;
}
@media screen and (max-width: 599px) {
	#mv .title_box .title span {
		font-size: 0.12rem;
	}
}

#mv .title_box .icon {
	position: absolute;
	top: 50%;
	right: 0.30rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	#mv .title_box .icon {
		width: 0.50rem;
		right: 0.15rem;
	}
}


/*============================
共通スタイル
============================*/
.sec_title {
	font-size: 0.36rem;
    font-weight: 800;
}
@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		line-height: 1.4;
	}
}



/* 小さいボタン */
.btn_mini a,.btn_mini span {
	font-size: 0.14rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 1.60rem;
	padding: 0.08rem;
	border-radius: 0.20rem;
	position: relative;
	transition: all .3s;
	text-decoration: none;
	text-align: center;
	color: #2F475C;
}

.btn_mini a::after,.btn_mini span::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

.btn_mini a:hover,.btn_mini span:hover,a:hover .btn_mini span {
	transform: scale(1.05, 1.05);
	color: #fff;
	background: #2F475C;
}

.btn_mini a:hover::after,.btn_mini span:hover::after,a:hover .btn_mini span::after {
	background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
	background-size: cover;
}


/* ボタン */
.btn_common a, .btn_common span {
	width: 3.6rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    display: block;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.2rem 0;
    margin: auto;
	position: relative;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	.btn_common a, .btn_common span {
		width: 2.5rem;
		font-size: 0.15rem;
		padding: 0.15rem 0 0.17rem;
	}
}


.btn_common a:hover ,a:hover .btn_common span{
	transform: scale(1.1);
}

.btn_common a::after ,.btn_common span::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}

@media screen and (max-width: 599px) {
	.btn_common a::after ,.btn_common span::after {
		height: 0.12rem;
		background-size: contain;
		right: 0.10rem;
	}
}

.btn_common.navy a {
    color: #fff;
    background: #2F475C;
}


/*============================
下部お問い合わせリンク
============================*/
#lower_bottom_contact {
	padding: 0.9rem 0 1.2rem;
}
@media screen and (max-width: 599px) {
	#lower_bottom_contact {
		padding: 0.5rem 0 0.60rem;
	}
}


#lower_bottom_contact .lead {
	font-size: 0.24rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 0.45rem;
}
@media screen and (max-width: 599px) {
	#lower_bottom_contact .lead {
		font-size: 0.16rem;
		margin-bottom: 0.20rem;
	}
}


/* ボタン */
.btn_contact a {
	max-width: 6.8rem;
	width: 100%;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    display: block;
    border-radius: 0.7rem;
    box-sizing: border-box;
    padding: 0.4rem 0;
    margin: auto;
	position: relative;
}
@media screen and (max-width: 599px) {
	.btn_contact a {
		font-size: 0.18rem;
		padding: 0.25rem 0;
	}
}


.btn_contact a:hover {
	transform: scale(1.1);
}

.btn_contact a::before {
    content: '';
    display: inline-block;
    width: 0.44rem;
    height: 0.3rem;
    background: url(../img/common/icon_mail.svg) no-repeat center;
    background-size: cover;
    position: relative;
    top: 0.05rem;
    left: -0.15rem;
}
@media screen and (max-width: 599px) {
	.btn_contact a::before {
		width: 0.23rem;
		height: 0.16rem;
		top: 0.03rem;
	}
}



/*============================
お問い合わせ
============================*/
#contact_bnr {
	background: #FDEAE5;
	padding: 0.6rem 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	#contact_bnr {
		padding: 0.6rem 0 0.4rem;
	}
}


#contact_bnr .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap {
		flex-flow: column-reverse;
	}
}


/* テキストエリア */
#contact_bnr .cont_wrap .left_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .left_wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
	}
}


#contact_bnr .cont_wrap .left_wrap .sec_title {
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .left_wrap .sec_title {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.2rem;
		text-align: center;
	}
}

#contact_bnr .cont_wrap .left_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .left_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.30rem;
	}
}


#contact_bnr .cont_wrap .left_wrap .btn_common a {
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .left_wrap .btn_common a {
		margin: auto;
	}	
}


/* 画像エリア */
#contact_bnr .cont_wrap .right_wrap {
	width:45%;
	text-align: right;
	position: relative;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap {
		width:100%;
		text-align: center;
	}
}

#contact_bnr .cont_wrap .right_wrap .ph_wrap {
	width:80%;
	margin-left: auto;
	margin-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .ph_wrap {
		width:2rem;
		margin: auto;
		margin-top: -1rem;
	}
}


/* 星 */
#contact_bnr .cont_wrap .right_wrap .star_01 {
	position: absolute;
	top: 1rem;
	left: 0.7rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .star_01 {
		top: -1rem;
	}	
}


#contact_bnr .cont_wrap .right_wrap .star_02 {
	position: absolute;
	top: 1.3rem;
	left: 0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .star_02 {
		top: -0.5rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_03 {
	position: absolute;
	top: 2.2rem;
	left: 0.8rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 599px) {

	#contact_bnr .cont_wrap .right_wrap .star_03 {
		top: -0.20rem;
		left: 0.5rem;
	}
	
}

#contact_bnr .cont_wrap .right_wrap .star_04 {
	position: absolute;
	top: 0.8rem;
	right: 0;
	animation: twinkle 2s infinite;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .star_04 {
		top: -0.8rem;
		right: 0.40rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_05 {
	position: absolute;
	top: 1.2rem;
	right: -0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .star_05 {
		top: -0.4rem;
		right: 0.2rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_06 {
	position: absolute;
	top: 2.4rem;
	right: -0.2rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 599px) {
	#contact_bnr .cont_wrap .right_wrap .star_06 {
		top: 0;
		right: 0.3rem;
	}
}


/*============================
充実したサポート
============================*/
#suport {
	background: #FDEAE5;
	padding: 0.8rem 0;
}
@media screen and (max-width: 599px) {
	#suport {
		padding: 0.5rem 0;
	}
}


#suport .sec_title {
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 599px) {
	#suport .sec_title {
		margin-bottom: 0.3rem;
	}
}


#suport .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#suport .list .item {
	width: 32%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#suport .list .item {
		width: 100%;
	}
}


/* 画像 */
#suport .list .item .ph_wrap {
	width: 100%;
	height: 2.7rem;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#suport .list .item .ph_wrap {
		margin-bottom: 0.10rem;
	}
}


#suport .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#suport .list .item .ph_wrap img {
		object-fit: contain;
	}
}


/* タイトル */
#suport .list .item .item_title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #FF7A59;
	text-align: center;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#suport .list .item .item_title {
		font-size: 0.2rem;
	}
}


/* テキスト */
#suport .list .item .text {
	font-size: 0.16rem;
	line-height: 1.65;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.3rem;
}
@media screen and (max-width: 599px) {
	#suport .list .item .text {
		font-size: 0.14rem;
	}
}

/* ボタン */
#suport .list .item .btn_mini{
	text-align: center;
	margin-top: 0.20rem;
}



/* スマホ時スライド */
.suport_slide {
	position: relative;
}

@media screen and (max-width: 599px) {
	.suport_slide {
		position: relative;
	}
	
	.suport_slide .prev-arrow {
		position: absolute;
		width: 0.50rem;
		top: 35%;
		transform: translateY(-50%);
		right: -0.1rem;
		z-index: 10;
	}
}

@media screen and (max-width: 599px) {
	.suport_slide .next-arrow {
		position: absolute;
		transform: translateY(-50%);
		width: 0.50rem;
		top: 35%;
		left: -0.1rem;
		z-index: 10;
	}
}



/* ページナビ */
/* ページネーション */
.list_navi_wrap {
    text-align: center;
    font-size: 16px;
    padding: 3px 0 5px;
    margin-top: 80px;
}

.list_navi_wrap .wp-pagenavi {
    display: flex;
    justify-content: center;
}

.list_navi_wrap .wp-pagenavi .previouspostslink {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 0;
    padding: 24px 2px 26px 3px;
    background-color: #FFF;
    text-decoration: none;
    margin: 0 8px;
    position: relative;
	border: none;

}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
    content: "";
    width: 10px;
    height: 16px;
    background-image: url(../img/common/pager_prev_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.list_navi_wrap .wp-pagenavi .nextpostslink {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 0;
    padding: 24px 3px 26px 2px;
    background-color: #FFF;
    text-decoration: none;
    margin: 0 8px;
    position: relative;
	border: none;
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
    content: "";
    width: 10px;
    height: 16px;
    background-image: url(../img/common/pager_next_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.list_navi_wrap .wp-pagenavi .page {
    display: block;
    font-size: 16px;
    color: #FF7A59;
    width: 50px;
    line-height: 0;
    padding: 24px 0 26px;
    background-color: #FFF;
    border: 1px solid #FF7A59;
    text-decoration: none;
    margin: 0 8px;
}

.list_navi_wrap .wp-pagenavi .current {
    display: block;
    font-size: 16px;
    color: #FFF;
    width: 50px;
    line-height: 0;
    padding: 24px 0 26px;
    background-color: #FF7A59;
    border: 1px solid #FF7A59;
    margin: 0 8px;
}


/* パンくず */
#breadcrumb {
	padding: 0.2rem 0;
	width: calc(100% - 0.8rem);
    margin-left: auto;
}
@media screen and (max-width: 599px) {
	#breadcrumb {
		width: calc(100% - 0.2rem);
	}
}

#breadcrumb span {
	line-height: 2.5;
}

#breadcrumb span a {
	color: #FF7A59;
}


