@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader:before {
	bottom: 0;
}

.mainBox {
	margin: 0 auto;
}

#main .mainImg {
	height: 730px;
	background: url(../img/index/main_img.jpg) no-repeat center center;
	background-size: cover;
}

#main .mainImg .inner {
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	display: table;
}

#main .mainImg p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #FFF;
}

#main .mainImg p span {
	margin-bottom: 35px;
	font-size: 50px;
	display: block;
	line-height: 1.6;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	text-shadow: 3px 4px 4px rgb(0, 0, 0, 0.75);
}

#main .sec01 {
	padding: 75px 0;
	margin-bottom: 80px;
	background-color: #EEEFF1;
}

#main .banner {
	text-align: center;
	margin-bottom: 80px;
}

#main .banner:last-child {
	margin-bottom: 0;
}

#main .banner a {}

#main .banner img {
	border: 1px solid #E5E5E5;
	width: 1050px;
}

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

#main .sec01 ul li a {
	width: 100%;
	display: table;
	background-color: #FFF;
}

#main .sec01 ul li a:hover {
	opacity: 0.7;
}

#main .sec01 ul li a .textBox {
	width: 525px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 46px;
	box-sizing: border-box;
	background: url(../img/common/icon02.png) no-repeat right 33px center;
}

#main .sec01 ul li a .textBox p {
	line-height: 1.75;
}

#main .sec01 ul li a .textBox .title {
	margin-bottom: 18px;
	font-size: 29px;
	color: #003A6B;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 2px;
}

#main .sec01 ul li a .textBox .title span {
	display: block;
	font-size: 19px;
}

#main .sec01 ul li .photo {
	display: table-cell;
	vertical-align: middle;
}

#main .sec02 {
	padding: 72px 0 168px;
}

#main .sec02 .topText {
	margin-bottom: 30px;
	text-align: center;
	color: #141414;
	font-size: 23px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
}

#main .sec02 .topText span {
	font-size: 40px;
	letter-spacing: 4px;
}

#main .sec02 ul li {
	width: 256px;
	margin-right: 13px;
	float: left;
	border-right: 1px solid #E5E5E5;
	box-sizing: border-box;
}

#main .sec02 ul li a {
	width: 241px;
	display: block;
}

#main .sec02 ul li a:hover {
	opacity: 0.7;
}

#main .sec02 ul li:last-child {
	width: 241px;
	margin-right: 0;
	border-right: none;
}

#main .sec02 ul li .photo {
	margin-bottom: 27px;
}

#main .sec02 ul li .textBox p {
	text-align: center;
	line-height: 1.75;
}

#main .sec02 ul li .textBox .title {
	margin-bottom: 21px;
	width: 100%;
	display: table;
	color: #003A6B;
	font-weight: 500;
	line-height: 1.55;
	font-size: 18px;
}

#main .sec02 ul li .textBox .title span {
	display: table-cell;
	vertical-align: middle;
}

#main .sec03 {
	padding: 49px 0;
	position: relative;
	background: url(../img/index/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec03 .photo {
	margin-left: -30px;
	position: absolute;
	left: 50%;
	top: -39px;
}

#main .sec03 .innerBox {
	width: 1200px;
	margin: 0 auto;
	padding: 97px 0 76px;
	background-color: #FFF;
}

#main .sec03 .innerBox .topText {
	margin-bottom: 32px;
	text-align: center;
	font-size: 32px;
	color: #141414;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#main .sec03 .innerBox ul {
	margin-top: -11px;
	display: flex;
	flex-wrap: wrap;
}

#main .sec03 .innerBox ul li {
	margin: 11px 10px 0 0;
	width: 255px;
	float: left;
}

#main .sec03 .innerBox ul li:nth-child(4n) {
	margin-right: 0;
}

#main .sec03 .innerBox ul li a {
	padding: 19px 0 17px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	font-size: 17px;
	color: #003A6B;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	font-weight: 500;
	box-sizing: border-box;
	line-height: 1.41;
	background: url(../img/common/icon03.png) no-repeat right 9px center;
}

#main .sec03 .innerBox ul li a span {
	display: table-cell;
	vertical-align: middle;
}

#main .sec03 .innerBox ul li a:hover {
	color: #FFF;
	background: #0D3A67 url(../img/common/icon04.png) no-repeat right 9px center;
	border: 1px solid #0D3A67;
}

#main .sec04 {
	padding: 55px 0 30px;
}

#main .sec04 .mainBox {
	position: relative;
}

