/* #PC ========================================================================================================== */
.mv {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	margin: 155px 0 0 0;
	background-color: #D9DDED;
}
.mv_inner {
	width: 100%;
	min-width: 1000px;
	max-width: 1200px;
	height: 570px;
	position: relative;
	margin: 0 auto;
	background-image: url(../imgs/mv_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1200px auto;
}
@media only screen and (min-width: 1200px) {
    .mv_inner {
        max-width: 100%;
        height: 0;
        padding-top: 47.5%;
        background-size: cover;
    }
}
.mv_btn_area {
	width: 550px;
	height: auto;
	position: absolute;
    top: 440px;
    left: 50%;
    margin-left: -470px;
}
.mv_btn {
	width: 215px;
	height: 40px;
	padding-left: 25px;
	padding-top: 20px;
	position: relative;
	float: left;
	background: linear-gradient(90deg,rgba(41, 101, 175, 1) 0%, rgba(136, 198, 132, 1) 100%);
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	margin-right: 20px;
	font-weight: 600;
}
.mv_btn a  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.mv_btn a:hover {
    background: linear-gradient(90deg,rgba(0, 30, 135, 1) 0%, rgba(41, 101, 175, 1) 20%);
    border-radius: 30px;
}
.mv_btn_arrow {
	width: 16px;
	height: auto;
	position: absolute;
	top: 22px;
    right: 20px;
}
@media only screen and (min-width: 1200px) {
    .mv_btn_area {
        width: 50%;
        top: 36.5vw;
        left: 11%;
        margin-left: 0;
    }
    .mv_btn {
        width: 18vw;
        height: 3vw;
        padding-left: 2vw;
        padding-top: 1.5vw;
        border-radius: 2.25vw;
        color: #FFFFFF;
        font-size: 1.5vw;
        margin-right: 2vw;
    }
    .mv_btn_arrow {
        width: 1.3vw;
        top: 1.5vw;
        right: 1.5vw;
    }
}
.honbun {
	width: 90%;
	max-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 70px 5%;
	text-align: justify;
}
.midashi {
	font-size: 1.2em;
	margin-bottom: -15px;
	color: #2965AF;
	font-weight: 600;
}
.kome {
	font-size: 0.8em;
    margin-top: 10px;
}
.plate1 {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 50px 5%;
	background-color: #ffffff;
	border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(159, 179, 211, 1);
}
.plate3 {
	width: 28.5%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 -3% 30px 5%;
	background-color: #ffffff;
	border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(159, 179, 211, 1);
}
.plate_area {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
    margin-bottom: 30px;
}
.cassette {
	width: 86%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 50px 7%;
}
.cassette ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.cassette li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.cassette li.hn1 {
    width: 120px;
    left: 50%;
    margin: 40px 0 20px -60px;
}
.cassette li.hn2 {
	text-align: center;
	color: #88c684;
    margin-bottom: 10px;
}
.cassette li.hn3 {
	text-align: center;
    color: #2965af;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    font-feature-settings: "palt"
}
.cassette li.hn4 {
	text-align: justify;
}
@media only screen and (max-width: 1200px) {
    .cassette li.hn3 {
        font-size: 18px;
        line-height: 30px;
        font-feature-settings: "palt"
    }
}
.cassette li.hn5 {
	text-align: center;
	border: 1px solid #2965AF;
	margin: 15px 0 10px 0;
	color: #2965AF;
    padding: 3px 0;
}
.cassette li.hn6 {
    width : calc(100% - 1em);
	text-align: justify;
	font-size: 14px;
    line-height: 22px;
	color: #999999;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
}
.btn_ba_w100 {
	width: 90%;
    margin: 30px 0 -10px 0;
}
.dog3 {
	width: 28.5%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 30px 5%;
}
.dog3_bottom {
	position: absolute;
	bottom: 0
}
.ba_link {
	height: 290px;
	width : 480px;
	position: relative;
	float: left;
	border-radius: 15px;
    overflow: hidden;
    margin-left: 10px;
}
.ba_link a {
	display: block;
	width: 100%;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.ba_link a .image {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
}
.ba_link a .image img {
    width: 100%;
    height: auto;
    transition: .3s;
    object-fit: cover;
}
.ba_link a:hover .image img {
    transform: scale(1.2);
}
.ba_link1 {
    margin-right: 10px;
}
.ba_title1 {
	width : 100%;
	height: 52px;
	padding-top: 28px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2965AF;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.ba_title2 {
	background-color: #88c684;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.mv {
	width: 750px;
	min-width: 750px;
	height: 1120px;
	position: relative;
	float: left;
	margin: 80px 0 0 0;
	background-color: #D9DDED;
}
.mv_inner {
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	height: 1120px;
	background-image: url(../imgs/mv_sp.jpg);
	background-size: 750px auto;
}
.mv_btn_area {
	width: 750px;
    top: 960px;
    left: 0;
    margin-left: 0px;
}
.mv_btn {
	width: 290px;
	height: 50px;
	padding-left: 30px;
	padding-top: 25px;
	border-radius: 40px;
	font-size: 24px;
	line-height: 24px;
    margin-left: 30px;
	margin-right: 20px;
}
.mv_btn a:hover {
    border-radius: 40px;
}
.mv_btn_arrow {
	width: 20px;

	top: 27px;
    right: 25px;
}
.midashi {
    font-size: 1.14em;
	text-indent: -6px;	
}
.plate1 {
	border-radius: 25px;
}
.plate3 {
	width: 90%;
	margin: 0 0 50px 5%;
	border-radius: 25px;
}
.cassette {
	margin: 0 0 80px 7%;
}
.cassette li.hn1 {
    width: 180px;
    left: 50%;
    margin: 50px 0 30px -90px;
}
.cassette li.hn2 {
    margin-bottom: 20px;
}
.cassette li.hn3 {
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 40px;
}
.cassette li.hn5 {
	border: 2px solid #2965AF;
	margin: 30px 0 20px 0;
    padding: 5px 0;
}
.cassette li.hn6 {
	font-size: 24px;
    line-height: 36px;
}
.btn_ba_w100 {
	width: 95%;
    margin: 30px 0 0 0;
}
.dog3 {
	width: 380px;
	margin: 0 0 -100px 5%;
}
.dog3_bottom {
	position: relative;
	bottom: 0;
    left: 300px;
    top: -90px;
}
.btn_dog3 {
	margin: -300px 0 0 -330px;
}
.ba_link {
	height: 390px;
	width : 650px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.ba_title1 {
	height: 70px;
	padding-top: 36px;
	font-size: 28px;
	line-height: 28px;
}



}/* @media only screen and (max-width: 750px) */