<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../../common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../../common/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
html {
	margin:0px;
	padding:0px;
	overflow-y : scroll;
	font-size:62.5%;
	}
body {
	margin:0 0 0 0;
	padding:0;
	font-size:1.4rem;
	font-family:'Noto Sans JP', 'Noto Sans','Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight:400;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}

h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0px;
	padding: 0px;
	clear:both;
	font-size:100%;
	line-height:160%;
	font-weight:normal;
	}
*,*::before,*::after{
	box-sizing:border-box;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	}
p {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:160%;
	}
a , a:link , a:visited {
	text-decoration:none;
	transition: all 0.2s;
	cursor: pointer;
	}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
a img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style-type: none;
}
.wrapper {
	position: relative;
	overflow-x: hidden;
}
.ctsArea{
	width: 100%;
	margin: 0 auto;
}
.ctsArea .ctsAreainner {
	max-width: 1200px;
	padding:0 50px;
	margin: 0 auto;
}
.ctsDetailinner{
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
}
@media screen and (max-width:813px){
	.ctsArea .ctsAreainner {
		width: 90%;
		padding:0;
		margin: 0 auto;
	}
	.ctsDetailinner{
		width: 100%;
		padding: 60px 0;
	}
}
/* iPad背景切れ対策 */
@media screen and (min-width:813px){
	body{
		min-width:1200px;
	}
}

/* フォント*/
.fontEN {
	font-family: sans-serif;
	letter-spacing:0em;
	transform: scale(1 , 0.7); 
	}
.bold {
	font-weight:bold;
	}

/*PC・スマホ 表示/非表示*/
.sp {
	display:none;
	}

@media screen and (max-width: 812px)  {
.sp {
	display:block;
	}
.pc {
	display:none;
	}
}

/*header
------------------------------------------------------------------------------------------------------*/
#header{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}
.headerLogoArea{
	margin: 20px 0 0 20px;
	display: flex;
	align-items: center;
}
.headerLogo {
	width: 170px;
	margin: 0 20px 0 0;
}
.headerLogo img{
	width: 100%;
}
.headerTxt {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
.headerTxt a{
	color: #000;
}
@media screen and (max-width: 812px) {
	.headerLogoArea{
		margin: 15px 0 0 15px;
		display: block;
	}
	.headerLogo {
		width: 120px;
		margin: 0 10px 5px 0;
	}
	.headerTxt {
		font-size: 1.1rem;
		line-height: 1.3;
	}
}
/* subNav */
.subNav{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 80px;
}
#subNavTop{
	top: 0;
}
#subNavBtm{
	top: -37px;
}
.subNavItem:first-of-type{
	margin-right: 10px;
}
a.subNavBtn{
	display: inline-block;
	padding: 12px 25px 12px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
#subNavBtm a.subNavBtn{
	border-radius: 5px 5px 0 0;
}
a.subNavBtn::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	margin-top: -2px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:8px;
}
.subNavBtn01{
	background-color: #00408e;
}
.subNavBtn02{
	background-color: #ff8b02;
}
@media screen and (max-width:812px){
	.subNav{
		display: none;
	}
	.subMenu__item{
		width: calc((100% - 10px)/2);
		margin-top: 10px;
		margin-right: 10px;
	}
	a.subMenu__btn{
		padding: 12px;
		font-size: 1.3rem;
	}
}
.gNaviIcon {
	position:fixed;
	top:0;
	right: 0;
	z-index: 500;
	padding: 25px 25px;
	cursor: pointer;
/*	z-index: 101;*/	
}
a.gNaviIcon.active {
	background: #fff;
}
.gNaviIcon,
.gNaviIcon span {
	display: inline-block;
	transition: all .4s;
}
.gNaviIcon span {
	position: absolute;
	top: 18px;
	left: 50%;
	width: 24px;
	height: 2.5px;
	background-color: #0aacbd;
	margin: 0 0 0 -12px;
}
.gNaviIcon span:nth-of-type(1) {
	top: 16px;
}
.gNaviIcon span:nth-of-type(2) {
	top: 24px;
}
.gNaviIcon span:nth-of-type(3) {
	top: 32px;
}
.gNaviIcon span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2.5px;
	background-color: #0aacbd;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #0aacbd;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
	background-color: #0aacbd;
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
	background-color: #0aacbd;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}
