@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
header {
	height: 60px;
	background-color: #fff;
}
header p {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
header p img {
	width: 243px;
	position: relative;
	top: 15px;
}





#catch {
	background-image: url("../images/main_bg.png");
	height: 100vh;
	background-position: center top;
	background-size: cover;
}
#catch h1 {
	text-align: center;
	font-size: 30px;
	font-family: 'lineBd';
	color: #00708D;
	letter-spacing: 0.2em;
	padding-top: 200px;
}
#catch h1 img {
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#catch h1+p {
	color: #00708D;
	font-size: 28px;
	line-height: 1.7em;
}





#about h2 {
	font-family: 'lineBd';
	font-size: 34px;
	padding-top: 80px;
	margin-bottom: 20px;
}
#about h2+p {
	line-height: 1.9em;
}





#nayami {
	background-color: #02738C;
	margin-top: 70px;
	position: relative;
}
#nayami::before {
	clip-path: polygon(51% 50%, 0 0, 100% 0);
	background-color: #02738C;
	height: 200px;
	content: "";
	display: block;
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	bottom: -200px;
	left: 0px;
	right: 0px;
}
#nayami h2 {
	font-family: 'lineBd';
	font-size: 38px;
	padding-top: 80px;
	margin-bottom: 20px;
	color: #fff;
}
#nayami .inner {
	width: 765px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#nayami .inner ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 765px;
	margin-left: auto;
    margin-right: auto;
	height: 334px;
}
#nayami .inner ul li:nth-of-type(1) {
	position: absolute;
	left: 70px;
	top: 20px;
}
#nayami .inner ul li:nth-of-type(2) {
	position: absolute;
	right: 70px;
	top: 15px;
}
#nayami .inner ul li:nth-of-type(3) {
	position: absolute;
	left: 0px;
	bottom: -20px;
}
#nayami .inner ul li:nth-of-type(4) {
	position: absolute;
	right: 0px;
	bottom: -20px;
}





#kaiketsu {
	padding-top: 160px;
}
#kaiketsu h2+p {
	font-size: 38px;
	color: #00708D;
	font-family: 'lineBd';
	margin-top: 50px;
	border-bottom: 6px solid #FBD341;
	display: inline-block;
	padding-bottom: 12px;
}
#kaiketsu h2+p+p {
	line-height: 1.9em;
	margin-top: 20px;
}
#kaiketsu .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	align-items: center;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
}
#kaiketsu .flex p {
	background-image: url("../images/kaketsu_car.png");
	width: 390px;
	height: 316px;
	font-family: 'lineBd';
	font-size: 26px;
	line-height: 1em;
	padding-top: 25px;
	background-repeat: no-repeat;
}
#kaiketsu .flex ul {
	width: 482px;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-top: -15px;
}
#kaiketsu .flex ul li {
	width: 140px;
	height: 140px;
	border: 5px solid #02738C;
	border-radius: 100px;
	font-family: 'lineBd';
	font-size: 18px;
	margin-bottom: 15px;
}
#kaiketsu .flex ul li img {
	margin-bottom: -15px;
}
#kaiketsu .flex ul li span {
	font-size: 9px;
	transform: scale(0.9);
	position: relative;
	top: -6px;
}
#kaiketsu .flex+p {
	font-size: 12px;
	text-align: left;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
} 





#fuyou {
	background-color: #CCE3E8;
	margin-top: 70px;
	padding-top: 80px;
	padding-bottom: 70px;
}
#fuyou h2 {
	color: #02738C;
	font-family: 'lineBd';
	font-size: 38px;
	margin-bottom: 30px;
}
#fuyou h2+p {
	line-height: 1.9em;
}
#fuyou ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-left: auto;
    margin-right: auto;
	width: 763px;
	margin-top: 30px;
}
#fuyou ul li {
	background-color: #fff;
	width: 230px;
	border: 5px solid #00708D;
	font-size: 18px;
	font-family: 'lineBd';
}
#fuyou ul li img {
	margin-bottom: -5px;
}
#fuyou ul li span {
	position: relative;
	top: -10px;
}





