@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    width: auto;
    margin: 0;
}

.mainVisual {
	margin: 0 auto 120px;
    min-height: 680px;
    background: url(../img/index/main_visual.jpg) no-repeat center center;
	background-size:auto;
}

.mainVisual .subBox {
	position: relative;
	margin: 0 auto;
    width: 1280px;
    height: 680px;
}

.ttlBox {
	position: absolute;
	left: 171px;
	top: 87px;
	width: 452px;
	text-align: right;
}

.ttlBox h2 {
	font-size: 20px;
	line-height: 1.85;
	color: #2e70b0;
}

.ttlBox h2 span{
	font-size: 58px;
	font-weight: bold;
}

.mainVisual .innerTxt{
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 435px;
	height: 65px;
	background: #fff;
	box-sizing: border-box;
}

.mainVisual .innerTxt p{
	font-size: 18px;
	margin-left: 33px;
	margin-top: 30px;
	letter-spacing: 0.75px;
	position: relative;
	font-weight: bold;
}

.mainVisual .innerTxt p span{
	color: #2e70b0;
	font-size: 50px;
	position: absolute;
	right: 57px;
	bottom: -10px;
}

#main .bgBox{
	background: #eef3f9;
	padding: 72px 0 70px;
}

#main .sec01 {
    padding-bottom: 102px;
}

#main .sec01 .listUl {
    margin-bottom: 80px;
	display: flex;
	justify-content: space-around;
}

#main .sec01 .listUl li {
    width: 520px;
	position: relative;
}

#main .sec01 .listUl li:nth-child(2) {
	margin: 0 68px;
}

#main .sec01 .listUl li img{
	margin-bottom: 65px;
}

#main .sec01 .listUl li .num {
	position: absolute;
	top:158px;
	left: 0;
	font-size: 58px;
	font-weight: bold;
	color: #2e70b0;
}

#main .sec01 .listUl li .ttl {
	color: #2e70b0;
	font-size: 23px;
	margin-bottom: 34px;
}

#main .sec01 .listUl li .txt {
    font-size: 1.6rem;
    line-height: 1.875;
}

#main .sec03 {
}

#main .sec03 .newsDl dt {
    padding-top: 30px;
    float: left;
    font-size: 1.4rem;
}

#main .sec03 .newsDl dd {
    font-size: 1.6rem;
    padding: 30px 0 23px 7.4em;
    border-bottom: 1px solid #e5e5e5;
}

#main .sec02 {
    padding: 104px 0 100px;
}

#main .sec02 .headLine01 {
}

#main .sec04 {
	background: #eef3f9;
	padding: 71px 0;
}

#main .sec04 .tabUl {
	display: flex;
	margin-bottom: 64px;
	width: 100%
}

#main .sec04 .tabUl .tab{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	padding: 19px 0 20px;
    cursor:pointer;
	background: #fff;
	color: #2e70b0;
}


#main .sec04 .tabUl .tab img{
	margin-right: 13px;
}

#main .sec04 .tabUl .tab.is-active{
    background:#2e70b0 !important;
    color:#FFF !important;
    transition: all 0.2s ease-out;
	position: relative;
}

#main .sec04 .tabUl .tab.is-active:after{
	position: absolute;
	content: "";
	background: url("../img/index/icon01.png");
	width: 16px;
	height: 10px;
	color: #2e70b0;
	bottom: -10px;
	margin-left: -8px;
	left: 50%;
}

#main .sec04 .panel{
    display:none;
}

#main .sec04 .panel.is-show{
    display:block;
}

#main .sec04 .panel dl ,
#main .sec04 .panel ul {
	margin-bottom: 56px;
}

#main .sec04 .panel dt {
    padding-top: 30px;
    float: left;
    font-size: 1.4rem;
}

#main .sec04 .panel dd ,
#main .sec04 .panel li {
    font-size: 1.6rem;
    padding: 30px 0 30px 7.4em;
    border-bottom: 1px solid #d7d7d7;
}

#main .sec04 .panel dd a,
#main .sec04 .panel li a{
	color: #2e70b0;
}

#main .sec04 .panel dd a:hover,
#main .sec04 .panel li a:hover{
	text-decoration: underline;
	opacity: 0.7;
}

#main .sec04 .panel:last-child a:first-child{
}

#main .sec05{
	padding: 102px 0;
}

#main .sec05 .exaUl{
	display: flex;
	border: 20px solid #eef3f9;
}

#main .sec05 .exaUl > li{
	width:50%;
	padding: 52px 60px;
}

#main .sec05 .exaUl > li:first-child{
	border-right: 20px solid #eef3f9;
}

#main .sec05 .exaUl ul{
	margin-bottom: 52px;
}

