@charset "utf-8";

/*エントリー*/

#mv {
    position: relative;
	width: 100%;
	background: url(../images/mv.jpg) no-repeat center top;
	background-size: cover;
}
#mv .container {
	height: 750px;
}

#mv #h_logo {
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 20px;
}
#mv h1 {
	color: #004FA5;
}
#mv .mv_catch {
	position: absolute;
	top: 210px;
	right: 0;
}
#mv .mv_staf {
	position: absolute;
    text-align: center;
    bottom: 40px;
    right: 130px;
}
#mv .mv_staf::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: -160px;
    margin-top: -100px;
    width: 150px;
    height: 150px;
    background: url(../common_img/pmark.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}
#mv .mv_staf p {
    font-size: 2rem;
    color: #013995;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    padding: 3px 10px;
    margin-bottom: 10px;
    background: #fff;
}
#mv .mv_about {
	position: absolute;
	bottom: 30px;
	right: 25px;
	text-align: right;
}
#mv .mv_about .ttl{
	width: 260px;
	float: right;
	margin-bottom: 15px;
}
#mv .mv_about .comment {
	clear: right;
}
#mv .mv_about .comment p{
	color: #164389;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
#mv .mv_circle {
	position: absolute;
	top: 70px;
	left: 40px;
}


/*共通*/

#toppage .ttl h2{
}
#toppage .ttl p{
}

/*News*/

#topics {
	position: relative;
	background: #f1fbff;
	border-bottom: 1px solid #91d0e9;
}
#topics::before,
#topics::after {
	position: absolute;
	content: '';
	display: block;
}
#topics::before {
	top: 0;
	right: 50%;
	margin-right: 450px;
	width: 100%;
	height: 70px;
	background: #fff;
}
#topics .ttl {
	position: relative;
	float: left;
	text-align: center;
	width: 100px;
	height: 70px;
}
#topics .ttl::before,
#topics .ttl::after {
	position: absolute;
	content: '';
	display: block;
}
#topics .ttl::before {
	top: 0;
	right: -36px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #91d0e9;
}
#topics .ttl::after {
	top: 0;
	right: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #ffffff;
}
#topics .ttl h2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 21px;
	padding-left: 40px;
}
#topics #nProgram {
	position: relative;
	float: left;
	width: 1000px;
}
#topics dl {
	overflow-y: scroll;
	height: 70px;
	margin: 0 170px 0 62px;
	line-height: 1.5;
}

#topics dt {
    float: left;
	width: 94px;
	text-align: center;
	color: #fff;
	background: #fe83a9;
	margin-top: 25px;
}
#topics dd {
    position: relative;
    padding: 25px 0 0 112px;
}
#topics dd a {
    text-decoration: none;
	color: #018dc7;
}
#topics dd a:hover {
    text-decoration: underline;
}
#topics #nProgram .btn_list {
	position: absolute;
	top: 24px;
	right: 60px;
}
#topics #nProgram .btn_list a{
	position: relative;
	display: block;
	width: 100px;
	line-height: 25px;
	padding-left: 15px;
	color: #26b9eb;
	text-align: center;
	background: #fff;
	border: 1px solid #26b9eb;
	font-size: 1.1rem;
	font-weight: bold;
}
#topics #nProgram .btn_list a::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #50c5ec;
}

/*Sec01*/
#sec01 {
	position: relative;
	padding: 80px 0 60px;
}
#sec01::before {
	position: absolute;
	content: '';
	display: block;
	top: 57px;
	left: 50%;
	width: 603px;
	height: 100%;
	background: url(../images/img_about02.png) no-repeat right top;
}
#sec01 .ttl {
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
}
#sec01 .ttl h2 {
	color: #013995;
	font-size: 3.5rem;
	font-weight: bold;
}
#sec01 .ttl p {
	padding-left: 10px;
}
#sec01 .comment {
	width: 520px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 1.875;
	font-size: 1.6rem;
	font-weight: bold;
}
#sec01 .comment span{
	border-bottom: 3px solid #EFDE2A;
}