#main .sec04 .photoBox {
	text-align: right;
}

#main .sec04 .textBox {
	width: 630px;
	padding: 59px 5px 66px 0;
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #FFF;
	box-sizing: border-box;
}

#main .sec04 .textBox p {
	margin-bottom: 43px;
	line-height: 1.875;
}

#main .sec04 .textBox .title {
	margin-bottom: 35px;
	font-size: 33px;
	color: #141414;
	line-height: 1.54;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
}

#main .sec04 .textBox a {
	width: 270px;
	padding: 12px 0 11px;
	display: block;
	color: #FFF;
	text-align: center;
	background: #0D3A67 url(../img/common/icon05.png) no-repeat right 13px center;
}

#main .sec04 .textBox a:hover {
	opacity: 0.7;
}

#main .sec05 {
	padding: 79px 0 65px;
}

#main .sec05 ul {
	margin-top: -1px;
	float: right;
}

#main .sec05 ul li {
	margin-top: 8px;
}

#main .sec05 ul li a:hover {
	opacity: 0.7;
}

#main .sec05 .textBox {
	width: 650px;
	float: left;
}

#main .sec05 .textBox p {
	margin-bottom: 12px;
	font-size: 32px;
	color: #141414;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
	letter-spacing: 5px;
}

#main .sec05 .textBox dl dt {
	padding-top: 27px;
	float: left;
	font-size: 11px;
}

#main .sec05 .textBox dl dd {
	padding: 22px 0 26px 5.5em;
	background: url(../img/common/line01.png) repeat-x left bottom;
}

#main .sec05 .textBox dl dd a {
	color: #003A6B;
	text-decoration: underline;
	font-weight: 500;
}

#main .sec05 .textBox dl dd a:hover {
	text-decoration: none;
}

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

#main .sec06 .innerBox {
	width: 1040px;
	margin: 0 auto;
	padding: 50px 0 36px;
	border: 3px solid #EEEFF1;
	box-sizing: border-box;
}

#main .sec06 .topText {
	margin-bottom: 25px;
	text-align: center;
	color: #141414;
	font-size: 23px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
}

#main .sec06 .topText span {
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

#main .sec06 ul {
	width: 651px;
	margin: 0 auto;
}

#main .sec06 ul li {
	width: 320px;
	float: left;
}

#main .sec06 ul .tel a {
	padding: 13px 0;
	display: block;
	font-size: 14px;
	color: #003A6B;
	text-align: left;
}

#main .sec06 ul .tel a .txtSpan01 {
	padding-left: 28px;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	background: url(../img/index/icon02.png) no-repeat left center;
}

#main .sec06 ul .tel a .txtSpan {
	padding-left: 13px;
}

#main .sec06 ul .mail {
	float: right;
	text-align: center;
}

#main .sec06 ul .mail span {
	display: block;
	margin-bottom: 5px;
}

#main .sec06 ul .mail a {
	padding: 20px 0 18px;
	display: block;
	background-color: #FDAB32;
	color: #FFF;
	font-size: 19px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

#main .sec06 ul .mail a:hover {
	opacity: 0.7;
}

#main .sec07 {
	height: 490px;
}

#main .sec07 iframe {
	width: 100%;
	height: 490px;
}

/******** add 2019/02/05 ********/

#main .sec08 {
	padding: 84px 0 92px;
	background: #E9F0F4;
}

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

#main .sec08 .dominicaBox .title {
	margin-bottom: 35px;
	font-size: 33px;
	color: #141414;
	line-height: 1.54;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: bold;
}

#main .sec08 .dominicaBox p {
	line-height: 1.875;
}

#main .sec08 .dominicaBox .photoBox {
	margin-bottom: 60px;
}

#main .sec08 .textBox {
	width: 75%;
}

#main .sec08 video {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#main .sec08 {
		padding: 48px 23px 25px;
	}

	#main .sec08 .dominicaBox {}

	#main .sec08 .dominicaBox .title {
		margin-bottom: 23px;
		font-size: 20px;
		line-height: 1.5;
		width: 70%;
	}

	#main .sec08 .dominicaBox p {
		margin-bottom: 23px;
		line-height: 1.77;
		font-size: 13px;
	}

	#main .sec08 .dominicaBox .photoBox {
		width: 30%;
		text-align: right;
		margin-bottom: 30px;
	}

	#main .sec08 .dominicaBox .photoBox img {
		width: 90px;
	}

	#main .sec08 .textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%
	}

	#main .sec08 video {
		width: 100%;
	}
}



/******** end 2019/02/05 ********/