#otoku h2 {
	font-size: 38px;
	font-family: 'lineBd';
	color: #00708D;
	padding-top: 90px;
}
#otoku .box {
	background-color: #02738C;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	color: #fff;
	position: relative;
	margin-top: 35px;
	border-radius: 10px;
	padding-top: 40px;
}
#otoku .box::after {
	clip-path: polygon(50% 90%, 0 0, 100% 0);
	width: 60px;
	height: 30px;
	background-color: #02738C;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -30px;
	margin-left: auto;
    margin-right: auto;
}
#otoku .box h3 {
	font-size: 28px;
	font-family: 'lineBd';
	margin-bottom: 30px;
}
#otoku .box ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
}
#otoku .box ul li {
	font-size: 18px;
	font-family: 'lineBd';
	width: 178px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
}
#otoku .box ul li+li {
	margin-left: 20px;
}
#otoku .box ul+p {
	font-size: 28px;
	font-family: 'lineBd';
	margin-top: 35px;
	margin-bottom: 15px;
}
#otoku .box ul+p span {
	font-size: 48px;
}
#otoku .box ul+p+p {
	font-size: 12px;
	padding-bottom: 30px;
}
#otoku .flex {
	background-color: #DD0011;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 45px;
	position: relative;
	height: 214px;
}
#otoku .flex div {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 718px;
	margin-left: 175px;
}
#otoku .flex div p:nth-of-type(1) {
	background-color: #fff;
	width: 274px;
	height: 134px;
	padding-top: 20px;
	position: relative;
	top: 30px;
	border-radius: 10px;
	color: #DD0011;
	font-size: 20px;
	font-family: 'lineBd';
	line-height: 1.4em;
}
#otoku .flex div p:nth-of-type(1)::after {
	clip-path: polygon(1% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	right: -29px;
	top: 50px;
}
#otoku .flex div p:nth-of-type(2) {
	font-size: 35px;
	color: #FFEA31;
	font-family: 'lineBd';
	line-height: 1.6em;
	position: relative;
	top: 54px;
}
#otoku .flex div p:nth-of-type(2) span {
	font-size: 60px;
}
#otoku .flex div p:nth-of-type(2) em {
	font-size: 38px;
	font-family: 'lineBd';
}
#otoku .flex .fig01 {
	position: absolute;
	left: -90px;
	top: -75px;
}
#otoku .flex .fig02 {
	position: absolute;
	right: -65px;
	top: -55px;
}





#plan {
	background-color: #0C99A2;
	margin-top: 80px;
	padding-bottom: 70px;
}
#plan h2 {
	color: #fff;
	font-size: 38px;
	font-family: "lineBd";
	padding-top: 80px;
}
#plan .flex {
	background-color: #fff;
	width: 964px;
	margin-left: auto;
    margin-right: auto;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 35px;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	
}
#plan .flex dl:nth-of-type(1) {
	background-color: #16804A;
	width: 181px;
	height: 77px;
	border-radius: 5px;
}
#plan .flex dl:nth-of-type(1) dt {
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
}
#plan .flex dl:nth-of-type(1) dd {
	color: #16804A;
	background-color: #fff;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	font-family: "lineBD";
	font-size: 28px;
}
#plan .flex dl:nth-of-type(2) {
	background-color: #1C809D;
	width: 181px;
	height: 77px;
	border-radius: 5px;
	margin-left: 15px;
}
#plan .flex dl:nth-of-type(2) dt {
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
}
#plan .flex dl:nth-of-type(2) dd {
	color: #1C809D;
	background-color: #fff;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	font-family: "lineBD";
	font-size: 28px;
}
#plan .flex p {
	width: 510px;
	text-align: left;
	margin-left: 60px;
	line-height: 1.8em;
}





#osusume h2 {
	font-size: 38px;
	color: #00708D;
	font-family: "lineBD";
	padding-top: 80px;
	margin-bottom: 50px;
}
#osusume .slide {
	width: 867px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#osusume .slide .sp {
	display: none;
}
#osusume .slide+ul {
	font-size: 12px;
}





#choice {
	background-color: #004A98;
	border-radius: 10px;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 70px;
	margin-bottom: 70px;
	color: #fff;
}
#choice h2 {
	font-size: 28px;
	font-family: "lineBD";
	padding-top: 40px;
	margin-bottom: 20px;
}
#choice h2+p {
	line-height: 1.9em;
	padding-bottom: 25px;
}





