<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}
#header {
	padding-top: 155px;
	height: 641px;
	margin-bottom: 190px;
	background-image: url(../img/main_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#header .main {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header .main .title a {
	background-image: url(../img/main_title.png);
	background-repeat: no-repeat;
	height: 139px;
	width: 576px;
	position: absolute;
	left: -10px;
	top: 0px;
}
#header .main .catch {
	position: absolute;
	left: -3px;
	top: 190px;
	color: #1E97D4;
}

#header .main .catch .text1 {
	background-image: url(../img/main_text1.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 296px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	text-indent: -9999em;
}
#header .main .catch p {
	font-size: 30px;
	line-height: 130%;
	font-weight: bold;
	text-indent: -0.5em;
}
#header .main .illust1 {
	position: absolute;
	right: 5px;
	top: -28px;
}
#header .main .timeline {
	position: absolute;
	right: -20px;
	top: 190px;
	color: #1E97D4;
	text-align:center;
}
#header .main .timeline .text3 {
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}
#header .main .timeline .img1 {
	display: block;
	line-height: 0px;
	position: relative;
}
#tab {
	position: absolute;
	z-index: 9999;
	top: 160px;
	right: 0px;
	width: 67px;
}
#tab ul li {
	margin-bottom: 10px;
	position: relative;
	width:67px;
}
#tab ul li#tab_01 {
	height: 224px;
}
#tab ul li#tab_02 {
	height: 337x;
}
#tab ul li a {
	background-repeat: no-repeat;
	background-position: left top;
	width: 97px;
	height: 224px;
	text-indent: -9999em;
	position: absolute;
	transition: 0.4s;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#tab ul li a:hover {
	left: -20px;
}
#tab ul #tab_01 a {
	background-image: url(../common/img/tab_01.png);
	height: 224px;
}
#tab ul #tab_02 a {
	background-image: url(../common/img/tab_02.png);
	height: 337px;
}
#tab ul #tab_02 a br {
	display:none;
}





#g_nav {
	bottom: -190px;
}
#g_nav ul li a {
	height: 180px;
	padding-top: 120px;
	padding-bottom: 30px;


}

#top_contents {
	background-color: #61b6e1;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content01 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#content01 .wrapper {
	width: 100%;
	position: relative;
}
#content01 .ttl {
	background-image: url(../img/m01.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999em;
	overflow: hidden;
	position: relative;
	height: 48px;
	margin-bottom: 25px;
}
#content01 ul {
	box-sizing: border-box;
	width: 100%;
	min-height: 255px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px 20px 0 0;
	padding-top: 30px;
	padding-right: 320px;
	padding-bottom: 30px;
	padding-left: 45px;
}
#content01 ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/marker1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
#content01 .wrapper .illust_01 {
	position: absolute;
	bottom: 0px;
	right: -65px;
	height: 272px;
	width: 379px;
	background-image: url(../img/illust_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	display: block;
}
#content01 .list {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 20px;
}

#content01 .list .item {
	width: 480px;
	position: relative;
	margin-bottom: 40px;
	background-color: #1F97D4;
}
#content01 .list .item .num {
	box-sizing: border-box;
	width: 52px;
	border-radius: 26px;
	border: 6px solid #FFCC00;
	background-color: #FF9900;
	height: 52px;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 5px;
	top: -26px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
#content01 .list .item .photo {
	line-height:0;
}
#content01 .list .item .text {
	height:70px;
	width:100%;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
}
#content01 .list .item .text p {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #FFF;
}



#content02 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#content02 .wrapper {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background-color: #1E97D4;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	border-radius: 0 0 20px 20px;
}
#content02 .wrapper .ttl {
	font-size: 37px;
	line-height: 100%;
	font-weight: bold;
	color: #E5FFCC;
	margin-left: 108px;
	margin-bottom: 3px;
	text-indent:10px;
	padding-bottom:20px;
}
#content02 .wrapper .ttl em {
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	background-image: url(../img/donna_dukisashi.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 51px;
	width: 361px;
	display: block;
	line-height: 51px;
	text-align: center;
	padding-left: 20px;
	position: relative;
	text-indent:0;
	margin-top:5px;
}

#content02 .wrapper .lead {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-left: 110px;
	margin-bottom: 1em;
}
#content02 .wrapper .illust_02 {
	position: absolute;
	left: 10px;
	top: -6px;
}