@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader:before {
		bottom: 47px;
	}

	.mainBox {
		margin: 0;
	}

	#main .mainImg {
		height: initial;
		background: url(../img/index/main_img.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .mainImg .inner {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	#main .mainImg p {
		font-size: 8px;
	}

	#main .mainImg p span {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.44;
		display: block;
		white-space: nowrap;
		font-weight: bold;
	}

	#main .mainImg .wpTxt img {
		width: 100%;
	}
	@media all and (min-width: 0) and (max-width: 767px) {
		#main .mainImg .wpTxt img {
			width: 70%;
		}
	}

	#main .banner {
		padding: 0 17px;
		margin-bottom: 50px;
	}

	#main .banner img {
		width: 100%;
	}

	#main .sec01 {
		padding: 18px 17px;
		margin-bottom: 0;
	}

	#main .sec01 ul li a {
		display: block;
	}

	#main .sec01 ul li a .textBox {
		padding: 19px 10px 21px;
		width: auto;
		display: block;
		vertical-align: auto;
		background: url(../img/common/icon02.png) no-repeat right 11px center;
		background-size: 5px auto;
	}

	#main .sec01 ul li a .textBox p {
		font-size: 16px;
		line-height: 1.41;
	}

	#main .sec01 ul li a .textBox .title {
		margin-bottom: 13px;
		font-size: 22px;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	#main .sec01 ul li a .textBox .title span {
		font-size: 18px;
	}

	#main .sec01 ul li .photo {
		display: block;
		vertical-align: auto;
	}

	#main .sec01 ul li .photo img {
		width: 100%;
	}

	#main .sec02 {
		padding: 51px 22px 76px;
	}

	#main .sec02 .topText {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#main .sec02 .topText span {
		font-size: 25px;
		letter-spacing: 2px;
	}

	#main .sec02 ul li {
		width: auto;
		margin-right: 0;
		float: none;
		border-right: none;
		border-bottom: 1px solid #E5E5E5;
	}

	#main .sec02 ul li a {
		width: auto;
		padding: 13px 0;
	}

	#main .sec02 ul li:last-child {
		width: auto;
	}

	#main .sec02 ul li .photo {
		width: 36.5%;
		margin-bottom: 0;
		float: left;
	}

	#main .sec02 ul li .photo img {
		width: 100%;
	}

	#main .sec02 ul li .textBox {
		margin-top: 4px;
		width: 57%;
		float: right;
	}

	#main .sec02 ul li .textBox p {
		text-align: left;
		line-height: 1.41;
		font-size: 12px;
	}

	#main .sec02 ul li .textBox .title {
		margin-bottom: 10px;
		line-height: 1.32;
		font-size: 14px;
	}

	#main .sec02 ul li:nth-child(3) .textBox .title {
		margin: 10px 0 18px;
	}

	#main .sec03 {
		padding: 25px 23px 22px;
		background: url(../img/index/sp_bg01.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .sec03 .photo {
		margin-left: -15px;
		top: -18px;
	}

	#main .sec03 .photo img {
		width: 26px;
	}

	#main .sec03 .innerBox {
		width: auto;
		padding: 55px 14px 23px;
	}

	#main .sec03 .innerBox .topText {
		margin-bottom: 32px;
		font-size: 20px;
	}

	#main .sec03 .innerBox ul {
		margin-top: -11px;
	}

	#main .sec03 .innerBox ul li {
		margin: 9px 0 0 0;
		width: 100%;
		float: none;
	}

	#main .sec03 .innerBox ul li a {
		padding: 15px;
		display: block;
		font-size: 13px;
		border: 1px solid #F2F2F2;
		border-radius: 5px;
		background: url(../img/common/icon03.png) no-repeat right 12px center;
		background-size: 4px auto;
	}

	#main .sec03 .innerBox ul li a span {
		display: block;
		vertical-align: auto;
	}

	#main .sec03 .innerBox ul li a:hover {
		color: #003A6B;
		background: #FFF url(../img/common/icon03.png) no-repeat right 12px center;
		background-size: 4px auto;
		border: 1px solid #F2F2F2;
	}

	#main .sec04 {
		padding: 0;
	}

	#main .sec04 .photoBox {
		text-align: center;
	}

	#main .sec04 .photoBox img {
		width: 100%;
	}

	#main .sec04 .textBox {
		width: auto;
		padding: 53px 20px 39px;
		position: static;
		top: 0;
	}

	#main .sec04 .textBox p {
		margin-bottom: 23px;
		line-height: 1.77;
		font-size: 13px;
	}

	#main .sec04 .textBox .title {
		margin-bottom: 23px;
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}

	#main .sec04 .textBox a {
		width: 225px;
		margin: 0 auto;
		padding: 10px 0 9px;
		font-size: 13px;
		background: #0D3A67 url(../img/common/icon05.png) no-repeat right 10px center;
		background-size: 4px auto;
	}

	#main .sec05 {
		padding: 48px 23px 25px;
	}

	#main .sec05 ul {
		margin-top: 0;
		float: none;
	}

	#main .sec05 ul li {
		margin-top: 9px;
	}

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

	#main .sec05 .textBox {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}

	#main .sec05 .textBox p {
		margin-bottom: 2px;
		font-size: 20px;
		letter-spacing: 4px;
		text-align: center;
	}

	#main .sec05 .textBox dl dt {
		padding-top: 15px;
		float: none;
		font-size: 10px;
	}

	#main .sec05 .textBox dl dd {
		padding: 4px 0 12px;
		font-size: 13px;
		background: url(../img/common/line01.png) repeat-x left bottom;
		background-size: 2px auto;
	}

	#main .sec05 .textBox dl dd a:hover {
		text-decoration: underline;
	}

	#main .sec06 {
		margin: 0 22px 26px;
	}

	#main .sec06 .innerBox {
		width: auto;
		padding: 18px 26px 21px;
		border: 2px solid #EEEFF1;
	}

	#main .sec06 .topText {
		padding-bottom: 6px;
		margin-bottom: 18px;
		font-size: 13px;
		border-bottom: 1px solid #AFAFAF;
	}

	#main .sec06 .topText span {
		padding-bottom: 0;
		border-bottom: none;
	}

	#main .sec06 ul {
		width: auto;
	}

	#main .sec06 ul li {
		width: auto;
		float: none;
	}

	#main .sec06 ul .tel a {
		padding: 9px 0 10px;
		font-size: 9px;
		color: #FFF;
		background-color: #0D3A67;
		line-height: 1.4;
		text-align: center;
	}

	#main .sec06 ul .tel a .txtSpan01 {
		padding-left: 15px;
		font-size: 17px;
		background: url(../img/index/sp_icon02.png) no-repeat left center;
		background-size: 12px auto;
	}

	#main .sec06 ul .tel a .txtSpan {
		padding-left: 0;
	}

	#main .sec06 ul .mail {
		margin-top: 8px;
		float: none;
	}

	#main .sec06 ul .mail span {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 5px 0 0;
	}

	#main .sec06 ul .mail span img {
		width: 17px;
	}

	#main .sec06 ul .mail a {
		padding: 17px 0 14px;
		font-size: 13px;
	}

	#main .sec07 {
		height: 245px;
	}

	#main .sec07 iframe {
		width: 100%;
		height: 245px;
	}

}

