@charset "UTF-8";


body{	
	background-image:none;
}

h1,
h2,
h3,
h3::after,
h5,
h4{
	background: none;
	border: none;
	box-shadow: none;
}

p {
    margin: 0;
}

ul{margin:0; padding: 0;}
li{list-style-type: none;}

#contents{
	width:100%;
	margin:0 auto;
	text-align:left;
	min-height:inherit;
	min-width: unset;
	color:#333;
	
}

#contents section {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

.bgColor {
	background: #e4f4fd;
}

#contents img {
	width: auto;
	max-width: 100%;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.youtube {
    width: 100%;
    max-width: 920px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 0;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 80%;
}

.textBold {
	font-weight: 900;
}

.text {
	font-size: clamp(16px, 1.6vw, 16px);
}

#contents section.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

h2 {
	text-align: center;
	margin: 0;
}

.size24 {
	font-size: clamp(16px, 2vw, 24px);
}



/*＝＝＝＝＝＝
mainPhoto
＝＝＝＝＝＝＝*/


#mainPhoto {
	width: 100%;
	margin: 0 auto 130px; 
	position: relative;
}

#contents #mainPhoto .slider-pro img {
	width: 100%;
	max-width: inherit;
	height: auto;
}

#mainPhoto .mvImg01 {
	position: absolute;
	top:60px;
	left: 15vw;
    max-width: 598px;
    width: 30vw;
}

#mainPhoto .mvImg02 {
	position: absolute;
	bottom:60px;
	right: 17vw;
    width: 38vw;
    max-width: 738px;
}

#contents .sp-previous-arrow:before,#contents .sp-previous-arrow:after,#contents .sp-next-arrow:before,#contents .sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
}

#contents .sp-previous-arrow:before,#contents .sp-previous-arrow:after,#contents .sp-next-arrow:before,#contents .sp-next-arrow:after {
    background-color: #fff;
}

.sp-image-container {
    position: relative;
}

/*＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝*/

section .icon {
	width: 100px;
	margin: 0 auto 30px;
}

section h2 {
	margin-bottom: 100px;
}

section h2 img {
	height: 65px;
	margin-bottom:50px; 
}

section h2 .jp {
	color: #023061;
	font-size: clamp(16px, 2vw, 20px);
	display: block;
	line-height: 1;
}

#contents .bgColor section.inner {
	margin-bottom: 180px;
}

/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/

#sec01 .text {
	margin-bottom:80px;
	line-height: 2;
}

#sec01 .photo {
	text-align: center;
	margin-bottom: 20px;
}

/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/
#sec02 .text {
	margin-bottom:110px; 
	line-height: 2;
}

#sec02 .point {
	width: 50%;
	max-width: 110px;
	margin: 0 auto 25px;
}

#sec02 .flexBox div.center {
	width: 32%;
	max-width: 316px;
} 

#sec02 .flexBox img {
	margin-bottom: 15px;
}

/*＝＝＝＝＝＝
#sec03
＝＝＝＝＝＝＝*/

#sec03 .flexBox {
	justify-content: center;
}

#sec03 .flexBox li {
	margin-right: 50px;
	margin-bottom: 35px;
	width: 46%;
	max-width: 401px;
}

#sec03 .flexBox li:nth-child(2n) {
	margin-right: 0;
}

#sec03 .flexBox li img {
	margin-bottom: 15px;
}


/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/
.movie {
    margin: 0 auto 60px;
}

#sec04 .text {
	max-width: 900px;
	margin: 0 auto;
}


/*＝＝＝＝＝＝
#sec05
＝＝＝＝＝＝＝*/

#sec05 .flexBox.mb100 {
	margin-bottom: 100px;
}

#sec05 .flexBox li {
	width: 30%;
	max-width: 317px;
	position: relative;
}

#sec05 .flexBox li.beforeImg:before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -87px;
    background: url(../image/sec05_09.svg) no-repeat 0 0;
    background-size: 100%;
    width: 115px;
    height: 60px;
    z-index: 2;
}


/*＝＝＝＝＝＝
#sec06
＝＝＝＝＝＝＝*/
#sec06 {
	padding-bottom: 100px;
}

#sec06 .box01 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 75px;
}

#sec06 table {
	width: 100%;
	max-width: 750px;
	min-width: inherit;
	margin: 0 auto 140px;
	border: 1px solid #333;
}

#sec06 table tr:nth-child(2n+1) {
    background: none;
}

#sec06 table th {
    background: none;
    font-weight: normal;
    border: 1px solid #333;
    font-size: 15px;
}

#sec06 table td {
    border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#sec06 .flexBox {
}

#sec06 .flexBox .photo {
	width: 50%;
}

#sec06 ul.btnList {
	width: 50%;
	max-width: 350px;
}

#sec06 ul.btnList li {
	width: 100%;
	margin: 0 0 20px ;
}

#sec06 ul.btnList a {
    text-align: center;
	display: block;
	width: 100%;
	background: #023061;
	padding: 25px 35px 25px 30px;
	box-sizing: border-box;
}