#content02 .wrapper .case {
	box-sizing: border-box;
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;

}
#content02 .wrapper .case .item {
	box-sizing: border-box;
	width: 292px;
	background-color: #FFF;
	padding-bottom: 70px;
	position: relative;
	border-radius: 0 0 6px 6px;
}
#content02 .wrapper .case .item .img {
	line-height: 0px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content02 .wrapper .case .item .ttl_02 {
	font-size: 24px;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
#content02 .wrapper .case .item p {
	margin-left:20px;
	margin-right:20px;
}
#content02 .wrapper .case .item:nth-of-type(1) .ttl_02 {
	color:#C6489E;
}
#content02 .wrapper .case .item:nth-of-type(2) .ttl_02 {
	color:#30BB91;
}
#content02 .wrapper .case .item:nth-of-type(3) .ttl_02 {
	color:#95B4DC;
}
#content02 .wrapper .case .item .btn {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#content02 .wrapper .case .item .btn a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 53px;
	padding-top: 1px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 6px 6px;
	text-decoration: none;
	transition:0.4s;
}
#content02 .wrapper .case .item .btn a:hover {
	opacity:0.7;
}
#content02 .wrapper .case .item:nth-of-type(1) .btn a {
	background-color: #B42E91;
}
#content02 .wrapper .case .item:nth-of-type(2) .btn a {
	background-color: #22B684;
}
#content02 .wrapper .case .item:nth-of-type(3) .btn a {
	background-color: #0078C1;
}
#content02 .btn_01 {
	display: block;
	margin-top: 40px;
	border-radius: 6px;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#content02 .btn_01 a {
	font-size: 20px;
	line-height: 64px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	background-image: url(../img/btn_01_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: contain;
	padding-top: 1px;
	border-radius:6px;
	transition:0.4s;
}

#content02 .btn_01 a:hover {
	opacity:0.8;
}






.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#header {
	padding-top: 120px;
	height: 1050px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #66d1f4;
}
#header .main {
	width: 100%;
}
#header .main .title a {
	position: absolute;
	left: 20px;
	top: 5px;
}
#header .main .catch {
	left: 20px;
	top: 175px;
	text-align: center;
	width:600px;
}
#header .main .catch .text1 {
	margin-right: auto;
	margin-left: auto;
}
#header .main .illust1 {
	right: 0px;
	top: 330px;
	width:100%;
	text-align:center;
}
#header .main .illust1 img {
	width:480px;
	height:auto;
}
#header .main .timeline {
	right: 0px;
	top: 610px;
	width:100%;
}
#header .main .timeline .text3 {
	font-size: 25px;
	padding-bottom: 15px;
}
 
#tab {
	display:none;
}
#g_nav ul li {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	width: 158px;
}
#g_nav ul li:first-child {
	border-left-width: 0px;
}
#g_nav ul li:last-child {
	border-right-width: 0px;
}

#g_nav ul li:nth-child(2n+1) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#g_nav ul li:nth-child(2n) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#g_nav ul li a {
	height: 200px;
	padding-top: 110px;
	padding-bottom: 30px;
	background-position: center 15px;

}
#g_nav ul li a strong {
	font-size:24px;

}

#top_contents {
	padding-top: 30px;
	padding-bottom: 30px;
}
#content01 {
	width: 600px;
}
#content01 .ttl {
	background-size:contain;
	height: 48px;
	margin-bottom: 10px;
}
#content01 ul {
	padding-top: 15px;
	padding-right: 220px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#content01 ul li {
	font-size: 24px;
	background-position: left 7px;
}
#content01 .wrapper .illust_01 {
	width:240px;
	height:500px;
	right: -25px;
	bottom: 25px;
}
#content01 .wrapper .illust_01 img {
	width:100%;
	height:auto;
}


#content01 .list {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 40px;
}

#content01 .list .item {
	width: 600px;
	position: relative;
	margin-bottom: 50px;
	background-color: #1F97D4;
}
#content01 .list .item .num {
	box-sizing: border-box;
	width: 72px;
	border-radius: 36px;
	border: 9px solid #FFCC00;
	height: 72px;
	font-size: 42px;
	left: 10px;
	top: -36px;
	padding-bottom: 0px;
}
#content01 .list .item .photo img {
	width:100%;
	height:auto;
}
#content01 .list .item .text {
	box-sizing:border-box;
	height: auto;
	width:100%;
	display:block;
	padding:20px;
}
#content01 .list .item .text p {
	font-size: 25px;
}



#content02 {
	width: 600px;
}
#content02 .wrapper {
	padding: 20px;
}
#content02 .wrapper .lead {
	font-size: 24px;
	line-height:140%;
}
#content02 .wrapper .illust_02 {
	left: -10px;
	top: -0px;
}

#content02 .wrapper .case .item {
	width: 100%;
	padding-bottom:90px;
	margin-bottom:20px;
}
#content02 .wrapper .case .item .ttl_02 {
	font-size: 28px;
	margin-bottom: 13px;
}
#content02 .wrapper .case .item .ttl_02 br {
	display:none;
}

#content02 .wrapper .case .item .btn a {
	font-size: 26px;
	line-height: 73px;
}
#content02 .btn_01 {
	width:600px;
	border-radius:10px;
}
#content02 .btn_01 a {
	font-size: 28px;
	line-height: 84px;
	border-radius:10px;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}
</pre></body></html>