@charset "utf-8";
/* CSS Document */
html {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #333333;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	background: url("image/main_bg.jpg") top center fixed no-repeat #A1DDF7;
	background-size: cover;
	color: #333333;
	letter-spacing: 0.02em;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
p {
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 1.4em;
}
p:last-child {
	margin-bottom: 0!important;
}

a {
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}



h2, h3 {
}
h2 {
	margin-bottom: 34px;
}
h3 {
	margin-bottom: 34px;
}
.wrap {
	padding: 5%;
	border-radius: 10px;
}

@media screen and (max-width: 780px) { /*-----------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.01em;
	}
	p {
		line-height: 1.8;
	}
}
@media screen and (max-width: 620px) { /*-----------------SP----- */
	body {
		background: none;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}


main {
	max-width: 620px;
	margin: 0 auto;
	background-color: #fff;
	padding: 100px 0 0;
}
@media screen and (max-width: 580px) { /*-----------------SP----- */
main {
	padding: 72px 0 0;
}
}

/* header
--------------------------------------------------------*/
header {
	background-color: #60BCFF;
	position: fixed;
	top: 0;
	max-width: 620px;
	width: 100%;
	padding: 12px 20px;
	z-index: 99999;
}
header .head_logo {
	max-width: 360px;
	margin: 0 auto 12px;
}
header .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px;
}
header .nav li {
	line-height: 1;
}
header .nav a  {
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 580px) { /*-----------------SP----- */
header {
	padding: 10px 14px;
}
header .head_logo {
	max-width: 220px;
	margin: 0 auto 8px;
}
header .nav {
	margin: 0;
}
header .nav a  {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
}

/* mv
--------------------------------------------------------*/
.sec_mv {
	background-color: #60BCFF;
	background-image: url("image/mv_bg.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 60px 5% 50px;
}
.mv_img {
	max-width: 420px;
	margin: 0 auto 10px;
}
.sec_mv h1 {
	font-size: 2.0rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.sec_mv h1 span  {
	font-size: 1.5rem;
	display: block;
}
@media screen and (max-width: 580px) { /*-----------------SP----- */
.mv_img {
	max-width: 280px;
}
}


/* sec01
--------------------------------------------------------*/
.sec01 {
	background: url("image/sec01_bg.png") top center repeat-y #FFF198;
	background-size: contain;
	padding: 40px 5% 50px;
}
.sec01 .wrap {
	background: #FFCA4E;
}
.sec01_txt {
	background-color: #fff;
	border-radius: 10px;
	padding: 14px 20px;
	margin-bottom: 44px;
}
.profile_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.sec01_img {
	width: 40%;
	margin: 0;
}
.profile1 {
	width: 52%;
}
.profile1 dt {
	background: #fff;
	border-radius: 100px;
	line-height: 1;
	padding: 6px 0;
	margin-bottom: 4px;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
}
.profile1 dd {
	font-weight: 900;
	text-align: center;
	margin-bottom: 16px;
}
.profile1 dd:last-child {
	margin-bottom: 0;
}
.profile2 {
}
.profile2 dt {
	background: #fff;
	border-radius: 100px;
	line-height: 1;
	padding: 6px 0;
	margin-bottom: 4px;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
}
.profile2 dd {
	font-weight: 900;
}
h3#family {
	padding-top: 50px;
}
.family {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.family li {
	width: calc( 100% / 3 - 10px );
	text-align: center;
	font-weight: 900;
	margin-bottom: 14px;
	line-height: 1.2;
}
.family li img {
	margin-bottom: 2px;
}
@media screen and (max-width: 580px) { /*-----------------SP----- */
.profile_wrap {
	display: block;
}
.sec01_img {
	width: 50%;
	margin: 0 auto 20px;
}
.profile1 {
	width: 100%;
}
.family li {
	font-size: 1.2rem;
}
}


/* sec02
--------------------------------------------------------*/
.sec02 {
	background: url("image/sec02_bg.png") top center repeat-y #CEEDFF;
	background-size: contain;
	padding: 50px 5%;
}
.sec02 .wrap {
	background: #60BCFF;
	padding-bottom: 40px;
}
.fav1 {
	display: flex;
	margin-bottom: 36px;
}
.fav2 {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.fav_txt {
	width: 57%;
}
.fav_txt h3 {
	margin-bottom: 10px;
}
.fav_img {
	width: 43%;
	padding: 0 5%;
}
.sec02_btn {
	max-width: 280px;
	margin: 0 auto;
}
.sec02_btn a {
	display: block;
	background: #F780A0;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 16px 0;
}
@media screen and (max-width: 580px) { /*-----------------SP----- */
.fav1 .fav_img {
	padding: 2% 0 0 5%;
}
.fav2 .fav_img {
	padding: 2% 5% 0 0;
}
.fav_txt {
	font-size: 1.4rem;
	line-height: 1.6;
}
}


/* sec03
--------------------------------------------------------*/
.sec03 {
	background: url("image/sec03_bg.png") top center repeat-y #9DE274;
	background-size: contain;
	padding: 50px 5%;
}
.sec03_photo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
}




/* sec04
--------------------------------------------------------*/
.sec04 {
	background: url("image/sec04_bg.png") center -16px #FFFFB1;
	background-size: contain;
	padding: 50px 5%;
}
.sec04 .wrap {
	background: #FFEF83;
	padding: 40px 5%;
}
.sec04 h2 {
	margin-bottom: 16px;
}
.sec04 p {
	text-align: center;
	margin-bottom: 20px;
}
.sec04 ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 20px;
}
.sec04 li {
	text-align: center;
	font-weight: 900;
}
.sec04 li img {
	margin-bottom: 6px;
}
.sec04_bnr {
	margin-top: 30px;
}



/* sec05
--------------------------------------------------------*/
.sec05 {
	padding: 50px 10%;
}
.sec05 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.sec05 ul li {
	width: 48%;
}
.sec05 h3 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: 50px;
}
.img_suzuki {
	max-width: 340px;
	margin: 0 auto 30px;
}
.sec05_btn {
	max-width: 380px;
	margin: 0 auto;
}
.sec05_btn a {
	display: block;
	background: #006D4B;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 16px 0;
}



/* sec06
--------------------------------------------------------*/
.sec06 {
	background-color: #FFEF60;
	padding: 5%;
}
.sec06 p {
	margin-bottom: 20px;
}
.sec06 ul {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}





/* footer
--------------------------------------------------------*/
footer {
	background-color: #60BCFF;
    padding: 30px 5%;
}
.copy {
    text-align: center;
    font-size: 1.1rem;
	font-weight: 600;
    line-height: 1;
	color: #fff;
}