#sec01 .caution2 {
	position: relative;
	margin: 40px 0 0;
	width: 830px;
}
#sec01 .caution2 .h24 {
	position: absolute;
	top: -0;
	right: -180px;
}
/*Sec02*/
#sec02 {
	padding: 80px 0 50px;
	background-image: url(../images/bg_sec02.png);
	background-position: center top;
}
#sec02 .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#sec02 .ttl h2 {
	position: relative;
	font-weight: bold;
	font-size: 4.5rem;
	color: #fff;
}
#sec02 .ttl h2::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	width: 113px;
	height: 107px;
	margin-top: -57px;
	margin-left: -13em;
	background: url(../images/ico_idea.png) no-repeat;
}
#sec02 .row {
	margin-left: -20px;
	margin-right: -20px;
}
#sec02 .inner {
	margin: 0 20px 30px;
	padding: 80px 40px 40px;
}
#sec02 .service01 {
	background: url(../images/bg_sec02_box04.png) no-repeat;
}
#sec02 .service02 {
	background: url(../images/bg_sec02_box02.png) no-repeat;
}
#sec02 .service03 {
	background: url(../images/bg_sec02_box03.png) no-repeat;
}
#sec02 .service04 {
	background: url(../images/bg_sec02_box01.png) no-repeat;
}
#sec02 .service05 {
	background: url(../images/bg_sec02_box05.png) no-repeat;
}
#sec02 .service06 {
	background: url(../images/bg_sec02_box06.png) no-repeat;
}
#sec02 .icon {
	float: left;
}
#sec02 .comment  {
	float: right;
	width: 70%;
}
#sec02 .lead p  {
	margin-left: 1em;
	text-indent: -1em;
}
#sec02 .service05 .lead p  {
	transform: scaleX(0.75);
	margin: 0 -2.5em;
}
#sec02 .ttl_service {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 4px solid #fce916;
}
#sec02 .ttl_service h3 {
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}
#sec02 .service02 .ttl_service h3 {
	transform: scaleX(0.8);
	margin: 0 -3.1em;
}
#sec02 .service04 .ttl_service h3 {
	transform: scaleX(0.85);
	margin: 0 -1em;
}
#sec02 .service05 .ttl_service h3 {
	transform: scaleX();
	margin: 0 -1.5em;
}
#sec02 .service06 .ttl_service h3 {
	transform: scaleX(0.67);
	margin: 0 -4.5em;
}
#sec02 .subttl {
	margin-bottom: 15px;
	text-align: center;
	color: #013995;
	font-size: 1.8rem;
	font-weight: bold;
}
#sec02 .lead {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}
#sec02 .icons {
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}
#sec02 .icons ul{
	position: relative;
	float: left;
	left: 50%;
}
#sec02 .icons ul li{
	position: relative;
	float: left;
	left: -50%;
	margin: 0 15px;
}
#sec02 .icons .caption{
	margin: 10px -15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
}
#sec02 .btn_detail {
	width: 450px;
	margin: 26px auto 0;
}
#sec02 .btn_detail a{
	position: relative;
	display: block;
	line-height: 67px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #11b3ea;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px -5px 0px 0px rgba(177, 177, 177, 0.28);
}
#sec02 .btn_detail a::before,
#sec02 .btn_detail a::after {
	position: absolute;
	content: '';
	display: block;
}
#sec02 .btn_detail a::before {
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-top: -17px;
	margin-left: -4.5em;
	background: url(../images/ico_search.png) no-repeat;
}
#sec02 .btn_detail a::after {
	top: 50%;
	right: 50%;
	margin-top: -10px;
	margin-right: -5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #11b4ea;
}