@media all and (-ms-high-contrast:none) {
	#main .sec03 .innerBox ul li a {
		padding: 21px 0 15px;
	}

	#main .sec04 .textBox a {
		padding: 15px 0 8px;
	}

	#main .sec05 .textBox dl dt {
		padding-top: 29px;
	}

	#main .sec05 .textBox dl dd {
		padding: 25px 0 23px 5.5em;
	}

	#main .sec06 ul .mail a {
		padding: 24px 0 14px;
	}

	#main .sec06 ul .tel a .txtSpan01 {
		background: url(../img/index/icon02.png) no-repeat left top 9px;
	}
}


.top__bnr-list {
	margin: 80px auto;
	max-width: 1050px;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.top__bnr-list li {
	margin: 0 auto;
	box-sizing: border-box;
}

.top__bnr-list li a {
	width: 100%;
    height: auto;
    display: block;
}

.top__bnr-list li a:hover {
	opacity: .7;
}

.top__bnr-list li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.top__bnr-border {
	border: 1px solid #0e3a67;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.top__bnr-border {
		border: 1.5px solid #0e3a67;
	}
}

/* .top__bnr-list li:not(:last-child) {
	margin-bottom: 30px;
} */

@media all and (min-width: 0) and (max-width: 767px) {
	.top__bnr-list {
		margin: 40px auto;
		text-align: center;
		grid-template-columns: repeat(1, 1fr);
		padding: 18px 17px;
	}

	.top__bnr-list li {
		width: 100%;
	}

	/* .top__bnr-list li:not(:last-child) {
		margin-bottom: 20px;
	} */

	.top__bnr-list li img {
		width: 100%;
	}
}