@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding-left: 100px;
	position: relative;
}
.mainVisual .photo {
	min-height: 750px;
	background: url("../images/index/webp/main_img01.webp") no-repeat center center;
	background-size: cover;
	border-radius: 0 0 0 20px;
}
.no-webp .mainVisual .photo {
	background-image: url("../images/index/main_img01.jpg");
}
.mainVisual .photo01 {
	background-image: url("../images/index/webp/main_img05.webp");
}
.mainVisual .photo02 {
	background-image: url("../images/index/webp/main_img06.webp");
}
.mainVisual .photo03 {
	background-image: url("../images/index/webp/main_img07.webp");
}
.no-webp .mainVisual .photo01 {
	background-image: url("../images/index/main_img05.jpg");
}
.no-webp .mainVisual .photo02 {
	background-image: url("../images/index/main_img06.jpg");
}
.no-webp .mainVisual .photo03 {
	background-image: url("../images/index/main_img07.jpg");
}
.mainVisual .txt {
	position: absolute;
	left: 96px;
	right: 20px;
	bottom: 57px;
	z-index: 1;
	line-height: 1.8;
	color: #50BED7;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}
.mainVisual .txt span {
	padding: 3px 26px 8px 40px;
	line-height: 1;
	display: inline-block;
	background-color: #fff;
	border-radius: 0 50px 50px 0;
}
.mainVisual .ttl {
	position: absolute;
	left: 40px;
	top: 244px;
	color: #8E8E8E;
	font-size: 1.2rem;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: left;
	letter-spacing: 0.1em;
}
#main .sec01 {
	padding: 88px 10px 71px;
	position: relative;
}
#main .sec01:before {
	position: absolute;
	top: 60px;
	bottom: 50px;
	left: 0;
	width: calc(50% - 226px);
	border-radius: 0 20px 20px 0;
	background-image: -moz-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
	background-image: -webkit-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
	background-image: -ms-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
	content: "";
}
#main .sec01 .info {
	max-width: 848px;
	margin: 0 auto;
	position: relative;
}
#main .sec01 dl {
	margin: 0 0 0 auto;
	max-width: 598px;
	letter-spacing: 0.1em;
}
#main .sec01 dt {
	padding: 5px 0;
	width: 108px;
	text-align: center;
	float: left;
	color: #fff;
	line-height: 1;
	border-radius: 0 20px 20px 0;
	background-color: #50BED7;
}
#main .sec01 dd {
	line-height: 1.5;
	padding: 0 0 20px 130px;
}
#main .sec01 h2 {
	position: absolute;
	left: 0;
	bottom: -21px;
	top: -24px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
}
#main .sec02 {
	margin-bottom: 94px;
    margin-top: 100px;
}
#main .sec03 {
	margin-bottom: 110px;
	padding-top: 95px;
	position: relative;
}
#main .sec03:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 50px;
	bottom: 68px;
	background: url("../images/index/webp/bg02.webp") no-repeat center center;
	background-size: cover;
	border-radius: 0 20px 20px 0;
	content: "";
}
.no-webp #main .sec03:before {
	background-image: url("../images/index/bg02.jpg");
}
#main .sec03 .imgBox {
	position: relative;
	z-index: 1;
}
#main .sec03 .photo {
	width: 49.77%;
}
#main .sec03 .textBox {
	width: 46.66%;
	padding-left: 43px;
	margin-top: -3px;
	box-sizing: border-box;
}
#main .sec03 .textBox p {
	margin-bottom: 33px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.86;
}
#main .sec03 .textBox .ttl {
	margin-bottom: 10px;
	font-size: 3.4rem;
	line-height: 1.74;
	position: relative;
}
#main .sec03 .textBox .ttl:before {
	position: absolute;
	left: -48px;
	top: -57px;
	background: url("../images/index/webp/img01.webp") no-repeat;
	background-size: 116px auto;
	width: 116px;
	height: 94px;
	content: "";
}
.no-webp #main .sec03 .textBox .ttl:before {
	background-image: url("../images/index/img01.png");
}
#main .sec04 {
	margin-bottom: 122px;
}
#main .sec04 .headLine01 {
	margin-bottom: 73px;
}
#main .sec04 ul {
	margin-bottom: 83px;
}
#main .sec04 li {
	margin-bottom: 49px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .sec04 li:last-child {
	margin-bottom: 0;
}
#main .sec04 li .pho {
	width: 44.44%;
	padding-bottom: 33px;
	position: relative;
}
#main .sec04 li .pho:before {
	position: absolute;
	top: 33px;
	right: -33px;
	bottom: 0;
	width: 20000px;
	content: "";
	border-radius: 0 20px 20px 0;
	background-color: #B9E5EF;
}
#main .sec04 li:nth-child(2n) .pho:before {
	background-color: #99B9D9;
}
#main .sec04 li .pho img {
	position: relative;
	z-index: 1;
}
#main .sec04 li .textBox {
	margin-top: 33px;
	width: 44.44%;
}
#main .sec04 li p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec04 li .ttl {
	margin-bottom: 12px;
	color: #50BED7;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .sec04 li .ttl .en {
	margin-bottom: 15px;
	width: 130px;
	display: block;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	padding: 8px;
	letter-spacing: 0.1em;
	background-color: #50BED7;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
}
#main .sec04 li:nth-child(2n) .ttl {
	color: #0050A0;
}
#main .sec04 li:nth-child(2n) .ttl .en {
	background-color: #0050A0;
}
#main .sec04 .comLink {
	margin: 0 auto;
}
#main .sec05 .bgBox {
	position: relative;
	z-index: 1;
	padding: 88px 0 95px;
	border-radius: 20px;
	background-image: -moz-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
	background-image: -webkit-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
	background-image: -ms-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
}
#main .sec05 .headLine01 {
	margin-bottom: 71px;
}
#main .sec05 ul {
	margin-top: -58px;
}
#main .sec05 li {
	margin: 58px 34px 0;
	width: 120px;
	text-align: center;
}
#main .sec05 li a {
	display: block;
}
#main .sec05 li a:hover {
	opacity: 0.6;
}
#main .sec05 li p {
	margin: 15px -10px 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec05 .bgBox .comLink{margin: 80px auto 0;}
