@charset 'UTF-8';

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	*:before,
	*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	body {
	position: relative;
	color: #39352c;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* ���� font-family: 'Noto Serif JP','����',YuMincho,'�q���M�m���� ProN W2','Hiragino Mincho ProN','HG����B',serif; */
	/* �S�V�b�N*/ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, '�q���M�m�p�S ProN W3', Hiragino Kaku Gothic ProN, Arial, '���C���I', Meiryo, sans-serif;
	padding: 0;
    margin: 0;
	}

	#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; */
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	/* padding-top: inherit; */
	}


	img {
	vertical-align: bottom;
	}

	li,dt,dd {
	vertical-align: top;
	}

	iframe {
	vertical-align: bottom;
	}


/* font-face */
@font-face{
    font-family:'condenseicon';
    src: url('../font/CONDENSEicon.ttf') format('truetype'),url('../font/CONDENSEicon.otf') format('opentype'),url('../font/CONDENSEicon.woff') format('woff');
}

/*  */
	a {
	color: #39352c;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	}
	a:hover {
	opacity: 0.6;
	}

/* ================================================================================

	display:none

================================================================================ */

/* PC
----------------------------------------------- */
@media (min-width: 768px) {

	/* PC */
	.br-sp {
		display: none;
	}
	/* PC */
	.pc_none {
		display: none!important;
	}

	/* flex-container */
	.flex-container{
	display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
	}
	
}

/* SP�ݒ�
----------------------------------------------- */
@media (max-width: 767px) {

	/* SP���s���� */
	.br-pc {
		display: none;
	}
	/* SP�R���e���c���� */
	.sp_none {
		display: none!important;
	}

	/* flex-container */
	.flex-container{
	display: block;
	flex-wrap: wrap;
	
	}
}

/* ================================================================================

	

================================================================================ */

/* PC
----------------------------------------------- */
@media (min-width: 768px) {

	p{
	line-height: 2em;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
	}


	/* h1���o��
	----------------------------------------------- */
	
	h1{
	display: none;
	}
	


	/* h2
	----------------------------------------------- */
	h2, h3, h4 {
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.06em;
	
	}
	

	/* h3���o��
	----------------------------------------------- */
	
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {

	p{
	line-height: 2.0;
	letter-spacing: 0.08em;
	font-size: 1.0rem;
}

	/* h1
	----------------------------------------------- */
	h1{
	display: none;
	}
	
	/* h2
	----------------------------------------------- */
	/* h3
	----------------------------------------------- */
		h3{
		font-size: 1.0rem;
	}
}

/* ================================================================================

	header

================================================================================ */
/* PC
----------------------------------------------- */
@media (min-width: 768px) {

	header{
    margin: 0 auto;
    padding: 0;
	}
	
	header img{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: block;
    }

	.header_logo{
    width: 210px;
    position: absolute;
    top: 70px;
    left: 108px;
	}
	
	 .header_logo_b {
    display:none;
	}

	
	.tlt_menu{
	width: 205px;
    margin: 36px auto 0;
    display: block;
	}
	
	
	#menu_pc ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
    text-align: center;
    width: 780px;
    padding: 0;
	}
	
	#menu_pc ul li{
	width: 200px;
    margin: 40px 30px 0;
    padding: 0;
	}
	
	#menu_pc ul li a{
	text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #454545;
    display: block;
	}

	#menu_pc ul li a:hover{
	border-bottom: 2px solid #5b9feb;
	}

}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	header {
    max-width: 100%;
    margin: 0 auto;
}
	header img{
    width: 100%;
    margin: 0 auto;
    display: block;
    }

	.header_logo {
    width: 35vw;
    position: absolute;
    top: 2vw;
    left: 6vw;
}
	
	 .header_logo_b {
    display:none;
	}

	
	.tlt_menu{
	width: 31vw;
    margin: 8vw auto 2vw;
    display: block;
	}
	
	
	#menu_pc ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    padding: 0 0 7vw;
	}
	
	#menu_pc ul li{
	width: 47%;
	margin: 1vw;
	padding: 0;
	}
	
	#menu_pc ul li a{
	text-decoration: none;
	font-weight: 600;
	padding: 3vw 0;
	border: 1px solid #ddd;
	display: block;
	border-radius: 10px;
	font-size: 2.3vw;
	background: linear-gradient(-90deg , #e8f5fd , #f4fefd);
	}

	#menu_pc ul li a:hover{
	border: 1px solid #1e7be3;
	background: #1e7be3;
	opacity: 1;
	color: #fff;
	}

}



/* ================================================================================

	sec01

================================================================================ */