@media screen and (max-width: 736px) {
	#mv {
		height: auto;
		padding-top: 103.125%;
		margin-bottom: 78.875%;
	}
	#mv .container {
		height: auto;
	}
	#mv .mv_catch {
		top: 0;
		padding: 19.37% 7.8% 0;
	}
	#mv .mv_staf {
    	top: -48px;
		right: auto;
		text-align: center;
		width: 100%;
		padding: 83.43% 6% 0;
	}
	#mv .mv_staf p {
	    font-size: 1.4rem;
	}
	#mv .mv_staf img {
		width: 80%;
	}
	#mv .mv_staf::after {
		top: 70%;
		right: 10px;
		width: 75px;
		height: 75px;
		margin: 0;
	}
	#mv .mv_about {
		bottom: auto;
		right: auto;
		text-align: center;
		width: 100%;
		text-align: center;
		padding:107.18% 14.37% 0; 
	}
	#mv .mv_about .ttl {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	#mv .mv_about .comment {
		margin: 0 -12%;
	}
	#mv .mv_about .comment p {
		font-size: 1.0rem;
		font-weight: normal;
	}
	#mv .mv_circle {
		top: 0;
		left: 0;
		width: 100%;
		padding: 111.18% 15.31% 0;
	}
	#topics {
		border-top: 1px solid #91d0e9;
	}
	#topics .ttl {
		background: #fff;
		width: 33px;
		height: 35px;
	}
	#topics .ttl img {
		vertical-align: middle;
	}
	#topics .ttl::before {
		right: -18px;
    	border-width: 17.5px 0 17.5px 17.5px;
	}
	#topics .ttl::after {
		right: -17px;
    	border-width: 17.5px 0 17.5px 17.5px;
	}
	#topics .ttl h2 {
		padding-left: 7px;
		line-height: 1;
	}
	#topics #nProgram {
		position: absolute;
		top: 0;
		left: 56px;
		width: auto;
	}
	#topics dl {
		margin: 0;
		height: 35px;
		font-size: 1.0rem;
	}
	#topics dt {
		width: 7em;
		margin-top: 12px;
	}
	#topics dd {
		padding: 12px 0 0 8em;
	}
	#sec01 {
		padding: 25px 4% 10px;
	}
	#sec01 .ttl {
		padding-left: 0;
	}
	#sec01 .ttl h2{
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	#sec01 .ttl p {
		padding-left: 0;
		height: 11px;
	}
	#sec01 .ttl p img{
		width: auto;
		height: 100%;
		vertical-align: top;
	}
	#sec01 .comment {
		width: auto;
		margin: 0;
		font-size: 1rem;
	}
	#sec01::before {
		display: none;
	}
	#sec01 .caution {
		margin: 10px 0;
	}
	#sec01 .caution2 {
		width: auto;
	}
	#sec01 .caution2 .h24 {
		position: absolute;
		top: -100px;
		right: -0;
		width: 100px;
		height: 100px;
	}
	#sec02 {
		padding: 15px 0;
	}
	#sec02 .ttl{
		margin-bottom: 15px;
		text-align: left;
	}
	#sec02 .ttl h2 {
		font-size: 1.8rem;
		padding: 0 24px 0 47px;
	}
	#sec02 .ttl h2::before {
		width: 22px;
    	height: 20px;
    	margin-left: 0;
    	margin-top: -26px;
    	background-size: contain;
    	left: 20px;
	}
	#sec02 .row {
		margin: 0;
	}
	#sec02 .inner {
		margin: 0 auto 15px;
    	padding: 36px 15px 20px;
    	background-size: contain;
    	max-width: 270px;
	}
	#sec02 .icon {
		width: 30%;
		padding: 0 5px;
	}
	#sec02 .lead {
		margin:0 -10px 5px;
		font-size: 1rem;
	}
	#sec02 .ttl_service {
		margin-bottom: 10px;
		border-bottom: 2px solid #fce916;
	}
	#sec02 .ttl_service h3 {
		font-size: 2.0rem;
	}
	#sec02 .subttl {
		margin-bottom: 7px;
		font-size: 1.0rem;
	}
	#sec02 .icons {
		margin: 0 -7px;
	}
	#sec02 .icons ul li {
		margin: 0 7px;
		width: 25%;
	}
	#sec02 .icons .caption {
		margin: 5px -8px 0;
		font-size: 1.0rem;
	}
	#sec02 .btn_detail {
		width: auto;
		margin-top: 7px;
	}
	#sec02 .btn_detail a {
		line-height: 33px;
		font-size: 1.2rem;
		box-shadow: inset 0px -2px 0px 0px rgba(177, 177, 177, 0.28);
	}
	#sec02 .btn_detail a::before {
		width: 17px;
		height: 17px;
		margin-top: -8px;
		background-size: contain;
	}
	#sec02 .btn_detail a::after {
		margin-top: -5px;
		border-width: 5px 0 5px 9px;
	}
}
