<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *?600px：SP
 *600px?タブレット
 *960px?小型PC
 *1280px?大型PC
==================*/

	
	/*追加 Infoarea*/
.infoarea {
	background-color: hsla(0,0%,98%,1.00);
	padding: 60px 30px 60px;
}
	/**/


/*　画面サイズが1280px以上　*/
.typewriter{
    visibility: hidden;
}
.typewriter-load{
    display: none;
}

/*** 動画部分 ****/
.mainVisual {
    position: relative;
}
/*
.mainVisual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/cmn/video-pattern01.png) repeat top left;
    z-index: 1;
}*/
.mainVisual video {
    position: relative;
    width: 100%;
    z-index: -1;
}
.mainVisual .typewriter {
    position: absolute;
    top: 19%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #02174F;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
/*	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9); */
}

.main {
	background-color: #24A3D2;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 8%;
	padding-right: 8%;
	margin-top: -12px;
}
.main p {
	line-height: 1.7em;
}
.maintitle {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
.subnav {
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	margin-bottom: -12px;
}
.subnav div {
	width: 50%;
}
.subnav .txt-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4%;
	padding-left: 4%;
	padding-right: 2%;
	position: relative;
}
.subnav div h2 {
	font-weight: bold;
	font-size: 20px;
}
.subnav div ul {
	margin-top: 20px;
}
.subnav div ul li {
	font-weight: normal;
	line-height: 1.8em;
}
.subnav .txt-area .btn {
	position: absolute;
	right: 30px;
	bottom: 35px;
}
.subnav .txt-area .btn a {
	background-color: #24A3D2;
	border-radius: 17px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 4px;
	line-height: 1em;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FFFFFF;
}
.subnav .txt-area .btn a:hover{
	background-color: #41CBC9;
}

#subnav01,#subnav03 {
	flex-direction: row-reverse;
}
#subnav03 {
	margin-bottom: -162px;
}

@media screen and (max-width:1024px){
.mainVisual .typewriter {
    font-size: 25px;
    letter-spacing: normal;
    line-height: 1.4em;
}
	}
@media screen and (max-width:960px){
.mainVisual .typewriter {
    font-size: 19px;
}
.main {
	padding-left: 6%;
	padding-right: 6%;
	font-size: 14px;
}

.subnav .txt-area {
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	line-height: 1.5em;
}	
.subnav div h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.subnav div ul {
	margin-top: 15px;
}
.subnav div ul li {
	font-size: 12px;
	line-height: 1.6em;
}
.subnav .txt-area .btn {
	position: absolute;
	right: 15px;
	bottom: 25px;
}
.subnav .txt-area .btn a {
	font-size: 11px;
	color: #FFFFFF;
}

}
@media screen and (max-width:767px){
.mainVisual .typewriter {
	top: 22%;
	color: #525D67;
	font-size: 22px;
	text-align: left;
	left: 6%;
	position: absolute;
	width: 100%;
	z-index: 2;
	letter-spacing: normal;
	line-height: 1.8em;
	font-weight: bold;
}
	.main {
	text-align: left;
	font-size: 14px;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
}
.main p {
	line-height: 1.7em;
}
.maintitle {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.top {
	background-color: #E7EAEB;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: -120px;
}


.subnav {
	display: block;
	padding-bottom: 0px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;*/
	margin-top: px;
	background-color: #FFFFFF;
}
.subnav div {
	padding-bottom: 0px;
	width: 100%;
}
/*.subnav .txt-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4%;
	padding-left: 4%;
	padding-right: 2%;
	position: relative;
}
.subnav div h2 {
	font-weight: bold;
	font-size: 20px;
} 
.subnav div ul {
	margin-top: 20px;
}
.subnav div ul li {
	font-weight: normal;
	line-height: 1.8em;
}*/
.subnav .txt-area .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.subnav .txt-area {
	padding-bottom: 80px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
.subnav .txt-area .btn a {
	background-color: #24A3D2;
	border-radius: 17px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 4px;
	line-height: 1em;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FFFFFF;
}
.subnav .txt-area .btn a:hover{
	background-color: #7ECCE8;
}

#subnav01,#subnav03 {
	flex-direction: row-reverse;
}*/
#subnav03 {
	margin-bottom: 0px;
}

	}
@media screen and (max-width:600px){
.mainVisual .typewriter {
	font-size: 16px;
}
}	
</pre></body></html>