#michonowa {
	background-color: #02738C;
	padding-top: 80px;
	padding-bottom: 80px;
}
#michonowa h2 {
	width: 880px;
	height: 84px;
	line-height: 84px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FCCF4D;
	border-radius: 100px;
	position: relative;
	color: #00708d;
	font-size: 32px;
	font-family: 'lineBd';
	margin-bottom: 50px;
}
#michonowa h2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #fbd341;
	border-bottom: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
    margin-right: auto;
	bottom: -20px;
}
#michonowa .slide2 {
	width: 1300px;
	margin-left: auto;
    margin-right: auto;
}
#michonowa .slide2 .box {
	
}
#michonowa .slide2 .box img {
  transform: scale(.5);
  transition: transform .5s;
}
#michonowa .slide2 .box {
	margin-left: -25px;
	margin-right: -25px;
}
#michonowa .slide2 .box.slick-center img {
  transform: scale(1);
}
#michonowa h3 {
	color: #fff;
	font-size: 18px;
	font-family: "lineBd";
	margin-top: 40px;
	width: 540px;
	margin-left: auto;
    margin-right: auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
#michonowa h3 img {
	width: 300px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}
#michonowa h3+p {
	width: 409px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}
#michonowa h3+p+p {
	color: #fff;
	line-height: 2em;
	margin-top: 30px;
}
#michonowa h3+p+p a {
	color: #fff;
	text-decoration: none;
}
#michonowa iframe {
	margin-top: 30px;
	margin-bottom: 30px;
}
#michonowa .btn {
	background-color: #FCCF4D;
	width: 880px;
	height: 95px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 100px;
	color: #02738C;
	font-family: "lineBd";
	font-size: 20px;
	padding-top: 25px;
	background-image: url("../images/btn_fig.svg");
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: right 60px center;
	position: relative;
}
#michonowa .btn span {
	display: block;
	font-size: 38px;
	margin-top: 15px;
}
#michonowa .btn a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	left: 0px;
	top: 0px;
}
#michonowa .btn a:hover {
	background-color: rgba(255,255,255,0.20);
}







footer .banner {
	margin-top: 50px;
}
footer .logo {
	width: 336px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
footer small {
	font-size: 12px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
header {
	height: 11vw;
	background-color: #fff;
	position: relative;
	z-index: 99;
}
header p {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
header p img {
	width: 50%;
	position: relative;
	top: 3vw;
}





#catch {
	background-image: url("../images/main_bg_sp.png");
	height: 100vh;
	background-position: center top;
	background-size: cover;
}
#catch h1 {
	text-align: center;
	font-size: 5vw;
	font-family: 'lineBd';
	color: #00708D;
	letter-spacing: 0.2em;
	padding-top: 7vw;
}
#catch h1 img {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 90%;
	margin-bottom: -2vw;
}
#catch h1+p {
	color: #00708D;
	font-size: 5vw;
	line-height: 1.7em;
}





#about h2 {
	font-family: 'lineBd';
	font-size: 8vw;
	line-height: 1.4em;
	padding-top: 10%;
	margin-bottom: 20px;
}
#about h2+p {
	line-height: 1.9em;
}





#nayami {
	background-color: #02738C;
	margin-top: 10%;
	position: relative;
	padding-bottom: 30%;
}
#nayami::before {
	clip-path: polygon(51% 50%, 0 0, 100% 0);
	background-color: #02738C;
	height: 20vw;
	content: "";
	display: block;
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	bottom: -20vw;
	left: 0px;
	right: 0px;
}
#nayami h2 {
	font-family: 'lineBd';
	font-size: 8vw;
	line-height: 1.4em;
	padding-top: 10%;
	margin-bottom: 30%;
	color: #fff;
}
#nayami .inner {
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#nayami .inner ul {
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 334px;
}
#nayami .inner ul li:nth-of-type(1) {
	position: absolute;
	left: 5vw;
	top: -24vw;
	width: 40vw;
}
#nayami .inner ul li:nth-of-type(2) {
	position: absolute;
	right: 5vw;
	top: -24vw;
	width: 40vw;
}
#nayami .inner ul li:nth-of-type(3) {
	position: absolute;
	left: 5vw;
	bottom: -37vw;
	width: 40vw;
}
#nayami .inner ul li:nth-of-type(4) {
	position: absolute;
	right: 5vw;
	bottom: -37vw;
	width: 40vw;
}