/* PC�ݒ�
----------------------------------------------- */
@media (min-width: 768px) {
	#sec01 {
    background: url(../images/sec01_bg.jpg) no-repeat;
    width: 100%;
    background-size: 1320px;
    background-position: 50% bottom;
    position: relative;
    background-repeat: no-repeat;
    max-width: 1320px;
    margin: 55px auto 0;
    height: 783px;
    padding-top: 30px;
 }
	
	#sec01 h2 {
    background: url(../images/icon_01.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 14px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
 }

	#sec01 h2 span{
    margin: -3px auto 0px;
    display: block;
    font-size: 11px;
	}

	#sec01 p{
	text-align: center;
    color: #1a78e4;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6em;
    margin-top: 40px;
    letter-spacing: 0.08em;
	}
	
	#sec01 ul{
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: 457px;
    position: relative;
    padding: 0;
	}
	
	#sec01 ul li{
	padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
	}
	
	.list_1{
	top: 44px;
	left: 25px;
	}

	.list_2{
	top: 44px;
	left: 145px;
	}

	.list_3{
	top: 37px;
	left: 297px;
	}

	.list_4{
	top: 170px;
	left: 100px;
	}

	.list_5{
	top: 170px;
	left: 234px;
	}

	.list_6{
	top: 160px;
	left: 348px;
	}


}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec01 {
    background: url(../images/sec01_bg_sp.jpg) no-repeat ,linear-gradient(-90deg , #bee1f5 , #d3f0f6);
    width: 100%;
    background-size: 104%;
    background-position: 50% bottom;
    position: relative;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 auto;
    height: 132vw;
    padding-top: 5vw;
 }
	
	#sec01 h2 {
    background: url(../images/icon_01.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    width: 21vw;
    display: block;
 }

	#sec01 h2 span{
    margin: -3px auto 0px;
    display: block;
    font-size: 11px;
	}

	#sec01 p{
	text-align: center;
	color: #1a78e4;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6em;
	margin: 8vw 0;
	letter-spacing: 0.08em;
	}
	
	#sec01 ul{
    display: none;
 }
	
	#sec01 ul li{
	padding: 0;
	color: #fff;
	font-size: 1vh;
	font-weight: 600;
	text-align: center;
	position: absolute;
	}
	
	.list_1{
	top: 8vw;
	left: -4.4vw;
	}

	.list_2{
	top: 8vw;
	left: 20vw;
	}

	.list_3{
	top: 6vw;
	left: 50.2vw;
	}

	.list_4{
	top: 33vw;
	left: 11vw;
	}

	.list_5{
	top: 33vw;
	left: 37.8vw;
	}

	.list_6{
	top: 31vw;
	right: -7.5vw;
	}
}





/* ================================================================================

	sec02

================================================================================ */


/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	#sec02 {
    max-width: 1320px;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
 }

	#sec02 .box_l{
	/* width: 40%; */
	/* float: left; */
	padding: 6% 62% 6% 10%;
	z-index: 0;
	background: #d0eef8;
	margin-bottom: 4%;
	background: linear-gradient(60deg, rgb(238 255 249), #bfe2f5);
	}


	#sec02 .box_r{
	width: 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	}	

	#sec02 .box_r img {
    width: 100%;
}

	#sec02 h2 {
    background: url(../images/icon_01.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 14px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
 }

	#sec02 p{
	margin-top: 40px;
	/*text-shadow: #fff 0px 0px 3px;*/
	}
	
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec02 {
    width: auto;
    margin: 0 auto 0;
    padding: 4vw 0 0;
	background: linear-gradient(60deg, rgb(238 255 249), #bfe2f5);
 }
 
 	#sec02 .box_l{
	margin-bottom: 10vw;
	}

	#sec02 .box_r{
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	}	

	#sec02 .box_r img {
    width: 100%;
}
 	
	#sec02 h2 {
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 14px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
 }


	#sec02 p{
	margin: 0 auto;
	width: 85%;
	}

	#sec02 h3{
	padding: 5vw 0;
	font-size: 1.0rem;
	margin: 0 auto;
	width: 85%;
	}	
}



/* ================================================================================

	sec03

================================================================================ */
.question-box__ttl {
	color: #fff;
}

/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	#sec03 {
    max-width: 1130px;
    height: 820px;
    margin: 133px auto 55px;
    position: relative;
 }
	#sec03 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 15px;
    height: 87px;
    padding: 38px 0 0 75px;
    text-align: center;
    display: inline-block;
    margin-left: 54px;
    
 }

	#sec03 h3 {
	font-size: 24px;
	}
	
	#sec03 h3:after{
    content: "";
    background: url(../images/icon_question.jpg)no-repeat;
    background-size: 27px 35px;
    width: 27px;
    height: 35px;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
 }
	
	.sec03_box {
    width: 700px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 19px;
 }

	.sec03_box .question-box {
    background: linear-gradient(#b0d0f6, #8fbdf1);
    width: 700px;
    position: relative;
    border-radius: 40px;
    padding: 60px 0 50px 70px;
    text-align: left;
    margin: 40px 0 0;
 }
    
	.sec03_box .question-box:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #90bef2 transparent transparent transparent;
    border-width: 35px 40px 0 40px;
	}

	.sec03_box .question-box:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 25px 30px 0 30px;
}
    
	.sec03_box li{
    list-style:  none;
    margin:  0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-indent: -10px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    margin-bottom: 10px;
}
 
	.sec03_box li:before {
    content:  "";
    width: 8px;
    height: 8px;
    display:  inline-block;
    background-color: #ffffff;
    border-radius:  50%;
    margin-right: 10px;
 }
 .sec03_box li:last-child:after {
    content: "";
    background: url(../images/icon_attention.png)no-repeat;
    background-size: 27px 35px;
    width: 27px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
    bottom: -11px;
}
	.sec03_box li span{
	font-weight: normal;
    font-size: 14px;
    }

	#sec03 p{
	line-height: 2em;
    margin-top: 55px;
    font-size: 22px;
    font-weight: 600;
	}
	
	#sec03 p span{
	font-size: 1.6rem;
    line-height: 2em;
	display: inline-block;
	}
}