.gNaviIcon.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}
.gNaviAreaOut {
	position:absolute;
	top: 0;
}
.gNaviArea {
	width: 100%;
	background:rgba(255,255,255,0.95);
	position:fixed;
	top: 0;
	left: 0;
	transform: translateY(-101vh);
	opacity: 0;
	transition: 0.3s;
	z-index: 499;
}
.gNaviArea.active{
	transform: translateY(0vh);
	opacity: 1;
}
.gNaviInner {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 40px 20px;
}
.gNaviInner .titLogo{
	margin: 0 0 40px 0;
	max-width: 500px;
}
.gNaviInner .titLogo img{
	width: 100%;
}
.gNaviInner .gNaviList{
	margin: 0 0 40px 0;
}
.gNaviInner ul &gt;lo &gt;a,
.gNaviInner .gNaviList li a{
	display: inline-block;
	color: #000;
	position: relative;
	font-size: 118%;
	font-weight: bold;
	width: 100%;
}
.gNaviInner .gNaviList li a {
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
}
.gNaviInner .gNaviList li a span{
	font-size: 80%;
	margin: 0 0 0 10px;
	color: #0aacbd;
}
@media screen and (max-width:812px){
	.gNaviInner ul &gt;lo &gt;a,
	.gNaviInner .gNaviList li a{
		font-size: 110%;
	}
	.gNaviInner .gNaviList li a {
		flex-direction: column;
		align-items: flex-start;
	}
	.gNaviInner .gNaviList li a span{
		font-size: 72%;
		margin: 0;
		color: #0aacbd;
	}
}
.gNaviInner .gNaviList li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0aacbd;
	border-right: 2px solid #0aacbd;
	transform: rotate(45deg);;
	transition: transform 0.3s;
	margin: -7px 0 0 0;
}
.gNaviInner .menuListTit {
	color: #0aacbd;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}
.gNaviInner .menuList {
	margin: 12px 0 0 0;
}
.gNaviInner .menuList li a {
	display: inline-block;
	position: relative;
	font-size: 118%;
	font-weight: bold;
	background: #0aacbd;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
/*.gNaviInner .menuList.clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/
.gNaviInner .menuList.clm2 li {
	width: 100%;
	margin: 0px 0 10px 0;	
}
.gNaviInner .menuList.clm2 li a{
	display: inline-block;	
}
/*.gNaviInner .menuList.clm2 li:nth-last-child(2):nth-child(odd){
	margin: 0px 0 34px 0;	
}*/
/*IE*/
/*
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}
*/

/*kv
--------------------------------------------*/
#kv{
	background: url("../images/kv_bg_pc.png") center center no-repeat;
	background-size: cover;
	min-width: 1200px;
	height: 812px;
}
.kvInner {
	width: 1200px;
	padding: 0 80px 0 80px;
	margin: 0 auto;
}
.kvInner .kvTitArea {
	width: 100%;
	display: inline-block;
	margin:80px 0 0 0;
}
.kvInner .kvTitArea img{
	width: 100%;
}
.kvInner .kvInfoArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kvInner .kvInfoArea .kvPh {
	width: 430px;
}
.kvInner .kvInfoArea .kvPh img{
	width: 100%;
}
.kvInner .kvInfoArea .kvTxt .Tit{
	font-size: 3rem;
	color: #fff;
	letter-spacing: 0.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 18px 0;
}
.kvInner .kvInfoArea .kvTxt .Txt{
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	font-weight: normal;
	line-height: 1.6;
}
@media screen and (max-width:812px){
	#kv{
		background: url("../images/kv_bg_sp.png") center center no-repeat;
		background-size: cover;
		min-width: 280px;
		height: 100%;
	}
	.kvInner {
		width: 100%;
		padding: 0 20px 40px 20px;
		height: 100%;
	}
	.kvInner .kvTitArea {
		width: 95%;
		max-width: 400px;
		display: block;
		margin: 0 auto;
		padding: 100px 0 30px 0;
		position: relative;
		z-index: 1;
	}
	.kvInner .kvInfoArea .kvPh {
		width: 100%;
	}
	.kvInner .kvInfoArea{
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.kvInner .kvInfoArea .kvTxt {
		margin: 0 0 20px 0;
	}
	.kvInner .kvInfoArea .kvTxt .Tit{
		font-size: 2rem;
	}
	.kvInner .kvInfoArea .kvTxt .Txt{
		font-size: 1.6rem;
	}
}
/*listArea
--------------------------------------------*/
.listAreaBg {
	background: url(../images/listarea_bg.png) top center repeat;
	background-size: 1400px;
	min-width: 1200px;
	padding: 54px 0;
}
.listInner {
	width: 1200px;
	padding: 0 80px 0 80px;
	margin: 0 auto;
}
.listInner .listTitArea {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
	margin: 0 0 54px 0;
}
.listInner .listTitArea .marker{
	display: inline-block;
	background: linear-gradient(transparent 80%, #ffee00 80%);
}
.listInner .listInfoArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.listInner .listInfoArea::after{
	content: "";
	display: block;
	width: calc((100% - 8rem) / 3);
}
.listInner .listInfoArea .listItem{
	width: calc((100% - 80px)/3);
	margin: 0 0 46px 0;
}
.listInner .listInfoArea .listItem .listPh {
	width: 100%;
}
.listInner .listInfoArea .listItem .listPh img{
	width: 100%;
}
.listInner .listInfoArea .listItem .listTxt{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 5px 0 0 0;
}
.listInner .listInfoArea .listItem .listTxt .listname{
	font-size: 1.6rem;
	font-weight: bold;
}
.listInner .listInfoArea .listItem .listTxt .listname span{
	font-size: 1.2rem;
	margin: 0 0 0 4px;
}
.listInner .listInfoArea .listItem .listTxt .listnameLong span{
	font-size: 1.1rem;
}
.listInner .listInfoArea .listItem .listTxt .listPeriod{
	font-size: 1.2rem;
	font-weight: bold;
	color: #e85467;
}
.listBtnArea {
	margin: 20px auto;
	display: block;
}
a.listBtnLink{
	display: block;
	width: 400px;
	padding: 18px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 50px;
	background: #eb637d;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.2rem;
}
p.listBtnNotes {
	font-size: 1.2rem;
	text-align: center;
	color: #eb637d;
	margin: 8px 0 0 0;
}
@media screen and (max-width:812px){
	.listAreaBg {
		background: url(../images/listarea_bg.png) top center repeat;
		background-size: 100%;
		min-width: 280px;
		padding: 30px 0;
	}
	.listInner {
		width: 100%;
		padding: 0 20px;
	}
	.listInner .listTitArea {
		font-size: 2.2rem;
		margin: 0 0 30px 0;
	}
	.listInner .listInfoArea::after{
		content: "";
		width: calc((100% - 1.5rem) / 2);
	}
	.listInner .listInfoArea .listItem{
		width: 48%;
		margin: 0 0 20px 0;
	}
	.listInner .listInfoArea .listItem .listTxt{
		display: block;
	}
	.listInner .listInfoArea .listItem .listTxt .listname{
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.listInner .listInfoArea .listItem .listTxt .listnameLong span{
		font-size: 1.2rem;
	}
	.listInner .listInfoArea .listItem .listTxt .listPeriod{
		font-size: 1.1rem;
	}
	.listBtnArea {
		margin: 10px auto;
	}
	a.listBtnLink{
		width: 100%;
		max-width: 380px;
		font-size: 1.6rem;
		padding: 15px;
	}
	p.listBtnNotes {
		font-size: 1.1rem;
	}
}
/*btnArea
--------------------------------------------*/
.btnAreaBg {
	background: #fff;
	padding: 70px 0 100px 0;
}
.btnInner {
	width: 1200px;
	padding: 0 80px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align: center;
}
a.btnLink{
	display: block;
	width: 400px;
	padding: 18px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 50px;
	background: #0aacbd;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.2rem;
}
.btnInner .btn .btnTxt{
	margin:0 0 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.btnInner .btn:first-of-type{
	margin:0 65px 0 0;
}
@media screen and (max-width:812px){
	.btnAreaBg {
		padding: 40px 0 65px 0;
	}
	.btnInner {
		width: 100%;
		padding: 0 20px;
		display: block;
	}
	a.btnLink{
		width: 100%;
		max-width: 380px;
		font-size: 1.6rem;
		padding: 15px;
		line-height: 1.3;
	}
	.btnInner .btn .btnTxt{
		margin:0 0 5px 0;
		font-size: 1.6rem;
	}
	.btnInner .btn:first-of-type{
		margin:0 auto 20px auto;
	}
	.btnInner .btn:first-of-type a.btnLink{
		margin:0 auto;
	}
}
/*footer
--------------------------------------------*/
#footer{
	color: #fff;
	background: #0aacbd;
	background-size: cover;
	position: relative;
}
.footerinner {
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 30px;
}
.footerLogo img {
	width: 200px;
}
.footerTop{
	margin: 0 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
}
.footerLogo {
	display: flex;
	align-items: center;
}
.footerLogo img{
	margin: 0 20px 0 0;
}

a.footerTxtLink{
	padding: 0 0 0 20px;
	color: #fff;
	position: relative;
}
.footerTxtLink::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.footerTxtLink::after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #0aacbd;
	border-right: 1px solid #0aacbd;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
 	left: 5px;
}
.footerBtm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#footerList{
	display: flex;
}

#footerList li{
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	font-size: 1.3rem;
	position: relative;
}
#footerList li:last-of-type{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerList li::after{
	content:'|';
	position: absolute;
	right: 0;
}
#footerList li a{
	color: #fff;
	text-decoration: underline;
}
#footerList li a:hover{
	opacity: 1.0;
	text-decoration: none;
}
#footerList li:last-of-type::after{
	content:none;
}
@media screen and (max-width: 812px)  {
	#footer{
	display: block;
	text-align: center;
	}
	.footerinner {
	min-width: 100%;
	padding: 20px 10px;
	}
	.footerTop{
	display: block;
	}
	.footerLogo {
	display: block;
	margin: 0 0 10px 0;
	}
	.footerLogo img{
	width: 150px;
	margin: 0 0 5px 0;
	}
	.footerLogo p{
	font-size: 1.2rem;
	}
	.footerBtm{
	display: block;
	}
	a.footerTxtLink{
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	}
	#footerCopyright{
	margin: 10px 0 0;
	font-size: 1.3rem;
	}
	#footerList{
	-ms-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
	}
	#footerList li{
	margin: 0 10px 5px 0;
	padding: 0 15px 0 0;
	font-size: 1.2rem;
	}
	#footerList li:last-of-type{
	margin: 0 0 5px 0;
	}
}
/*--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 141px;
	right: 20px;
	z-index: 400;
}
#page-top img {
	width: 50px;
	height: 50px;
	display: block;
}
.fadeIn_up {
  opacity: 0;
  transition: 1s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
@media screen and (max-width: 812px)  {
#page-top {
	bottom: 5%;
	}
#softcream-top {
	width: 160px;
	position:absolute;
	bottom:44px;
	right: 50%;
	transform: translate(50%,0);
	}
}</pre></body></html>