#main .sec05 .exaUl table{
	margin-bottom: 53px;
}

#main .sec05 .exaUl li .ttl{
	font-size: 20px;
	font-weight: bold;
	color:#2e70b0;
	text-align: center;
	margin-bottom: 57px;
}

#main .sec05 .exaUl .caseLi li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 26px;
}

#main .sec05 .exaUl .caseLi img{
	width: auto;
	height: 110px;
	margin-right: 20px;
}

#main .sec05 .exaUl .caseLi .txt{
	width: 209px;
	line-height: 1.75;
	word-break: break-all;
}

#main .sec05 .exaUl .btn01{
	text-align: center;
}

#main .sec05 .exaUl .btn01 a,
#main .sec05 .exaUl .btn01 input{
	padding: 17px 0 16px;
	width: 230px;
	display: inline-block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
}
#main .sec05 .exaUl .caseLi .btn01 a{
	background: #2e70b0 url("../common/img/icon06.png")no-repeat right 19px center;
	background-size: 6px 10px;
}

#main .sec05 .exaUl .searchLi input{
	background: #2e70b0 url("../common/img/icon07.png")no-repeat left 40px center;
	background-size: 14px 14px;
	line-height: 1;
	padding-left: 10px;
	border: none;
	cursor: pointer;
}

#main .sec05 .exaUl .searchLi input:hover{
	opacity: 0.7;
}

#main .sec05 .exaUl .btn01 a:hover{
	opacity: 0.7;
}

#main .sec05 .exaUl .searchLi table{
	width: 100%;
	font-size: 16px;
}

#main .sec05 .exaUl .searchLi th,
#main .sec05 .exaUl .searchLi td{
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}

#main .sec05 .exaUl .searchLi th{
	padding-right: 30px;
}

#main .sec05 .exaUl .searchLi td{
	padding: 14px 0 17px;
}

#main .sec05 .exaUl .searchLi td.pad01{
	padding: 15px 0 17px;
}
#main .sec05 .exaUl .searchLi td select{
	border: none;
	background: #eef3f9;
	width: 284px;
	padding: 6px 9px 8px;
	font-size: 14px;
}

#main .sec05 .exaUl .searchLi td p{
	margin-right: 36px;
	display: inline-block;
}

#main .sec05 .exaUl .searchLi tr:first-child th{
	vertical-align: text-top
}

#main .sec05 .exaUl .searchLi tr:first-child td {
	vertical-align: text-top;
	padding-top: 0;
}

#main .sec06{
	margin-bottom: 42px;
}

#main .sec06 .listUl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .sec06 .listUl li a{
	box-sizing: border-box;
	width: 540px;
	height: 180px;
	background: #fff url("../common/img/icon08.png") no-repeat right 17px center;
	background-size: 8px 13px;
	display: flex;
	font-weight: bold;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#main .sec06 .listUl li a:hover{
	opacity: 0.7;
}

#main .sec06 .listUl li{
}

#main .sec06 .listUl li .ttl{
	font-size: 17px;
	border-bottom: 1px solid #2e70b0;
	color: #2e70b0;
	padding-bottom: 5px;
	margin-bottom: 22px;
}

#main .sec06 .listUl li .age{
	color: #2e70b0;
	font-size: 26px;
	margin-bottom: 10px;
}

#main .sec06 .listUl li .age .num{
	font-size: 50px;
}

#main .sec06 .listUl li .txt{
	font-size: 16px;
}

#main .sec07 {
	padding-bottom: 150px;
}

#main .sec07 .photo img{
	width: 100%;
	height: auto;
	margin-bottom: 94px;
}

#main .sec07 .content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

#main .sec07 h2{
	font-size: 40px;
	line-height: 1.45;
}

#main .sec08{
	padding: 91px 0 96px;
}

#main .sec08 .content{
	display: flex;
	justify-content: space-between;
}

#main .sec08 h3{
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
}

#main .sec08 h3 span{
	color: #2e70b0;
	font-size: 20px;
	margin-left: 14px;
}

#main .sec08 .box02 h3{
}

#main .sec08 .box02{
	position: relative;
}

#main .sec08 .box02 .circleBox{
	position: absolute;
	right: 0;
	top: -9px;
	display: flex;
	background: #1c8dcb;
	width: 104px;
	height: 104px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	flex: none;
}

#main .sec08 .box02 .circleBox .txt{
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

#main .sec08 .box01 img{
	background: #fff;
	padding: 19px;
	width: 490px;
	height:490px;
}

#main .sec08  iframe{
	background: #fff;
	padding: 19px;
	width: 490px;
	height:490px;
}

#main .banner {
	padding: 35px 0;
	background: #fff;
}

#main .banner .bannerUl{
	display: flex;
	justify-content: space-around;
}