/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec03 {
    width: 100%;
    position: relative;
    padding-top: 8vw;
 }
	#sec03 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    width: 21vw;
    display: block;
 }

	#sec03 h3 {
	font-size: 4vw;
	}
	
	#sec03 h3:after{
    content: "";
    background: url(../images/icon_question.jpg)no-repeat;
    background-size: 3.4vw auto;
    width: 3.5vw;
    height: 4.5vw;
    position: absolute;
    top: 44vw;
    left: 50%;
    margin-left: -1.7vw;
    z-index: 1;
 }
	
	.sec03_box {
    width: 100%;
    /* position: absolute; */
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 8vw;
 }

	.sec03_box .question-box {
    background: linear-gradient(#b0d0f6, #8fbdf1);
    width: 80%;
    position: relative;
    border-radius: 4vw;
    padding: 6vw 2vw 5vw 7vw;
    text-align: left;
    margin: 7vw auto 0;
 }
	.sec03_box .question-box:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -4vw;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #90bef2 transparent transparent transparent;
    border-width: 5vw 6vw 0 6vw;
 }
	.sec03_box .question-box:before{
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 3vw 4vw 0 4vw;
}
    .sec03_box .question-box ul {
		padding: 0;
	 }
	.sec03_box li{
    list-style:  none;
    margin:  0;
    padding: 0;
    font-size: 1.0rem;
    font-weight: 600;
    text-indent: -1em;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
 
	.sec03_box li:before {
    content:  "";
    width: 8px;
    height: 8px;
    display:  inline-block;
    background-color: #ffffff;
    border-radius:  50%;
    margin-right: 6px;
 }
 .sec03_box li:last-child:after {
    content: "";
    background: url(../images/icon_attention.png)no-repeat;
    background-size: 3.4vw auto;
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 50%;
    margin-left: -1.7vw;
    z-index: 1;
    bottom: -1vw;
}
	.sec03_box li span{
	font-weight: normal;
	font-size: 0.9rem;
	}

	#sec03 p{
	line-height: 2.5;
    margin-top: 6vw;
    font-size: 0.9rem;
	font-weight: 600;
	}
	
	#sec03 p span{
	font-size: 1.2rem;
    line-height: 1.7;
    display: block;
	margin-top: 0.5rem;
	}
}


/* ================================================================================

	sec04

================================================================================ */


/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	#sec04 {
    background: url(../images/sec04_bg.jpg)#ceebf3 no-repeat;
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    max-width: 1320px;
    margin: 55px auto 0;
    padding-top: 30px;
    padding-bottom: 65px;
	}
 
 	
	#sec04 h2 {
    background: url(../images/icon_01.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 15px;
    height: 87px;
    padding: 38px 0 0 73px;
    text-align: center;
    width: auto;
    display: inline-block;
	}

	#sec04 h3{
    padding: 38px 0 0 18%;
    font-size: 22px;
    line-height: 2em;
 }

	#sec04 .box_l{
	width: 38%;
	padding: 6% 0 6% 5%;
	z-index: 0;
	margin-bottom: 4%;
	min-height: 512px;
	}


	#sec04 .box_r{
	width: 54%;
	position: absolute;
	right: 5%;
	display: block;
	}

	#sec04 .box_r ul{list-style: none;padding: 0;}
    
	#sec04 .box_r li{
	width: 46%;
	text-align: center;
	margin: 2%;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	padding: 3px;
	}
 
	#sec04 .box_r li .box__inner {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 62px 0.3rem 33px;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 50% 24px;
	}
	#sec04 .box_r li span{
    font-size: 0.9rem;
    display: block;
    color: #1e7be5;
    margin-top: 0.5rem;
    }
	#sec04 p span{
	font-size: 27px;
    line-height: 2em;
	}
	#sec04 p{
    margin-top: 18px;
    padding-left: 18%;
 }
}

/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec04 {
    background: linear-gradient(-90deg , #c1e4f7 , #e5fcf6);
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 8vw auto 0;
    padding-top: 8vw;
    padding-bottom: 8vw;
 }
 
 	
	#sec04 h2 {
    background: url(../images/icon_01.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    width: 21vw;
    display: block;
	}
 
	#sec04 h3{
    padding: 8vw 0 0;
    font-size: 1.0rem;
    line-height: 2em;
    width: 100%;
 }

	#sec04 .box_l{
	margin: 0 auto 0vw;
	width: 85%;
	}
	    
	#sec04 .box_r {
	width: 85%;
	margin: 1vw auto 0;
	float: none;
	}

	#sec04 .box_r ul{list-style: none;padding: 0;}
    
	#sec04 .box_r li{
	text-align: center;
	margin: 4vw auto;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	border-radius: 20px;
	font-size: 2.7vw;
	font-weight: 600;
	vertical-align: middle;
	}
 
	#sec04 .box_r li .box__inner {
    background: #FFF;
    border-radius: 2vw;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    padding: 3vw 3vw 3vw 8vw;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 2vw;
    text-align: left;
    background-size: 4vw;
	font-size: 1.0rem;
 }
	
	#sec04 .box_r li span{
    font-size: 2.3vw;
    display: block;
    color: #1e7be5;
    }
    
	#sec04 p span{
	font-size: 27px;
    line-height: 2em;
	}
	
	#sec04 p{
    width: 100%;
    margin: 5vw auto 0;
    font-size: 1.0rem;
    padding: 0;
 }
}