#contents .bgColor #sec06.inner {
    margin-bottom: 0;
}








@media screen and  (min-width: 320px) and (max-width: 768px) {
	
	section p {
		margin: 0;
		line-height: 2;
	}
	
	section li {
		margin: 0;
	}
	
	.inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
	.pc {
		display: none;
	}
	
	.textSmall {
		font-size: 75%;
	}
		
	.youtube {
		width: 100%;
		margin: 0 auto 0;
	}
	
	#contents .sp-button {
		width: 10px!important;
		height: 10px!important;
	}	
	
	h2.boli {
		margin-bottom: 3px;
		font-size: 22px;
		letter-spacing: 3px;
	}
	
	#mainPhoto {
		margin: 0 auto 60px;
	}	
	
	#mainPhoto .mvImg01 {
		top: 20px;
		left: 4vw;
		width: 48vw;
	}
	
	#mainPhoto .mvImg02 {
		bottom: 45px;
		right: 5vw;
		width: 50vw;
	}
	
	#mainPhoto .sp-horizontal .sp-next-arrow {
		right: 10px!important;
	}
	
	#mainPhoto .sp-horizontal .sp-previous-arrow {
		left: 10px!important;
	}
	

/*＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝*/
	
	
	section .icon {
		width: 45px;
		margin: 0 auto 20px;
	}

	section h2 img {
		height: 30px;
		margin-bottom: 20px;
	}	
	
	section h2 {
		margin-bottom: 40px;
	}
	
	#contents .bgColor section.inner {
		margin-bottom: 80px;
	}	
	
/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/

	#sec01 .text {
		margin-bottom: 40px;
	}	
	
/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/
	
	#sec02 .text {
		margin-bottom: 40px;
	}	
	
	#sec02 .point {
		width: 16%;
		margin: 0 auto 15px;
	}	
	
	#sec02 .flexBox  div.center {
		width: 100%;
		margin-bottom: 30px;
		max-width: unset;
	}
	
/*＝＝＝＝＝＝
#sec03
＝＝＝＝＝＝＝*/

	#sec03 .flexBox {
		align-items: flex-start;
	}
	
	#sec03 .flexBox li {
		margin-right: 4%;
		margin-bottom: 25px;
		width: 46%;
	}	
	
	#sec03 .flexBox li img {
		margin-bottom: 5px;
	}	

	#sec03 .flexBox li p {
		line-height: 1.4;
	}	
	
/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/
	
	.movie {
		margin: 0 auto 30px;
	}
	
	#sec04 .text {
		font-size: 14px;
		line-height: 1.6;
	}
	
/*＝＝＝＝＝＝
#sec05
＝＝＝＝＝＝＝*/

	#sec05 .flexBox.mb100 {
		margin-bottom: 60px;
	}	
	
	#sec05 h3.size24 {
		margin: 0 0 20px;
		font-size: 20px;
	}	
	
	#sec05 .flexBox li.beforeImg:before {
		bottom: 20px;
        right: -34px;
        width: 45px;
        height: 30px;
	}
		
/*＝＝＝＝＝＝
#sec06
＝＝＝＝＝＝＝*/

	#sec06 {
		padding-bottom: 50px;
	}
	
	
	#sec06 .box01 {
		margin: 0 auto 30px;
	}	
	
	#sec06 .box01 p {
		font-size: 14px;
		line-height: 1.6;
	}
	
	#sec06 table {
		margin: 0 auto 30px;
	}
	
	#sec06 table th,#sec06 table td {
		padding: 12px 5px;
	}
	
	#sec06 .text.sp {
		margin-bottom: 60px;
		font-size: 14px;
		line-height: 1.6;
	}
	
	#sec06 .flexBox .photo {
		width: 80%;
		margin: 0 auto 30px;
	}	
	
	#sec06 ul.btnList {
		width: 82%;
		margin: 0 auto;
	}
	
	#sec06 ul.btnList li {
		max-width: unset;
	}	
	
	#sec06 ul.btnList a {
		padding: 15px 20px;
		box-sizing: border-box;
	}
	
	#contents .bgColor #sec06.inner	{
		margin-bottom: 0;
	}
	
	
	
	
}




@media screen and  (min-width: 769px) and (max-width: 1024px) {
	
	html {
	  visibility: hidden;
	}
	html.wf-active, html.wfno-load {
	  visibility: visible;
	}	
	
	section  p,section  li {
		margin: 0;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.sp {
		display: none;
	}
	
	.inner {
		width:94%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.youtube iframe {
		border-bottom: 1px solid #000;
	}	
	
	
	
}

@media screen and  (min-width: 1025px) and (max-width: 1600px) {
}






#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: #023061;
    font-weight: bold;
    font-size: 90%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#pageTop a:hover {
	text-decoration: none;
}

#pageTop a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
		padding: 10px;
		font-size: 70%;
		width: 25px;
    	height: 25px;
	}
}