#kaiketsu {
	padding-top: 20%;
}
#kaiketsu h2 {
	width: 70%;
	margin-left: auto;
    margin-right: auto;
}
#kaiketsu h2+p {
	font-size: 9vw;
	color: #00708D;
	font-family: 'lineBd';
	margin-top: 10%;
	line-height: 1.6em;
	text-decoration: underline;
	text-decoration-color: #FBD341;
	text-underline-offset: 7px;
	text-decoration-thickness: 6px;
	display: inline-block;
	padding-bottom: 12px;
}
#kaiketsu h2+p+p {
	line-height: 1.9em;
	margin-top: 2%;
}
#kaiketsu .flex {
	
}
#kaiketsu .flex p {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 13%;
}
#kaiketsu .flex+p {
	font-size: 3vw;
	text-align: left;
	margin-left: 5%;
    margin-right: 5%;
	margin-top: 8%;
} 





#fuyou {
	background-color: #CCE3E8;
	margin-top: 10%;
	padding-top: 10%;
	padding-bottom: 8%;
}
#fuyou h2 {
	color: #02738C;
	font-family: 'lineBd';
	font-size: 9vw;
	line-height: 1.3em;
	margin-bottom: 30px;
}
#fuyou h2+p {
	line-height: 1.9em;
}
#fuyou ul {
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
#fuyou ul li {
	background-color: #fff;
	width: 60%;
	margin-left: auto;
    margin-right: auto;
	border: 5px solid #00708D;
	font-size: 4.5vw;
	font-family: 'lineBd';
	padding-bottom: 3%;
	padding-top: 3%;
	margin-bottom: 5%;
}
#fuyou ul li img {

}
#fuyou ul li span {
	position: relative;
	top: -10px;
}





#otoku h2 {
	font-size: 9vw;
	line-height: 1.3em;
	font-family: 'lineBd';
	color: #00708D;
	padding-top: 10%;
}
#otoku .box {
	background-color: #02738C;
	margin-left: auto;
    margin-right: auto;
	color: #fff;
	position: relative;
	margin-top: 5%;
	border-radius: 10px;
	padding-top: 5%;
}
#otoku .box::after {
	clip-path: polygon(50% 90%, 0 0, 100% 0);
	width: 60px;
	height: 30px;
	background-color: #02738C;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -29px;
	margin-left: auto;
    margin-right: auto;
}
#otoku .box h3 {
	font-size: 7vw;
	font-family: 'lineBd';
	padding-top: 5%;
	margin-bottom: 30px;
}
#otoku .box ul {
}
#otoku .box ul li {
	font-size: 4.5vw;
	margin-left: auto;
    margin-right: auto;
	font-family: 'lineBd';
	width: 50%;
	height: 52px;
	line-height: 52px;
	margin-bottom: 5%;
	border: 1px solid #fff;
}
#otoku .box ul+p {
	font-size: 7vw;
	font-family: 'lineBd';
	margin-top: -2vw;
	margin-bottom: 0px;
	line-height: 1.7em;
}
#otoku .box ul+p span {
	font-size: 12vw;
}
#otoku .box ul+p+p {
	font-size: 3vw;
	padding-bottom: 8%;
}
#otoku .flex {
	background-color: #DD0011;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10%;
	border-radius: 10px;
}
#otoku .flex div {

}
#otoku .flex div p:nth-of-type(1) {
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
	top: 10vw;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	color: #DD0011;
	font-size: 5vw;
	font-family: 'lineBd';
	line-height: 1.4em;
}
#otoku .flex div p:nth-of-type(1)::after {
	clip-path: polygon(100% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: -29px;
}
#otoku .flex div p:nth-of-type(2) {
	font-size: 8vw;
	color: #FFEA31;
	font-family: 'lineBd';
	line-height: 1.6em;
	position: relative;
	margin-top: 18vw;
}
#otoku .flex div p:nth-of-type(2) span {
	font-size: 13vw;
}
#otoku .flex div p:nth-of-type(2) em {
	font-size: 9vw;
	font-family: 'lineBd';
	line-height: 1.4em;
	display: block;
	margin-top: 2%;
}
#otoku .flex .fig01 {
	position: relative;
	bottom: -12vw;
	margin-top: -11vw;
}