/* ================================================================================

	sec05

================================================================================ */


/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	#sec05 {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding-top: 75px;
 }
 
 	
	#sec05 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 15px;
    height: 87px;
    padding: 42px 0 0 0px;
    text-align: center;
    width: 277px;
    display: block;
    margin: 0 auto;
 }
 
	#sec05 h2 span{
    display: block;
}
	#sec05 h3 {
	font-size: 22px;
	width: 700px;
	text-align: center;
	margin: auto;
	padding-top: 50px;
	}
	
	#sec05 p{
    margin-top: 30px;
    text-align: center;
	}

	#sec05 ul{
    background: url(../images/sec05_bg.jpg) no-repeat;
    width: 785px;
    position: relative;
    border-radius: 40px;
    padding: 60px 0 50px 70px;
    text-align: center;
    margin: 40px auto 0;
    background-size: 785px;
    height: 182px;
 }
 
	#sec05 ul li{
    padding: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    list-style: none;
    letter-spacing: 0.08em;
    width: 157px;
    text-align: center;
 }
	
	#sec05 .list_1{
	top: 102px;
	left: 4px;
	}

	#sec05 .list_2{
	top: 102px;
	left: 210px;
	}

	#sec05 .list_3{
	top: 102px;
	left: 418px;
	}

	#sec05 .list_4{
	top: 93px;
	left: 624px;
	color: #fff;
	}
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec05 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 8vw;
 }
 
 	
	#sec05 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    display: block;
 }
 
	#sec05 h2 span{
    display: block;
}
	#sec05 h3 {
	font-size: 1.0rem;
	text-align: center;
	margin: auto;
	padding: 8vw 4vw 0;
	}
	
	#sec05 p{
    padding: 4vw 4vw 0;
    text-align: left;
    width: auto;
    margin: 0;
 }

	#sec05 ul{
    background: url(../images/sec05_bg_sp.jpg) no-repeat;
    position: relative;
    padding: 60px 0 50px 70px;
    text-align: center;
    margin: 40px auto 0;
    background-size: 100%;
    height: 23vw;
 }
 
	#sec05 ul li{
    padding: 0;
    color: #000;
    font-size: 2vw;
    font-weight: 600;
    position: absolute;
    list-style: none;
    letter-spacing: 0.08em;
    width: 17.5vw;
    text-align: center;
 }
	
	#sec05 .list_1,
	#sec05 .list_2,
	#sec05 .list_3,
	#sec05 .list_4{
    display: none;
	}
}




/* ================================================================================

	sec06

================================================================================ */


/* PC
----------------------------------------------- */
@media (min-width: 768px) {
	#sec06 {
    background: linear-gradient(-90deg , #c1e4f7 , #e5fcf6);
    max-width: 1320px;
    margin: 139px auto 0;
    padding: 80px 0 65px;
    position: relative;
    z-index: 1;
 }

 	#sec06:before{
 	content: "";
 	background: url(../images/sec06_bg.jpg);
 	width: 699px;
 	height: 533px;
 	background-position: top right;
 	background-size: 100%;
 	position: absolute;
 	background-repeat: no-repeat;
 	right: 0;
 	top: -50px;
 	z-index: -1;
 }
 	
	#sec06 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 15px;
    height: 87px;
    padding: 38px 0 0 73px;
    text-align: center;
    width: auto;
    display: inline-block;
}

	#sec06 h3 {
    padding: 38px 0 0 80px;
    font-size: 22px;
    line-height: 2em;
}

	#sec06 p{
	margin-top: 40px;
	width: 430px;
/*	text-shadow: #fff 0px 0px 3px;
*/	margin-left: 80px;
	}
	

	#sec06 .inner_box {
    padding: 0px 2% 0 80px;
    width: 67%;
 }
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec06 {
    width: auto;
    margin: 8vw auto 0;
    padding: 8vw 0 82vw;
    position: relative;
    background: url(../images/sec06_bg.jpg),linear-gradient(-360deg , #c1e4f7 , #e5fcf6);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

 	#sec06:before{
 	background: url(../images/sec06_bg.jpg);
 	width: 699px;
 	height: 533px;
 	background-position: top right;
 	background-size: 100%;
 	position: absolute;
 	background-repeat: no-repeat;
 	right: 0;
 	top: -50px;
 	z-index: -1;
 }
 	
	#sec06 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    display: block;
}

	#sec06 h3 {
    padding: 8vw 0 4vw;
    font-size: 1.0rem;
    line-height: 1.9;
    margin: 0 auto;
    width: 90%;
}

	#sec06 p{
	margin: 4vw auto;
	width: 85%;
	}
	#sec06 .inner_box {
    padding: 0px 0 8vw;
    width: auto;
	margin-bottom: 10vw;
 }
}

/* ================================================================================

	sec07

================================================================================ */