#main .sec06 {
	padding: 80px 0;
	position: relative;
}
#main .sec06:before {
	position: absolute;
	left: 0;
	top: -230px;
	right: 44px;
	bottom: -104px;
	background: url("../images/index/webp/bg01.webp") no-repeat center center;
	background-size: cover;
	content: "";
	border-radius: 0 20px 20px 0;
}
.no-webp #main .sec06:before {
	background-image: url("../images/index/bg01.png");
}
#main .sec06 .imgBox {
	position: relative;
	z-index: 1;
}
#main .sec06 .pho {
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 44.66%;
}
#main .sec06 .textBox {
	margin: 0 0 0 auto;
	width: 50%;
	padding: 67px 0 61px;
	border-radius: 20px;
	background: rgba(80,190,215,0.9);
	box-sizing: border-box;
}
#main .sec06 .headLine01 {
	margin-bottom: 46px;
}
#main .sec06 .headLine01 .en {
	color: #fff;
}
#main .sec06 .info {
	margin: 0 45px;
}
#main .sec06 p {
	margin-bottom: 28px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .sec06 .name {
	margin: 31px 0 35px;
	text-align: right;
	font-weight: 700;
	font-size: 1.5rem;
	position: relative;
	letter-spacing: 0.1em;
}
#main .sec06 .name:before {
	position: absolute;
	right: -93px;
	top: 4px;
	background: url("../images/index/webp/img13.webp") no-repeat;
	background-size: 101px auto;
	width: 101px;
	height: 82px;
	content: "";
}
.no-webp #main .sec06 .name:before {
	background-image: url("../images/index/img13.png");
}
#main .sec06 .name > span {
	margin-top: -9px;
	display: block;
}
#main .sec06 .name > span span {
	font-size: 2rem;
}
#main .sec06 .comLink {
	margin: 0 auto;
}
#main .sec07 .whiteBg {
	padding: 72px 0 120px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 20px;
}
#main .sec07 .ttl {
	margin-bottom: 59px;
	text-align: center;
	color: #0050A0;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec07 .ttl span {
	color: #50BED7;
}
#main .sec07 .info {
	max-width: 670px;
	margin: 0 auto;
}
#main .sec07 .txtBox {
	margin-top: -7px;
	width: 380px;
}
#main .sec07 .title {
	margin-bottom: 21px;
	line-height: 1.86;
	letter-spacing: 0.1em;
}
#main .sec07 .blue {
	padding: 14px 0 17px;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.1em;
	border-radius: 10px;
	background-color: #E5EDF5;
}
#main .sec07 .blue .big {
	color: #0050A0;
	font-size: 2rem;
}
#main .sec07 li:not(:last-child) {
	margin-bottom: 21px;
}
section.news {
    width: 750px;
    margin: 50px auto 0;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
    background-image: -webkit-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);
    background-image: -ms-linear-gradient( 0deg, #004FA1 0%, #4FBDD8 100%);}

section.news .news_box{padding: 30px 50px; color: #fff;}
section.news .news_box h2{text-align: center; font-size: 30px;}
section.news .news_box p{font-size: 18px; line-height: 2;}
section.news .news_box p span{font-size: 1.2em;}
section.news .news_box a{background: #fff; color: #0050A0; margin-top: 20px;}

section.news .news_flex{
	display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
section.news .news_box a .jidvbg{
	background: none;
}
img.campaign{
    width: 750px; margin: 30px auto; display: block;
}
@media all and (min-width: 768px) {
	#main .sec01 dd a:hover {
		text-decoration: underline;
	}
}

@media all and (-ms-high-contrast:none){
	#main .sec01 dd {
		padding-top: 2px;
	}
	.mainVisual .txt span {
		padding: 11px 26px 0px 40px;
	}
}