#plan {
	background-color: #0C99A2;
	margin-top: 12vw;
	padding-bottom: 8%;
}
#plan h2 {
	color: #fff;
	font-size: 9vw;
	line-height: 1.3em;
	font-family: "lineBd";
	padding-top: 10%;
}
#plan .flex {
	background-color: #fff;
	width: 76%;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	padding-top: 8%;
	margin-top: 5%;
}
#plan .flex dl:nth-of-type(1) {
	background-color: #16804A;
	width: 66%;
	border-radius: 5px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
	padding-bottom: 1%;
}
#plan .flex dl:nth-of-type(1) dt {
	color: #fff;
	font-size: 10vw;
	padding-top: 7%;
}
#plan .flex dl:nth-of-type(1) dd {
	color: #16804A;
	background-color: #fff;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	font-family: "lineBD";
	font-size: 6vw;
}
#plan .flex dl:nth-of-type(2) {
	background-color: #1C809D;
	width: 66%;
	margin-left: auto;
    margin-right: auto;
	border-radius: 5px;
	padding-bottom: 1%;
}
#plan .flex dl:nth-of-type(2) dt {
	color: #fff;
	font-size: 10vw;
	padding-top: 7%;
}
#plan .flex dl:nth-of-type(2) dd {
	color: #1C809D;
	background-color: #fff;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	font-family: "lineBD";
	font-size: 6vw;
}
#plan .flex p {
	text-align: left;
	line-height: 1.8em;
	margin-top: 10%;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	font-size: 3.8vw;
}





#osusume h2 {
	font-size: 9vw;
	line-height: 1.3em;
	color: #00708D;
	font-family: "lineBD";
	padding-top: 12%;
	margin-bottom: 50px;
}
#osusume .slide {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#osusume .slide h3 {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#osusume .slide .pc {
	display: none;
}
#osusume .slide+ul {
	font-size: 3vw;
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
}
#osusume .slide+ul li {
	text-indent: -1em;
	padding-left: 1em;
}





#choice {
	background-color: #004A98;
	border-radius: 10px;
	margin-left: 5%;
    margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 10%;
	padding-top: 5%;
	color: #fff;
}
#choice h2 {
	font-size: 5vw;
	font-family: "lineBD";
	line-height: 1.6em;
	margin-bottom: 3%;
}
#choice h2+p {
	line-height: 1.9em;
	padding-bottom: 25px;
}





#michonowa {
	background-color: #02738C;
	padding-top: 15%;
	padding-bottom: 15%;
}
#michonowa h2 {
	margin-left: 5%;
    margin-right: 5%;
	background-color: #FCCF4D;
	border-radius: 100px;
	position: relative;
	color: #00708d;
	font-size: 5vw;
	font-family: 'lineBd';
	padding-top: 3%;
	padding-bottom: 3%;
	line-height: 1.2em;
	margin-bottom: 10%;
}
#michonowa h2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #fbd341;
	border-bottom: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
    margin-right: auto;
	bottom: -20px;
}
#michonowa .slide2 {
	margin-left: auto;
    margin-right: auto;
}
#michonowa .slide2 .box {
	margin-left: -4vw;
	margin-right: -4vw;
}
#michonowa .slide2 .box img {
  transform: scale(.7);
  transition: transform .5s;
  height: 50vw;
}
#michonowa .slide2 .box {
}
#michonowa .slide2 .box.slick-center img {
  transform: scale(1);
}
#michonowa h3 {
	color: #fff;
	font-size: 4vw;
	font-family: "lineBd";
	margin-top: 40px;
	width: 80vw;
	margin-left: auto;
    margin-right: auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
#michonowa h3 img {
	width: 60vw;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}
#michonowa h3+p {
	width: 70vw;
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}
#michonowa h3+p+p {
	color: #fff;
	line-height: 2em;
	margin-top: 5%;
}
#michonowa h3+p+p a {
	color: #fff;
	text-decoration: none;
}
#michonowa iframe {
	width: 100%;
	height: 60vw;
	margin-top: 5%;
	margin-bottom: 5%;
}
#michonowa .btn {
	background-color: #FCCF4D;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	border-radius: 100px;
	color: #02738C;
	font-family: "lineBd";
	font-size: 4vw;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url("../images/btn_fig.svg");
	background-size: 10vw;
	background-repeat: no-repeat;
	background-position: right 5vw top 5vw;
	position: relative;
}
#michonowa .btn span {
	display: block;
	font-size: 6.5vw;
	margin-top: 3%;
}
#michonowa .btn a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	left: 0px;
	top: 0px;
}
#michonowa .btn a:hover {
	background-color: rgba(255,255,255,0.20);
}





footer .banner {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
footer .logo {
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
footer small {
	font-size: 12px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