/* PC�ݒ�
----------------------------------------------- */
@media (min-width: 768px) {
	#sec07 {
    background: linear-gradient(-90deg , #e5fcf6 , #c1e4f7);
    max-width: 1320px;
    margin: 0px auto 0;
    padding: 80px 0 65px;
    position: relative;
    z-index: 1;
 }
 
 	#sec07:before{
 	content: "";
 	background: url(../images/sec07_bg.jpg);
 	width: 53%;
 	height: 533px;
 	background-position: top right;
 	background-size: 100%;
 	position: absolute;
 	background-repeat: no-repeat;
 	left: 0;
 	top: -50px;
 	z-index: -1;
 }
 	
	#sec07 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 12px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
}

	#sec07 h3 {
    padding: 0px 10px 0 59%;
    font-size: 22px;
    line-height: 1.8em;
}

	#sec07 p{
    margin-top: 40px;
    width: auto;
/*    text-shadow: #fff 0px 0px 3px;
*/    margin-left: 59%;
    margin-right: 8%;
 }
	

	#sec07 .inner_box {
    padding: 0px 2% 0 80px;
    width: 67%;
 }
}

/* SP�ݒ�
----------------------------------------------- */
@media (max-width: 767px) {
	#sec07 {
    width: auto;
    margin: 0 auto 0;
    padding: 8vw 0 86vw;
    position: relative;
    background: url(../images/sec07_bg.jpg),linear-gradient(-360deg , #c1e4f7 , #e5fcf6);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}


	#sec07 h3 {
    padding: 0;
    margin: 0 auto;
    width: 85%;
}

	#sec07 p{
	margin: 4vw auto 10vW;
	width: 85%;
	}
	

	#sec07 .inner_box {
    padding: 0px 4vw 8vw;
    width: auto;
 }
}


/* ================================================================================

	sec08

================================================================================ */


/* PC�ݒ�
----------------------------------------------- */
@media (min-width: 768px) {
	#sec08 {
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    max-width: 1320px;
    margin: 120px auto 0;
    border-bottom: 10px solid #d9ecfa;
    padding-bottom: 80px;
 }
 
 	#sec08:before{
 	content: "";
    background: url(../images/sec08_bg.jpg);
    width: 332px;
    height: 268px;
    background-position: center;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 14%;
 }
 	
	#sec08 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 12px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
}

	#sec08 h3 {
    padding: 0px 0px 0 600px;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    display: inline-grid;
    position: relative;
}


	#sec08 h3 span{
    color: #1a78e4;
    font-size: 14px;
}

	#sec08 h3 span::after {
    position: absolute;
    top: 80px;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #39352c;
    border-radius: 4px;
    display: -webkit-inline-box;
    left: 91%;
}
	#sec08 p{
    margin-top: 40px;
    width: auto;
    text-shadow: #fff 0px 0px 3px;
    margin-left: 600px;
    margin-right: 96px;
 }
	

	#sec08 .inner_box {
    padding: 0px 2% 0 80px;
    width: 67%;
 }
}

/* SP�ݒ�
----------------------------------------------- */
@media (max-width: 767px) {
	#sec08 {
    background-size: cover;
    background-position: 8vw top;
    position: relative;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 8vw auto 0;
    border-bottom: 5px solid #d9ecfa;
    padding-bottom: 8vw;
 }
 
 	#sec08:before{
 	content: "";
 	background: url(../images/sec08_bg.jpg);
 	width: 36vw;
 	height: 28vw;
 	background-position: center;
 	background-size: 100%;
 	position: absolute;
 	background-repeat: no-repeat;
 	left: 50%;
 	margin-left: -25vw;
 }
 	
	#sec08 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 12px;
    height: 87px;
    padding: 38px 0 0 48px;
    text-align: center;
    width: 160px;
    display: block;
}

	#sec08 h3 {
    padding: 13vw 4vw 0;
    font-size: 4vw;
    line-height: 1.2em;
    text-align: center;
    display: inline-grid;
    position: relative;
    width: 32%;
}


	#sec08 h3 span{
        color: #1a78e4;
    font-size: 0.7rem;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

	#sec08 h3::after {
    position: absolute;
    top: 27vw;
    content: '';
    width: 7vw;
    height: 1px;
    border-bottom: 1px solid #39352c;
    display: -webkit-inline-box;
    left: 12.5vw;
}
	#sec08 p{
    margin: 6vw auto 0;
    width: auto;
    width: 90%;
    padding: 0;
	line-height: 1.7;
    font-size: 0.8rem;
 }
	

	#sec08 .inner_box {
    padding: 0px 2% 0 80px;
    width: 67%;
 }
}


/* ================================================================================

	sec09

================================================================================ */

  span.must {
    background: #ffc107;
    border-radius: 3px;
    padding: 0 4px;
    margin-left: 0.4rem;
    color: #ffffff;
	display: inline-block;
}
  .err-msg {
	  font-size: 0.85rem;
	  color: red;
  }
button.back-btn {
    margin-top: 0px;
    background: #979797;
}
    .back-btn::before{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	left: 12%;
	top: 16px;
	}