#main .banner .bannerUl a:hover{
	opacity: 0.7;
}

@media all and (max-width: 767px) {
    .mainVisual {
        margin-bottom: 25px;
        min-height: 225px;
		background: url(../img/index/sp_main_visual.jpg) no-repeat center center;
		background-size:cover;
    }

	.mainVisual .subBox {
		width: 100%;
		margin: 0 auto;
		height: 225px;
	}

	.mainVisual .innerTxt{
		width: 235px;
		height: 33px;
		bottom: 0;
		box-sizing: border-box;
	}

	.mainVisual .innerTxt p{
		font-size: 10px;
		margin-left: 16px;
		margin-top: 14px;
	}

	.mainVisual .innerTxt p span{
		font-size: 26px;
		right: 19px;
		bottom: -5px;
	}
	.ttlBox {
		position: static;
		text-align: left;
		margin-left: 21px;
		margin-bottom: 79px;
	}

	.ttlBox h2 {
		font-size: 14px;
		line-height: 1.85;
	}

	.ttlBox h2 span{
		font-size: 32.5px;
	}

	#main .bgBox{
		padding: 47px 0 50px;
	}

    #main .sec01 {
        padding-bottom: 79px;
    }

	#main .sec01 .listUl {
		margin-bottom: 0px;
		display: block;
	}

	#main .sec01 .listUl li {
		width: 100%;
		margin-bottom: 51px;
	}
	
	#main .sec01 .listUl li:nth-child(2) {
		margin: 0 0 51px;
	}

	#main .sec01 .listUl li .photoBox{
		width: 75%;
		margin: 0 auto;
	}

	#main .sec01 .listUl li img{
		margin-bottom: 28px;
	}

	#main .sec01 .listUl li .num {
		position: static;
		font-size: 32.5px;
		display: inline-block;
		margin-right: 18px;
	}

	#main .sec01 .listUl li .ttl {
		display: inline-block;
		font-size: 18px;
		margin-bottom: 28px;
	}

	#main .sec01 .listUl li .txt {
		line-height: 1.625;
	}

	#main .sec03 .newsDl dt {
		padding-top: 20px;
		float: none;
		font-size: 1.3rem;
	}

	#main .sec03 .newsDl dd {
		font-size: 1.6rem;
		padding: 10px 0 23px ;
	}

	#main .sec02 {
		padding: 74px 0 78px;
	}

    #main .sec03 .inner {
        padding: 58px 0 89px;
    }

	#main .sec04 {
		padding: 49px 0 50px ;
	}

	#main .sec04 .tabUl {
		margin-bottom: 24px;
		width: 100%
	}

	#main .sec04 .tabUl .tab{
		font-size: 16px;
		padding: 14px 0 15px;
	}

	#main .sec04 .tabUl .tab img{
		margin-right: 12px;
		height: 18px;
		width: auto;
	}

	#main .sec04 .tabUl .tab.is-active{
		background:#2e70b0 !important;
		color:#FFF !important;
	}

	#main .sec04 .tabUl .tab.is-active:after{
		height: 9px;
		color: #2e70b0;
		bottom: -9px;
	}

  #main .sec04 .panel dl ,
  #main .sec04 .panel ul {
		margin-bottom: 41px;
	}

	#main .sec04 .panel dt {
		padding-top: 22px;
		float: none;
		font-size: 1.3rem;
	}

  #main .sec04 .panel dd ,
  #main .sec04 .panel li {
		padding: 25px 0 ;
	}

	#main .sec04 .tabUl li:last-child{
		background: #fff;
	}

	#main .sec04 .tabUl li img{
		width: 17px;
		margin-right: 11px;
	}

	#main .sec04 .blogDl{
		margin-bottom: 41px;
	}

	#main .sec04 .blogDl dt {
		padding-top: 20px;
		float: none;
		font-size: 1.3rem;
	}

	#main .sec04 .blogDl dd {
		padding: 10px 0 22px;
		border-bottom: 1px solid #e5e5e5;
	}

	#main .sec05{
		padding: 72px 0 78px;
	}

	#main .sec05 .exaUl{
		margin: 0 -20px;
		display: block;
		width: 100%;
	}

	#main .sec05 .exaUl > li{
		width:100%;
		box-sizing: border-box;
		padding: 40px 25px 41px;
	}

	#main .sec05 .exaUl > li:first-child{
		border-right: none;
		border-bottom: 20px solid #eef3f9;
	}

	#main .sec05 .exaUl ul{
		width: 100%;
		margin-bottom: 41px;
	}

	#main .sec05 .exaUl ul li{
		width: 100%;

	}
	#main .sec05 .exaUl table{
		margin-bottom: 41px;
	}

	#main .sec05 .exaUl li .ttl{
		font-size: 19px;
		margin-bottom: 45px;
	}

	#main .sec05 .exaUl .caseLi li a{
		margin-bottom: 28px;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#main .sec05 .exaUl .caseLi img{
		width: 33.5%;
		margin-right: 18px;
		height: auto;
	}

	#main .sec05 .exaUl .caseLi .txt{
		width: auto;
		line-height: 1.625;
	}

	#main .sec05 .exaUl .btn01{
		text-align: center;
	}

	#main .sec05 .exaUl .btn01 a,
	#main .sec05 .exaUl .btn01 input{
		padding: 13px 0 15px;
		width: 80%;
	}
	#main .sec05 .exaUl .caseLi .btn01 a{
		background: #2e70b0 url("../common/img/icon06.png")no-repeat right 18px center;
	}

	#main .sec05 .exaUl .searchLi .btn01 input{
		background: #2e70b0 url("../common/img/icon07.png")no-repeat left 32px bottom 16px;
	}

	#main .sec05 .exaUl .btn01 a:hover{
		opacity: 0.7;
	}

	#main .sec05 .exaUl .searchLi table{
		font-size: 16px;
	}

	#main .sec05 .exaUl .searchLi th,
	#main .sec05 .exaUl .searchLi td{
		display: block;
		width: 100%;
	}

	#main .sec05 .exaUl .searchLi th{
		padding-right: 0;
		padding-bottom: 23px;
		border: none;
	}

	#main .sec05 .exaUl .searchLi .selectTh{
		padding-bottom: 14px;
	}

	#main .sec05 .exaUl .searchLi td{
		padding: 0;
		margin-bottom: 22px;
	}

	#main .sec05 .exaUl .searchLi tr:last-child td{
		margin-bottom: 0;
	}

	#main .sec05 .exaUl .searchLi td.pad01{
		padding: 0;
	}
	#main .sec05 .exaUl .searchLi td select{
		border: none;
		width: 100%;
		padding: 7px 14px 8px;
		margin-bottom: 23px;
	}

	#main .sec05 .exaUl .searchLi td p{
		margin-bottom: 23px;
	}

	#main .sec05 .exaUl .searchLi tr:first-child th{
	}

	#main .sec05 .exaUl .searchLi tr:first-child td {
	}

	#main .sec06 .listUl{
		display: block;
	}

	#main .sec06{
		margin-bottom: 42px;
	}

	#main .sec06 li{
		margin-bottom: 14px;
	}

	#main .sec06 .listUl li a{
		box-sizing: border-box;
		width: 100%;
		height: 125px;
		background: #fff url("../common/img/icon08.png") no-repeat right 9px center;
		background-size: 5px 8px;
		margin-bottom: 0;
	}

	#main .sec06 .listUl li a:hover{
		opacity: 0.7;
	}

	#main .sec06 .listUl li .ttl{
		font-size: 15px;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}

	#main .sec06 .listUl li .age{
		font-size: 18px;
		margin-bottom: 0;
	}

	#main .sec06 .listUl li .age .num{
		font-size: 35px;
		margin-right: 2px;
	}

	#main .sec06 .listUl li .txt{
		font-size: 15px;
	}

	#main .sec07 {
		padding-bottom: 78px;
	}

	#main .sec07 .photo img{
		margin-bottom: 35px;
	}

	#main .sec07 .content{
		display: block;
		margin-bottom: 49px;
	}

	#main .sec07 h2{
		font-size: 25px;
		line-height: 1.36;
		margin-bottom: 25px;
	}

	#main .sec08{
		padding: 48px 0 45px;
	}

	#main .sec08 .content{
		display: block;
	}

	#main .sec08 h3{
		text-align: center;
		display: flex;
		flex-direction: column;
		font-size: 22px;
		margin-bottom: 28px;
	}

	#main .sec08 h3 span{
		font-size: 13px;
		margin-left: 0;
		margin-top: 3px;
	}

	#main .sec08 .box01{
		margin-bottom: 64px;
	}

	#main .sec08 .box01 img{
		width: 100%;
		box-sizing: border-box;
		height:310px;
		padding:12px;
	}

	#main .sec08  iframe{
		padding: 12px;
		box-sizing: border-box;
		width: 100%;
		height:310px;
	}

	#main .sec08 .box02 .circleBox{
		right: 0px;
		top: 24px;
		width: 83px;
		height: 83px;
	}

	#main .sec08 .box02 .circleBox .txt{
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.3;
		font-size: 1.4rem;
	}

	#main .banner {
		padding: 35px 0 21px;
	}

	#main .banner .bannerUl{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#main .banner .bannerUl li{
		width: 48%;
		margin-bottom: 14px;
	}
}