/* PC�ݒ�
----------------------------------------------- */
@media (min-width: 768px) {
	#sec09 {
    background: linear-gradient(0deg , #e4f6fa , #FFFFFD 20% , #FFFFFD 85%);
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px auto 0;
    padding-top: 80px;
    padding-bottom: 150px;
 }
	#sec09 h2 {
	background: url(../images/icon_02.png) no-repeat;
    background-size: 115px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #1e7be4;
    font-size: 15px;
    height: 87px;
    padding: 38px 0 0 73px;
    text-align: center;
    width: auto;
    display: inline-block;
    
 }
 
	#sec09 h3{
    padding: 38px 0 0 80px;
    font-size: 22px;
    line-height: 2em;
	}
	#sec09 .flex-container {
	/*min-width: 1000px;*/
    margin: 0 auto;
    box-sizing: border-box;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
	#sec09 .box_l{
	padding: 0px 2% 0;
    width: 34%;
    background: url(../images/sec09_bg.jpg);
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: 100px 241px;
	}
	#sec09.confirmation .box_l{
		background: none;
	}
	#sec09 .box_r {
	width: 55%;
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 27px rgb(176 176 176 / 40%);
    border: 1px solid #ddd;
    margin-top: 20px;
	}

	#sec09 .box_r ul{list-style: none;padding: 0;}
    
	#sec09 .box_r li{
	width: 46%;
	padding: 4px;
	text-align: center;
	margin: 10px;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	}
 
	#sec09 .box_r li .box__inner {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 62px 0 33px;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 50% 24px;
	}
	
	#sec09 .box_r li span{
    font-size: 10px;
    display: block;
    color: #1e7be5;
    }
    
	#sec09 p span{
	font-size: 27px;
    line-height: 2em;
	}
	
	#sec09 p{
    margin-top: 50px;
    width: 294px;
    padding-left: 80px;
    font-size: 18px;
    font-weight: 600;
 }
 	.form-item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  margin-bottom: 1rem;
	   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	}
	label{
	font-size: 0.8rem;
	font-weight: 600;
	color: #1a78e4;
	width: 25%;
	display: inline-block;
	text-align: right;
	margin-right: 2em;
	/*line-height: 38px;*/
	}
	 input,
	 .input-group-confirmation {
	 width: 67%;
	 padding: 8px;
	 border-radius: 5px;
	 border: 1px solid #ddd;
	 height: 38px;
	 }
	 textarea {
		 width: 67%;
	 padding: 8px;
	 border-radius: 5px;
	 border: 1px solid #ddd;
	 }
	 button{
	 background: #1e7be3;
	 border: none;
	 border-radius: 5px;
	 padding: 12px;
	 color: #fff;
	 font-size: 11px;
	 font-weight: 600;
	 margin: 32px auto 0;
	 width: 75%;
	 display: block;
	 letter-spacing: 0.08em;
	 position: relative;
	 }
	button::before{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12%;
	top: 16px;
	}
	
}

/* SP
----------------------------------------------- */
@media (max-width: 767px) {
	#sec09 {
    background: linear-gradient(0deg , #e4f6fa , #FFFFFD 20% , #FFFFFD 85%);
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px auto 0;
    padding-top: 8vw;
    padding-bottom: 8vw;
 }
	#sec09 h2 {
    background: url(../images/icon_02.png) no-repeat;
    background-size: 12vw;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    color: #1e7be4;
    font-size: 2.5vw;
    height: 15vw;
    padding: 8vw 0 0 0;
    text-align: center;
    width: 21vw;
    display: block;
	}
 
	#sec09 h3{
    padding: 4vw;
    font-size: 3vw;
    line-height: 2em;
	}
	#sec09 .flex-container {
		width: 100%;
		min-width: 100%;
	}
	#sec09 .box_l{
	padding: 0 0vw 1vw;
	width: 85%;
	background: url(../images/sec09_bg.jpg);
	background-repeat: no-repeat;
	background-size: 28vw;
	background-position: top right;
	margin: 0 auto;
	}
	#sec09.confirmation {
		padding-bottom: 20vw;
	}
	#sec09.confirmation .box_l{
		background: none;
		height: 100px;
	}
	#sec09 .box_r {
	width: 85%;
	padding: 7vw 4vw;
	background: #fff;
	box-shadow: 0px 0px 27px rgb(176 176 176 / 40%);
	border: 1px solid #ddd;
	margin: 0 auto;
	}

	#sec09 .box_r ul{list-style: none;padding: 0;}
    
	#sec09 .box_r li{
	width: 46%;
	padding: 4px;
	text-align: center;
	margin: 10px;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	}
 
	#sec09 .box_r li .box__inner {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 62px 0 33px;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 50% 24px;
	}
	
	#sec09 .box_r li span{
    font-size: 10px;
    display: block;
    color: #1e7be5;
    }
    
	#sec09 p span{
	font-size: 27px;
    line-height: 2em;
	}
	
	#sec09 p{
    width: 100%;
    font-size: 4vw;
    font-weight: 600;
 }
    
	label{
	font-size: 3vw;
	font-weight: 600;
	color: #1a78e4;
	width: 100%;
	display: block;
	text-align: left;
	margin-right: 2em;
	padding: 3vw 0 0;
	}
 
	 input,textarea,
	 .input-group-confirmation {
	 width: 100%;
	 padding: 3vw;
	 border-radius: 3px;
	 border: 1px solid #ddd;
	 margin-top: 1vw;
	 }
	 textarea {
		 height: auto;
	 }
	 button{
	 background: #1e7be3;
	 border: none;
	 border-radius: 5px;
	 padding: 4vw;
	 color: #fff;
	 font-size: 3vw;
	 font-weight: 600;
	 margin: 14vw auto 0;
	 width: 100%;
	 display: block;
	 letter-spacing: 0.08em;
	 position: relative;
	 }
	button::before{
	content: "";
	display: block;
	width: 2vw;
	height: 2vw;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 13vw;
	top: 5vw;
	}

}



/* ================================================================================

	footer

================================================================================ */

/* PC�ݒ�
----------------------------------------------- */
@media (min-width: 768px) {
	footer {
    background: linear-gradient(#e5f6fa , #c5e6f7);
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
}

	.footer_inner{
    max-width: 1320px;
    margin: 0px auto 0;
    }

	footer h2 {
    font-size: 20px;
    }
 
	footer h3{
    padding: 38px 0 0 80px;
    font-size: 22px;
    line-height: 2em;
	}
	
	footer .box_l{
	padding: 0px 2% 0 80px;
    width: 34%;
    background: url(../images/sec09_bg.jpg);
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: 160px 270px;
	}
	    
	footer .box_r {
	width: 55%;
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 27px rgb(176 176 176 / 40%);
    border: 1px solid #ddd;
    margin-top: 20px;
	}

	footer .box_r ul{list-style: none;padding: 0;}
    
	footer .box_r li{
	width: 46%;
	padding: 4px;
	text-align: center;
	margin: 10px;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	}
 
	footer .box_r li .box__inner {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 62px 0 33px;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 50% 24px;
	}
	
	footer .box_r li span{
    font-size: 10px;
    display: block;
    color: #1e7be5;
    }
    
	footer p span{
	font-size: 27px;
    line-height: 2em;
	}
	
	footer p{
    margin-top: 50px;
    width: 294px;
    padding-left: 80px;
    font-size: 18px;
    }

	 	
	#footer_inner{
	max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 60px;
    border-top: 3px solid #fff;
	}
	
	
	address{
	font-style: normal;
	}
	
	address .tel{
    margin-top: .5em;
	}
	
	address .tel::before{
	content:"=";
	font-family: condenseicon;
    float: left;
    transform: scale(-1, 1);
    margin-right: .5em;
	}
	
	address .add::before{
	content:"A";
	font-family: condenseicon;
    float: left;
    margin-right: .5em;
	}
	
	address .mail::before{
	content:"F";
	font-family: condenseicon;
    float: left;
    margin-right: .5em;
	}
	
	address p {
    font-style: normal;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
	}
	
	#footer_cr{
	text-align: right;
    font-size: 11px;
	}
	
}

/* SP�ݒ�
----------------------------------------------- */
@media (max-width: 767px) {
	footer {
    background: linear-gradient(#e5f6fa , #c5e6f7);
    background-size: cover;
    background-position: 50% top;
    position: relative;
    background-repeat: no-repeat;
    margin: 0px auto 0;
}


	footer h2 {
    font-size: 5vw;
    }
 
	footer h3{
    padding: 38px 0 0 80px;
    font-size: 22px;
    line-height: 2em;
	}
	
	footer .box_l{
	padding: 0px 2% 0 80px;
    width: 34%;
    background: url(../images/sec09_bg.jpg);
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: 160px 270px;
	}
	    
	footer .box_r {
	width: 55%;
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 27px rgb(176 176 176 / 40%);
    border: 1px solid #ddd;
    margin-top: 20px;
	}

	footer .box_r ul{list-style: none;padding: 0;}
    
	footer .box_r li{
	width: 46%;
	padding: 4px;
	text-align: center;
	margin: 10px;
	background: linear-gradient(-45deg, #bfe2f5, #e4fcf6);
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	}
 
	footer .box_r li .box__inner {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 62px 0 33px;
    background-image: url(../images/icon_check.jpg);
    background-repeat: no-repeat;
    background-position: 50% 24px;
	}
	
	footer .box_r li span{
    font-size: 10px;
    display: block;
    color: #1e7be5;
    }
    
	footer p span{
	font-size: 27px;
    line-height: 2em;
	}
	
	footer p{
    margin-top: 50px;
    width: 294px;
    padding-left: 80px;
    font-size: 18px;
    }

	 	
	#footer_inner{
	width: 95%;
    margin: 0 auto;
    padding: 50px 0 60px;
    border-top: 3px solid #fff;
	}
	
	
	address{
	font-style: normal;
	}
	
	address .tel{
    margin-top: .5em;
	}
	
	address .tel::before{
	content:"=";
	font-family: condenseicon;
    float: left;
    transform: scale(-1, 1);
    margin-right: .5em;
	}
	
	address .add::before{
	content:"A";
	font-family: condenseicon;
    float: left;
    margin-right: .5em;
	}
	
	address .mail::before{
	content:"F";
	font-family: condenseicon;
    float: left;
    margin-right: .5em;
	}
	
	address p {
    font-style: normal;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
	}
	
	#footer_cr{
	text-align: right;
    font-size: 11px;
	}
	
}


/* ================================================================================

	�Œ�i�r

================================================================================ */


.is-fixed{
  position:  fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 110px;
  border-bottom: 5px solid;
  border-image: linear-gradient(240deg, #d2fff0, #7dc4ee);
  border-image-slice: 1;
}

.is-fixed .header_logo {
    display: none;
}

.is-fixed .header_h1 {
    display: block;
}

.is-fixed .header_logo_b {
    display: block;
    max-width: 190px;
    float: left;
    margin-top: 9px;
}

.is-fixed .tlt_menu {
    width: 205px;
    margin: 36px auto 0;
    display: none;
}
	
 .is-fixed #menu_pc {
    width: 1320px;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    height: 110px;
}
	 .is-fixed h1 {
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    left: 23px;
    display: block;
}
.is-fixed #menu_pc ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 84%;
    margin: 32px auto 0;
    text-align: center;
    max-width: 1130px;
    padding: 0;
    float: right;
}

.is-fixed #menu_pc ul li {
    width: 10em;
    margin: 1% 0 0 1%;
    padding: 0;
    font-size: 12px;
    display: inline-grid;
}

.is-fixed #menu_pc ul li a {
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #454545;
    display: block;
}

.is-fixed #menu_pc ul li :hover{
	color:#5b9feb;
	border-bottom: 2px solid #5b9feb;
}

	
/* SP�ݒ�
----------------------------------------------- */
@media (max-width: 767px) {
.is-fixed #menu_pc ul li a {
    display: none;
	}


.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 65px;
    border-bottom: 5px solid;
  border-image: linear-gradient(240deg, #d2fff0, #7dc4ee);
    border-image-slice: 1;
}

.is-fixed .header_logo_b {
	display: block;
	max-width: 128px;
	float: left;
	margin: 2px 17px 0 8px;
}

.is-fixed h1 {
    font-weight: 400;
	font-size: 0.5rem;
    position: absolute;
    top: 28px;
    left: 18px;
    display: block;
	color: #878787;
}

.is-fixed #menu_pc {
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    height: 65px;
	}


}

/* PC
----------------------------------------------- */
@media (min-width: 768px) {

.header {
  background-color: #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
.header__inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header li {
  list-style-type: none;
  margin-top: 30px;
}
.header a {
  color: #39352c;
}
.sideMenu {
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  padding-top: 56px;
  position: fixed;
  right: -480px;
  transition: all 0.6s;
  top: 0;
  width: 480px;
  z-index: 1000000;
}

.hamburger {
  cursor: pointer;
  height: 68px;
  position: fixed;
  right: 84px;
  top: 88px;
  width: 68px;
  z-index: 300;
  background: #39352c;
}
.hamburger span {
  background-color: #fff;
  height: 5px;
  left: 12px;
  position: absolute;
  transition: all 0.6s;
  width: 45px;
}
.hamburger__lineTop {
  top: 22px;
}
.hamburger__lineCenter {
  top: 32px;
}
.hamburger__lineBottom {
  top: 42px;
}
.overlay {
  background-color: #39352c;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}



.nav-open .sideMenu {
  background-color: #4e493e;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
.section {
}
.about {
  background-color: #ffffbc;
  margin-top: 200px;
}
.works {
  background-color: #bcffdd;
}
.gallery {
  background-color: #bcbcff;
}
.service {
  background-color: #ffbcbc;
}
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {


.header {
  background-color: #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
.header__inner {
  margin: 0;
  padding: 95vw 0;
  width: 100%;
}
.header li {
  list-style-type: none;
  margin-top: 30px;
}
.header a {
  color: #39352c;
}
.sideMenu {
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
  padding-top: 7vw;
  position: fixed;
  right: -50%;
  transition: all 0.6s;
  top: 0;
  width: 50%;
  z-index: 1000000;
}

.hamburger {
  cursor: pointer;
  height: 30px;
  position: fixed;
  right: 26px;
  top: 12px;
  width: 30px;
  z-index: 300;
}
.hamburger span {
  background-color: #a4a4a4;
  height: 4px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
  border-radius: 3px;
}
.hamburger__lineTop {
  top: 4px;
}
.hamburger__lineCenter {
  top: 14px;
}
.hamburger__lineBottom {
  top: 24px;
}
.overlay {
  background-color: #fff;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}



.nav-open .sideMenu {
  background-color: #4e493e;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
.section {
}
.about {
  background-color: #ffffbc;
  margin-top: 200px;
}
.works {
  background-color: #bcffdd;
}
.gallery {
  background-color: #bcbcff;
}
.service {
  background-color: #ffbcbc;
}

.nav-open .sideMenu {
    background-color: #e4f6fa;
    right: 0;
}


.nav-open .sideMenu ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    padding: 0 0 7vw;
	}
	
.nav-open .sideMenu ul li{
	width: 100%;
	margin: 1vw;
	padding: 0;
	}
	
.nav-open .sideMenu ul li a{
	text-decoration: none;
	font-weight: 600;
	padding: 3vw 0;
	border: 2px solid #ddd;
	display: block;
	border-radius: 10px;
	font-size: 2.3vw;
	background: linear-gradient(-90deg , #e8f5fd , #f4fefd);
	}

.nav-open .sideMenu li a:hover{
	border: 2px solid #1e7be3;
	background: #1e7be3;
	opacity: 1;
	color: #fff;
	}


}
.thanks-page-btn a.btn {
    background: #8eafbe;
    padding: 0.7rem 1rem;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    margin: 30px auto;
    display: block;
	text-align: center;
}
/* PC
----------------------------------------------- */
@media (min-width: 768px) {
#thanks {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 75px 0;
	text-align: center;
}
.thanks-page-btn a.btn {
	width: 500px;
}
.thanks-page-nav {
	margin: 30px auto;
}
}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {
  #thanks {
	max-width: 100%;
    margin: 0 auto;
    position: relative;
	text-align: left;
	padding: 8vw 10px;
  }
}